@charset "utf-8";
/* CSS Document */

body{
	background-color:#84b0e2;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
br{
	clear: both;
}
.break{
	clear:both;
	height:20px;
}
#container{
	width:1024px;
	padding-left:11px;
	padding-right:11px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg_1px.jpg);
	background-repeat:repeat-y;
}
/* Header */
#header_top{
	height:40px;
	background-image:url(../images/header_top.jpg);
	background-repeat:no-repeat;
}
#header_bottom{
	width:1002px;
	height:260px;
}
.header_bottom_box, .header_bottom_box_link{
	float:left;
}
.header_bottom_box_link{
	width:150px;
	height:260px;
	background-image:url(../images/header_bottom_4_link.jpg);
	background-repeat:no-repeat;
}
#headermenu {
	margin-top: 10px;
}
#headermenu ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#headermenu li {
	list-style: none;
	float: none;
	clear: both;
	padding: 0;
	font-size: 12px;
	font-weight:bold;
}
#headermenu li a {
	display: block;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	text-decoration:none;
}
#headermenu li a:hover {
	color: #002B6F;
}
/* veld */
#tussen_stuk{
	clear:both;
	height:20px;
	background-image:url(../images/tussen_stuk.jpg);
	background-repeat: no-repeat;
}
#veld{
	background-image:url(../images/bg_veld.jpg);
	background-repeat:no-repeat;
	min-height:300px;
	clear:both;
}
#maincontent, #sidebarright{
	float:left;
	margin-top:15px;
}
#maincontent{
	width:495px;
	margin-left:83px;
}
#maincontent_link{
	width:900px;
	margin-left:83px;
}
#sidebarright{
	margin-left:100px;
	width:300px;
}
.kopje, .content{
	padding-left:10px;
}
.kopje{
	border-bottom: 1px dashed #FFFFFF;
	height:25px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
/* Footer */ 
#footer{
	clear:both;
	background-image:url(../images/bg_footer_1px.gif);
	background-repeat:repeat-x;
	height:16px;
	width:919px;
	padding-left:83px;
	padding-top:4px;
	font-size:10px;
	color:#FFFFFF;
}
.button_cc{
	font-size:9px;
	color:#ffffff;
	text-decoration:none;
}
a:hover.button_cc{
	color:#84B0E2;
}
/* Stijlen voor de link pagina */
.linken{
	width:18%;
	margin-bottom:15px;
	margin-right:15px;
	float:left;
}
.letterlink{
	font-size: 12px;
	font-weight: bold;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:5px;
	clear:both;
}
.link{
	margin-bottom: 5px;
	clear:both;
}
a.linkbutton{
	font-size:12px;
	text-decoration: none;
	color:#FFFFFF;
}
a:hover.linkbutton{
	color: #84B0E2;
}
/* Stijlen voor de function rederijen */
.rd_linken{
	width:130px;
	margin-bottom:15px;
	margin-right:10px;
	float:left;
}
.rd_letterlink{
	font-size: 12px;
	font-weight: bold;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:5px;
	
}
.rd_link{
	margin-bottom: 5px;	
}

#cr_link {
	margin-top: 10px;
	margin-bottom: 15px;
}
#cr_link ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#cr_link li {
	list-style: none;
	float: none;
	clear: both;
	padding: 0;
	font-size: 12px;
}
#cr_link li a {
	display: block;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	text-decoration:none;
}
#cr_link li a:hover {
	color: yellow;
}
.andere_rederijen{
	color:#ffffff;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
}
.techgevcr, .techgevcr1{
	width: 50%;
	color: #ffffff;
	font-size: 12px;
	float: left;
	margin-bottom: 5px;
}
.techgevcr1{
	clear: right;
}
.fotogalcr{
	width:80px;
	height:80px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	text-align:center;
}
.buitenkader{
	width:300px;
}
.fototekst{
	margin-top:10px;
	border-bottom: 1px solid #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.nieuwsarchief{
	margin-bottom: 5px;
}
/*Opbouw formulieren*/
.inputform{
	margin-bottom:12px;
	font-size:12px;
}
.inputform label{
	width:200px;
	float:left;
	margin-bottom:10px;
}
.inputform div{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
.inputform br{
	clear:both;
}
input, textarea{
	font-size:12px;
	color:#2639AF;
	border:1px solid #2639AF;
}
label{
	font-size:12px;
}
.formtext{
	font-size:12px;
	margin-bottom:10px;
	clear:both;
}
.nieuws{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.inhoudnieuws{
	font-size: 12px;
	margin-bottom: 5px;
}
a.leesmeer{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;	
}
a:hover.leesmeer{
	color:yellow;
}
.link_leesmeer{
	margin-bottom: 15px;
	text-align: right;
}