html,body {
	margin: 0;
	padding: 0;
	}
	
body {
  font-family: Arial,Verdana,Sans-serif; 
  font-size: 12px; 
  color: #000000;
  line-height: 12pt;
	text-align: center;
	}
	
#formtable {
  font-family: Arial,Verdana,Sans-serif; 
  font-size:11px;
  font-weight:bold;
	}
	
/* links */
a:link{
	color: #cd5659; 
	text-decoration: none;
}

a:hover{
	color: #bd0000; 
	text-decoration: underline;
}  

a:active{
	color: #bd0000; 
	text-decoration: none;
} 

a:visited{
	color: #cd5659; 
	text-decoration: none;
}

a:visited:active{
	color: #bd0000; 
	text-decoration: none;
}	
     
a:visited:hover{
	color: #bd0000; 
	text-decoration: underline;
} 
         	
p{
  margin:0 10px 10px;
  line-height:20px;
}

p#introtekst {
	font-style:italic;
}
	
#contentheader {
  margin:50px 0 5px 10px;
  color:#cd5659;
  font-weight:bold;
}
	
a.linknav:link { 
	color: #FFF; 
	text-decoration: none;
	}
	
a.linknav:visited { 
	color: #FFF; 
	text-decoration: none;
	} 

a.linknav:hover { 
	color: #FFF; 
	text-decoration: none;
	}

img {	
	border: 0;
	}
	
div#header {
  height: 70px;
	margin: 0;
  background: #FFF;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
  }
  
div#subheader {
	height: 20px;
	background-image: url(../images/img_rechts.jpg);
	background-repeat: no-repeat;
	background-position:right;
	background-color: #274e85;
	color: #FFF;
	clear: left;
	width:100%;
	}

div#headermenu {
	margin: 0 20px 0 10px;
	float: left;
	line-height: 1.4;
	}
  
div#container {
	text-align: left;
	}
	
div#content p {
	line-height: 1.4;
	}
	
div#extra {
	background: #284d82;
	}
	
div#footer {
	height: 19px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	color: #FFF;
	clear: left;
	width: 100%;
	}
	
div#footermcontent {
	margin: 0 10px 0 200px;	
	}

div#footermenu {
	margin: 0 20px 0 20px;
	float: left;
	}
		
div#container {
	width: 700px;
	margin: 0 auto;
	}
	
div#wrapper {
	float: left;
	width: 100%;
	height: 100%;
	}
	
div#content {
	margin: 0 100px 0 200px;
	overflow: auto;
	height: 400px;
	}
	
div#navigation {
	background: #cd5659;
	float: left;
	width: 200px;
	height: 400px;
	margin-left: -700px;
  background-image: url(../images/kaart.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
	
div#navmenu {
	float: right;
	background: #001336;
	width: 110px;
	text-align: right;
	margin-top: 15px;
	padding: 10px;
	color: #FFF;
	}

div#login {
	margin-top: 175px;
	float: left;
	width: 200px;
	margin-left: -700px;
	background-color: #bd0000;
	}	
		
div#sublogin {
	position: relative;
	text-align: right;
  height: 140px;
/*	border: 1px #000900 solid;*/
	}	
		
div#extra {
	float: left;
	width: 100px;
	height: 305px;
	margin-left: -100px;
	background-image: url(../images/image_rechts.jpg);
	}
	
img#loginimg {
	margin-top: 40px;
	margin-right: 40px;
	}

img#verimg {
	margin: 5px 40px 40px 0;;
	}
