html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin:0;
	padding:0;
}

body > #wrapper {
	height:auto;
	min-height:100%;
}
html, body, #wrapper {
	height:100%;
}

body{
	background: url(../img/body_bg.png) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{	
	text-decoration: none;
}

a img{	
	border: none;
}

#wrapper{
	width: 956px;
	margin: 0 auto;
	background: url(../img/header_bg.png) top center no-repeat;
	/*border: 1px solid orange;*/
}

#header{
	margin-bottom: 16px;
	height: 120px;
}

/*Menus*/

#top-menu{
	list-style: none;	
	position: absolute;
	margin-top: 99px;
	width:956px;
	margin-left: 0px;	
}

#top-menu li{
	float: right;
}

#top-menu li a{
	padding-right: 8px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 16px;
	display: block;
	/*border-right: 1px solid #FFFFFF;*/
}

#top-menu li a:hover{
	color: #C8DAE0;
}

#main-menu{
	list-style: none;	
	height: 29px;
	margin-bottom: 16px;
	width: 700px;
}

#main-menu li{
	z-index: 999;
	float: left;
}

#main-menu li a{
	display: block;
	font-size: 12px;
	color: #00284a;
	font-weight: bold;
	padding-right: 16px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: 1px solid #b3bfc9; 
	background: url(../img/menu_bg_hov.png) right 1px no-repeat;
}

#main-menu li:hover a{
	color: #FFFFFF;
	/*background: #C8DAE0;*/
	background: #011b31;
	opacity: 0.9;
}

#main-menu li:hover li a{
	color: #C8DAE0;
	/*color: #00284a;	*/
}

#main-menu li:hover li a:hover{
	color: #ffffff;	
}


#main-menu li ul {
	list-style: none;
	position: absolute;
	width: 10em;
	left: -999em;
	margin-left: 1px;
}

#main-menu ul li {	
	float: left;
}

#main-menu li ul li a{
	background: #C8DAE0;
	background-image: none;
	border: none;
	width: 120px;
}

#main-menu li:hover ul {
	left: auto;
}

#sidebar-menu{
	list-style: none;
}

#sidebar-menu li{
	color: #81a3ba;
	margin-bottom: 4px;
	padding-right: 4px;
}

#sidebar-menu li:hover, #sidebar-menu li.currentpage{
	background: url(../img/arrow-right.png) no-repeat left 4px;
	padding-left: 16px;
}

#sidebar-menu li a{
	color: #81a3ba;
	display: block;	
	padding-right: 16px;
}

#sidebar-menu li a:hover{
	text-decoration: underline;
}

#footer-menu{
	width: 956px;
	margin: 8px auto;
	list-style: none;
}

#footer-menu li{
	float: left;
	color: #b3bfc9;
	padding-right: 8px;
	padding-left: 8px;
}

#footer-menu li a{
	color: #b3bfc9;
	padding-right: 4px;
}

#footer-menu li a:hover{
	color: #00284a;	
}


/*end menus*/

#sidebar{
	float: right;
	width: 220px;
	/*border: 1px solid green;*/
	padding-bottom: 32px;
	margin-right: 8px;
}

#main{
	float: left;
	width: 700px;
	padding-bottom: 32px;
	margin-left: 8px;
	color: #767676;
}

#main-sub{
	float: right;
	width: 540px;
}

#main-sub img{
	margin: 10px;
}

#main-sub ul{
	margin-bottom: 16px;
	margin-left: 32px;
}

#main-sub ul li{
	margin-bottom: 8px;
}

#main-sub h2, .NewsSummary h2, #NewsPostDetailTitle{
	font-size: 18px;
	font-style: normal;
}

#sidebar-sub{
	float: left;
	width: 160px;
}

#content-head{
	margin-bottom: 16px;
}

#big-ad{
	width: 700px;
	height: 313px;
	margin-bottom: 32px;
	z-index: 1;
}

#footer{
	clear:both;
	height:25px;
	margin-top:-50px;
	position:relative;
	border-top: 1px solid #b3bfc9;
}

.sb-fill{
	background: url(../img/fill-top.png) no-repeat #FDC600;
	padding: 8px 8px 8px 8px;
	
}

.sb-fill-end{
	background: url(../img/fill-bottom.png) no-repeat #FDC600;
	margin-bottom: 16px;
	height: 5px;	
}

.sb-nofill{
	background: url(../img/no-fill-top.png) no-repeat;
	padding: 8px 8px 4px 8px;
}

