@CHARSET "UTF-8";



body {
	font-family: Tahoma,sans-serif;
	background-color: #FFF;
}

#container {
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
}

#site {
	position: relative;
	margin:0 auto 0;
	text-align:left;
	width:850px;
	height:590px;	
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-top: 2px;
	
	/*
	position:absolute;
	top:0px;
	left:0px;
	*/
}


#vorhang {
	position: absolute;
	top:-1px;
	left:-1px;
	width:101%;	
	height: 101%;
	background-color: #FFFFFF;
	z-index: 1000;
}

#head {
	width:848px;
	height:79px;
	/* background-image: url("../../img/head.jpg");
	background-repeat: no-repeat; */
}

#main {
	width:848px;
	float:left;
	background-image: url("../../img/content_bg.gif");
	background-repeat: repeat-y;
	padding-bottom:4px;
}

#navigation {
	width:198px;
	float:left;
	margin-top: 10px;
	margin-right: 4px;
}

#navigation ul {
	width:194px;
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	background-image: url("../../img/nav_item_top.gif");
	background-repeat: no-repeat;
	background-color: #d7dfe9;
}

#navigation ul li a {
	display: block;
	background-image: url("../../img/nav_item_bottom.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#navigation ul li ul {
	padding-top: 2px;
	background-color: #FFF;
}

#navigation ul li ul li {
	font-size: 10px;
	font-weight: normal;
	background-image: url("../../img/nav_subitem_top.gif");
	background-repeat: no-repeat;
	background-color: #f4f5f9;
}

#navigation ul li ul li a {
	display: block;
	background-image: url("../../img/nav_subitem_bottom.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}

#content {
	position:relative;
	width:850px;
	height:590px;
	float:left;
	margin:0px;
	padding:0px;
	overflow: hidden;
}


#footer {
	clear:left;
	position:relative;
	margin:0px 1px 1px 1px;
	width:850px;
	height:30px;
	padding:0px 1px 0px 1px;
	border-top: 0px;
}

#footer .backg {
	width:850px;
	height:29px;
}


#plattenblogger {
	float:left;
	position: absolute;
	top: -205px;
	left:666px;
	z-index: 1;
}

.sidebar_right {
	float:right;
	width:182px;
}

#navi {
	position:absolute;
	top:-66px;
	right:8px;
	width: 600px;
	height: 38px;
	z-index:2;
}

#navi #prev {
	cursor:pointer;
	left:2px;
	position:absolute;
	top:1px;
}

#navi #next {
	cursor:pointer;
	left:77px;
	position:absolute;
	top:1px;
}

#navi .balkenSet {
	background-image:url(../../img/stpanel_backg.png);
	height:37px;
	position:absolute;
	right:7px;
	top:1px;
	width:150px;
}

#navi .balken {
	background-image:url(../../img/stpanel_balken.png);
	background-position:right top;
	height:13px;
	left:14px;
	position:absolute;
	top:13px;
	width:84px;
}


#navi #home {
	cursor:pointer;
	height:34px;
	left:33px;
	position:absolute;
	top:-14px;
	width:34px;
}

#navi #vollbild {
	float:left;
	padding:0px 6px 0px 0px;	
	cursor: pointer;
	height: 34px;
	width: 34px;
	display:none;
}


.trenner {
	background-image:url(../../img/trenner.png);
	bottom:-2px;
	height:41px;
	position:absolute;
	right:153px;
	width:10px;
	z-index:1000;
}


