
HTML, BODY {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

BODY {
	background: #F9FAFC url(../layout/_bg_body.gif);
}

#container {
	position: fixed;
	width: 804px;
	height: 100%;
	left: 50%;
	margin-left: -402px;
	background: #F9FAFC url(../layout/_bg_content.jpg) no-repeat left 67px;
	z-index: 2;
}

#container #containerLinks {
	width: 100%;
	height: 100%;
	background: url(../layout/layout_links.gif) repeat-y;
}

#container #containerRechts {
	width: 100%;
	height: 100%;
	background: url(../layout/layout_rechts.gif) repeat-y right;
}

#header, #footer {
	position: fixed;
	width: 770px;
	left: 50%;	
	margin-left: -385px;
	z-index: 1000;
}

#header {
	top: 0px;
}

#header TABLE {
	height: 131px;
}

#header .links {
	width: 195px;
	background: url(../layout/top_li.png);
}

#header .mitte {
	background: url(../layout/top.png);
}


#header .rechts {
	width: 559px;
	background: url(../layout/top_re.png);
}

#footer{
	bottom: 0px;
}

#footer TABLE {
	height: 66px;
}

#footer .links {
	width: 195px;
	background: url(../layout/bottom_li.png);
}

#footer .mitte {
	background: url(../layout/bottom.png);
}

#footer .rechts {
	width: 505px;
	background: url(../layout/bottom_re.png) right;
}

#footer DIV {
	position: absolute;
	margin-top: 15px;
}

#navi {
	position: absolute;
	top: 131px;
	width: 154px;
	height: 315px;
	margin-left: 6px;
	background: url(../layout/nav_hg.png);
	z-index: 2000;
}

DIV#content {
	position: absolute;
	width: 555px;
	top: 0px;
	left: 50%;
	padding-top: 131px;
	padding-bottom: 40px;
	margin-left: -200px;
	z-index: 100;
}

#vote {
	position: fixed;
	left: 50%;
	margin-top: 6px;
	margin-left: -165px;
	z-index: 10000;
}