/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// GENERAL ///////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

Body {
		margin: 0px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
}


/*/////////////////////////////////////////////////////////////////*/
/*////////////////////////// TAALKEUZE ////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

.taalKeuze:link, .taalKeuze:visited {
		color: #B7B7B7;
		text-decoration: none;
}
.taalKeuze:hover, .taalKeuze:active {
		color: #F7941D;
		text-decoration: none;
}
.taalKeuze {
	color: #B7B7B7;
	font-size: 11px;
	font-weight: bold;
}

/*/////////////////////////////////////////////////////////////////*/
/*///////////////////// LAYOUT BLOCKS /////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

DIV {	z-index: auto;	}

#Wrapper {
		width: 930px;
		height: 560px;
		background: url(gifs/Background.jpg);
		background-repeat: no-repeat;
		margin: auto;
}


/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// TOPNAV ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#TopLeft {
		width: 220px;
		height: 50px;
		margin-top: 10px;
		color: #B7B7B7;
		text-align: right;
		float: left;	
}
#TopMid {
		width: 500px;
		height: 50px;
		margin-top: 10px;
		float: left;
}
#TopRight {
		width: 210px;
		height: 50px;
		margin-top: 10px;
		float: left;
}
#TopLeft a:link, #TopLeft a:visited, #TopRight a:link, #TopRight a:visited {
	color: #B7B7B7;
	text-decoration: none;
}
#TopLeft a:hover, #TopLeft a:active, #TopRight a:hover, #TopRight a:active {
	color: #737373;
	text-decoration: none;
}


/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// NAVIGATION ////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#Navigation {
		width: 930px;
		height: 110px;
		float: left;
		z-index: auto;
		
		font-size: 12px;
		font-weight: bold;
		color: #d90000;
		
}
#subNavigation {
		width: 220px;
		text-align: right;
		float: left;
		z-index: auto;
		
		font-size: 12px;
		color: #d90000;
}
#Navigation a:link, #Navigation a:visited, #subNavigation a:link, #subNavigation a:visited {
		color: #737373;
		text-decoration: none;
}
#Navigation a:hover, #Navigation a:active, #subNavigation a:hover, #subNavigation a:active {
		color: #F7941D;
		text-decoration: none;
}
#subNavigation .niveau3:link, #subNavigation .niveau3:visited {
		font-size: 11px;
		color: #B7B7B7;
}
#subNavigation .niveau3:hover, #subNavigation .niveau3:active {
		color: #F7941D;
		text-decoration: none;
}




/*/////////////////////////////////////////////////////////////////*/
/*//////////////////////////// CONTENT ////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#Content {
		width: 430px; /*500 - 70padding */
		padding-left: 40px;
		padding-right: 30px;
		padding-bottom: 30px;
		float: left;
		z-index: auto;
}
#Content h1 {
		font-size: 18px;
		color: #DADADA;
		font-weight: lighter;
}
#Content h3 {
		font-size: 12px;
}
#Content li {
		list-style-image: url(gifs/Pijltje.gif);
}
#Content a:link, #Content a:visited {
		color: #D90000;
		text-decoration: underline;
}
#Content a:hover, #Content a:active {
		color: #D90000;
		text-decoration: none;
}
.subLink:link, .subLink:visited {
		font-size: 9px;
		color: #D90000;
		text-decoration: underline;
}
.subLink:hover, .subLink:active {
		font-size: 9px;
		color: #D90000;
		text-decoration: none;
}
.subText {
		font-size: 9px;
		color: #B7B7B7;
}
.input {
		font-size: 11px;
		height: 12px;
		width: 200px;
}
.input2 {
		font-size: 11px;
		height: 12px;
		width: 50px;
}
.input3 {
		font-size: 11px;
		height: 12px;
		width: 141px;
}
.input4 {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		height: 50px;
		width: 200px;
}
.button {
		border: 1px solid #F7941D;
		background: #F7941D;
		color: #FFFFFF;
}

.small	{
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 9px;
}


/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// RIGHTSIDE /////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#RightSide {
		width: 210px;
		float: left;
		z-index: auto;
}
#RightSide a:link, #RightSide a:visited {
		font-size: 9px;
		color: #D90000;
		text-decoration: underline;
}
#RightSide a:hover, #RightSide a:active {
		font-size: 9px;
		color: #D90000;
		text-decoration: none;
}
#RightSide h3 {
		font-size: 15px;
		color: #F7941D;
}


/*/////////////////////////////////////////////////////////////////*/
/*//////////////////////////// FOOTER /////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#Footer {
		width: 670px;
		height: 50px;
		float: right;
		z-index: auto;
		font-size: 9px;
		color: #979797;
}
#Footer a:link, #Footer a:visited {
		color: #979797;
		text-decoration: underline;
}
#Footer a:hover, #Footer a:active {
		color: #979797;
		text-decoration: none;
}
#Footer .vertLine {
		color: #979797;
}






