/*CSS*/

body {
	margin: 0;
	font-size: 11px;
	font-family: arial;
}

#outerWrapper {
	position: relative;
	width: 1000px;
	margin: auto;
}

#mainWrapper {
	position: relative;
	width: 941px;
	min-height: 200px;
	margin: auto;
}

#mainWrapper #header {
	position: relative;
	width: 100%;
	height: 34px;
}

#mainWrapper #header div {
	position: relative;
	float: right;
	/*width: 941px;*/
	width: 100%;
	height: 34px;
	background: url( "../images/bg-navigation.gif" ) no-repeat top right;	
}

ul#menuMain {
	position: relative;
	list-style-type: none;
	margin: 1px 0 0 0;
	padding: 0;
}

ul#menuMain li {
	position: relative;
	float: left;
	height: 23px;
	display: inline-block;
}
ul#menuMain li.divider {
	position: relative;
	float: left;
	width: 3px;
	height: 23px;
	background: url("../images/divider.gif") no-repeat top left;	
}

ul#menuMain li a{
	position: relative;
	padding: 8px 12px 8px 12px;
	display: block;	
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

ul#menuMain li a:hover{
	color: #0a3079;
	text-decoration: underline;
}

ul#menuMain li a.active{
	color: #0a3079;
}

#mainWrapper div#logo {
	position: relative;
	width: 381px;
	margin: 10px 0 0 0;
}

/*
 * Home
 */

#mainWrapper div#visual {
	position: relative;
	width: 100%;
	height: 346px;
	margin: 10px 0 0 0;
}

div#visual h1 {
	position: absolute;
	top: 165px;
	right: 20px;
	width: 220px;
	padding: 0;
	margin: 0;
	font-style: italic;
	color: #fff;
	font-weight: normal;
	font-size: 24px;		
}

#mainWrapper div#homeContent{
	position: relative;
	width: 100%;
	height: 183px;
	margin: 20px 0 0 0;
	background: url("../images/bg-home.jpg") no-repeat top left;	
}

#homeContent div h1 {	
	font-size: 12px;
	margin-left: 15px;
	margin-top: 10px;
}

#homeContent div p {	
	font-size: 12px;
	margin-left: 15px;
}

#homeContent div#left {
	position: relative;
	float: left;
	width: 235px;
	height: 182px;
	margin: 0 10px 10px 0;
}

#homeContent div#left div#top {
	position: relative;
	width: 100%;
	height: 62px;
	margin: 0 0 10px 0;
}

#homeContent div#left div#bottom {
	position: relative;
	width: 100%;
	height: 111px;
}

#homeContent div#middle {
	position: relative;
	float: left;
	width: 356px;
	height: 182px;
	margin: 0 10px 0 0;
}

#homeContent div#right {
	position: relative;
	float: left;
	width: 235px;
	height: 182px;
	margin: 0;	
}

/*
 * Content
 */
 
#bar {
	position: absolute;
	top: 170px;
	left: 0px;
	/*width: 1000px;*/
	width: 100%;
	height: 35px;
}

* html #bar {
	left: -76px;	
}

#bar div#innerBar {
	position: relative;
	width: 836px;
	margin: auto;	
}

#bar div#innerBar span.left{
	position: relative;
	float: left;
	display: block;
	color: #0d89ca;
	font-size: 12px;
	margin: 10px 0 0 0;
}

#bar div#innerBar span.left a{
	color: #0a3079;
	font-size: 12px;
}

#mainWrapper div#visualContent {
	position: relative;
	margin: 55px 0 30px 0;
}

div#visualContent h1 {
	position: absolute;
	top: 284px;
	right: 18px;
	width: 270px;
	padding: 0;
	margin: 0;
	font-style: italic;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}

div#visualContent2 h2 {
	position: absolute;
	top: 196px;
	right: 3px;
	width: 378px;
	padding: 0;
	margin: 0;
	color: #0a3079;
	font-weight: bold;
	font-size: 14px;
}

#mainWrapper div#contentLeft {
	position: relative;
	float: left;
	width: 289px;
	min-height: 200px;
	/*margin-top: 30px;*/
	margin-bottom: 40px;
}

#mainWrapper div#contentLeft h1{
	position: relative;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	margin: 0;
}

#mainWrapper div#contentLeft ul#menuLeft {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#menuLeft li{
	position: relative;	
	padding: 0;
	display: block;
	border-top: 1px solid #e1e3e4;
}

* html ul#menuLeft li{
	display: inline-block;
}

ul#menuLeft li a{
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #0d89ca;
	font-weight: bold;
	text-decoration: none;
}

ul#menuLeft li a:hover{
	background: #fafafa;
	text-decoration: underline;
	color: #0a3079;
}

ul#menuLeft li a.active{
	color: #0a3079;	
}

#mainWrapper div#contentRight {
	position: relative;
	float: right;
	width: 600px;
	padding: 0 5px 0 20px;
	min-height: 200px;
	border-left: 1px solid #c9c9c9;
}

#mainWrapper div#contentRight > h1{
	position: relative;
	font-size: 26px;
	font-family: arial;
	font-weight: normal;
	padding: 0;
	margin: 0 0 20px 0;
	color:	#0a3079;
}

#mainWrapper div#contentRight div.content{
	line-height: 18px;
	font-family: arial;
	font-size: 12px;
	color:	#0a3079;
}

#mainWrapper div#contentRight div.content h1 {
	font-size: 16px;
	font-weight: bold;
}

#mainWrapper div.clear {
	position: relative;
	width: 100%;
	height: 1px;
	clear: both;	
}

/*
 * Footer
 */

div#footerwidth {
	width: 100%;
	height: 188px;
	padding: 40px 0 0 0;
	background: url("../images/footer.gif") repeat-x;
	margin-top:20px;
}


div#footer {
	width: 940px;
	height: 100%;
	margin:auto;
}

div#bedrijf {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color:#FFF;
	padding: 0 0 0 20px;
	border-left: 1px solid #0a75af;
	width: 292px;
}

div#diensten {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color:#FFF;
	padding: 0 0 0 20px;
	border-left: 1px solid #0a75af;
	width: 292px;
}

div#contact {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color:#FFF;
	padding: 0 0 0 20px;
	border-left: 1px solid #0a75af;
	width: 293px;
}

div#right {
	width: 400px;
	font-size: 11px;
	text-align: left;
	color: #fff;
	padding-top: 120px;
}

div#right a {
	position: relative;
	color: #fff;
	margin: 0 10px 0 0;
	text-decoration: none;
}

div#right a:hover {
	text-decoration: underline;
}

div#right span {
	color: #0a3079;
}

/**
 * Forms
 */
 
input.normal {
	width: 300px;	
	font-family: arial;
	font-size: 11px;
}

input.klein {
	width: 50px;	
	font-family: arial;
	font-size: 11px;
}

textarea.normal {
	width: 300px;
	height: 100px;
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
}

div.links {
	font-size: 12px;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
}

div.links a {
	color: #fff;
	text-decoration: none;
}

div.links a:hover {
	color: #fff;
	text-decoration: underline;
}

div.contact-gegevens {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
