/* Layout */
body {
	margin: 40px;
	overflow: auto;
	background-color: #453f3f;
}

#mitte {
   width: 1px;
   height: 1px;
   position: absolute;
   top: 50%;
   left: 50%;
}

#gesamt {
   position: absolute;
   top: -300px;
   left: -477px;
   width: 955px;
   height: 600px;
}

#inhalt{
	width: 955px;
	position: relative;
}

/* Schriftstile */

#inhalt h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #f42020;
	padding: 0px;
	margin-left: 32px;
	margin-right: 32px;
	margin-top: 40px;
}

#inhalt h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-left: 32px;
	margin-right: 32px;
	margin-top: 25px;
	margin-bottom: 5px;
}

#inhalt p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #bcbbcb;
	padding: 0px;
	margin-left: 32px;
	margin-right: 32px;
	margin-bottom: 15px;
	margin-top: 0px;
}

#inhalt ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #bcbbcb;
	padding: 0px;
	margin-left: 48px;
	margin-right: 32px;
	margin-bottom: 5px;
	margin-top: 0px;
	list-style: url(../bilder/zusaetze/gliederung.gif) outside;
}

#inhalt .tabelle {
	margin-left: 32px;
	margin-right: 32px;
	margin-bottom: 5px;
	margin-top: 0px;	
}

#inhalt .tabelle td  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
}

#inhalt iframe {
	width: 834px;
	height: 500px;
}

#inhalt .kleintext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
}

#inhalt input  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #666;
}

#inhalt a:link, #inhalt a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 2px;
}

#inhalt a:hover, #inhalt a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: #F0E08A;
	padding-right: 2px;
}