@charset "utf-8";

*{
	font-family: Verdana,Helvetica, Arial;
	font-size: 11px;
	color:#3d2b2a;
	}

body  {
   text-align:center; /* fuer Netscape 4 und MS IE */
   background-color: #f8f5f2;
   background-image: url(../bilder/layout/bg_body.png); background-repeat: repeat-x; background-position: top;
   min-height: 100.01%;
   overflow: scroll;
  }
  
#haupttabelle  {
	width: 904px;
	margin-left: auto;
	margin-right: auto; /* Fuer gute Browser */
	text-align: left; /* Text _in_ der Tabelle links ausrichten */
	border: 1px solid #3d2b2a;
	border-top: 0px;
	background-color: #ffffff;
	padding: 0;
} 
  
#head	{
	width: 904px;
	height: 65px;
	background-image: url(../bilder/layout/bghead.gif);
	background-repeat: repeat-x;
	margin:0px;
	border-top: 3px solid #3d2b2a;
}

#tabellemitte	{
	width:884px;
	margin:5px; margin-bottom:0px;
	border: 5px solid #3d2b2a;	border-bottom: 3px solid  #b70023;
}

#bereiche	{
	width:882px;
	border:1px solid #ffffff;
	background-color: #ffffff;
}

#navi	{
	width: 884px; height: 26px;
	border-top: 2px solid #b70023; border-bottom: 2px solid #b70023;
	background-color: #3d2b2a;
}
.navipunkt {
	font-weight: bold; text-transform: uppercase; text-decoration:none;
	color: #ffffff; background-color: #3d2b2a;
	text-align:center; padding-top:6px; padding-left:26px; padding-right:26px;
	height:26px;
	border-right:1px solid #ede7df;
}

#inhaltlinks	{
	width:505px;
	background-color: #ede7df;
	padding:15px;
	line-height: 150%;
	margin-bottom: 20px;
}

.inhaltlinks	{
	width:505px;
	background-color: #ede7df;
	padding:15px;
	line-height: 150%;
}

#inhaltrechts	{
	background-color: #ffffff;
	padding:15px;
	line-height: 150%;
}
#inhaltlinks td {
	padding: 10px;
}

.rechtsecken	{
	background-image: url(../bilder/layout/bg_rechts.gif); background-repeat: no-repeat; background-position: left top;
	padding:8px;
}

hr.braun{
	border: 0px; background-color:#3d2b2a; color:#3d2b2a;
	margin:20px; height:1px;

}

#headline	{
	padding-bottom:15px; padding-top:13px;
}

.headline	{
	padding-bottom:30px;
	padding-top:25px;
	font-weight: bold;
	font-size: 16px;
}

#footer	{
	width:894px; height:18px;
	margin-left:5px; margin-right:4px;
	background-color: #3d2b2a;
	color:#ffffff; font-size: 9px; text-align:center; padding-top:3px;
}

a:link, a:visited, a:active, a:hover {
	text-decoration:underline; color: #3d2b2a;
}
a:active, a:hover {
	color: #b70023;
}

select, input, textarea {
  border: 1px solid #cab29c;
  color: #3d2b2a;
  background-color: #FFFFFF;
}

.partner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	margin-top: 30px;
	padding: 10px;
	margin-bottom: 20px;
}

.imgWeiter {
	margin-right: 15px;
	float: right;
}

.imgZurueck {
	margin-right: 15px;
	float: right;
}

#apDiv1	{
	position:absolute;
	z-index:101;
	visibility: visible;
	width:295px;
	height:auto;
	background-color:#FFFFFF;
	border:1px solid #660000;
	z-index:101;
	left: 11px;
	top: 11px;
	overflow: auto;
}

.popupHeadline {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #3d2b2a;
	font-weight: 800;
	padding-left: 8px;
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
}

.popupText {
	font-size: 10px;
	padding-left: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:left;
}

#lfdJahr {
	width: 150 px;
	float: left;
	clear: right;
}

#vorJahr {
	position: relative;
	top: 0px;
	width:150px;
	margin-left: 10px;
}

.rotBold {
	color: #FF0000;
	font-weight:800;
}

.rechteLinie {
	border-right:#000000 solid 1px;
}