/* Erstellt am: 13.08.2008 */
* {
	margin:0;
	padding:0;
}
body {
	font: 78%/1.6em verdana, helvetica, arial, sans-serif;
	color: #000;
	text-align:center;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
 	line-height:1.6em;
  	text-align: left;
	color:#000;
}
p {
	text-align: left;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
}
p.untertitel:first-letter {
	font-size:25px;
}
p.untertitel {
	font-weight:bold;
	margin: 10px 0 25px 0;
}
ul, li, ol, dl {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: left;
}
ul, ol, dl {
	position: relative;
}
th {
	border-bottom: solid 1px silver;
	border-top: solid 2px black;
	padding:5px;
	height:20px;
}
td {	
	font-size:12px;
	font-family:Verdana, Arial, Sans Serif;
}
td.reihe {
	border-bottom: dotted 1px silver;
	vertical-align:top;
	padding:2px;
}
td.sbtitel {
	font-weight:bold;
	vertical-align:top;
	border-bottom: dotted 1px black;
	padding:2px;
}
hr {
	border:solid 1px #fff;
	margin:30px 0 20px 0;
}
a:link,a:hover,a:visited,a:active {
	color: #000;
	text-decoration: underline;
}
img, a img {
	border: 0;
}
a:hover img {
	background-color: #fff;
}
.keine-anzeige {
	display: none;
}
/*Definition der Layer */
#kopf, #navi-oben,#navi-rechts, #navi-unten {
	display:none;
}
#wrap,#inhalt {
	width:640px;
	min-height:1000px;
	float:left;
	margin:0 10px 0 0;
}
/* Formatierungen für Formular */
optgroup {
	border-top:dotted 1px #000;
	border-bottom:dotted 1px #000;
	font-weight:bold;
	font-style:normal;
}
/* Klassen zur Textformatierung */
.textklein {
	font-size:0.92em;
	color:#000;
	margin:0 0 10px 0;
	padding:2px;
} 
.infobox {
	background-color:#efefef;
	padding:2px;
	margin-top: 10px;
	margin-bottom:10px;
}
.marginl30, .marginl20 {
	margin:10px 0 10px 25px;
	line-height: 1.6em;
	list-style-position: outside;
	list-style-image: url(../images/symbole/li_square.gif);
	list-style-type: square;
}
.paragraf {
	padding:2px 0 5px 20px;
	width:90%;
	color:#000073;
	margin-left:5px;
	background:#fff url(../images/symbole/paragraf.gif) no-repeat left top;
	border-left: solid 1px #ff6600;
}
