@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-position: center;
	height:100%;
	background:url(logo_button/wall/body.gif); 
}
#container {
	text-align: left;
	width: 840px;
	margin: 0px auto;
	background-color:#fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#container_inner {
	width: 800px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#inhalt {
	padding-left: 10px;
	float: right;
	width: 590px;
	margin-bottom: 0px;
}
#header {
	margin-bottom: 12px;
	width: auto;
	text-align: center;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	text-align: center;
}

#nebentext noch nicht verwendet{
	margin-bottom: 12px;
	padding-left: 10px;
	float: right;
	width: 200px;
}

</script><style type="text/css">
a:link: {
	color:#06F;
}
a:visited {
	color: #06F;
}




/* ÜBERSCHRIFTEN */




h1{
	font-size: 18px;
	text-align: center;
}

h2{
	font-size: 16px;
	text-align: center;
}




/* NAVIGATION */




div#nav{ /* DIV TAG */
	width: 200px;
	position:relative;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
div#nav ul{ /* liste container */
	padding:0px;
	margin:0px;
	list-style:none;
}
div#nav ul li{ /* list item - der menüpunkt */
	position:relative;
}
div#nav ul li:hover{ /*  */
}
div#nav ul li a{ /* link */
	border-width:0px 0px 3px 0px;
	border-style: solid;
	border-color:#000;
	width: 200px;
	height:35px;
	line-height:35px;
	overflow:hidden;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000;
	display:block;
	text-indent:50px;
	background-image: url(logo_button/jpg/nav_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#nav ul li a:hover{ /* */
	border-color:#000;
	color:#000;
	font-size:20px;
	text-indent:50px;
	background-image: url(logo_button/jpg/nav_back.jpg);
	background-repeat: no-repeat;
	background-position: left -33px;
}
div#nav ul li ul li a, div#nav ul li#active ul li a{ /* 1. unterlink */
	border-width:0px 0px 0px 0px;
	border-style: solid;
	border-color:#000;
	width: 200px;
	height:20px;	
	line-height:20px;
	background:none;
	overflow:hidden;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000;
	display:block;
	text-indent:20px;
}
div#nav ul li ul li a:hover, div#nav ul li#active ul li a:hover{ /* 1. unterlink  */
	background:none;
	border-color:#000;
	color:#000;
	font-size:20px;
	text-indent:20px;
}
div#nav ul li#active a{ /* active */
	border-width:0px 0px 3px 0px;
	border-style: solid;
	border-color:#000;
	width: 200px;
	height:35px;
	line-height:35px;
	background-image: url(logo_button/jpg/nav_back.jpg);
	background-repeat: no-repeat;
	background-position: left -33px;
	overflow:hidden;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000;
	display:block;
	text-indent:50px;
}
div#nav ul li#active a:hover{ /* acitve  */
	background-image: url(logo_button/jpg/nav_back.jpg);
	background-repeat: no-repeat;
	background-position: left -33px;	
	border-color:#000;
	color:#000;
	font-size:20px;
	text-indent:50px;
}
div#nav ul li:hover ul{  wenn mausover -> anzeigen  
	display:compact;	
}
div#nav ul li ul{ /* wenn nicht acitve dann nicht anzeigen    */
	display:none;
}
div#nav ul li#active ul{ /* wenn acitve -> anzeigen  */
	display:compact;	
}

