
body {
background-color: gray;
}



html
{
height: 100%;

width: 100%;

font: 12px "arial", "verdana";

}



#container{

margin-right: auto;
margin-left: auto;
margin-top: 30px;
width: 900px;
min-width: 900px;
height: auto;

border: 3px solid white;
margin-bottom: 0px;
background-color: white;



}



#head 
{
height: 145px;
width: auto;
background-color: WhiteSmoke;
border: 1px solid gray;
border-top: 2px solid gray;
border-left: 2px solid gray;
}


#headtext{
height: 20px;
margin-bottom: 0px;
width: auto;
background-color: whitesmoke;
margin-left: 300px;
margin-top: 60px;
font: 17px arial;
color: darkblue;
}


#menu{
height: 20px;
margin-bottom: 0px;
width: 300px;
background-color: whitesmoke;
margin-left: 200px;
/*margin-right: auto;*/
margin-top: 40px;
}

.logo {
display: block;

width: 248px;

height: 68px;

float: left;
margin-left: 0px;
margin-top: 6px;
}

.logo2
{
display: block;
float: right;
margin-right: -30px;
margin-top: -29px;
}

.leftsidelogos {
display: block;
max-width: 80px;
max-height: 50px;
margin-top: 25px;

margin-bottom: 13px;
horizontal-align: center;
margin-left: auto;
margin-right: auto;
}

.imagesright {
float: right;
margin-bottom: 0;
}



.imagesleft {

margin-top: 15px;
margin-bottom: 7px;
}

.adres {
margin-top: 70px;
} 

.normaltext{
line-height: 15px;
margin: 0px;
width: 230px;
}

.normaltextright {
line-height: 15px;
margin: 0px;
width: 230px;
float: right
}

.adres{
line-height: 10px;
margin-top: 0px;
float: right;

}

.textvaklinks {
float: left;
margin-top: 0;
margin-bottom: 0;
width: 240px;
height: 172px;
line-height: 13px;

}

.textvakrechts {
margin-top: 10px;
margin-bottom: 0;
height: 152px;
width: 230px;
float: right;
}

.link {
font: 15px arial;
text-decoration: none;
color: black;
margin-top: 12px;
margin-left: 15px;

/*font-weight: bold;*/
}

.link2 {
color: #4444FF;
text-decoration: none;
}

#content {
min-height: 550px;
height: auto;
width: 600px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
border-top: 0px solid #B0C4DE;
text-align: left;
/*background-color: WhiteSmoke;
border: 1px solid gray;
border-top: 2px solid gray;
border-left: 2px solid gray;*/
padding: 1.5em;}




#leftside{

float: left;
height: auto;

width: 120px;

border-top: 0px solid #B0C4DE;
background-color: white;

}

#rightside{

float: right;
height: auto;

width: 120px;

border-top: 0px solid #B0C4DE;
background-color: white;

}


.right {
float: right;
text-align: left;
}

.left {
float: left;
}



#footer 
{
border: 1px solid gray;

width: auto;

height: 30px;

background-color: WhiteSmoke;
border-bottom: 2px solid gray;
border-left: 2px solid gray;
horizontal-align: center;
display: block;
color: black;
}

.footerlogo {
display: block;

width: 75px;

height: 54px;

float: right;
margin-right: 70px;
margin-top: 0px;
}

#footertext {
margin-top: auto;
margin-bottom: auto;
width: 200px;
height: 20px;
margin-left: 370px;
float: left;
}

   a:link    {color: darkblue; 
font: 16px "arial", "verdana";

}
   a:visited {color: darkblue; 
font: 16px "arial", "verdana";

}
   a:active  {color: darkblue; }
   a:hover   {color: #000099;
font: bold 16px "arial", "verdana";

}

#textCenter{
margin-top: 10px;
font: 14px "arial", "verdana";
border: 0px solid WhiteSmoke;
color: darkblue;
margin-left: auto;
margin-right: auto;
}



