
* {
	padding: 0px;
	margin: 0px;
	border: none;
}



.clear {
	clear: both;
}

#_ctl0 {
	height: 100%;
}




h1 {
	font-family: Courier, Trebuchet MS, Verdana, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: regular;
	font-weight: normal;
	color: #e71b00;
}

h2 {
	font-family: Courier, Trebuchet MS, Verdana, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: regular;
	font-weight: bold;
	color: #fff;
}

h3 {
	font-family: Courier, Trebuchet MS, Verdana, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: regular;
	font-weight: bold;
	color: #378902;
}

info {
	font-family: Courier, Trebuchet MS, Verdana, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: regular;
	font-weight: bold;
	color: #7f7f7f;
}

a {
	text-decoration: none;
	outline-style: none;
	color: #6f6f6f;
}
	a.hover {
		text-decoration: none;
		outline-style: none;
		color: #6f6f6f;
	}
		

img {
	border: medium none;
}

p {
}


html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Courier, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 26px;
	color: #6f6f6f;
	height: 100%;
	background: #000;
}

#container {
	margin: 0 auto;
	
	position: relative;
	
	background: url(bg_body.jpg) no-repeat;
	background-position: top center;
	background-attachment: scroll;
	
	width:100%;
	height:100%;

	}
	

form {
	height: 100%;
}

#pagewrap {
	margin: 0 auto;
	height: 100%;
	width: 500px;
	
	}


	#header {
		width: 500px;
		height: 263px;
		overflow: hidden;
		background: url(images/bg_header.jpg) no-repeat #83adbc;
		}
	
		#header h1 a { 
			text-indent: -9999px;
			height: 98px;
			width: 583px;
			background: url(images/img_logo.png) no-repeat;
			margin: 80px 0 0 25px;
			border:0;
			display: block;
		}
		

		ul#navigatie {
				display: block;
				width: 500px; 
				height: 14px; 
				margin: 25px 0 0 16px; 
			}
			
			ul#navigatie li {
				display: inline;
				overflow: hidden;
				line-height: 14px; 
				}
				
				ul#navigatie li a {
					display: block;
					float: left;
					font-family: Trebuchet MS, Verdana, "Times New Roman", Times, serif;
					font-size: 12px;
					line-height: 15px;
					font-style: regular;
					font-weight: normal;
					color: #464646;
					width: 115px;
					text-align: center;
					line-height: 30px;
					
					}
				
				
				ul#navigatie li a:hover { 
					display: block;
					height: 30px;
					width:115px;
					background: url(images/bg_rollover.jpg) no-repeat;
					float: left;
					margin: 0;
					}
				
				
	
	#content {
		width: 500px;
		padding: 0px 0 0px; 
		background: #000;
		}
		
		#contenttext {
			width: 470px;
			float: left;
			padding: 30px;
			background: #2c2c2c;
		}
		
			#content_left {
				width: 540px;
				float:left;
				margin-right: 30px;
			}
			
			#content_right {
				width: 330px;
				float: right;
			}
			
		

		
	