/*
p, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.5em;
} 
*/
html {background-color: #99aacc;}

a:link {color: dark blue; text-decoration:none;}
a:visited {color: light green;}

body {
margin: 0 auto;
margin-top: 20px;
width: 800px;
height: 100%;
padding: 0px; /* wie weit stehen innen texte und co vom rand entfernt  */
font-family: Verdana, Arial, 'sans-serif';
font-size: 0.8em;

}

#head {
width: 800px;
min-height: 120px;
background-color: #fff; 
margin: 0 auto;
padding: 0;
border:0;
}

head img {
margin: 0px;
border: 0;
padding: 0px;
}

img {
float: left;
margin-top: 1px;
margin-right: 10px;
border: 0;
}

/* Beschreibung der tatsaechlich benutzten Seitenbreite, wrapper=umschlag */
/* darin enthalten ist auch der orangene Menuebalken */
#wrapper {
text-align: left;
width: 800px;
min-height: 650px;
margin: 0 auto;
margin-top: 0px;
padding: 0px;
padding-top: 20px;
color: black;
background-color: #fff; /* content durch vererbung gleiche farbe */
}

#content {
margin-left: 210px;
margin-right: 30px;
padding: 25px 10px 15px 15px;  /* zwei werte = oben-unten / rechts-links */
min-height: 550px;
border: 0; /* border-left: 1px solid #002b00; */
text-align: left;
}

/* orange box */
#menubox {
float: left;
/* background-image: url(background_foreground2.gif); background-repeat: repeat-y; */
background-color: #ff9933;
margin-left: 30px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
width: 130px;
min-height: 530px;
border: 0;  /* border: 1px solid #000000; */
color: black;
list-style: none;
}

/* weiße box mit grünen (braunen) schaltflächen */
#menu li {
line-height: 25px; /* gleiche höhe wie grüne (braune) box, dann ist die schrift mittig */
padding: 5px;  
width: 100px;
border: 0px solid #dcdcba;
text-align: center;  /* zentriert schrift und grüne (braune) box */
}

/* gruene (braune) box, margin, high, wide nicht notwendig, ergibt sich */
/* durch padding in der weißen box. Schift ist automatisch vertikal zentriert. */
#menu a {
display: block;
color: #fff; /* textfarbe des blockes */
background: #A63E00; /* blockfarbe gruen #003700 */
text-decoration: none;
}

#menu a:hover {
background: #A63E00;  /* blockfarbe hellbraun:#A64D00, grün:#FFAB73 hellgruen 184A18*/
width: 120px; /* die Box wird beim Hovern von 100px auf 120px verbreitert*/
font-size: 1.0em;
/* font-weight: bold; */
}

ul#menu li { position: relative; }
ul#menu li ul { position: absolute; left: 110px; top: 0; display: none; } /* hier wir das untermenu 110px nach recht ausgeschoben  */
ul#menu li:hover ul { display: block; }


/* überflüssig? */
.first {
border-top: 1px solid #dcdcba;
}

h1 {
	font-size: 1.2em;
	letter-spacing: 0.05em;
	padding: 0 0 0.1 0;
	font-weight: bold;
	border-bottom: 1px solid #ff9933;
	color: #003366;
	margin: 0 0 0.8em 0;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #333366;
}

ul {
margin: 0;
padding: 0;
list-style: none;
} 


fieldset {
	border: 1px solid #335588;
	padding: 1em;
	margin: 1em 0 0.25em 0;
}

.aktuell {
	border: 2px solid white;
}

.mittig  { 
	vertical-align: right;
}

.zentriert {
	position: absolute;
	margin-left: 100px;
}

.rechts  { 
	vertical-align: right;
}

/* TExt zentrieren: text-align: center; */