* {
	outline: none;
	margin: 0;
	padding: 0;
}
html {
	overflow: scroll;
	overflow-x: hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('/img/body_background.jpg');
	background-repeat: repeat-x;
	background-color: #c8c3b4;
	color: #666;
}

a {
	text-decoration: underline;
	color: #00a2c9;
}
p, .p {
	padding: 5px 0;
}
img, a img {
	border: none;
}
h1 {
	font-size: 38px;
	color: #464646;
	text-transform: uppercase;
	line-height: 44px;
	padding: 10px 0;
}
h2 {
	color: #00a1c9;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	padding: 10px 0;
}
h3, h3 a {
	text-decoration: none;
	color: #00a1c9;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	padding: 5px 0;
}
h4 {
	color: #464646;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 5px 0;
}

hr, .hr {
	clear: both;
	height: 0;
	width: 100%;
	border-top: 1px solid black;
	margin: 20px 0;
	overflow: hidden;
}
.hr-dashed {
	clear: both;
	height: 0;
	width: 100%;
	border-top: 1px dashed black;
	margin: 20px 0;
	overflow: hidden;
}
.nostyle {
	text-decoration: none;
	color: #666;
}
.clear, #clear {
	clear: both;
}
.error_message {
	clear: both;
	border:1px dashed red;
	padding:5px 5px 10px 5px;
	margin-bottom:15px;
}
.error {
	background-color: #FFE5E5;
}


#wrapper {
	margin: 0 auto;
	width: 958px;
}

/*-------------------------------------------------------- Header (met taalkeuze) --------------------------------- */
#header {
	width: 958px;
	height: 114px;
	background-image: url('/img/header.jpg');
}
/*---------------------------------------- Taalkeuze ---------------------*/
#language {
	float: right;
	height: 17px;
	margin: 10px 25px 0 0;
}
#language a {
	display: block;
	float: left;
	margin-right: 12px;
	width: 16px;
	height: 22px;
	background-position: 0 -22px;
	background-repeat: no-repeat;
}
#language a#nl {
	background-image: url('/img/nl.gif');
}
#language a#de {
	background-image: url('/img/de.gif');
}
#language a.active, #language a:hover {
	background-position: 0 0;
}
#language a span {
	display: none;
}

/*--------------------------------------------------------- Navigation ------------------------------------------*/

/*------------------------------------------------ Mainnav -------------------------------------------*/
#mainnav {
	background-image: url('/img/navigation.jpg');
	padding-right: 10px;
	width: 948px;
	height: 34px;
	_overflow: hidden;
	list-style: none;
}
#mainnav li {
	float: right;
	xwidth: 97px;
	width: 90px;
	text-align: center;
}
#mainnav li a {
	line-height: 34px;
	height: 34px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0;
	background-image: url('/img/nav_hover.jpg');
	background-repeat: no-repeat;
	background-position: 0 40px;
	text-decoration: none;
}
#mainnav li:hover a, #mainnav li.active a, #mainnav li a:hover {
	background-position: center 1px;
	color: #00a1c9;
}
/*------------------------------------------------ Subnav -------------------------------------------*/
#mainnav li ul.subnav {
	display: none;
	list-style: none;
}
#mainnav li ul.subnav li {
	position: relative;
	float: none;
	width: 97px;
	text-align: center;
}
#mainnav li ul.subnav li a {
	display: block;
	line-height: 23px;
	height: 23px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	background-image: url('/img/subnav_hover.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	text-decoration: none;
}
#mainnav li ul.subnav li a:hover, #mainnav ul.subnav li.active a {
	background-position: 0 -23px;
	color: #ffffff;
}
#mainnav li:hover ul.subnav, #mainnav li.active ul.subnav {
	display: block;
}


/*----------------------------------------------- Balk met logo -------------------------------*/
#logobar {
	background-color: #fff;
	background-image: url('/img/logobar.jpg');
	background-repeat: no-repeat;
	width: 958px;
	height: 50px;
}

