@charset "UTF-8";
/* CSS Document */



html {
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
	background-color: #414144;
	height: 100%;
}

body, p{
	margin: 0 auto;
	font: 14px Arial;
	color: black;
	
}







h1{
	color: #0053a0;
	font: bold italic 20px Arial;	
}

h2{
	color: #000000;
	font: bold italic 16px Arial;	
}
h3{
	color: #000000;
	font: bold 12px Arial;	
}


.errormsg{
	color: red;
	font: bold 12px Arial;
}


div#website {
	margin: 0 auto;
	width: 1000px;
		
}

div#header{
	width: 1000px;
	height: 250px;
	}



div#menu {
	width: 240px;
	height: 220px;
	position: absolute;
	margin-top: 0px;
	margin-left: 100px;
	
}

img#logos {

	margin-top: 10px;

	
}





div#content {
	width: 1000px;
	min-height: 475px;
	height: auto;
	background-image: url('../img/bgcont.png');
	background-repeat: no-repeat;
	background-position: top;
	
	

}



div#bgvak {
	width: 1000px;
	min-height: 475px;
	height: auto;
	background-image: url('../img/bgcont2.png');
	background-repeat: repeat-y;
	background-position: top;

}


div#footer{
	text-align: center;
	width: 1000px;
	height: 50px;
	font: 9px arial;
	
	background-image: url('../img/bgfooter.png');
	background-repeat: no-repeat;
	background-position: top center;

}


div#boven {
	margin-left: 335px;
	width: 575px;
	min-height: 250px;
	height: auto;
}

div#beneden {
	margin-left: 150px;
	width: 750px;
	}






div#view{
	margin: 0 auto;
	margin-top: 40px;
	width: 800px;
	height: 580px;
	
	background-color: white;
	border: 10px;
	border-style: solid;
	border-color: white;
}
div#viewtit{
	font-size: 11px;
	font-weight: bold;
	color:gray; 
	
	background-color: white;
	width: 500px;
	height: 25px;
	float: left;
}
div#viewback{
	background-color: white;
	text-align: right;
	height: 25px;
	width: 300px;
	float: left;
}




a:link{
color: gray;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}

a:visited{
color: gray;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}

a:hover{
color: #8c0000;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}

a:active{
color: gray;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}


div#menu a:link{
color: black;
font:  italic 16px Arial;
text-decoration: none;
}
div#menu a:visited{
color: black;
font:  italic 16px Arial;
text-decoration: none;
}
div#menu a:hover{
color: #0053a0;
font:  italic 16px Arial;
text-decoration: none;
}
div#menu a:active{
color: black;
font:  italic 16px Arial;
text-decoration: none;
}

div#footer a:link{
color: white;
text-decoration: none;
}
div#footer a:visited{
color: white;
text-decoration: none;
}
div#footer a:hover{
color: gray;
text-decoration: none;
}
div#footer a:active{
color: white;
text-decoration: none;
}

