@import url("opmaak.css"); /* Hierin kān de opmaak voor verdere opmaak van content etc. */

* {
margin: 0; padding: 0;
}

img {border: 0;}

body, html {
background: url(../img/body-bg.gif); height: 100%; 
font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
font-size: 15px;
}

#container {
float: left; 
position: relative; 
width: 100%;  
min-height: 100%; 
height:auto !important; 
height:100%; 
background: url(../img/left-bg.gif) repeat-y;
}

#header {
position: relative; float: left; width: 100%; height: 71px; background: url(../img/header-bg.gif) repeat-x; 
}

#select-language {position: absolute; right: 10px; top: 10px; width: 190px;}
#select-language ul {list-style-type: none;}
#select-language li {float: left; }
#select-language a {display: block; height: 25px; line-height: 15px; text-indent: 33px; color: white; font: bold 10px verdana; text-decoration: none;}
#select-language a:hover {text-decoration: underline;}

#menu {
float: left; 
width: 160px; 
font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif; 
text-transform: uppercase; 
color: #fef9db;
}
#menu ul {list-style-type: none; width: 130px; margin: 21px 0 20px 22px;}
#menu li {margin-bottom: 13px;}
#menu a:link, #menu a:visited {color: #fef9db; text-decoration: none; }
#menu a:hover, #menu a:active {color: white; text-decoration: underline;} 

#content {
float: left; 
width: 800px; 
margin: 15px 0 10px 20px;
letter-spacing: -1px;
}
#content h1 {font: 40px "times new roman"; margin-bottom: 20px; text-transform: uppercase;}
#content h3 {margin-bottom: 12px; text-transform: uppercase;}
#content p {float: left; margin-bottom: 16px; font-size: 14px; line-height: 19px; display: block;}


