@charset "utf-8";
/* CSS Document
** Veter Productions (http://www.veterpro.net)
*/

body, html {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #4689e4;*/
	/*background-color: #6587ae;*/
	background-color: #2c5ea7;
	background-repeat: repeat;
	color:#000000;
}

p {
	padding: 0;
	margin: 0;
}

#container {
	width: 800px;
	margin: 0 auto -50px; /* zelfde negatieve als push en footer */
	background-color: #FFFFFF;
	border-left: 1px solid #663333;
	border-right: 1px solid #663333;
	
	min-height: 100%;
	height: 100%;	
	height: auto;
	
}

#header {
	height: 130px;
	background-image: url(img/header3.jpg);
	background-repeat: repeat-x;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	
}
#menu {
	font-size:12px;
	padding: 5px 25px 7px 25px;
	line-height: 20px;
	text-align:center;
	background-color: #e5e9eb;
	border-bottom: 2px solid #000000;	
	}
#menu a{
	/*color: #6587ae;*/
	color:#3333cc;
	font-weight: bold;
	text-decoration: none;
	}
#menu a:hover {
	color: #ffffff;
	font-weight: bold;
	/*background-color: #6587ae;*/
	background-color:#3333cc;
	}	
#content {
	margin: 25px 0 0 0;
	padding: 0 35px 50px 30px;
} 

#titel {
	background-image: url(img/lijntje08.jpg);
	background-repeat:no-repeat;
	padding: 10px 0 0 0;
	}
.titel {
	font-size:24px;
	/*font-weight:bold;*/
	line-height:28px;
	/*color: #8b97a5;*/
	background-color:#FFFFFF;
	/*color: #2c5ea7;*/
	/*color: #3333cc;*/
	color:#FF0000;
	padding: 10px 0 0 0;
	}
.titel1 {
	font-size:24px;
	/*font-weight:bold;*/
	line-height:28px;
	color:#FF0000;
	padding: 10px 0 0 0;
	}	
.titel2 {
	font-size:18px;
	/*color: #7ba3d1;*/
	color:#0099FF;
	padding: 10px 20px 20px 0;
	}
.titel3 {	
	font-size:16px;
	/*color: #b19932;*/
	/*color: #009900;*/
	color:#f06102;
	font-weight:bold;
	padding: 10px 20px 20px 15px;
	}
.titel4 {	
	font-size:14px;
	font-weight:bold;	
	/*color:#CC0000;*/
	color:#f06102;	
	padding: 0 20px 20px 15px;
	}	
.titel5 {
	font-size: 13px;
	font-weight:bold;
	line-height: 18px;
	}	
.titel6 {	
	font-size:14px;
	font-weight:bold;
	color:#f06102;
	}
.titel7 {	
	font-size:18px;
	font-weight:bold;
	padding: 10px 20px 20px 15px;	
	color:#cc0000;
	}	
.titel8 {	
	font-size:16px;
	color:#f06102;
	font-weight:bold;
	padding: 10px 20px 2px 15px;
	}
.titel9 {	
	font-size:14px;
	font-weight:bold;	
	color:#f06102;	
	padding: 0 20px 20px 75px;
	}				
.tekst {
	padding: 0 0 0 20px;
	}
.tekst a {
	color:#3333CC;
	text-decoration:none;
	}	
.tekst a:hover {
	text-decoration:underline;
	}	
.insprong {
	padding: 0 5px 0 60px;
	}
.insprong a {
	/*color:#2c5ea7;*/
	color:#3333CC;
	text-decoration:none;
	}
.insprong a:hover {
	text-decoration:underline;
	}	
.onderlijn {
	text-decoration: underline;
	line-height: 30px;
	font-weight: bold;	
	}
.gedicht {
	font-size:12px;
	color:#666666;
	margin: 0 0 0 180px;
	padding: 10px 5px 5px 20px;
	line-height: 15px;
	width:300px;
	border: 1px solid #CCCCCC;
	}	
	
.reacties {
	padding: 0 5px 0 60px;
	font-style:italic;
	color: #666699;
	}	
		
.lijst {
	padding: 0 0 0 60px;
	}			
.lijst ul {
	padding: 0 0 0 30px;
	}	
.rood	{
	color: #cc3333;
	font-weight:bold;
	padding: 0 30px 0 0;
	}
.roodl {
	text-decoration:underline;
	}
.rood2	{
	color: #cc3333;
	font-weight:bold;
	}	
.blauw {
	color:#0099FF;
	}	
	
.lijst2 {
	padding: 0 0 0 60px;
	}
.lijst2 a {
	/*color:#2c5ea7;*/
	color:#3333CC;
	text-decoration:none;
	}
.lijst2 a:hover {
	text-decoration:underline;
	}	
	
.lijst3 {
	padding: 0 0 0 40px;
	}	
.lijst3 a {
	/*color:#2c5ea7;*/
	color:#3333CC;
	text-decoration:none;
	}
.lijst3 a:hover {
	text-decoration:underline;
	}		


.push {
	height: 70px;
	}

#footer {
	height: 70px; /* .push must be the same height as .footer */
	text-align:center;
	color: #3333CC;
	font-size:9px;
}

	
	
	
