@charset "utf-8";
/* CSS Document */

	html{
		/*height:100%;*/
	}
	
	body {
		margin:0;
		padding:0;
		background:url('/assets/images/bg_body2.gif') center top;
		width:100%;
		/*height:100%;*/
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:15px;
	}
	
	
	#bgContainer {
		width:100%;
		/*height:100%;*/
		background:url(/assets/images/bg_bgcontainer.gif) repeat-x 0px 88px;
	}
	
	#mainContainer {
		margin-left:auto;
		margin-right:auto;
		background:#ffffff;
		width:940px;
		/*min-height:100%;*/
		background: #ffffff url(/assets/images/dottod_line_vertical.gif) repeat-y 313px 0px;
		
	}
	
	#mainContainerHome {
		margin-left:auto;
		margin-right:auto;
		background:#ffffff;
		width:940px;
		/*min-height:100%;
		height:auto;*/
		
	}
	
		#topRow {
			width:940px;
			height:88px;
			background:#ffffff;
		}
			#topRowLogo {
				width:580px;
				padding:15px 10px 10px 10px;
				float:left;
			}
			
			#topRowTopMenu {
				width:230px;
				float:left;
				font-size:10px;
				margin-top:65px;
				margin-left:100px;
				
			}
			
				#topRowTopMenu UL {
					margin:0;
					padding:0;
					list-style:none;
				}
				
				#topRowTopMenu LI {
					margin:0px;
					padding:0 0 0 28px;
					background:url('/assets/images/topmenu_arrow.gif') no-repeat 20px 5px;
					float:left;
				}
				
				#topRowTopMenu A {
					color:#000000;
					text-decoration:none;
				}
				
		#menuRow {
			width:938px;
			height:40px;
			margin:0 1px 0 1px;
			font-size:14px;
			color:#FFFFFF;
		}		
		
			#menuRow UL {
				margin:0;
				padding:0;
				padding-top:12px;
				list-style:none;
			}
			
			#menuRow UL LI {
				margin:0 0 0 30px;
				padding:0;
				float:left;
			}
			
			#menuRow A {
				color:#FFFFFF;
				text-decoration:none;
			}
			
		#middleRow {
			width:938px;
			margin:1px 1px 1px 1px;
			height:142px;
			background:#333333;
			
		}
		
			#middleRowInlog {
				height:112px;
				width:282px;
				padding:15px 15px 15px 15px;
				border-right:1px solid #ffffff;
				float:left;
				font-size:11px;
				color:#ffffff;
			}
			
				#middleRowInlog h2.inlogheader {
					font-size:18px;
					margin:0px;
					margin-bottom:5px;
					color:#fff;
				}
			
				#middleRowInlog .input {
					width:115px;
					margin-bottom:10px;
				}
				
				#middleRowInlog .submit {
					margin-bottom:6px;
				}
				
				#middleRowInlog A {
					color:#ffffff;
				}

			#middleRowImage {
				height:142px;
				width:625px;
				float:left;
			}
			
		#contentRow {
			width:940px;
		}
			
		
			
			#contentRowColumLeft {
				width:313px;
				float:left;
			}
			
			#contentRowColumRight {
				width:626px;
				float:left;
			}
			
			#contentRow	.contentRowBlok {
				margin:0px 1px 1px 1px;
			
			}
			
			#contentRow	.contentRowBlokWide {
				margin:0px 1px 1px 2px;
			
			}
		
			
			#contentRow .contentRowHome {
				width:940px;
			}
		
			#contentRow .contentRowHome .contentRowHomeBlok {
				width:311px;
				height:178px;
				padding:1px 1px 1px 1px;
				float:left;	
			}	
			
			#contentRow .contentRowHome .contentRowHomeBlokWide {
				width:624px;
				height:178px;
				padding:1px 1px 1px 1px;
				float:left;
			}	
			
			
			#contentRow .bottomdotted {
				background:url(/assets/images/dottod_line_horizontal.gif) repeat-x bottom left;
			}
			
			#contentRow .leftdotted {
				background:url(/assets/images/dottod_line_vertical.gif) repeat-y top left;
			}
		
			
			#contentRow .header{
				height:18px;
				padding:9px 9px 9px 15px;
			}
			
			#contentRow .header h1 {
				font-size:20px;
				margin:0px;
				color:#fff;
				font-weight:normal;
			}
			
		
			
			#contentRow .headerVervolg{
				height:18px;
				padding:20px 9px 9px 40px;
			}
			
			#contentRow .headerVervolg h1 {
				font-size:24px;
				margin:0px;
				color:#fff;
				font-weight:bold;
			}
			
			#contentRow .headerVervolg h1.hdrblack {
				color:#000000;
			}
			#contentRow .headerVervolg h1.hdrpurple {
				color:#330033;
			}
			#contentRow .headerVervolg h1.hdrblue {
				color:#003366;
			}
			#contentRow .headerVervolg h1.hdrred {
				color:#B72400;
			}
			#contentRow .headerVervolg h1.hdrgreen {
				color:#003300;
			}
			
			#contentRow .headerVervolg h1.hdryellow {
				color:#E1B500;
			}
			
			#contentRow .contentVervolg {
				padding:15px 70px 70px 40px;
				font-size:14px;
			}
			
				#contentRow  UL {
					list-style:none;
					margin:0px;
					padding:0px;
				}
				
				#contentRow  UL LI {
					list-style:none;
					margin:0px;
					padding:3px 0px 3px 20px;
					background:url(/assets/images/arrow_bulletlist.gif) no-repeat 5px 7px;
				}
			
			#contentRow .header h2 {
				font-size:18px;
				margin:0px;
				color:#fff;
				font-weight:normal;
			}
			
			#contentRow .header h2 A {
				color:#fff;
				text-decoration:none;
			}
			
			#contentRow .content {
				padding:15px;
			}
			
			#contentRow .content A, #contentRow .contentVervolg A {
				color:#3A66DD;
			}
			
			#contentRow .leftdotted .header {
				margin-left:1px;
			}
			
			#contentRow  .black {
				background:#000000;
			}
			
			#contentRow  .purple {
				background:#330033;
			}
			
			#contentRow  .blue {
				background:#003366;
			}
			
			#contentRow  .red {
				background:#B72400;
			}
			
			#contentRow  .green {
				background:#003300;
			}
			#contentRow  .yellow {
				background:#E1B500;
			}
			
			
			.menublack {
				background:#000000;
			}
			
			.menupurple {
				background:#330033;
			}
			
			.menublue {
				background:#003366;
			}
			
			.menured {
				background:#B72400;
			}
			
			.menugreen {
				background:#003300;
			}
			.menuyellow {
				background:#E1B500;
			}
			
			
	.floatbreaker {
		height:1px;
		line-height:1px;
		font-size:1px;
		clear:both;
		margin-top:-1px;
	}
	
	
	/*formulieren*/
	.input {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		height:15px;
		border:1px solid #1A1A1A;
	}

