body, html {
   margin: 0;
   padding: 0;
}

/* Farben
 * Hintergrund   #ffe9bb (hellgelb)
 * Schrift       #333366 (dunkelblau)
 * Schrift       #ff6600 (orange)
 * Hover         #b24700 (dunkelrot)
 */

body {
	font-size: 100.01%;
	font-family: sans-serif;
	color: #333366;
	background-color: #ffe9bb;
	text-align: center; /* Zentrierung im IE */
}

div#seite {
	font-size: 0.84em;
	text-align: left;   /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto 1.5em; /* standardkonforme horizontale Zentrierung */
	/*width: 54em;*/
	width: 800px;
	padding: 0;
	min-height: 30em;
	/*border: 1px dotted silver;*/
}

div#kopf {
	padding: 10px 0 0 10px;
	/*background: url(../images/imeinklang_logo.png) #ffe9bb no-repeat 10px top;
	height: 50px;*/
	/*border: 1px dotted blue;*/
}

div#streifen {
	height: 20px;
	background: url(../images/bogen_or.png) #ffe9bb no-repeat center center;
	/*border: 1px dotted yellow; */
}

div#navi_oben {
	width: 39em;
	margin: 0 auto;
	/*border: 1px dotted silver;*/
}
div#navi_oben div {
	clear: left;
}

ul#navi {
	text-align: left;
	margin:0; padding: 0;
	/*border: 1px dotted green;*/
}
ul#navi li {
	list-style-type: none;
	float: left; 
	position: relative;
	padding: 0; margin:0;
	/*border: 1px dotted fuchsia;*/
}
ul#navi li ul {
	margin: 0; padding:0;
	position: absolute;
	top: 1.1em; left: 0;
	display: none; /*Unternavi ausblenden*/
}
ul#navi li:hover ul {
	display: block; /*Unternavi in modernene Browsern einblenden*/
}
ul#navi li ul li {
	float: none;
	display: block;
	margin:0;
}
ul#navi a {
	display: block;
	padding: 0 1em;
	margin:0;
	/*border-bottom: 1px dotted #ffe9bb;*/ /*brauchen leider manche Browser*/
}
/**:first-child+html ul#navi a {*/ /*Korrektur fuer IE7 :-( */
	/*border-bottom: 1px dotted #ffe9bb;
}*/
ul#navi a.aktuell {
	text-decoration: none;
}
ul#navi a.aktuellmain {
	color: #b24700;
}

a {
	color: #ff6600;
	text-decoration: none;
	/*border: 1px dotted navy;*/
}
a.aktuell {
	color: #b24700;
	/*color: #333366;*/
}
a:focus, a:hover, a:active {
	color: #b24700;
	text-decoration: underline;
}

div#kopf h1 {
	display: none;
}
h1 {
	font-size: 1.4em;
	color: #333366;
	/*border: 1px dotted red;*/
	margin: 2em 0 1.3em;
	padding: 0;
}
h2 {
	font-size: 1.2em;
	margin: 1.7em 0 0.7em;
}
h3 {
	font-size: 1.05em;
	margin-top: 1.7em;
}

div#spalte1 {
	text-align: center;
	float: left;
	/*width: 13em;*/
	width: 190px;
	margin: 1em 0 0 0; 
	/*border: 1px dotted green;*/
}
div#spalte1 img {
	margin: 2.5em 0 0 0;
	/*border: 1px dotted silver;*/
}
div#spalte1 ul {
	list-style-type: none;
	margin: 1.5em 0 1.5em 42px;
	padding: 0;
}
div#spalte1 li {
	text-align: left;
	margin: 0.3em 0;
	color: #b24700;
}

div#spalte2 {
	margin: 3.8em 3em 0 190px;
	/*border: 1px dotted navy;*/
}
* html div#spalte2 {
	height: 1em; /* Workaround gegen den 3px Bug des IE bis V6 */
	margin-bottom: 0;
}
p span {
	font-size: 1.25em;
}
span.gyrok {
	font-family: "Times New Roman",Times,serif;
	font-size: 12pt;
	font-weight: bold;
}
div#spalte2 a {
	color: #333366;
	text-decoration: underline;
}
div#spalte2 a:focus, div#spalte2 a:hover, div#spalte2 a:active {
	color: #ff6600;
}
div#spalte2 a.navilink {
	color: #ff6600;
	text-decoration: none;
}
div#spalte2 a.navilink:focus, div#spalte2 a.navilink:hover, div#spalte2 a.navilink:active {
	color: #b24700;
	text-decoration: underline;
}

table {
	background-color: #e5d3a8;
}
td { padding: 0.1em 0.5em; }
.spalte1 {width: 9em;background-color: #f2dfb1;}
.spalte2 {background-color: #e5d3a8;}
	

div#fuss {
	clear: both;
	margin: 4em auto 1em;
	padding: 0;
  /*border: 1px dotted green;*/
}

.verborgen {
	overflow: hidden;
	position: absolute;
	left: -4000px;
	top: -4000px;
}

p.spruch {
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	color: #ff6600;
	margin-top: 1.6em;
}
p.footnote {
	font-size: 0.7em;
}
div.nachoben {
	text-align: right;
	font-size: 0.7em;
}

/*Externe Links*/
span.extlink {
	position: absolute;
	left: -4000px;
	top: -4000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
a.extern:link, a.extern:visited {
	padding: 0 17px 0 0;
	background: url(../images/externallink_bl_h13w14.gif) no-repeat right bottom;
}
a.extern:hover, a.extern:active, a.extern:focus {
	background: url(../images/externallink_or_h13w14.gif) no-repeat right bottom;
}

/*Kontaktformular*/
fieldset {margin-top: 2.5em;}
legend {font-weight: bold;}
form .reihe { clear: both; margin: 0.2em 0;}
form .label {
	float: left;
	width: 6em;
	text-align: right;
	padding: 0.1em 1.2em 0 0;
}
fieldset.newsletter {
	margin: 0 0 2em 0;
	padding: 0 1em;
}
fieldset.newsletter div {
	margin: 1.5em 0;
}
fieldset.newsletter input#email { /*Newsletter email input Feld*/
	margin: 0 2em 0 0.6em;
}
.formfehler {color: red;} /*Warnmeldungen bei Eingaben im Kontaktformular*/

/*Linkliste*/
ul.linklist {
	list-style-type: none;
	padding: 0;
}
.linklist li {
	margin: 1em 0;
}

/*Button Leiste (valid, FireFox,...*/
.buttonlist a {
	padding-right: 1em;
}
.buttonlist img {
	border: none;
}

fieldset.infobox {
	padding: 1em;
}

fieldset.infobox legend {
	font-size: 1.4em;
}

