/* CSS Document */

#Page {
	position:absolute;
	top:5px;
	width:auto;
	height:758px;
	z-index:20;
}

#Wappen {
	position:fixed;
	left:5px;
	top:5px;
	height:180px;
	width:205px;
	background-image:url(grafiken/wappen.gif);
	background-position:center;
	background-repeat:no-repeat;
	z-index:20;
}

#Head, #Head_bg {
	position:fixed;
	left:200px;
	top:20px;
	width:780px;
	text-align:center;
	height:100px;
	z-index:20;
}

#Menu {
	background-image:url(grafiken/bg_menu_layer2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FF0000;
	position:fixed;
	left:205px;
	top:120px;
	text-align:center;
	padding-top:25px;
	width:776px;
	height:auto;
	z-index:20;
}

#Menu1 {
	position:fixed;
	left:205px;
	top:120px;
	text-align:left;
	height:25px;
	width:776px;
	background-image:url(grafiken/bg_menu_layer.gif);
	background-repeat:repeat-x;
	z-index:20;
}

#Info {
	padding-top:160px;
	padding-right:20px;
	position:fixed;
	left:5px;
	top:20px;
	width:200px;
	height:120%;
	background-image:url(grafiken/bg_info.gif);
	background-repeat:no-repeat;
	z-index:20;
}

#Content {
	background-image:url(grafiken/hintergrund.gif);
	background-repeat:repeat;
	padding:1em;
	position:absolute;
	top:140px;
	left:200px;
	min-height:100%;
	width:780px;
	z-index:10;
}

#Content[id] {
	background-image:url(grafiken/hintergrund.gif);
	background-repeat:repeat;
	padding:2em;
	position:absolute;
	top:140px;
	left:200px;
	min-height:100%;
	width:733px;
	z-index:10;
}


#Spacer {
	background-color:#ffffff;
	position:fixed;
	top:0px;
	left:205pX;
	width:776px;
	height:30px;
	z-index:15;
}




	

