/* Algemene pagina instellingen */
*{ 
	margin: 0; 
	padding: 0; 
}

body{
	background: #8aa1bd; 
	font-family: Arial; 
	font-size: 11px;
}

img {
	border: 0px;
}

/* Buttons boven header */
.top_hd{
	position: absolute; 
	width: 100%; 
	margin-top: 5px;
}


.top_hd_container{
	height: 25px; 
	min-width: 750px;
}

.top_hd_logo{
	text-align: right;
	float: right;
	margin-top: 5px;
	margin-right: 50px;
}

.hd{
	position: absolute; 
	width: 100%; 
	background-repeat: repeat-x;
}

/* De header */
.hd_container{
	height: 182px; 
	min-width: 750px;
}

.hd_image{
	top: 30px; 
	height: 185px;
	background-image: url(../images/header.jpg);
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.hd_logo{
	text-align: center;
	float: center;
}

/* Het menu */
.hd_mn_back{
	text-align: center; 
	line-height: 30px; 
	top: 190px; 
	height: 30px; 
	color: #FFFFFF;
}

.hd_mn_back a{
	color: #FFFFFF; 
	font-weight: bold; 
	text-decoration: none;
}

.hd_mn_back a:hover{
	color: FFFFFF; 
	text-decoration: underline;
}


/* De pagina onder de header */
#pagina{
	position: absolute; 
	width: 100%; 
	top: 240px; 
	text-align: center; 
	min-width: 800px; 
	margin: 0 auto;
}

#center_content_box{
	width: 803px; 
	margin: 0 auto;
}

/* Weergave content boxen */
.content{
	text-align: left; 
	position: relative;
}

.full_content{
	float: left; 
	text-align: left;
	width: 781px;
	min-height: 200px;
	padding: 10px 10px 10px 10px;
	background-color: #f3f3f3;
	border: 1px solid #000000;
}

.left_blog{
	float: left; 
	width: 380px;
	height: 120px;
	padding: 10px 10px 10px 10px;
	background-color: #c5c5c5;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.right_blog{
	float: right; 
	width: 380px;
	height: 120px;
	padding: 10px 10px 10px 10px;
	background-color: #c5c5c5;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/* Koptekst instellingen */
h1{
	font-size: 14px;
	margin-bottom: 15px;
	color: #7d7d7d;
}

h2{ 
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

h3{
	font-size: 10px;
	color: #FFFFFF;
}

h1 a{
	font-size: 14px;
	margin-bottom: 15px;
	color: #7d7d7d;
	text-decoration: none;
}

h2 a{ 
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 5px;
	text-decoration: none;
}

h3 a{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

h1 a:hover{
	font-size: 14px;
	margin-bottom: 15px;
	color: #7d7d7d;
	text-decoration: underline;
}

h2 a:hover{ 
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 5px;
	text-decoration: underline;
}

h3 a:hover{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}	
