/*

	Global

*/

body {
	font-family: serif;
}

img {
	border: 0px none black;
}

div.inhalt a:link {
	color: #0000da;
}

div.inhalt a:focus {
}

div.inhalt a:visited {
	color: #000080;
}

div.inhalt a:hover {
}

div.inhalt a:active {
}

div.inhalt h1 {
	color: #da0000;
	font-size: 160%;
	margin-top: 1em;
}

div.inhalt h2 {
	color: #da0000;
	font-size: 130%;
	border-bottom: 2px solid #0000da;
}

div.inhalt p {
}

div.inhalt img.links {
	float: left;
	margin: 5px 15px 5px 0px;
}

div.inhalt img.rechts {
	float: right;
	margin: 5px 0px 5px 15px;
}

table.email {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0;
	margin-right: 0;
}

/*

	Posaunix

*/

div.posaunix {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
}

div.posaunix div.kopf {
	clear: both;
}

div.posaunix div.kopf div.kopf1 {
	height: 162px;
	width: 918px;
	float:left;
	background-image: url(/static/kopfgrund.png);
	background-repeat: repeat-x;
}

div.posaunix div.kopf div.kopf2 {
	height: 162px;
}

div.posaunix div.bauch {
	background-image: url(/static/zaungrund.png);
	background-repeat: repeat-y;
	clear: both;
}

div.posaunix div.bauch div.zaun {
	width: 168px;
	float:left;
	text-align: center;
}

div.posaunix div.bauch div.inhalt  {
	border: 1px solid white;
	margin-left: 168px;
	padding: 0px 0px 2em 1em;
}

div.posaunix div.bauch div.leiste {
	background-image: url(/static/zaungrund.png);
	background-repeat: repeat-y;
	clear: both;
}

div.posaunix div.bauch div.leiste div.leiste_zaun {
	width: 168px;
	margin-top: 10px;
	margin-bottom: 0px;
	float:left;
	text-align: center;
}

div.posaunix div.bauch div.leiste div.leiste_inhalt {
	margin-left: 168px;
	border-top: 1px dashed grey;
	padding-top: 5px;
}

div.posaunix div.bauch div.leiste div.leiste_inhalt div {
	float: left;
	font-size: smaller;
	margin: 0px 1em 0px 1em;
}

div.posaunix div.bauch div.leiste div.leiste_inhalt div div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: none;
}

div.posaunix div.bauch div.leiste div.leiste_leiste {
	height: 6px;
	width: 924px;
	clear: both;
}

div.posaunix div.bauch div.leiste div.leiste_leiste img {
	vertical-align: top;
}

/*

	Menü

*/

ul.Menu {
	list-style: none;
	margin: 0px;
	padding: 4px;
}

ul.Menu ul {
	list-style: none;
	margin: 0px 0px 0px 1em;
	padding: 0px;
}

ul.Menu a {
	display: block;
	border-width: 1px;
	border-style: solid;
	margin: 6px;
	padding: 4px;
	font-family: sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

ul.Menu a:link {
}

ul.Menu a:focus {
}

ul.Menu a:visited {
}

ul.Menu a:hover {
}

ul.Menu a:active {
}

ul.Menu span {
	display: block;
	border-width: 1px;
	border-style: solid;
	margin: 6px;
	padding: 4px;
	font-family: sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

ul.Menu li.aktiv a {
	border-top-color: #ffff1c;
	border-left-color: #ffff1c;
	border-right-color: #000000;
	border-bottom-color: #000000;
	background-color: #dada00; /*#dada16;*/
}

ul.Menu li.intern a {
	border-top-color: #ff8c1a;
	border-left-color: #ff8c1a;
	border-right-color: #000000;
	border-bottom-color: #000000;
	background-color: #da7816;
}

ul.Menu li.passiv a {
	border-top-color: #b31aff;
	border-left-color: #b31aff;
	border-right-color: #000000;
	border-bottom-color: #000000;
	background-color: #9916da;
}

ul.Menu li.aktiv span {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #ffff1c;
	border-bottom-color: #ffff1c;
	background-color: #dada00; /*#dada16;*/
}

ul.Menu li.intern span {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #ff8c1a;
	border-bottom-color: #ff8c1a;
	background-color: #da7816;
}

ul.Menu li.passiv span {
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #b31aff;
	border-bottom-color: #b31aff;
	background-color: #9916da;
}
