@charset "utf-8";

body {
	margin:0;
	padding:0;
	background-color: #000000;
	color: #F8C400;
}
* html, * html body {
	height:100%;	
	overflow:hidden;/*IE < 6*/
	overfl\ow:auto;/*IE 6*/
}
/*-----------------------------


*/



#header {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	background-image: url(logo/32_2.gif);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 12;
	overflow: visible;
	height: 32px;
}
* html #header {
	position: absolute;
	width: 1000px;	
}
#headerlinks {
	float: left;
	width: 225px;
	z-index: 13;
}
/*
	text-align: center;

*/
#headermitte {
	background-image: url(logo/text.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 550px;
	float: left;
	background-position: center;	
}
* html #headermitte {
	position: absolute;
} 
/*

*/

#headerrechts {
	float: right;
	height: 160px;
	width: 180px;
	background-image: url(logo/logo_180.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
* html #headerrechts {
	position: absolute;
	top:0px;
	right:0px;
}


/*-----------------------------
	
*/

#container {
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
* html #container  {
	margin-left: 10px;
	overflow:auto;
	height: 100%;
	width: 100%;
	widt\h: 946px;
	heigh\t: auto;
}
#container a{
	color: #F8C400;
}
#spacer_oben {
	width: 100%;
	height: 35px;
}
* html #spacer_oben {
	width: 936px;
	widt\h: 944px;
	height: 40px;
}
* html #einspalt {
	wid\th: 944px;
}	
#einspalt {
	width: 936px;
	clear: both;
}
#zweispalt_links {
	width: 468px;
	float: left;
}
#zweispalt_rechts {
	width: 468px;
	float: right;	
}
#mitteln_links {
	width: 140px;
	float: left;
}
#mitteln_mitte {
	width: 656px;
	float: left;
}
#mitteln_rechts {
	width: 140px;
	float: right;
}
#dreispalt_links {
	width: 312px;
	float: left;
}
#dreispalt_mitte {
	width: 312px;
	float: left;
}
#dreispalt_rechts {
	width: 312px;
	float: right;
}
#vierspalt_links {
	width: 234px;
	float: left;
}
#vierspalt_lmitte {
	width: 234px;
	float: left;
}
#vierspalt_rmitte {
	width: 234px;
	float: left;
}
#vierspalt_rechts {
	width: 234px;
	float: right;
}
#innen_rahmen {
	height: 100%;
	padding: 5px;
	border: 1px solid #330000;
	text-align: center;
}
#innen_rahmen_o_padding {
	height: 100%;
	padding: 0px;
	border: 1px solid #330000;
	text-align: center;
}
*html innen_rahmen{
	width: 100%;
}
#innen {
	height: 100%;
	padding: 5px;
	text-align: center;
}
*html innen{
	width: 100%;
}
#spacer_unten {
	width: 100%;
	height: 40px;
	clear:both;
}
* html #spacer_unten {	
	width: 936px;
	widt\h: 944px;
	height: 40px;
}

/*----------------------------------

*/
/*#footer_navi {

}*/
#footer {
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	height: 32px;
	text-align:center;
	background-image: url(logo/32_2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 11;
	overflow: visible;
	/*padding-bottom: 118px;*/
}
* html #footer  {
	position: absolute;
	width: 1000px;
	z-index: 11;
	padding-bottom: 0px;
	/*display: none;*/
}
