@charset "utf-8";
		
		
		/*	______ Algemeen Gedeelte ____________________________________________________________________________________________________*/	
		* {
			margin : 0 ;
			padding : 0 ;
		}
		
		body{
			margin:0;
			padding:0;
			background: url(../images/bg.jpg) repeat-x #000000;
			font-family: Verdana, Geneva, sans-serif;
		}
		
		#container{
			width: 900px; /*breedte van de website */
			margin: 10px auto 0px auto; /*Center container on page*/
			
		}
		
		#logo{
			
			width: 220px;
			height: 250px;
			position: relative;
			margin: 0px 0px -200px 20px;
			z-index: 5;
		}
		
		#logo a{
			outline: none;
		}
		
		#header{
			background: url(../images/headers/switcher.php) no-repeat #cc1b00;			
			height: 230px;
			width: 886px;
			z-index: 1;
			border: 7px solid #FFFFFF;
			border-bottom: none;
			/*position: relative;*/
		}
		
		#menu{
			color: #FFFFFF;
			text-transform: uppercase;
			font-size: 10pt;
			font-weight: bold;
			text-align: right;
			margin: 0 10px 5px 0;
		}
		
			#menu a:link {
				color: #FFFFFF;
				text-decoration: none;
			}
			#menu a:visited {
				color: #FFFFFF;
				text-decoration: none;
			}
			#menu a:hover {
				color: #000000;
				text-decoration: none;
			}
			#menu a:active {
				color: #FFFFFF;
				text-decoration: none;
			}
		
		#submenu{
			float: right;
			background:url(../images/afronding.png) no-repeat;
			margin: 200px 0 0 0;
			padding-left: 11px;
			width: 615px;
			height: 22px;
			z-index: 10;
			
		}
			
			.sub{
				padding: 5px 10px 5px 0px;
				background:#FFF;
				height: 12px;
				z-index: 10;
			}
		
				#tablist{
					padding: 0;
					margin: 0;
				}
										
				.tabcontent{
					display:none;
					margin:-17px 0 0 0;
					font-size: 10px;
					height: 12px;
					font-weight: bold;
					color: #000000;
					
				}
						
			#submenu a:link {
				color: #cd1b01;
				text-decoration: none;
				font-weight: bold;
			}
			#submenu a:visited {
				color: #cd1b01;
				text-decoration: none;
				font-weight: bold;
			}
			#submenu a:hover {
				color: #000000;
				text-decoration: none;
				font-weight: bold;
			}
			#submenu a:active {
				color: #cd1b01;
				text-decoration: none;
				font-weight: bold;
			}
					
		
		#wrapper{ /* deze zo laten, zorgt ervoor dat je 2 kolommen hebt*/
			float: left;
			width: 900px;
			background: #FFFFFF;
			
		}
		
		#rechts{
			margin: 10px 0 10px 250px; /*zet hier de breedte van de linkerkolom*/
			z-index: 1;
			min-height: 140px;
			border-right: 2px solid #FFFFFF;
			border-bottom: 2px solid #FFFFFF;
			padding: 0 0 0 10px;
			color: #404040;
		}
		
			#content{		
				border-left: 2px solid #cd1b01 ;
				min-height: 430px;		
				padding: 0 10px 5px 10px;
				text-align: justify;
				font-size: 10pt;
			}
			
			h3{
				color: #cd1b01;
				font-size: 14pt;
				font-weight: bold;
				border-bottom: 2px solid #cd1b01;
				margin: 10px 0  0;
			}
			
				h3:first-child{
					margin:0;
				}
				
			#rechts ul{
				margin: 10px 0;
			}
			
			#rechts li{
				display: block;
				font-size: 10pt;
			}
			
			#rechts a:link {
				color: #cd1b01;
				text-decoration: none;
				
			}
			#rechts a:visited {
				color: #cd1b01;
				text-decoration: none;
				
			}
			#rechts a:hover {
				color: #000000;
				text-decoration: underline;
				
			}
			#rechts a:active {
				color: #cd1b01;
				text-decoration: none;
				
			}
			
			#rechts p{
				margin: 10px 0 10px 0;
			}	
			
			.writer{
				font-size: 10px;
				font-weight: bold;
				text-align: right;
				
			}
			
			#nav{
				margin: -10px 0 0 0px;
				color: #cd1b01;
				font-size: 10px;
				text-align: center;
				border-left: 2px solid #cd1b01 ;
			}
		
		
		#links{
			/* background: #cd1b01*/
			float: left;
			width: 250px; /*breedte van de linker kolom*/
			margin: 10px 0 30px -900px; /*zet hier de breedte van  -(#maincontainer)*/
			z-index: 1;
			min-height: 270px;
			border-left: 2px solid #FFFFFF;
			border-bottom: 2px solid #FFFFFF;
			border-right: none;
			padding: 0;
		}
		
			h2{
				color: #FFFFFF;
				background: #cd1b01;
				font-size: 14pt;
				text-transform:uppercase;
				padding: 3px 5px;
				margin: 10px 0 0 5px;
			}
				
					h2:first-child{
						margin: 0 0 0 5px;
					}
		
			
			#links p{
				color: #404040;
				padding: 3px 5px;
				font-size: 10pt;
			}
			
		.padding{
			padding: 10px;
			text-align:justify;
		}
		
		#bottom{
			background: url(../images/bottom.jpg) no-repeat;
			width: 900px;
			height: 10px;
			margin: -10px 0 0 0;
			z-index:0;
			}
			
		fieldset{
			width: 500px;
			border: none;
		}
		
		label{
			width: 150px;	
			float: left;
			margin: 5px 0 0 5px;
			font-weight:bold;
		}
		
		input{
			margin: 5px 0 5px 0;
			padding: 1px 5px 2px 5px;
			border: 2px solid #666666;
			width: 290px;
		}
		
		textarea{
			margin: 5px 0 5px 0;
			border: 2px solid #666666;
			padding: 1px 5px 2px 5px;
			width: 290px;
			height: 150px;
		}
		
		.search{
			width: 452px;
			margin: 5px 0 0 0;
			color: #333333;
			border: 2px solid #666666;
			padding: 2px 5px 2px 5px;
		}
		
		.search_sub{
			border: 2px solid #666666;
			background: #CCCCCC;
			width: 145px;
			outline: none;
			margin: 0 0 0 0px;
			color: #333333;
		}
		
		.search_sub:hover{
			cursor: pointer;
			background: #999999;
		}	
		
		
		.submit{
			border: 2px solid #666666;
			background: #CCCCCC;
			width: 145px;
			outline: none;
			margin: 0 0 0 155px;
			color: #333333;
		}
		
		.submit:hover{
			cursor: pointer;
			background: #999999;
		}
		
		.reset{
			border: 2px solid #666666;
			background: #CCCCCC;
			width: 145px;
			outline: none;
			margin: 0 0 0 10px;
			color: #333333;
		}
		.reset:hover{
			cursor: pointer;
			background: #999999;
		}		
		#lijn{
			border-bottom: 1px solid #cd1b01;
			width: 245px;
			margin: 0 0 0 5px;
		}				

