/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.1.2016, 14:38:16
    Author     : Weby
*/
#general_informations
{
    position: relative;
}
#general_informations h2
{
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

#general_informations ul
{
    float: left;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 30px;
    padding-left: 0;
    width: 50%;
            
}

#general_informations_map
{
   
    padding: 0;
    position: absolute;
    right: 0;
    top: 0; 
    
}

#general_informations_map img
{
    
    float: right;
}
@media all and (max-width: 450px)
{
#general_informations_map img
{
    
display: none;
}    
}