/*---------------------------------------------- Content ------------------------------------*/

#content {
	background-image: url('/img/content_background.gif');
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}

/*------------------ Linkerbalk ------------------------*/
#content_left {
	padding-left: 30px;
	padding-right: 35px;
	padding-top: 40px;
	width: 255px;
	float: left;
	clear: left;
}

#nieuws_header {
	margin-bottom: 30px;
}
#content_left a.nieuws {
	display: block;
	color: #464646;
	text-decoration: none;
	background-image: url('/img/nieuws_item.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 18px;
	padding: 4px 25px 0 15px;
	margin-bottom: 3px;
	overflow: hidden;
}
#content_left a.nieuws strong {
	color: #00a1c9;
}
#content_left a.nieuws:hover {
	background-position: 0 -44px;
}

#logos {
	padding: 40px 0 0 12px;
}


/*------------------ Rechts (maincontent) ------------------------*/
#content_right {
	width: 530px;
	padding-left: 50px;
	clear: right;
	line-height: 18px;
	float: left;
}
#content_right img {
	margin: 0 5px 10px 0;
}
#content_right h1, #content_right h2, #content_right h3, #content_right h4 {
	clear: both;
}


/*-------------- Styles per module ----------------*/
.medewerker_img {
	float: left;
	width: 100px;
}
.medewerker_img img {
	width: 100px;	
}
.medewerker_details {
	float: left;
	height: 100px;
	padding-left: 10px;
	padding-top: 5px;
}
.medewerker_details h3 {
	padding-top: 0;
}
.medewerker_details div {
	height: 20px;
	line-height: 20px;
}
.medewerker_details div label {
	width: 100px;
	clear: none;
}

.schip_imgs img {
	border: 1px solid #666;
	margin: 5px;
}
.element-side {
	float:left;
	width: 100px;
}
.element-content {
	float: left;
}

/*---------------------------------------------------------------------- Footer -------------------------------------*/
#footer {
	width: 958px;
	height: 222px;
	padding-top: 20px;
	background-color: #fff;
	background-image: url('/img/footer_background.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
}
#footer a img {
	border: none;
}
#footer_gastenboek {
	width: 269px;
	border-right: 1px solid #fff;
	height: 202px;
	background-image: url('/img/gastenboek_back.gif');
	float: left;
	padding: 20px 20px 0 30px;
}
#footer_gastenboek a {
	display: block;
	width: 249px;
	text-decoration: none;
	color: #464646;
}
#footer_gastenboek .gastenboek_text a {
	background-image: url('/img/gastenboek_text.gif');
	background-position: left top;
	padding: 0 0 11px 5px;
	font-weight: bold;
	line-height: 19px;
	margin-top: 20px;
	color: #fff;
}
#footer_banner {
	width: 316px;
	border-right: 1px solid #fff;
	float: left;
}
#footer_vloot {
	width: 321px;
	float: left;
	display: inline;
}
.vloot_hdr {
	position: absolute;
	z-index: 999;
	top: 20px;
	left: 637px;
}
#footer_vloot .vloten {
	height: 222px;
	width: 321px;
}
/*----------------------------------- Copyright notice -----------------------------*/
#copyright {
	clear: both;
	text-align: right;
	padding: 10px;
	font-size: 11px;
}
#copyright a {
	text-decoration: none;
	color: #666;
}
#copyright a:hover {
	text-decoration: underline;
	color: #0000ff;
}

/*-------------------------------------------------------------------- Styles voor formulieren ------------------------------- */
label {
	clear: both;
	display: block;
	float: left;
	width: 50px;
	height: 20px;
	line-height: 20px;
}
input, .input {
	width: 348px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}
input.submit {
	width: auto;
	height: auto;
	line-height: auto;
}
textarea {
	width: 350px;
	height: 100px;
	line-height: 20px;
	margin-bottom: 5px;
}