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

html{
	overflow:-moz-scrollbars-vertical;
}

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

img {
	border: 0px;
}

hr {
	border: 0px;
	width: 80%;
	color: #f4f4f4;
	background-color: #f4f4f4;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 15px;
}

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

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

.hd_image{
	top: 0px; 
	height: 50px;
	background-color: #142b46;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.hd_search{
	margin-top: 12px;
	margin-left: 10px;
}

.hd_title{
	text-align: center;
	font-size: 18px;
	color: #f4f4f4;	
}

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

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

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

.left_logo{
	margin-top: 20px;
	margin-right: 20px;
	float: left;
	text-align: left;
}
	

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

.right_menu{
	float: right; 
	width: 150px;
	min-height: 200px;
	padding: 10px 10px 10px 10px;
	background-color: #c5c5c5;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.right_menu a{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.right_menu a:hover{
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

/* Koptekst instellingen */
h1{
	font-size: 18px;
	margin-bottom: 5px;
	color: #f4f4f4;
}

h2{ 
	font-size: 11px;
	color: #f4f4f4;
	margin-bottom: 0px;
}

h1 a{
	font-size: 18px;
	margin-bottom: 15px;
	color: #f4f4f4;
	text-decoration: none;
}

h2 a{ 
	font-size: 11px;
	color: #f4f4f4;
	text-decoration: none;
	margin-bottom: 0px;
}

h1 a:hover{
	font-size: 18px;
	margin-bottom: 15px;
	color: #f4f4f4;
	text-decoration: underline;
}

h2 a:hover{ 
	font-size: 11px;
	color: #f4f4f4;
	margin-bottom: 0px;
	text-decoration: underline;
}

.input_titel{
  width: 500px;
  height: 25px;
}

.input_text{
  width: 500px;
  height: 200px;
}

.input_captcha{
  width: 220px;
  height: 25px;
}

.input_button{
	background-color: #FFFFFF;
	border: 0px;
	height: 25px;
}
