*{
 box-sizing:   content-box;
 -moz-box-sizing: content-box; 
}

html, body {
	width: 					100%;
	height: 				100%;
	margin: 				0px;
	font-family: 			Arial, Verdana, Helvetica, sans-serif;
	
	background-color:		#f0f0f0;
	
	background-repeat: 		repeat-x;	
	background-position: 	bottom center;
	background-image: 		url(../images/__background.jpg);
	
	background-attachment:	fixed;
	
	/*line-height:			16px;*/
}

img {
	border: 				0px;
	margin: 				0px;
	padding: 				0px;
}

h1 {
	font-family:			Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-size: 				20px;
	margin: 				0px;
	margin-bottom: 			3px;
	letter-spacing: 		-1px;
}

h2 {
	font-family:			Arial Narrow, Arial, Verdana, Helvetica, sans-serif;

	font-size: 				20px;
	margin: 				0px;
	margin-bottom: 			3px;
	letter-spacing: 		-1px;
	color: 					#bab4b4;
	display: 				block;
	float: 					left;
}

h2 a{
	font-family:			Arial Narrow, Arial, Verdana, Helvetica, sans-serif;

	font-size: 				20px;
	margin: 				0px;
	margin-bottom: 			3px;
	letter-spacing: 		-1px;
	color: 					#bab4b4;
	display: 				block;
	float: 					left;
	
	text-decoration:		none;
}

h3 {
	font-size: 				12px;
	font-weight: 			bold;
	color: 					#515151;
	margin: 				0px;
	margin-bottom: 			3px;
}

h3 a{
	font-size: 				12px;
	font-weight: 			bold;
	color: 					#515151;
	margin: 				0px;
	margin-bottom: 			3px;
	
	text-decoration:		none;
}

h4 {
	font-size: 				11px;
	font-weight: 			bold;
	color: 					#515151;
	margin: 				0;
}

h4 a{
	font-size: 				11px;
	font-weight: 			bold;
	color: 					#515151;
	margin: 				0;
	
	text-decoration:		none;
}

p {
	font-size: 				11px;
	color: 					#515151;
	margin: 				0px;
}

a {
	color: 					#a7c209;
	font-weight: 			bold;
	font-size: 				11px;
}

a:hover {
	color: 					#6BA7AF;
	font-weight: 			bold;
}



#achtergrond{
	/*background-repeat: 		repeat-x;	
	background-position: 	bottom center;
	width: 					100%;
	height: 				100%;
	background-image: 		url(../images/background.gif);*/
	padding-bottom:			20px;
}

#pagina {
	border: 				0px solid black;
	width: 					891px;
	margin-left: 			auto;
	margin-right: 			auto;	
	margin-bottom: 			10px;
}

#content {
	width: 					100%;	
	float: 					left;
	/*border: 				1px solid black;*/
	background-repeat: 		no-repeat;	
	background-position: 	bottom center;
	background-color: 		#ffffff;	
	/*background-image: 	url(../images/onderkant.gif);*/
}

#content_links {
	float: 					left;	
	/*border-left: 			2px solid #ffffff;*/
	margin-left:			3px;
	/*min-height:				530px;*/
	
	border:					0px solid black;
}

#content_rechts {
	float: 					right;	
	line-height: 			0px;
	margin-right: 			4px;
	
	border:					0px solid black;
}

#footer {
	width: 					891px;
	height:					25px;
	margin-left: 			auto;
	margin-right: 			auto;	
	margin-bottom: 			10px;
	
	border:					0px solid black;
	
	/*background:				#fff;*/
	
	background-repeat:		no-repeat;
	background-image: 		url(../images/onderkant3.gif);
}

#credits {
	width:891px;
	text-align:right;
	font-size:10px;
	font-weight:normal;
	color:#808080;
}
#credits a {
	padding: 0 10px 0 20px;
	color:#808080;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
#credits a:hover {
	text-decoration:underline;
}

#logo {
	margin-top:				10px;
	margin-bottom:			10px;
	margin-left:			4px;
}

#title {
	border:					0px solid black;
	margin-left: 			25px;
	margin-bottom: 			25px;
}

.streep {
	background-image: 		url(../images/titelstreep2.gif);
	background-repeat: 		repeat-x;
	display: 				block; 
	float: 					left;
	background-position: 	center;
	width: 					18px;
}

.streep2 {
	background-image: 		url(../images/titelstreep2.gif);
	background-repeat: 		repeat-x;
	background-position: 	center;
	
	/*width:					100%;*/
}

.streep3 {
	background-image:		url(../images/titelstreep3.gif);
	background-repeat:		repeat-x;
	line-height:			4px;
	
	border:					0px solid black;
}

.kop  {
	text-align: 			top;
	height: 				17px;
	font-size: 				15px;
	font-weight: 			bold;
	color: 					#003768;
	letter-spacing: 		-1px;
}

.kop  a{
	text-align: 			top;
	height: 				17px;
	font-size: 				15px;
	font-weight: 			bold;
	color: 					#003768;
	letter-spacing: 		-1px;
	
	text-decoration:		none;
}

.kop  a:hover{
	color:					#7d9013;
}

.kop2  {
	text-align: 			top;
	height: 				17px;
	font-size: 				15px;
	font-weight: 			bold;
	color: 					#3e3e3e;
	letter-spacing: 		-1px;
}


.link {
	/*border: 1px solid black;*/
	float: 					right;
}

a.detail_link {
	color: 					#a7c209;
	font-weight: 			bold;
	font-size: 				11px;
}

a:hover.detail_link {
	color: 					#6BA7AF;
	font-weight: 			bold;
}

a.detail_link_dark {
	color: 					#7d9013;
	font-weight: 			bold;
	font-size: 				11px;
}

a:hover.detail_link_dark {
	color: 					#013768;
	font-weight: 			bold;
}

a img#more {
	margin-bottom:			-7px;

	border:					0px solid black;
}

a img#go {
	margin-bottom:			-7px;

	border:					0px solid black;
}

div.clearer {
	clear:					both;
	font-size:				0;
	line-height:			0;
}