/* @override http://geostation.html.uwcoder.nl/css/main.css */

* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #636363 url('../images/bg.png') repeat-x;
}

body {
	font: 11px/14px Verdana, "Lucida Grande", Lucida, sans-serif;
}

img {
	
}

p {
	margin-bottom: 16px;
}

ul, ol {
	margin-bottom: 14px;
}

ul li, ol li {
	list-style-position: inside;
	list-style-type: circle;
}

h1, h2, h3, h4 {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #00a3d6;
}

a:link:hover, a:visited:hover {
	color: #053881;
	text-decoration: underline;
}

/* HEADER */

#header {
	height: 158px;
	width: 706px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	background: url('../images/header.png') no-repeat;
	overflow: hidden
}

/* --- */

#header #logo {
	width: 149px;
	height: 108px;
	display: inline;
	background-image: url('../images/logo.png');
	text-indent: -9999px;
	margin-top: 17px;
	float: left
}

#header #logo2 {
	width: 119px;
	height: 87px;
	display: inline;
	background-image: url('../images/logo2.png');
	text-indent: -9999px;
	margin-top: 28px;
	float: right;
	margin-right: 20px
}

/* --- */

#header #navigation {
	clear: both;
	float: left;
	margin-top: 13px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	width: 676px;
}

#header #navigation li {
	display: inline;
	margin-right: 30px;
}

#header #navigation li a {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}

#header #navigation li a:hover {
	color: #84d0f0;
}

#header #navigation li.current a {
	color: #84d0f0;
}

/* CONTENT */

#content {
	width: 336px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/content_contact.png');
	height: 143px;
	color: #0078b4;
	position: relative;
	z-index: 1; padding-left:35px; padding-right:355px; padding-top:20px; padding-bottom:20px
}

.collapse {
	background-image: url('../images/contactformulier.png');
	width: 169px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	right: 51px;
	z-index: 1;
	top: 181px
}

.collapse.open {
	background-image: url('../images/terug.png');
}

/* COLLAPSe */

#collapse {
	width: 656px;
	background-image: url('../images/collapse.png');
	position: relative;
	color: #7b7c7e;
	margin: 0 auto;
	z-index: 0; padding-left:35px; padding-right:35px; padding-top:35px; padding-bottom:0
}

#collapse .content {
	overflow: hidden;
	padding-bottom: 1px;
	width: 656px;
	display: none;
}

/* FOOTER */

#footer {
	width: 656px;
	margin-right: auto;
	margin-left: auto;
	background: url('../images/footer.png') 0 bottom;
	color: #7b7c7e;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif; padding-left:35px; padding-right:35px; padding-top:20px; padding-bottom:48px
}

#footer p span {
	padding-right: 10px;	
}

#footer p {
	margin-bottom: 0;
	padding-top: 10px;

}

form label {
	display:block;
	margin-bottom: 2px;
}

form input{
	border:1px solid #A4AEB5;
	height:20px;
	margin:0;
	padding:0 0 0 5px;
	width:292px;
}