/* - - - - - - - - - - - - allgemeine Vorgaben - - - - - - - - - - - - */

html, body{
	font-family:Verdana, Arial;
	font-size:95%;
	margin:0;
	padding:0;
	background-image:  url(../images/paperback.gif);
}	
h1, h2, h3, h4, h5, h6, p, form {
	font-family:Verdana, Arial, Helvetica,;
	/*margin:0;
	padding:0;*/
}
img{
	border:none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #0E01AF;
	padding-left:10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #0E01AF;
}
h2.topic {
	font-size:15px;
	/*letter-spacing: 1pt;*/
	color: #0E01AF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0E01AF;
	padding:5 0 5 10px;
	margin-bottom:5px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0E01AF;
	padding-left:10px;
	margin-bottom:5px;
}
.standardtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.nofloat{
	clear:both;
}
/* - - - - - - - - - - - - Seitenkopf - - - - - - - - - - - - */

#logo{
	position:absolute;
	left:2px;
	top:0px;
	width:180px;
	background-image:  url(../images/logo.gif);
	background-repeat:no-repeat;
	height: 100px;
	text-align: center;
	background-position: center;
	z-index: 4;
	visibility: visible;
}
#titel{
	position:absolute;
	top:10px;
	left:210px;
	width:80%;
	visibility: visible;
	height:50px;
	background-image: url(../images/logo&/headtitel.gif);
	background-repeat: no-repeat;
}
/* - - - - - - - - - - - - /Seitenkopf - - - - - - - - - - - - */

/* - - - - - - - - - - - - Topmenue - - - - - - - - - - - - */
#topmenuback{
	position:absolute;
	left:12px;
	top:60px;
	border: 1px none #000000;
	width: 90%;
	visibility: visible;
}
#topmenu{
	margin-left:190px;
	padding:8 8 0 8px;
	z-index:4;
}
#topmenu span{
	display:none;
}
#topmenu a{
	text-decoration:none;
	font-size:103%;
	line-height:20px;
	font-weight:600;
	padding:2px 2px 2px 3px;
	color: #0E01AF;
}
#topmenu .button {
	border-top:3px solid #899180;
	border-right:3px solid #899180;
	margin-top:20px;
	background-color: #AAE3FF;
}
#topmenu a:visited {
	color:#FF0000; 
}
#topmenu a.aktuell,
#topmenu a.aktiv{
	color:#CC0000;
	background-color:#899180;
	border-right:2px solid #899180;
}
#topmenu a:hover.button,
#topmenu a:focus.button,
#topmenu a:active.button {
	color:#FFF;
	background-color:#FF6666;
	border-right:4px solid #899180;
	border-top:4px solid #899180;
	border-bottom:4px solid #899180;
}

/* - - - - - - - - - - - - /Topmenue - - - - - - - - - - - - */
#textfeld{
	position:absolute;
	top:102px;
	left:210px;
	background-image:url(../images/paperback2.gif);
	padding-left:10px;
	width:70%;
	padding-top:0px;
	visibility:visible;
}
#inhalt{
	margin:0px 10px 30px 0px; /*border-bottom:1px solid #FFF;	korrigiert eine Fehldarstellung in IE 5.5 und NN7*/
	z-index:2;
}
#inhalt2{
	margin:30;
	border-bottom:1px solid #fff; /*Korrektur einer Fehldarstellung in IE */
	z-index:6;
}
#inhalt h3{
	font-size:1.2em;
	font-weight:bold;
	/*padding:.4em 10px .6em 10px;*/
	/*border-top:1px solid #0E01AF;*/
	color:#0E01AF;
}
#inhalt h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0E01AF;
}
#inhalt .floatleft{
	float:left;
	margin:10px 10px 6px 0px;
}
#inhalt p{
	color:#000;
	font-size:1em;
	line-height:1.4em;
	font-weight:normal;
	padding:0 1px 1em 10px;
	margin:0px 20px 0 0;
}
#inhalt p.mitbild{
	color:#000;
	font-size:1em;
	line-height:1.4em;
	font-weight:normal;
	padding:0 1px 1em 10px;
	margin:0px 20px 0 100px;
}
#inhalt p.last{
	padding-bottom:40px;
}
#inhalt ul{
	color:#000;
	background-color:transparent;
	font-size:1em;
	font-weight:normal;
	padding:0 10px 1em 30px;
	margin:0 10px 0 10px;
	padding-bottom:2em;
}
#inhalt ul li{
	line-height:1.3em;
}
#inhalt ul.mitbild{
	color:#000;
	font-size:1em;
	font-weight:normal;
	padding:0 10px 1em 30px;
	margin:0 10px 0 93px;
	padding-bottom:2em;
}

#inhalt a{
	color:#0E01AF;
	text-decoration:underline;
	font-weight: bold;
	background-color: #FFFF99;
}
.mitbild a{
	padding-left:1.2em;
	display:block;
}
#inhalt a:visited{
	color:#000;
	text-decoration:underline;
}
.tr{
	valign:top;
	width:100%;
	font-size:10pt;
	padding:1em;
	border:1;
	color:#0E01AF;
}
.td1{
	valign:top;
	font-size:10pt;
	font-weight: bold;
	width:30%;
	border-bottom: 1 solid #0E01AF;
	text-align: left;
	vertical-align: top;
}
.td2{
	valign:top;
	font-size:10pt;
	width:70%;
	border-bottom: 1 solid #0E01AF;
}
/* - - - - - - - - - - - - /News - - - - - - - - - - - - */

