/* Algemene deel stylen */
body {
font-family:Verdana, Helvetica, sans-serif;
font-size : 11px;
color: #868686;
text-align: center; /* voor IE */ 
background-image: url(../images/bg.gif);
background-repeat: repeat-x;
background-color: #00438b;
margin: 0px;
padding: 0px;
} 



/* CONTAINERS */
	#container {
		width: 950px;
		height: auto;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* MENU TOP */
		#menu_top {
			width: 450px;
			height: 30px;
			float: right;
			line-height: 30px;
		}
		#menu_top ul {
			padding: 0px;
			margin: 0px;
		}
		#menu_top li {
			list-style: none;
			float: left;
			padding-left: 2px;
		}
		/* MENU TOP MOUSE OVER */
			#menu_top a			{font-family: Verdana; font-size: 12px; text-decoration: none; font-weight: bold;}
			#menu_top a:link		{color: #ffffff}
			#menu_top a:visited		{color: #ffffff}
			#menu_top a:active		{color: #ffffff; text-decoration: underline}
			#menu_top a:hover		{color: #ffffff; text-decoration: underline}
		
	/* HEADER */
		#logo {
			width: 230px;
			height: 77px;
			float: left;
			background-image: url(../images/header_logo.gif);
			
			margin-top: 50px;				
		}
		#ad {
			width: 234px;
			height: 60px;
			float: left;
			margin-left: 60px;
			margin-top: 30px;
		}

				
			
	/* INHOUD */
		#inhoud_ad {
			width: 796px;
			float: left;
			margin-top: 30px;
		}
		/* MENU TOP MOUSE OVER */
			#inhoud_ad a			{font-family: Verdana; font-size: 12px; text-decoration: none; font-weight: bold;}
			#inhoud_ad a:link		{color: #ffffff}
			#inhoud_ad a:visited		{color: #ffffff}
			#inhoud_ad a:active		{color: #ffffff; text-decoration: underline}
			#inhoud_ad a:hover		{color: #ffffff; text-decoration: underline}

		#inhoud_vlak {
			width: 796px;
			float: left;
			margin-top: 5px;
			border: 1px solid #1f5a99;
			background-color: #001328;
			padding: 2px;
		}
		#inhoud_vlak table {
			width: 100%;
			border: 0px;
			margin: 0px;
			padding: 0px;
		}
		
		#inhoud_vlak td.grijs {
			height: 20px;
			background-color: #e0e0e0;
			
			font-family: Verdana;
			font-size: 12px;
			color: #424242;
			font-weight: bold;
		}
		#inhoud_vlak td.grijs_footer {
			height: 30px;
			background-color: #e0e0e0;
			
			font-family: Verdana;
			font-size: 11px;
			color: #424242;
			font-weight: lighter;
			
			padding: 5px;
		}
		/* INHOUD FOOTER  MOUSE OVER */
			.grijs_footer a				{font-family: Verdana; font-size: 11px; text-decoration: none; font-weight: bold;}
			.grijs_footer a:link		{color: #424242}
			.grijs_footer a:visited		{color: #424242}
			.grijs_footer a:active		{color: #424242; text-decoration: underline}
			.grijs_footer a:hover		{color: #424242; text-decoration: underline}
			
		#inhoud_vlak td.even {
			background-color: #052243;
			padding: 2px;
			font-family: Verdana;
			font-size: 12px;
			color: #ffffff;
			font-weight: bold;
		}
		#inhoud_vlak td.oneven {
			background-color: #001328;
			padding: 2px;
			font-family: Verdana;
			font-size: 12px;
			color: #ffffff;
			font-weight: bold;
		}
		img {
			border: 1px solid #ffffff;
		}
		a {
		    color: #CCCCCC;
		    text-decoration: none;
		}
		a:hover {
		    color: #FFFFFF;
		    text-decoration: underline;		
		}
		.submit {
		    border: 1px solid #295A8F;
		    height: 22px;
		    line-height: 22px;
		    background-color: #001731;
		    color: #FFFFFF;
		    font-family: verdana;
		    font-size: 11px;
		    font-weight: bold;
		    margin: 5px;
		    cursor: pointer;
		    padding-top: 1px;
		}
			
					
			/* FOOTER */
				#footer {
					width: 768px;
					float: left;
					margin-bottom: 10px;
				}
					#footer #links {
						width: 525px;
						height: 32px;
						float: left;
						background-image: url(../images/footer_L.gif);
						
						font-family: Verdana;
						font-size: 10px;
						color: #ffffff;
						
						padding-left: 10px;
						line-height: 32px;
					}
					#footer #midden {
						width: 202px;
						height: 32px;
						float: left;
						background-image: url(../images/footer_M.gif);
						
						font-family: Verdana;
						font-size: 10px;
						color: #ffffff;
						
						line-height: 30px;
						padding-left: 10px;
					}
					#footer #rechts {
						width: 21px;
						height: 32px;
						float: left;
						background-image: url(../images/footer_R.gif);
					}
					
				/* FOOTER MOUSE OVER */
					#footer  a			{font-family: Verdana; font-size: 10px; text-decoration: none; font-weight: lighter;}
					#footer  a:link		{color: #ffffff}
					#footer  a:visited	{color: #ffffff}
					#footer  a:active	{color: #ffffff; text-decoration: underline}
					#footer  a:hover	{color: #ffffff; text-decoration: underline}
					
			
					
			/* FORM STYLING */
				#footer input {
					width: 100px;
					height: 15px;
					border: 1px solid #e45401;
					
					font-family: Verdana;
					font-size: 10px;
					color: #000000;
					
					margin-top: 2px;
					padding-left: 10px;
				}
				#footer input.zoeken {
					background-image: url(../images/ico_zoeken.png);
					background-color: #f26310;
					width: 16px;
					height: 16px;
					border: 0px;
				}
					
				img.icon {
					float: right;
					width: 16px;
					height: 16px;
					margin-top: -20px;
					margin-right: 7px;
				}
				
.OranjeN {
	color: #f95b00;
}

		#sky {
			width: 120px;
			height: 600px;
			margin-left: 2px;
			margin-top: 30px;
			float: left;
		}