@charset "utf-8";

body {
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .75em;
}

h1 {
	border-bottom: #CCCCCC 1px solid;
	clear: both;
	color: #D42E12;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-style: oblique;
	margin: .5em 0;
	padding-bottom: .2em;
}

h2 {
	color: #D42E12;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: oblique;
	margin: .5em 0;
}

ul {
	list-style-type: square;
	margin-left: 1em;
}

.left {
	float: left;
}

.right {
	float: right;
}

#wrap {
	margin: 0 auto;
	width: 940px;
}

#header {
	position:fixed;
	background: #ffffff url(../../img/header_bg.jpg) no-repeat bottom center;
	padding-bottom:50px;
}

*html #header {
	position:absolute;
}

#main {
	line-height: 1.5em;
	padding-top: 180px;
}

.sidebar {
	float: left;
	margin-bottom: 20px;
	width: 180px;
}

.content {
	float: right;
	margin-bottom: 20px;
	width: 730px;
}

#footer {
	border-top: #D42E12 1px solid;
	clear: both;
	color: #808080;
	font-size: .9em;
	height: 30px;
	padding: .5em 0;
}

#footer a:link, #footer a:visited {
	color: #808080;
}

#footer a:hover {
	color: #000;
}

#logo {
	margin: 20px 0;
	float:left;
	display:inline;
	margin-right:30px;
}

#header_img
{
	float:left;
	display:inline;
	margin-top:20px;
}

ul#menu {
	margin: 10px 0;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	white-space: nowrap;
}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu a {
	padding: 2px 8px;
}

#menu a:link, #menu a:visited {
	color: #333;
	text-decoration: none;
}

#menu a:hover, #menu a.current {
	color: #fff;
	background-color: #D42E12;
	text-decoration: none;
}

.adres {
	font-size: .9em;
	margin: 1em 0;
}

.nieuws {
	background: url(../../img/nieuwsbg.gif) no-repeat;
	padding: 10px 30px 1px 30px;
}

.iso {
	clear: both;
	font-size: 1.5em;
	margin-bottom: 5px;
	text-align: right;
}

.bullet {
	margin-right: 7px;
	vertical-align: baseline;
}

.ovmb {
	color: #D42E12;
}

a:link {
	text-decoration: underline;
	color: #D42E12;
}

a:visited {
	text-decoration: none;
	color: #999
}

a:hover {
	color: #000;
}

.clearfloat, .clearBoth{
	clear:both;
	line-height : 0px;
	height : 0px;	
	font-size : 1px;
}