body{
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	background-color: #ffffff;
	color:#1a1a1a;
	text-align:center;
}

#container{
	background-color: #ffffff;
	left: 0px;
	padding: 0px;
	z-index:20;
	width:980px;
	text-align:left;
	margin:auto;
}

#inhalt{
	padding:0px;
	text-align: left;
	width:980px;
	background-color: #EAF4E9;
	margin-left: 0px;
	margin-top:0px;
	z-index:45;
}

#subnavi{
	display:none;
	text-align: right;
	padding-right:15px;
	left:0px;
	top:130px;
	width:160px;
	float:left;
	z-index:25;
}

#subnavi ul{
	margin:0px 0px 0px 15px;
	padding:0px;
}

#subnavi li{
	list-style:none;
	padding:3px 0px;
	border-bottom:1px solid #00315e;
}

#inhaltText{
	float:left;
	padding:10px 20px;
	width: 720px;
}

#inhaltText a{
	color: #3D7E06;
	font-weight: bold;
	width: 100%;
}

#inhaltText h1{
	color:#00315e;
	font-size:1.6em;
	font-weight:bold;
	margin:10px 0px 10px 0px;
}

#inhaltText h2{
	color:#00315e;
	font-size:1.3em;
	font-weight:bold;
	margin:10px 0px 10px 0px;
}

#inhaltText h3{
	color:#00315e;
	font-weight:bold;
	margin:10px 0px 10px 0px;
}

#kopf{
	margin: 0px;
	display: none;
}

#head{
	display: none;
	background-color: #fffffff;
	background-image:url(../bilder/hg_head.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:130px;
	z-index:50;
}

#verweise{
	top:0px;
	z-index:100;
	width:943px;
	left:0px;
	text-align:right;
}

a.topNavi{
	color: #707070;
	text-decoration: none;
	border-left:solid 1px #00315e;
	padding:10px 5px 0px 5px;
	line-height:36px;
}

a:hover{
	text-decoration:underline;
}

a{
	color:#1a1a1a;
	text-decoration:none;
}

#fuss{
	display: none;
	border-top: 5px solid #ffffff;
	background-color:#1b6000;
	background-image:url(../bilder/hg_fuss.jpg);
	margin-top:5px;
	padding-top:0px;
	height:105px;
}

#fuss h2{
	color: #ffffff;
	margin: 15px 0px 0px 33px;
	font-size:1.6em;
}

#fussnote{
	font-size:0.7em;
	color:#707070;
	position:absolute;
	top:460px;
	margin-left:33px;
}

.rot{
	color:#ff0000;
}

.storno{
	text-decoration:line-through;
}

#deleteWarnung{
	display:none;
	background-color:#ffffff;
	border:2px solid #00315e;
	width:500px;
	z-index:100;
	margin:auto;
	height:100px;
	text-align:center;
	position:absolute;
	top:200px;
}

div.helfer {
	position:absolute;
	display:none;
	width:300px;
  	padding:4px;
  	background-color:#ffffff;
  	border-width:1px;border-style:solid;border-color:#00315e;
	text-align: left;
 }
