/* CSS Document */

/* BASIS */

* {
padding: 0;
margin: 0;
}

body	{
background: #f2f2f2;
color: #777;
font-family: Arial, Tahoma, sans-serif;
font-size: 11px;
text-align: center;
}

/* STRUCTUUR */

#main {
padding: 0 2px;
width: 599px !important;
width /**/: 602px;
height:auto !important;
height:630px;
min-height:630px;
margin: 0 auto;
background: #fff url(bg.gif) repeat-y;
text-align: left;
position: relative;
border-bottom: 1px solid #e2e2e2;
}

#content {
padding: 10px 20px 10px 20px;
width: 410px !important;
width /**/: 450px;
}

#tamme {
position:relative;
top:0px;
height:30px;
width:398px;
background-image:url(tamme.gif);
}

#treurnis {
position:relative;
top:0px;
height:31px;
width:399px;
background-image:url(treurnis.gif);
}

#logo2 {
position:relative;
top:0px;
background-image:url(logo2.gif);
height:75px;
width:601px;
/*border-bottom:4px solid black;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-style:inherit;
}

#foto {
background-image:url(header1.gif);
height:110;
width:601;
border-bottom:1px solid white;
}

#contentleft {
/*border: 1px solid #4a76a0;*/
}

#contentright {
padding-top: 10px;
}

#menu-frame {
position: absolute;
width: 149px;
top: 213px;
left: 452px;
overflow: hidden;
}

#eeg {
background-image:url(eeg.gif);
position: absolute;
width: 50px;
height:35;
bottom: 10px;
left: 500px;
}

#gegevens {
text-align:center;
position: absolute;
width: 100px;
height:40;
bottom: 85px;
left: 475px;
}

#left {
position:absolute;
top: 355px;
width:100px;
}

#right {
position:absolute;
top: 355px;
margin-left:200px;
width: 100;
width: 100;
}

.white {
color:white
}

/* MENU's */

#list-menu {
overflow: hidden;
font-size: 11px;
}

#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
border-top: 1px solid #d6d6d6;
}
#list-menu li {
overflow: hidden;
height: 30px;
border-bottom: 1px solid #d6d6d6;
}

#list-menu a {
overflow: hidden;
display: block;
width:149px;
padding: 10px 0px 0px 30px;
height: 20px !important;
height /**/: 30px;
background: #004ac6;
text-decoration: none; /*lets remove the link underlines*/
/*text-align: left;*/
} 

#list-menu a:link, /*#list-menu a:active,*/ #list-menu a:visited {
color: white;
overflow: hidden;
}

#list-menu a:active, #list-menu a:hover {
background: #e6e8fd url(hover.gif) no-repeat;
color: #4a76a0;
overflow: hidden;
}

#hit a:link, /*#hit a:visited*/ {
background: #e6e8fd url(hover.gif) no-repeat;
color: #4a76a0;
/*color: #ee2020;*/
overflow: hidden;
}

/* TEKST */

#contentleft p {
line-height: 20px;
margin-bottom: 15px;
}

h1 {text-indent: -1000;}

h2 {
/*display: block;*/
/*background-color: #009999;*/
font-size: 16px;
}

h3 {
margin-left:300;
font-size:14px;
} 

p {font-size:10px;}
h6 {font-size:10px;}
h5 {font-size:12px}

#content a{
color:blue;
}



