/* CSS Document */


	body,
	html {
	margin:0;
	padding:0;
	color:#000;
	background-color: #333333;
	color: #330000;
	}
	body {
		min-width:750px;
	}

	.bladtitel {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	text-transform: none;
	padding: 10px;
	margin: 10px;
}
	
	a:link {
	color: #330000;
}
a:visited {
	color: #330000;
}
a:hover {
		color:#993333;
	text-decoration: none;
}
a:active {
	color: #330000;
}
	#wrap {
	background:#99c;
	width:772px;
	background:url(achtergrond3.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	#header {
	background-color: #000000;
	background-image: url(header.jpg);
	height: 121px;
	width:772px;
		 
	}
	#header a {
	padding-right: 767px;
	padding-bottom: 101px;
	color:#FFFFFF;
	}
	#header h1 {
    	padding:5px;
	    margin:0;
		font-variant: small-caps;
    }
	#nav {
	padding:5px;
	background-color: #a7a09a;
	font-variant: small-caps;
	font-weight: bold;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
	display:inline;
	padding:5px 5px 5px 5px;
	
	}
	
		#nav li a{
text-decoration:none;	
	}
	
		#nav li a:hover {
	padding:5px 0px 6px 0px;
	background:#330000;
	color:#FFFFFF;
	}
	#main {
	float:left;
	width:530px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
	#main h2, #main h3, #main p {
		padding:0 10px;
    }
	
		#main a:link{
		border-bottom-color: #330000 1px dotted;}
				#main a:hover{
		border-bottom-color: #330000 1px dotted;}
				#main a:active{
		border-bottom-color: #330000 1px dotted;}
				#main a:visited{
		border-bottom-color: #330000 1px dotted;}
	
	
	#sidebar {
	float:right;
	width:240px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#footer {
	clear:both;
	background-color: #a7a09a;
	border-top-width: 1px;
	border-top-style: dashed;
	height: 30px;

	}
	#footer p {
	padding:5px;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
    }
.style2 {color: #CCCCCC}
    


.navtitel{
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align:center;
	text-transform: none;
	color: #FFFFFF;
	margin-top: 20px;
	width:200px;
	background-color: #330000;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
}

