
/* headings */
h1, h2, h3, h4 {
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: rgb(41, 170, 96);      
    background: url('../../images/border-heading-profil.png') repeat-x 0 bottom;
}

h2.no-border, h3.no-border, h4.no-border, #footer h3 {
    margin-bottom: 5px;
    background: none;
}

h1 {
    font-size: 22px;      
    padding-top: 15px;    
}

h2 {
    font-size: 20px;
    padding-top: 25px;     
}

h3 {
    font-size: 18px; 
    padding-top: 20px;    
}

h4 {     
    padding-top: 10px;
    font-weight: bold;
    letter-spacing: 0px;
}

h2 a {
    color: rgb(41, 170, 96);
}

#footer h3 {
    text-align: center;
    line-height: 21px;
    font-size: 17px;  
    margin: 0;  
    color: rgb(95, 100, 96);
}


/* images */ 
img.logo {
    margin: 5px 0 0 30px;
}

a img.facebook {
    margin: 20px 0 10px;
}

.col-main .col-side img {
    margin: 10px 0;
}

a[rel^="lightbox"] img {
    margin: 10px 8px;
}


/* list */
ol, ul {  
    margin: 10px 0 20px 30px ;
} 

ol ol, ul ul, ol ul, ul ol {
    margin: 0 0 0 30px;
} 

ol li, ul li {              
    line-height: 24px; 
}

ul li {
    list-style: circle;
}         

ul.link-on-web li {
    margin-top: 10px;
}

ul.link-on-web li ul li {
    margin-top: 0;
}

ul.errors {
    color: red;
}

ul.filter {
    float: left;
    margin: 0;
}

ul.filter li {
    float: left;            
    line-height: 42px;
    list-style: none;
    border: 1px solid rgb(219, 219, 219);
    background: url('../../images/bg-menu.png') repeat-x 0 0;
    margin-right: 3px;
}

ul.filter li:hover {
    background: url('../../images/bg-menu.png') repeat-x 0 -42px;
}

ul.filter li a {    
    display: block;    
    padding: 0 15px;        
    font-size: 13px;        
    text-decoration: none;
    color: rgb(95, 100, 96);
    font-weight: bolder;
}

ul.filter li.active a, ul.filter li a:hover {
    color: #FF7700;
}

/* text-typography */
p {
    line-height: 1.60;
    margin-bottom: 15px;        
}

a[rel^="lightbox"] + p {
    margin-top: 10px;
}

#footer-cover p, #footer-cover a {
    color: rgb(95, 100, 96);  
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer p {
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: center;
}

strong, b {
    color: rgb(50, 50, 50);
}

a strong, a b {
    color: #FF7700;
}

a {
    color: #FF7700;
    outline-style: none;  
}

a:hover {
    text-decoration: none;
}   

#side-content p {
    margin: 0;
    padding-bottom: 15px;
}  

abbr {
    cursor: help;
    border-bottom: 1px dotted black;
}      


/* table */
table {
    margin: 20px 0;
    border-collapse: collapse;
}

table th, td {
    height: 30px;       
    padding: 0 4px;
    vertical-align: middle;
}

table th {
    color: rgb(50, 50, 50);    
}

table.price {
    width: 100%;
}

table.price th {
    padding-left: 30px;
    font-weight: normal;
    color: black;    
    text-align: left;
}

table.price th.price-heading {
    padding-bottom: 5px;
    padding-left: 0;
    font-size: 18px; 
    color: rgb(41, 170, 96);  
    text-align: center;
}

table.price td {
    width: 75%;
    padding-left: 20px;
}

table.price td + td {
    width: 25%;
    padding-left: 4px;
}

table.price tr.even {
    background: #E3FFE3;
}

table.contact td {
    height: 20px;
}

table.contact {
    margin-top: 0;
}
