/* CSS Document */

A:link {text-decoration: none; color:#3A403C}
A:visited {text-decoration: none; color:#3A403C}
A:active {text-decoration: none; color:#3A403C}
A:hover {text-decoration: underline; color:#FFFFFF;}

body {
font-family: verdana, tahoma;
color:#3A403C;
text-align: center;
background-color:#FFFFFF;
}


div#container
{
margin-left: auto;
margin-right: auto;
width: 1024px;
height: 768px;
text-align: left;
background-color:#AAAAAA;
} 

#header {
position:relative;
top: 5px;
left: 20px;
width: 984px;
height: 40px;
text-align: left;
font-size:24px;
color:#3A403C;
}

#headertitleleft {
position:relative;
float:left;
top: 16px;
left: 0px;
width: 260px;
height: 24px;
text-align: left;
font-size:24px;
color:#3A403C;
}

#headertitlemid {
position:relative;
float:left;
top: 0px;
left: 5px;
width: 494px;
height: 40px;
text-align: left;
font-size:10px;
color:#AAAAAA;
}

#headertitleright {
position:relative;
float:left;
top: 20px;
left: 0px;
width: 220px;
height: 20px;
font-family:"Times New Roman", Times, serif;
text-align: right;
font-size:20px;
color:#FFFFEA;
}

#headerlinegreen {
position:relative;
top: 12px;
left: 20px;
width: 984px;
height: 1px;
background-color:#00FF00;
}

#headerlinewhite {
position:relative;
top: 14px;
left: 20px;
width: 984px;
height: 1px;
background-color:#FFFFFF;
}

#headerlinered {
position:relative;
top: 16px;
left: 20px;
width: 984px;
height: 1px;
background-color:#FF6600;
}

#spotlight {
position:relative;
top: 19px;
left: 20px;
width: 984px;
height: 95px;
font-size:12px;
}

#spotlightmonth {
position:relative;
float: left;
top: 0px;
left: 0px;
width:300px;
height:95px;

}

#spotlightmonthtext {
position:relative;
top: 0px;
left: 0px;
width:300px;
height:14px;
}

#spotlightmonthimage {
position:relative;
float: left;
top: 5px;
left: 0px;
width:80px;
height:60px;
}

#spotlightmonthpictext{
position:relative;
float: left;
top: 5px;
left: 5px;
width:210px;
height:60px;
font-size: 10px;
text-align:justify;
}

#spotlightprevious {
position:relative;
float: left;
top: 0px;
left: 20px;
width:560px;
height:95px;
}

#spotlightprevioustext {
position:relative;
top: 0px;
left: 0px;
width:560px;
height:14px;
}

#spotlightpreviousimage {
position:relative;
float: left;
top: 5px;
left: 0px;
width:90px;
height:60px;
}

#spotlightosi{
position:relative;
float: left;
top: 0px;
left: 20px;
width:100px;
height:95px;
}

#spotlightositext {
position:relative;
top: 0px;
left: 0px;
width:100px;
height:14px;
font-weight:bold;
text-align:right;
}

#spotlightosiimage {
position:relative;
float: left;
top: 5px;
left: 0px;
width:100px;
height:60px;
text-align: right;
}

#spotlighttext1 {
position:relative;
float:left;
left: 0px;
width:90px;
height:13px;
}

#spotlighttext2 {
position:relative;
float: left;
left: 20px;
width:300px;
height:13px;
}

#spotlighttext3 {
position:relative;
float: left;
left: 30px;
width:530px;
height:13px;
}

#spotlightpicture {
position:relative;
top: 5px;
left: 20px;
width:964px;
height:60px;
}

#spotlightpicturefoto {
position:relative;
float: left;
top: 0px;
left: 0px;
width:90px;
height:60px;
}

#spotlightpicturespatie {
position:relative;
float: left;
top: 0px;
left: 0px;
width:20px;
height:60px;
}

#spotlightpicturetekst {
position:relative;
float: left;
top: 0px;
left: 0px;
width:200px;
height:60px;
font-size: 10px;
text-align:justify;
}

#linegrey {
position:relative;
top: 9px;
left: 20px;
width: 984px;
height: 1px;
background-color:#3A403C;
}

#mainpage {
width: 1024px;
height: 600px;
}

#main{ 
	margin: 20px 0px;  /*the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 1000px;
	height: 720px;
} 

#kolomleft {
position:relative;
float: left;
top: 15px;
left: 10px;
width:170px;
height:600px;
font-size: 12px;
text-align:justify;

}

#paginamenutitel{
position:relative;
top: 0px;
height: 15px;
font-size:12px;
font-weight:bold;
margin-left:20px;
}

#menusites{
position:relative;
top: 0px;
width: 95%;
margin-top: 0px;
margin-left: 5px;
background-color:#AAAAAA;
font-size:10px;
}


#menusites ul {
 list-style: none;
 margin: 10px;
 padding: 0;
}

#menusites ul li {
 margin: 0;
 border-top: 1px solid #AAAAAA;
}

#menusites ul li a{
 display: block;
 padding: 2px 2px 2px 4px;
 border-left: 5px solid #BBBBBB;
 border-top:1px solid #BBBBBB;
 border-right: 1px solid #3A403C;
 border-bottom: 1px solid #3A403C;
 background-color: #3A403C;
 color: #AAAAAA;
 text-decoration: none;
 width: 90%;
} 

#menusites ul li a:hover{
 border-left: 5px solid #3A403C;
 border-right: 1px solid #BBBBBB;
 border-top: 1px solid #3A403C;
 border-bottom: 1px solid #BBBBBB;
 background-color: #AAAAAA;
 color: #3A403C;
 font-weight:normal;
}

#kolomleftlinks {
position:relative;
float: left;
top: 10px;
left: 25px;
width:140px;
height:100px;
font-size: 9px;
text-align:left;

}

#kolomleftads {
position:relative;
float: left;
top: 10px;
left: 25px;
width:140px;
height:140px;
}

#kolommidden {
position:relative;
float: left;
top: 15px;
left: 10px;
width:690px;
height:600px;
font-size: 12px;
text-align:justify;

}

#kolommiddenboven {
position:relative;
top: 0px;
left: 0px;
width:690px;
height:400px;
font-size: 12px;
text-align:justify;

background:url(../flash/preload.gif);
}

#kolommiddenonder {
position:relative;
top: 0px;
left: 0px;
width:680px;
height:200px;
font-size: 9px;
text-align:justify;

}


#kolomright {
position:relative;
float: left;
top: 15px;
left: 20px;
width:150px;
height:600px;
font-size: 12px;
text-align:justify;

}

#credits a{
top: 0px;
left: 0px;
width: 1024px;
height: 10px;
text-align: right;
font-size:9px;
color:#151515;
}
