@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:766px;
	/*float:left;*/
	padding-bottom:4px;
	position: relative;
	margin: 0 auto;
}

#navigation {
	width:103px;
	float:left;
	margin-top: 23px;
	margin-right: 9px;
	margin-left: 38px;
}

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

#navigation ul li {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	width: 103px;
	background-color: #d7dfe9;
}

#navigation ul li a {
	display: block;
	background-position: bottom;
	background-repeat: no-repeat;
	line-height: 25px;
	padding-left: 12px;
}

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

#navigation ul li ul li {
	font-size: 10px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#navigation ul li ul li a {
	display: block;
	background-position: bottom;
	background-repeat: no-repeat;
	line-height: 15px;
}

#content {
	width:766px;
	float:left;
	background-image: url("../../img/content_bg_line.gif");
	background-repeat: no-repeat;
	padding-top: 4px;
	margin-top:265px;
}

#footer {
	clear:left;
	position:relative;
	width:766px;
	height:25px;
	background-repeat: no-repeat;
}

#plattenblogger {
	float:left;
	position: absolute;
	top: -205px;
	left:666px;
	z-index: 1;
}

.sidebar_right {
	float:right;
	width:182px;
}

.sidebar_left {
	float:left;
	width:150px;
	min-height: 10px;
}


.c_back_top {
    background-image: url(../../img/layout/la/top_shadow.jpg);
    width: 766px;
    height: 17px;
}

.c_back_cont {
    background-image: url(../../img/layout/la/cont_shadow.jpg);
    background-repeat: repeat-y;
    width: 749px;
    padding:0px 10px 0px 7px;
}

.c_back_bottom {
    background-image: url(../../img/layout/la/bottom_shadow.jpg);
    width: 766px;
    height: 23px;
    background-position: -1px 0px;
}