@charset "utf-8";

*{
	border:0px solid #eee;
	margin:0;
	padding:0;
	list-style:none;
}

body { /*SET BODY STYLE TO WHOLE WEBSITE*/ 
	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:16pt;
	background-color:#3645a2;
}

h1{
	left:-141px;
	margin-bottom:-63px;
	width:140px;
	opacity:0.99;
}

h3{
	font-size:30px;
	padding-bottom: 20px;
	color: #fff;
	margin: 0px;
	font-weight:bold;
	letter-spacing: -1pt;
	text-shadow: black 4px 4px;

}

a{
	text-decoration:none;
	color:#FFF;
	outline:0;
}

span{
	color: #28b1f8;
}

img{
display:block;
}

/*-- Start of fullscreen background scaler--*/
#bg div{
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%
}
html,body,#bg,#bg table,#bg td,#cont{
	width:100%;
	height:100%;
	overflow:hidden
}

#bg td{
	vertical-align:middle;
	text-align:center
}

#bg img{
	min-height:50%;
	min-width:50%;
	margin:0 auto
}
/*--end of fullscreen background scaler--*/

#logo {
	position:absolute;
	left:-1px;
	width:auto;
	float: left;
	z-index: 20;
	background-color: #FFF;
	height: 77px;
	padding-top: 5px;
}

#header{
	position: absolute; 
	left: 250px;
	top: 200px;
	z-index: 90;

}

#cont{
	position:absolute;
	top:0px;
	left:0px;
	z-index:70;
	overflow:auto;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

/*--start of menu markup--*/
#menu{
	position:relative;
	bottom:0px;
	left:190px;
	z-index:120;
	width:100%;
	line-height:12px;
	margin: 0px;
	height: 0px;
	padding: 0px;
	
}
#menu div{
	height:75px;
	background:#f87213;
	z-index:120;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 7px;
	margin-top: 0px;
}

#menu ul{
	float:left;
	z-index:120;
	width:auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#menu li { /*--navigatie links--*/
	list-style:none; 
	z-index:120;
	display:block; 
	float: left;
	_display: inline;
	position: relative;
	text-transform: uppercase;
	right:0;
}
 
#menu li.current a { /*--navigatie huidige status--*/
	color: #f87213;
	z-index:120;
	font-weight: bold;
	background-color: #FFF;
}
 
#menu a { /*--navigatie link--*/
	text-decoration: none; 
	z-index:120;
	color: #fff; 
	display: block; 
	height: 20px; 
	padding-top: 10px;
	padding-bottom: 0px; 
	padding-right: 4px; 
	padding-left: 4px; 
	font-size: 12px;
}
 
#menu a:hover { /*--navigatie rollover--*/
	color: #f87213;
	z-index:120;
	background-color:#fff;
}
/*--end of menu markup--*/

#indexcontent a:hover {
	border-bottom: dotted thin;
	color: white;
}

#content {
	left: 250px;
	top: 245px;
	position: relative;
	height: auto;
	width: 660px;
	margin: 0px;
	padding: 20px;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat;
	color: #FFF;
}

#content a:hover {
	border-bottom: dotted thin;
	color: white;
}

#content h2 {
	font-size: 18px;
	padding:0 0 10px 0;
}

#content h4 {
	font-size: 16px;
	padding:0 0 10px 0;
}
		
#content ul{
	float:left;
	z-index:80;
	padding: 0 0 20px 20px;
	
}	

.site_banner {
	width: 660px;
	height: auto;
	padding-bottom:20px;
	z-index:90;
}

.images {
	float:left;
	padding: 20px 25px 20px 0;
}

.clearfix {
	clear:both;
}

.klant {
	float:left;
	padding: 20px 25px 20px 0;
}

/*--start of additional links--*/
.addlinks {
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 100;
	width: auto;
	background-color: black;
	padding:0 20px 0 20px;
	font-size: 11px;
}

.addlinks a:hover {
	border-bottom: dotted thin;
	color: white;
}
/*--end of additional links--*/

/*--start of footer--*/
.footer {
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: -54px;
	width: auto;
	background-color: black;
	padding:0 20px 0 20px;
	font-size: 11px;

}

.footer a:hover {
	border-bottom: dotted thin;
	color: white;
}
/*--end of footer--*/

