/**************************************************************************************************html-body Section***************************************************************************************************/
body {
	text-align: center;
	background: #fff;
}
/**************************************************************************************************Framework Section ***************************************************************************************************/
#wraper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border: 0px solid #000;
}
/**************************************************************************************************Header section ***************************************************************************************************/
#header {
	position: relative;
	width: 960px;
	height: 281px;
	background: url(../images/bgheader.jpg) no-repeat left top;
	background-position: 0% 0%;
}

/*   slideshow  */
.headfotolift {
	overflow:hidden;
	top:109px;
    width:960px;
    height:167px;
	position:relative;
  }
#headfoto-slideshow {
	list-style:none;
	margin-left:0px;
}
#headfoto-slideshow-admin {
	left:5px;
	top:5px;
	z-index:51;
}
/*  _______________  */

.logohome {
	position: absolute;
	top: 25px;
	left: 100px;
	width: 290px;
	height: 80px;
	_cursor: hand;
	_cursor: pointer;
	border: 0px solid green;
}
.homelink {
	position: absolute;
	top: 85px;
	left: 895px;
	color: #1883D5;
	font-size:14px;
	font-weight: bold;
	width: 290px;
	height: 20px;
	_cursor: hand;
	_cursor: pointer;
	border: 0px solid green;
}
/**************************************************************************************************Shadow section ***************************************************************************************************/
#shadow {
	width: 960px;
	height: 43px;
	background: url(../images/shadowloop.gif) repeat-x left top;
	background-position: 0% 0%;
}
/**************************************************************************************************Contentwraper section***************************************************************************************************/
#contentwraper {
	width: 960px;
}
html>body #contentwraper {
	overflow: hidden;
}
/**************************************************************************************************Content section***************************************************************************************************/
/*langtext style*/
.lang {
	width: 960px;
}
.langbox {
	width: 690px;
	min-height: 60px;
	_height: 60px;
	margin: 5px 0 10px 100px;
	border: 0px solid green;
}
.langbox p {
	width: 690px;
}
.langtitle {
	margin-bottom: 0px;
}
.langtitle p {
	font-size: 18px;
	font-weight: bold;
	color: #1868a8;
}
.langtext {
	width: 680px;
	min-height: 40px;
	_height: 40px;
	margin: 0px 0 0px 0px;
	border: 0px solid green;
}
/**************************************************************************************************Culomns style***************************************************************************************************/
.culomns {
	width: 960px;
	min-height: 200px;
	_height: 200px;
	border: 0px solid green;
}
/*bullet style*/
.left ul, .mid ul, .right ul {
	list-style: none;
}
.left ul li, .mid ul li, .right ul li {
	padding-left: 10px;
	background: url(../images/bluebullet.gif) no-repeat left top;
	background-position: 0% 5px;
}
.leftbox, .midbox, .rightbox {
	width: 255px;
	min-height: 200px;
	_height: 200px;
	border-right: 1px solid #9ad2eb;
}
.lefttitle, .midtitle, .righttitle {
	width: 210px;
	font-size: 16px;
	font-weight: bold;
	color: #9ad2eb;
	margin-bottom: 10px;
}
.lefttext, .midtext, .righttext {
	width: 210px;
}
.lefttext span, .midtext span, .righttext span, .terug span {
	font-size: 14px;
	font-weight: bold;
	color: #9ad2eb;
}
/*left style*/
.left {
	float: left;
	width: 380px;
}
.leftbox {
	width: 268px;
	margin: 5px 0 0 100px;
}
/*mid style*/
.mid {
	float: left;
	width: 290px;
}
.midbox {
	width: 245px;
	margin: 5px 0 0 35px;
}
/*right style*/
.right {
	float: left;
	width: 290px;
}
.rightbox {
	width: 245px;
	margin: 5px 0 0 35px;
	border-right: none;
}
/**************************************************************************************************Footer section ***************************************************************************************************/
#footer {
	width: 960px;
	height: 45px;
	border: 0px solid red;
	clear: both;
	text-align: center;
}
#footer p {
	font-size: 10px;
	margin: 0px 0 0 3px;
	margin: 20px 0 0 3px;
	color: #37a6d8;
}
#footer p a {
	color: #37a6d8;
	font-size: 10px;
}
/*VerborgenPagina style*/
#verborgenfoot ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#verborgenfoot li {
	float: left;
}
#verborgenfoot li a {
	font-size: 11px;
	color: #666666;
	padding: 0 5px 0 8;
	background: url(../images/bluebullet.gif) no-repeat left top;
	background-position: 0px 3px;
} 