/* - - - - - - - - - - - - Randspalte links - - - - - - - - - - - - */
html >/**/body #randspalte{
	position:absolute;
	top:0px;
	left:10px;
	width:160px;
	height:100%;
	background-image: url(images/paperback2.gif);
	z-index:3;
	visibility: visible;
	vertical-align: bottom;
}
#randspalte{
	position:absolute;
	top:0px;
	left:10px;
	width:160px;
	height:80%;
	background-image: url(images/paperback2.gif);
	z-index:3;
	visibility: visible;
	vertical-align: bottom;
}
#randspalte span{
	display:none;
}
#randspalte ul.top{
	margin:0;
	font-size:103%;
	padding:2px 2px 2px 3px;
	font-weight:600;
}
#randspalte ul.top a{
	padding-left:2px;
	display:block;
	margin-left:10px;
	z-index: 6;
}
#randspalte ul.top li{ /* test */
	/*margin:0;*/
	list-style-type: none;
	padding:2px 2px 2px 3px;
	white-space: normal;
	margin-bottom: 5px;
}
#randspalte ul.sub li a{
	padding-left:0px;
}
/*#randspalte ul.sub li.last{

	border-bottom:none; /*Verhindert doppelten Border unter letztem Menupunkt*/
#randspalte li{
	margin-top:5;
	list-style-type: none;
	z-index:6;
}
#randspalte a{
	color:#0E01AF;
	text-decoration:none;
	font-size:103%;
	line-height:20px;
	padding:2px 2px 2px 3px;
	font-weight:600;
	display:block;
	width:130px;
	margin-left:15px;
	white-space: normal;
	margin-bottom: 5px;
	border-right:3px solid #899180;
	border-top:4px solid #899180;
	background-color: #AAE3FF;
	z-index:6;
}
#randspalte li span{
	/*border-bottom:1px solid #000; /* border unter punkt vor 2. ebene */
}
#randspalte a:visited{
	color:#FF0000; 
}

#randspalte .auswahl{
	color:#993366;
	font-size:103%;
	padding:2px 2px 2px 3px;
	z-index: 6;
}
#randspalte .subauswahl{
	color:#FFF; 
	/*font-size:110%;		*/
	background-color:#BA8185;
	padding:2px 2px 2px 3px;
}

#randspalte a:hover,
#randspalte a:focus, 
#randspalte a:active{
	background-color:#FF6666; /*padding:3px 5px 3px 10px;*/
	color:#FFFFFF;
	display:block;
	border-right:4px solid #899180;
	border-top:4px solid #899180;
	padding:2px 2px 2px 3px;
	margin-left:15px;
}
#sponsor {
	position:absolute;
	left:10px;
	align: center;
	width:100px;
	height:52px;
	bottom: 350px;
	visibility: visible;
	top: 301px;
}

html >/**/body #zaehler{
	position:absolute;
	left:30px;
	top:385px;
	align: center;
	width:100px;
	height:50px;
	visibility: visible;
	z-index: 2;
}
#zaehler{
	position:absolute;
	left:30px;
	top:350px;
	align: center;
	width:100px;
	height:50px;
	visibility: visible;
	z-index: 2;
}

/* - - - - - - - - - - - - Randspalte links - - - - - - - - - - - - */

/*----------------------- Fußzeile------------------------------*/

#fusszeile{
	background-image:url(../images/paperback2.gif);
	width:100%;
	height:2em;
	font-size:1em;
	border-top:1px solid #0E01AF;
	bottom:0px;
	margin-right:10px;
}

#fusszeile a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#0E01AF;
	text-decoration:none;
}
#fusszeile a:visited{
	color:#FF0000;
	text-decoration:none;
}
#fusszeile a:hover{
	color:#0E01AF;
	text-decoration:underline;
}
#kasten-fuss{
	height: 2em;
	width: 100%;
	visibility: visible;
	margin-right: 0px;
	margin-left: 0px;
}
#kasten-linkso{
	width:160px;
	z-index: 4;
	top: 102px;
	vertical-align: bottom;
	position: absolute;
	left: 2px;
	background-image:url(../images/paperback2.gif);
	height: 90%;
}
#kasten-linksu{
	width:160px;
	z-index: 6;
}
.tabtermine {
	width:17cm;
	border: none;
	padding: 0px;
	margin:0px;
}
.tabtermine tr{
	width:100%;
	border-bottom: 1px solid #333333;
}
.tabtermine td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
	vertical-align:top;
	padding:2px;
	border-top:none;
	border-right:none;
	border-bottom:1px solid #0E01AF;
	border-left:none;
}
.td_t1{
	width:150px;
}
.td_t2{
	width:20px;
}
.td_t3{
	width:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330099;
	font-size: 90%;
}
