/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 15px;
	color:#666666;
	text-align:center;
}

	/* LINK DEFENITION */
	
	
a:link, a:visited {
	color: #999;
	background-color: transparent;
	text-decoration: none;
}
	
a:hover {
	color: #333;
	background-color: transparent;
	text-decoration: none;
}
	
a:active {
	color: #999;
	background-color: transparent;
	text-decoration: none;
}

a {
	outline: none;
}

a:focus{
	outline:none;
}


div
{
	border:0;
}

img{
	border:none;
	display:block;
}

table
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;	
}

.clear { 
	clear:both; margin: 0;
}
	
#bodytext {
	margin: 0px;
}

#bodytext a {
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}

#bodytext a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}

#wrapper {
   position: absolute;
   width: 780px;
   left: 50%;
   margin-left: -390px;
   height:100%;
}

#container {
	width:730px;
	height:350px;
	max-height:350px;
	display:block;
	background-color:#ffffff;
	border: 6px solid #007cc2;
	margin-top: 70px;
	padding:20px;
	background-image: url(../images/logo-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align:left;
}

/* NAVIGATIE */
#navcontainer  {
		margin: 0 auto;
		padding:0px 0 4px 20px;         /*top, right, bottom, left*/
		width: 90%;	
	}
	
	#navlist {
	font: normal 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: left;
	margin: 0 20px 0 0; /*top, right, bottom, left*/
	padding: 0;
	list-style-type: none;
	}
	
	#navlist li {
	padding: 0;
	margin: 0;
	text-indent: 0;
	display: inline;
	}
	
	#navlist li a {
	/* letter-spacing: -1px; */
	text-decoration: none;
	color: #999;
	font-size: 0.7em;
	padding: 0 2px;
	text-transform: uppercase;	
	}
	
	#navlist li a:hover,#navlist a#current {
	color: #333;
	border-top: none;
	font-size: 0.7em;
	}
	
	#navlist a#current { 
	color: #000; 
	}
	
	#subnavlist li { 
	list-style-type: square; 
	}
	
	#active { 
	color: #000; 
	}	

/* MAIN CONTENT */

#basiclist li
{
list-style: disc;
}

h1 {
	font-size: 13px; 
	font-weight: bold;
	margin-bottom: 10px;  
	padding: 0px;
}

h2 {
	font-size: 12px; 
	font-weight: bold;
	margin-bottom: 10px;  
	padding: 0px;
}

/* FORM ELEMENTS */	
	
	.table_content {
		margin:20px 20px 0 28px;  /*top, right, bottom, left*/
		}

	fieldset {
		border: none;
		padding: 0;
	}
	
	label {
		font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #4f4f4f;
		padding: 0;
		}
		
	input, .options {
		float: left;
		font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #4f4f4f;
		background-color:#F4F5FD;
		border:1px solid #9C9C9C;
		padding: .2em;
	}
	
	select {
		font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #4f4f4f;
		background-color:#F4F5FD;
		border:1px solid #9C9C9C;
	}
	
	textarea {
		float: left;
		font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #4f4f4f;
		background-color:#F4F5FD;
		border:1px solid #9C9C9C;
		padding: .2em;
	}
	
	.options input {
		float: none;
		padding-left: 0;
	}
	
	.options label {
		font: .8em Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #4f4f4f;
		text-transform: none;
	}
	
	input[type="submit"] {
		background-color: #ededed;
		border: 1px solid;
		border-color: #bfbfbf #a3a3a3 #a3a3a3 #d6d6d6;
		height:23px;
	}
	
.smallfont {
font-size:10px;}

.blue {
color:#007cc2;
}

#welkom {
width:488px;
margin: 66px 0 0 130px;
color:#808080;
font-size:14px;
font-weight:normal;
font-style:normal;
line-height:18px;
}
