/* 
ORIGINEEL 


www.verkoelengroep.nl/bouwmaterialen/
BRAMUS Internet Services
(c) 2008 - Verkoelen Groep

*/

body {
color: #8d8d8d;
font-family: verdana;
background: #000;
background-image: url(images/background.png);
background-repeat: repeat-x; 
}

#container{ 
margin-left: auto;
margin-right: 0;
width: 950px;
}

#header{
width: 950px;
height: 90px;
background-image: url(images/header.png);
background-repeat: no-repeat;
margin-top: auto;
margin-bottom: 0;
margin-left: 0;
margin-right: auto;
}

/* BEGIN MENU STRUCTUUR */
#menu{
height: 36px;
width: 626px;
background: #000;
padding-left: 0px;
float: left;
}

#menu ul{
list-style: none;
margin-top:5px;
padding: 0;
}

#menu li {
margin: 3px 0 0 15px;
float: left;
font-size: 14px;
font-family: verdana;
}        

#menu li a:hover{
color: #b53731;
text-decoration: none;
font-weight: bold;
}        

#menu li a.menu-current{
color: #b53731;
text-decoration: none;
font-weight: bold;
}   
     
#menu li a {
color: #8d8d8d;
display: block;
text-decoration: none;
font-weight: bold;
}
/* EINDE MENU STRUCTUUR */

#center{
height:36px;
width:200px;
background-image: url(images/verkoelen.png);
float:left;
background: #585653;
}

#right{
height: 35px;
width: 124px;
float: right;
background: #000;
}

/* ONDER HET MENU CONTENT -> DAAR ONDER DE DIVS VOOR MENU, FLASH, CONTACT */
#content{
width: 950px;
background: #000 url(images/faux.png);
overflow: hidden;
}

#menu-content{
width: 596px; /*626*/
float: left;/*height: 100%;*/
background-image: url(images/content.png);
background-repeat: no-repeat;
padding-bottom: 20px;
padding-right: 30px; /*weg laten*/
padding-top: 120px;
}

#center-content{
width: 200px;
background: #333;
background-image: url(images/close.png);
float: left;
height: 100%;
margin-top: auto;
margin-bottom:0px;
}

#right-content{
width: 124px;
background: #000;
background-image: url(images/right.png);
float: right;
height: 100%;
}

/* FOOTER ONDER DE CONTENT -> EN DAAR WEER ONDER DE DIVS VOOR MENU, FLASH, CONTACT */
#footer{
width: 950px;
height: 160px;}

#menu-footer{
width: 626px;
height:160px;
background-image: url(images/footer-menu.png);
background: #000;
float: left;
}

#center-footer{
width: 200px;
height: 160px;
background: #333;
float: left;

}


#right-footer{
width: 124px;
padding-top: 70px; 
height: 90px;
background: #000;
float: right;
margin-top: auto;
margin-bottom: 0px;
}

#footer-copyright{
width: 626px;
height: 12px;
float: left;
font-size: 10px;
color: #333;
font-family: verdana;
text-align: center;
}
#footer-copyright a{
font-size: 10px;
color: #333;
font-family: verdana;
text-align: center;
text-decoration: none;
}
#footer-copyright a:hover{
font-size: 10px;
color: #b53731;
font-family: verdana;
text-align: center;
text-decoration: none;
}

/* TEKST OPMAAK */
a { 
color: #b53731;
text-decoration: none;
font-size: 14px;
font-family: verdana;
}

a:hover {
color: #b53731;
text-decoration: underline;
}

#content h1{
font-family: verdana;
color: #b53731;
font-weight: bold;
font-size: 16px;
}

#content p, td, th, li, ul {
font-family: verdana;
color: #8d8d8d;
font-size: 14px;
}
