@import url(docks.css);
@import url(menu.css);
@import url(news.css);
@import url(login.css);
@import url(search.css);
@import url(combobox.css);
@import url(gmap.css);
@import url(diensten.css);
@import url(slideshow.css);
@import url(thickbox.css);
@import url(gallery.css);
@import url(datePicker.css);

/* Main pages*/
/* CSS Document */
body, html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

form {
	margin: 0;
	padding: 2px;
}

p {
	line-height: normal;
	margin: 0;
	margin-bottom: 2px;
}

label {
	float: left;
	width: 150px;
	line-height: 20px;
}

input {

}

textarea {
	margin-top: 15px;
	margin-bottom: 20px;
	width: 400px;
	height: 150px;
}

form.form_archive {
	margin: 10px 0;
	background: #F4F4F4;
	padding: 5px;
}

form.form_archive p {
	line-height: normal;
	margin: 0;
	margin-bottom: 5px;
}

form.form_archive fieldset {
	margin: 10px 0;
}

form.form_archive label {
	width: auto;
	line-height: normal;
}

form.form_archive input, form.form_archive select {
	margin-left: 4px;
}

h1 {
	position: absolute;
	padding: 0;
	margin: 0;
	background: url(/assets/images/top.gif) bottom right no-repeat;
	width: 100%;
	height: 142px;
	text-indent: -9000px;
	z-index: 9;
}

h1 a {
	display: block;
	width: 225px;
	height: 142px;
	background: url(/assets/images/logo.gif) top left no-repeat;
}

div > h1 {
	background: url(/assets/images/top.png) bottom right no-repeat;
}

h1 > a {
	background: url(/assets/images/logo.png) top left no-repeat;
}

h2 {
	margin: 5px 0;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #502010;
}

h3 {
	font-family: "Arial Black";
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #DE5D09;
	margin: 7px 0;
}

h4 {
	font-family: "Arial Black";
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #DE5D09;
}

h5 {
	font-family: "Arial Black";
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #DE5D09;
}

a {
	color: #F66202;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #FF812E;
	background-color: transparent;
	text-decoration: underline;
}

a.pdf {
	position: relative;
	display: blocks;
	float: left;
	background: url(../assets/images/pdf.jpg) left center no-repeat;
	line-height: 54px;
	text-indent: 70px;
	clear: right;
}

.left form input {
	float: left;
}

.left input {
	border: 0;
	border-bottom: 1px solid #FFA953;
}

input#search {
	width: 137px;
}

input#submit {
	border-bottom: none;
	padding-left: 2px;
}

p {
	font-family: "Trebuchet MS",Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	font-size: 1.3em;
	margin: 12px 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	font-family: "Trebuchet MS",Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 13px;
	background: url(/assets/images/li.gif) left no-repeat;
	padding-left: 25px;
}

table, tbody {
	font-family: "Trebuchet MS",Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border: 0;
}

th {
	font-size: 12px;
	background: #E9DBD2;
	margin: 0;
	padding: 2px;
	font-weight: bold;
}

td {
	margin: 0;
	padding: 2px;
	font-size: 12px;
	vertical-align: top;
}

td ul {
	margin-left: 3px;
	list-style: inside;
	list-style-type: disc;
}

td li {
	padding: 0;
	margin: 0;
	font-size: 12px;
	background: none;
	line-height: 16px;
}

tr {
	margin: 0;
	padding: 0;
}

hr {
	background: url(/assets/images/rule.jpg) center no-repeat;
	height: 60px;
	margin: 25px 0;
	border: none;
	color: transparent;
}

.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.prop {
    float: right;
    width: 1px;
	height: 400px;
}

.clear {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {height: 2%;}
.clear { display: block;}
/* End hide from IE-mac */