/* CSS Document */

body{
	background-color: #999999;
	margin:0 auto;
	width:750px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:18px;
	padding:3px;
	text-align:justify;
	margin-bottom:15px;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bolder;
	color:#CC0066;
	padding:3px;
	border-bottom: 1px dashed #CC0066;
	margin-top:15px;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#E95D8F;
	padding:3px;
}

.content_tussen {
	float:left;
	margin-bottom: 20px;
	width: 690px;
}

.content_left {
	margin-right:15px;
	margin-bottom: 0px;
	float: left;
	width: 323px;
	margin-bottom:15px;
}

.content_right {
	margin-left:15px;
	margin-bottom: 0px;
	float: right;
	width: 323px;
	margin-bottom:15px;
}

.highlight_tekst {
	color:#999999;
	font-weight:bolder;
}

.links_boven {

}

.pagina_einde {

}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;	
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}


/*Opmaak opsommingen*/

.opsomming{
	font: 11px verdana,helvetica,arial,sans-serif;
	margin:0px 0px 0px 0px;
	list-style-type:square;
	display:list-item;
}


/*Opmaak afbeeldingen*/

img.floatLeft { 
    float: left; 
    margin: 5px 20px 15px 2px; 
}

img.center{ 
    text-align:center;
    display:block;
}




/*Opmaak tabellen*/

table.center {margin-left:auto; margin-right:auto;}

table th {
	font: bold 11px verdana,helvetica,arial,sans-serif;
	color: #FFFFFF;
	text-align: center;
	background: #CC0066;
	padding: 6px;
	text-align:left;
}

table td {
	font: 11px verdana,helvetica,arial,sans-serif;
	border-bottom: 1px dotted #bcbcbc;
	background: #FFFFFF;
	color: #000000;
	text-align:left;
}

.quicktime a, .quicktime a:active, .quicktime a:visited {
	display:block;
	background-image:url(images/quicktime_up.png);
	background-position:center;
	background-repeat:no-repeat;
}

.quicktime a:hover {
   background-image:url(images/quicktime_down.jpg);
   background-position:center;
   background-repeat:no-repeat;
   background-color:#FFFFFF;
}

.windows a, .windows a:active, .windows a:visited {
	display:block;
	background-image:url(images/windows_up.png);
	background-position:center;
	background-repeat:no-repeat;
}
.windows a:hover {
   background-image:url(images/windows_down.jpg);
   background-position:center;
   background-repeat:no-repeat;
   background-color:#FFFFFF;
}

tr:hover td,
tr.odd:hover td {
  background: #eaeaea;
  color: #000000;
  }

.table_tekst {
margin-left:5px;
}



/*ID*/

#master{
	width: 750px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#banner{
	background-color: #ddd;
	border-bottom: 1px solid #BBBBBB;
	width: 750px;
	height: 120px;
}

#content{
	margin-left: 30px;
	margin-right:30px;
	margin-top: 25px;
	margin-bottom: 0px;
	width:690px;
}

#footer{
	clear: both;
	margin: 0;
	padding: 5px;
	color: #FFFFFF;
	width:740px;
	background-color: #000000;
	text-align:center;
}


/*Opmaak hyperlinks content*/

a:link {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #CC0066;
	}


/*Opmaak hyperlinks footer*/

#footer a:link {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:hover {
	color:#000000;
	text-decoration:none;
	background-color: #FFFFFF;
	}
#footer a:active {
	color:#000000;
	text-decoration:none;
	background-color: #FFFFFF;
}


/*Opmaak navigatie*/

#navcontainer
{
margin: 0;
padding: 0;
height: 57px;
font: 11px Verdana, sans-serif;
width: 100%;
border-bottom: 1px solid #BBBBBB;
background: #FFFFFF;
}

#navcontainer UL
{
margin: 0px 0px 0px 120px;
padding: 0;
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
list-style-type: none;
}

#navlist li a, #navlist li a:link
{
background: #FFFFFF;
color: #9C9C9C;
text-decoration: none;
padding: 8px 20px 8px 20px;
display: block;
}

#navlist li a:hover
{
color: #000000;
border-bottom: 3px solid #E95D8F;
cursor: pointer;
background: #eeeeee;
}

#navlist li a#current, #navlist li a#current:link
{
color: #000000;
cursor: default;
border-bottom: 3px solid #CC0066;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #CC0066;
background: #eeeeee;
}

