/* CSS Document */

body {
	background-image:url(../pics/page_hintergrund.jpg);
	background-repeat:repeat-y;
	background-position:center 252px;
	background-color:#486172;
	margin: 0 0 0 0;
}

#page {
	width:1024px;
	height:100%;
	position: relative;
	margin: 0 auto;
	background-image:url(../pics/page_hintergrund.jpg);
	background-repeat:no-repeat;
	background-color:#D9FFC5;
	background-position:0px 252px;
	overflow:visible;
	display:block;
	
}

#page #kopf #logo {
	left:665px;
	top:42px;
	position:absolute;
}

#page #menue{
	height:35px;
	z-index:3;
	position: relative;
	background-image:url(../pics/menue_hintergrund.jpg);
}

#page #menue #js_menue{
	z-index:5;
	position: absolute;
	background-color:#FF0000;
	height:40px;
}

#page #slogan{
	width:514px;
	height:84px;
	position:absolute;
	z-index:4;
	left:510px;
	/*top:217px;*/
	background-image:url(../pics/slogan_hintergrund.gif);
}


#page #content {
	font-family: arial;
	font-size: 9pt;
	width:654px;
	left:180px;
	padding: 5px 0px 0px 5px;
	position:absolute;
	top:400px;
	z-index:2;
	background-image:url(../pics/content_hintergrund.jpg);
	background-repeat: repeat-y;
}

#page #content tr,td, table {
	font-family: arial;
	font-size: 9pt;
	border: solid 0px #fff;
}

#page #content h1{
	font-family: arial;
	font-size: 11pt;
	
}
#page #content h2{
	font-family: arial;
	font-size: 10pt;
	
}
#page #content img {
	/*float:left;*/
	margin-right: 10px;
	margin-bottom: 10px;
	border-color: #000;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	
}

#page #content_unten{
	width:659px;
	height:8px;
	left:-7px;
	margin: 0 0 0 0;
	/*margin-top:5px;*/
	position:relative;
	z-index:2;
	background-image:url(../pics/kachel_unten.jpg);
	background-repeat: no-repeat;
	
}

.off{ display:none; }


/* Styles für Javascriptmenue */

.menuSt {
	/*padding: 8px 10px 5px 5px;*/
	font-family: arial;
	font-size: 12pt;
	text-decoration:none;
}

.menuSt a{
	color:#000;
	text-decoration:none;
}


.menuSt a:hover{
	color:#000;
	text-decoration:none;
}


.menuBackSt {

}

.submenuSt{
	background-image:url(../pics/submenue_hintergrund.png);
	padding:0 0 0 0;
	margin: 0 0 0 0;
	
}



.submenuBackSt {
    font-family: arial;
	font-size: 9pt;
	/*border: 1px solid #ffffff;*/
	border-bottom-width:3px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	margin-left:-17px;

}

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