@CHARSET "UTF-8";

body {
	font-family: Tahoma,sans-serif;
}

#site {
	width:848px;
}

#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 {
	width:646px;
	float:left;
	background-image: url("../../img/content_bg_line.gif");
	background-repeat: no-repeat;
	padding-top: 4px;
}

#footer {
	clear:left;
	position:relative;
	width:848px;
	height:25px;
	background-image: url("../../img/footer.gif");
	background-repeat: no-repeat;
}

#plattenblogger {
	float:left;
	position: absolute;
	top: -205px;
	left:666px;
	z-index: 1;
}

.sidebar_right {
	float:right;
	width:182px;
}