@charset "ISO-8859-1";
/* LAYOUT BASIC */
html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #bdcbd3;
}
* html body {
	behavior: url("/templates/js/csshover.htc");
	
}
#wrapper {
	margin:0px auto;
	position: relative;
	text-align: left;	
	width:1000px;
	height: auto !important;
	height: 100%;
	font-size: 12px;
	color:#1b1f1b;

}
* html #wrapper {	
	height: 100%;
}
html>body #wrapper {
	height: auto;
	
}
#shadowleft{
	position: absolute;
	float:left;
	height:750px;
	width:39px;
	background: url(../img/shadowleft.png) top left no-repeat;
}
#shadowright{
	position: absolute;
	float:right;
	height:750px;
	width:39px;
	top:0;
	right:0;
	background: url(../img/shadowright.png) top right no-repeat;
}

#header {
	position: relative;
	width:922px;
	height:190px;
	margin:0px auto;
	padding:0px;
	background: #fff url(../img/header-bg-b.jpg) top right no-repeat;
}
#little-nav {
	position: absolute;
	top:0;
	right:31px;
	height:37px;
	margin:0;
	padding:0;
}
#little-left{
	float:left;
	width:20px;
	height:37px;
	background: url(../img/little-left.png) top left no-repeat;
}
#little-right{
	width:20px;
	height:37px;
	float:left;
	background: url(../img/little-right.png) top right no-repeat;
	
}
#little-center{
	float:left;
	background: #fff;
	height: 37px;
	padding-right:15px;
}
#little-center ul{
	list-style: none;
	margin:0;
}
#little-center ul li{
	float:left;
	height:37px;
	padding:0;
	margin-left:15px;
	background-color: #fff;
}
#little-center ul li a{
	line-height: 37px;
	color:#858686;
	font-size: 12px;
}
#little-center ul li:hover a{
	color:#d40035;
}
#logo{
	position:relative;
	width:260px;
	height:118px;
	margin:0;
	padding:0;
	background: url(../img/logo.png) top left no-repeat;
}
#logo a{
	display: block;
	height:118px;
	width: 260px;
}
#topmenu{
	position:relative;
	margin-top:103px
	width:922px;
	height: 67px;
	background:  url(../img/topmenu-bg-b.png) top left no-repeat;
	z-index:1;
}
#topmenu ul{
	position: relative;	
	list-style: none;
	width:828px;
	height:36px;
}
#topmenu ul li{
	float:left;
	margin-top:24px;
	margin-right:8px;
	padding-left:5px;
	padding-right:5px;
	height:21px;
	background: url(../img/topmenu-li-left.png) top left no-repeat;
}
#topmenu ul li:hover, #topmenu ul .link_active{
	background: none;
	
}

#topmenu ul li a{
	display:block;
	color:#1c1c16;
	font-size: 12px;
	line-height: 21px;
	padding-right: 5px;
	background: #fae8bc url(../img/topmenu-li-right.png) top right no-repeat;	
}
#topmenu ul li:hover a, #topmenu ul .link_active{
	color:#d40035;
	background: none;
	
}
#content {
	position: relative;
	margin: 0px auto;
	width:922px;
	min-height:560px;
	background: #fff url(../img/content-bg-b.jpg) bottom left no-repeat;
}

#content-left {
	float:left;
	width: 224px;
	margin-left:15px;
	margin-bottom:30px;
}
#content-left-center{
	position: relative;
	background: url(../img/left-bg.png) top left repeat-y;
	text-align: center;
}
#content-left-body{
	position: relative;
	width:224px;
	padding-top:22px;
	background: url(../img/left-top.png) top left no-repeat;
	font-size: 10px;
	color:#010101;
}
#content-left-body img{
	padding-bottom: 10px;
	padding-top:5px;
	background: url(../img/seperator.png) bottom center no-repeat;
}
#content-left-bottom{
	position: relative;
	width: 224px;
	height:10px;
	background: url(../img/left-bottom.png) bottom left no-repeat;
}
#content-right{
	position: relative;
	float:left;
	width:460px;
	padding:15px;
	padding-left:25px;
}
#sidebar{
	position: relative;
	float:left;
	width:175px;
	margin-top:36px;
	font-size: 11px;
	color: #7f7c7c;
}
#sidebar h2{
	margin-bottom: 15px;
}
#content-body{
	width: 450px;
	overflow-x: hidden;
}
.fotogallery_slideshow{
	width:439px;
	height:294px;
	padding-left:81px;
	padding-top:126px;
	background: url(../img/tv.png) bottom right no-repeat;
}

#footer {
	position: relative;
	margin:0px auto;
	padding:0;
	width:922px;
	height:35px;
	background-color: #cdd8dd;
}
#footer ul{
	list-style: none;
	padding:0;
	margin: 0;
}
#footer ul li{
	float:left;
	height:35px;
	padding:0;
	margin: 0;
	margin-left:20px;
}
#footer ul li a{
	display: block;
	line-height: 35px;
	color:#858686;
	font-size: 12px;
	padding:0;
	margin: 0;
}
#footer ul li:hover a{
	color:#d40035;
}
#footer p {
	float:left;
	font-size: 12px;
	height: 26px;
	color:#858686;
	margin-left:20px;
	padding-top:9px;	
}
#adsense {
	position: relative;
	margin:0px auto;
	padding:0;
	width:200px;
	height:200px;
	padding-top:3px;

}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0;
}
#kabelkrant{
	position: relative;
	width:450px;
	height:380px;
	margin-top: 100px;
	background: url(../img/tv3.png) bottom center no-repeat;
}
#kabelkrant-inner{
padding-top: 59px;
	width: 300px;
	height: 223px;
	margin-left: 49px;
}
#seolinks a:hover{
	text-decoration: underline;
}
#change_content{	
	position: absolute;
	margin:0;
	padding: 0;
	z-index: 10000;
	width: 600px!important;
	
}
#content-right2{
	width: auto;
}
#content-body2{
	width: 650px;
	overflow-x: hidden;
}
