html {
	margin:0px;
	padding:0px;
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

/************** Main elements ******************/

div#width-container {
    overflow: hidden;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	text-align: left;
}

div#logo {
	display: block;
	position: relative;
	margin-top: 45px;
	margin-left: 15px;
	width: 597px;
	height: 80px;
}

div#tagline{
	display: block;
	position: relative;
	float: left;
	width: 700px;
	height: 40px;
	font-size: 15px; 
	font-style: italic;
	font-weight: normal;
	color: #007fc1;
	line-height: 40px;
	vertical-align:text-bottom;
}


div#caluwe{
	display: block;
	position: relative;
	float: right;
	width: 270px;
	height: 40px;
	line-height: 40px;
	vertical-align:text-bottom;
}

div#clear{
	clear: both;
}

div#contact-gegevens{
	display: block;
	position: relative;
	float: left;
	width: 220px;
	margin-top: 55px;
	
	font-size: 11px;
	line-height: 14px;
	font-style:normal;
	color: #224b71;
}

div#main {
	display: block;
	position: relative;
    float: left;
	width: 550px;
	margin-top: 35px;
}

div#blok-rechts {
	display: block;
	position: relative;
	float: right;
	width: 200px;
	margin-top: 85px;
}

div#blok-rechts h1 {
	margin: 0px;
}

div#menu {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 800px;
	height: 50px;
	color: #224b71;
}

div#content{
	margin: 0px 50px 0px 0px;
}

div#klantenlinks{
	text-align: left;
	display: block;
	float: left;
}

div #klantenrechts{
	text-align: right;
	display: block;
	float: right;
}

/************ content styling ************/

h1, h2, h3, h4, h5, h6{
	margin: 10px 0px 15px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h4.nieuws{
	color: #224b71;
	font-style: italic;
}

p{
	margin: 0px 2px 15px 2px;
}

p.nieuws{
	color: #224b71;
	font-style: italic;
	margin: 0px 2px 2px 2px;
}

a {
	 color: #178a94;
	 text-decoration: none;
}

a:hover {
	color: #990066;
	text-decoration: none;
}

a.menu{
	padding: 0px 5px 0px 5px;
	font-size: 12px;
}

a.menu-begin{
	padding: 0px 5px 0px 0px;
	font-size: 12px;
	font-weight: normal;
}

ul{
	margin: 0px;
	padding: 15px 0px 15px 0px;
	list-style-position: outside;
}

ul.contact{
	position: relative;
	padding: 0px;
}

ul.errors {
	position: relative;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #FF0000;
}

label.required {
	height: 2px;
	margin: 0px 0px 0px 0px;
}

li{
	position: relative;
	margin: 0px 0px 2px 0px;
	list-style: none;
	background-image: url(/images/bullet.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 15px;  /* space for the image */
}

.align_left{
	float: left;
	margin: 0px 10px 0px 0px;
}

.align_right{
	float: right;
	margin: 0px 0px 0px 10px;
}

address {
	font-style: normal;
}

form label {
	float: left;
	display: block;
	width: 130px;	
	vertical-align:middle;
}

/************ de partners ************/
.partner {
	width: 490px;	
	overflow: auto;
	margin-bottom: 40px;
}

.de-partners-foto {
	float: left;
	width: 120px;
}

.de-partners-beschrijving {
	float: left;
	margin-left: 40px;
	width: 320px;
}

.de-partners-socialmedia {
	margin-top: 10px;
	float: left;
}