.sb-nofill-end{
	background: url(../img/no-fill-bottom.png) no-repeat #FDC600;
	margin-bottom: 16px;
	height: 5px;
}

h1, h2{
	color: #00284a;
	font-weight: normal;
	margin-bottom: 4px;
	font-size: 24px;
}

h2{
	font-style: italic;
}

p{
	margin-bottom: 16px;
	color: #767676;
	line-height: 1.4em;
}

#sidebar p{
	margin-bottom: 8px;
	line-height: normal;
}

#logo{
	position: absolute;
	margin-left: -1px;
}

#slogan, #slogan2{
	color:#FFFFFF;
	display:block;
	font-style:italic;
	margin-left:605px;
	margin-top:20px;
	position:absolute;	
	width: 300px;
}

#slogan2{
	margin-top: 45px;
	margin-left: 645px;
}


.sb-fill a{
	color: #767676;
	text-decoration: none;
	border-bottom: 1px dotted #767676;
	display: block;
	float: right;
	margin-top: -10px;
}

.sb-fill a.nietrechts{
	display: inline;
	margin-top: 0px;	
	float: none;
}

.sb-fill a:hover{
	border-bottom: 1px solid #767676;
}

a.read-more:hover, .sb-fill a.read-more:hover{
	text-decoration: underline;
}

#bread{
	font-size: 11px;
	font-style:italic;
	margin-top: 4px;
	
}

#bread a{
	color:#767676;
	text-decoration: none;
}

#bread a:hover{
	border-bottom: 1px dotted #767676;
}

#main-sub table, #main-sub table td{
	border: none;
}

#main-sub table td{ 
	padding: 8px;
}

#klanten-overzicht{
	padding-top:8px;
	text-align: center;
}
	
.klant{
	display: inline;
	width: 160px;
	overflow: hidden;
	margin: 4px;
}

a.sb-nofill{
	display: block;
	width: 220px;
	text-align: center;
	height: 50px;
}

.klant .sb-nofill-end{
	margin-bottom: 0px;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#klant-quote {
	float: right;
	width: 175px;
	margin: 0 0px 16px 16px; 
}

#klant-quote h2{
	display: block;
	width: 165px;
	background: url(../img/quote-top.png) no-repeat;
	font-size:16px;
	font-style:italic;
	margin: 0px;
	padding: 8px;
}

#klant-quote span{
	display: block;
	width: 175px;
	background: url(../img/quote-bottom.png) no-repeat;	
}

#main-sub a, #main p a, #main .read-more, #NewsPostDetailReturnLink a, .NewsSummarySummary a{
	text-decoration: none;
	border-bottom: 1px dotted #767676;
	color: #767676;
}

#main-sub a:hover, #main p a:hover,  #main .read-more:hover, #NewsPostDetailReturnLink a:hover, .NewsSummarySummary a:hover{
	border-bottom: 1px solid #767676;
}

#NewsPostDetailReturnLink, .NewsSummaryMorelink{
	margin-top: 10px;
}

h2 a{
	text-decoration: none;
	color: #00284A;
}

#klant-logo{
	margin-bottom: 16px;
}

.NewsDate{
	clear: both;
	float: left;
	background: #0099CC url(../img/nieuws_rounded.png) no-repeat;
	width: 60px;
	height: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #00284A;
	font-size: 15px;
	padding-top: 10px;
}

.NewsDate b{
	font-size: 18px; 
	text-transform: capitalize;
	font-weight: normal;
}

.NewsSummary{
	margin-bottom: 10px;
}

#sidebar-sub h2{
	font-size: 14px;
}

#sidebarklant{
	width: 150px;
	margin: 0 auto;
}

#sidebarklant img{
	position: absolute;
	z-index: 99;
	display: none;
}

#sidebarklant a h3{
	position: absolute;
	color: #336699;
	font-weight: normal;
	font-size: 16px;
	z-index: 1;
	display: none;
	width: 140px;
	text-align: center;
	margin-top: 90px;
}

td a img{
	border: none;
}

#directions{
	width: 225px;
}

#map{
	width: 280px; 
	height: 400px;
}

#sb-search label{
	display: none;	
}

#sb-search{
	height: 34px;
	padding-top: 10px;
	color: #FFF;
	font-size: 1px;
}

#sb-search input{
	font-size: 12px;
	position: absolute;	
	margin-left:153px;
	margin-top: -1px;
}

#sb-search #cntnt01searchinput{
	width: 137px;	
	margin-left:-1px;
	margin-top: 0px;
}
