@import url(docks.css);
@import url(menu.css);
/*
@import url(news.css);
@import url(login.css);
@import url(search.css);
*/
@import url(text.css);
@import url(gmap.css);
@import url(gallery.css);
@import url(thickbox.css);

/* Main pages*/
body {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 10px;
	color: #000000;
}

a {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.6em;
	font-size: 13px;
	color: #CC0000;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
}


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

form#routebeschrijving label {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	word-spacing: normal;
	letter-spacing: 0;
	font-size: 13px;
	float: none;
	width: auto;
	line-height: normal;
}

form#routebeschrijving {
	margin-bottom: 20px;
}

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

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	background-color: transparent;
	font-weight: bold;
	text-align: left;
	line-height: 23px;
	letter-spacing: 1px;
	font-variant: small-caps;
	margin: 5px 0 5px 25px;
}

.blue h2 {
	color: #2a68a5;
}

.green h2 {
	color: #7ea926;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: transparent;
	font-weight: bold;
	text-align: left;
	line-height: 23px;
	letter-spacing: 1px;
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 0 0 0 3px;
	font-weight: bold;
	text-align:left;
	line-height: 23px;
	letter-spacing: 1px;
	font-variant: small-caps;
	margin: 5px 0 5px 0;
}

h5 {
	font-size: 13px;
	color: #fff;
	background-color: #FFEEC0;
	text-decoration:underline;
	font-weight: bold;
	padding: 0 0 2px 0px;
	margin: 0 0 0 0;
	text-align:right;	
}

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

li {
	margin: 5px 10px;
	background: url(/assets/images/li.gif) left top no-repeat;
	padding-left: 26px;
	font-size: 1.3em;
	line-height: 17px;
}

p {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.6em;
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 15px;
}

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

.clear {
	display: inline-block;
}

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


