html {
	height: 100%;
}

 body {
  color: #004000;
  background: #F1F7DD;
  font-size: 12px;
  line-height: 1.7em; 
  font-family:  Verdana, Helvetica,Arial,sans-serif;
  margin: 0; padding: 1em;
  text-align: center;  /* Zentrierung im Internet Explorer */
  min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 900px;
    padding: 0;
    background: white;
    border: 0px dotted silver;

  }

 #header img {
	float: right;
	width: 151px; 
	height: 100px;
	margin-top:15px; 
	margin-left:13px;
	}

 #logo img {
	margin:3px;

    border: 0px dotted silver;
	}
	
 #logo h1 {
	font-size: 0.9em;
	text-align: left;
	text-transform: uppercase;
	color: #cccc00;
	margin-bottom: 30px;
	padding: 0px 14px 10px 13px;
}
  div#Info {
    font-size: 0.9em;
    float: right; 
	width: 13em;
 	padding: 0;
    background-color: #eeeeee; 
  }
  div#Info h2 {
	font-weight: normal;
    font-size: 1em;
	text-decoration:underline;
    margin: 0em 0em 0em 0.5em;
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }

  div#Inhalt {
    margin: 0 15em 0 15em;
    padding: 0 0 3em 0;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
 
  div#Inhalt h1 {
    font-size: 1.1em;
    margin: 0.1em 0;
  }
  div#Inhalt h2 {
    font-size: 1em;
    margin-top: 1em;
	background-color: #eee; 
	border: 1px dotted silver;
  }
   
   div#Inhalt h3 {
    font-size: 0.9em;
    margin-top: 1em;
  }
  
  div#Inhalt p {
    font-size: 1em;
    margin: 0.7em 0;
  }
  
  div#Inhalt a {
    font-size: 0.5em;
    margin: 1em 0;
	color: #004000;
  }
  
 
  table {
	width: 520px;
	text-align: left;
    margin-left: 0; 
	
    }
  td 
  {
  margin-left: auto; 
  margin-right: auto;
  } 
  
  div#Inhalt img {
   margin: 1em 0;
   border: 1px solid silver;
   }
  div#Inhalt  a{
	font-size: 1.0em;
	color: #623100;
	text-decoration: none;
 	padding: 0em 0em 0.5em 0em;
  }
   
  div#Inhalt td{
	font-size: 0.9em;
	color: maroon;
	padding: 0.5em;
	margin-left: auto; 
	margin-right: auto;
 
  }
  
p#Fusszeile {
    clear: both;
    font-size: 0.8em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: white ;
	border: 0px solid silver;
  }
.glossymenu {
margin: 5px 0;
padding: 0;
    font-size: 0.9em;
    float: left; 
	width: 13em;
    border: 1px dotted silver;
	font-variant:small-caps;
 }
 
.glossymenu a.menuitem {
	background: white url(images/neu2glossyback.gif) repeat-x bottom left;
	
    display: block;
	padding: 0.3em 0em;
	padding-left: 0.5em;
    font-weight: bold;
	text-decoration:none;
	font-variant:small-caps;
  }
 
.glossymenu a.menuitem:visited, .glossymenu a.menuitem:active{
color: white;
}
.glossymenu a.menuitem:visited {
    color: white ; background-color: white;
  }
.glossymenu a.menuitem:link {
    color: white;
  }
  
.glossymenu a.menuitem:hover{
	background-image: url(images/neu2glossyback2.gif)
} 

 
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0.5em 0;
padding: 0;
}
.glossymenu div.submenu ul li{
border-bottom: 0px solid blue;
} 
.glossymenu div.submenu  ul li a{
display: block;
font: 1em   Verdana, Helvetica, sans-serif;
font-variant:small-caps;
color: #623100;
text-decoration: none;
padding: 0.3em 0;
padding-left: 1em;
}

.glossymenu div.submenu  ul li a:hover{
background: #F1F7DD;
color: #623100;
}

.ro {
	background:url(images/ecke_ro.gif) top right no-repeat;
	width: 9px;
	height: 9px;
	 float: right; 
}

.lo {
	background:url(images/ecke_lo.gif) top left no-repeat;
	width: 9px;
	height: 9px;
}

.ru {
	background:url(images/ecke_ru.gif) bottom right no-repeat;
	width: 9px;
	height: 9px;
	float: right; 
}

.lu {
	background:url(images/ecke_lu.gif) bottom left no-repeat;
	width: 9px;
	height: 9px;
}
.ro_box {
	background:url(images/ecke_ro_grau.gif) top right no-repeat;
	width: 9px;
	height: 9px;
	 float: right; 
}

.lo_box {
	background:url(images/ecke_lo_grau.gif) top left no-repeat;
	width: 9px;
	height: 9px;
}

.ru_box {
	background:url(images/ecke_ru_grau.gif) bottom right no-repeat;
	width: 9px;
	height: 9px;
	float: right; 
}

.lu_box {
	background:url(images/ecke_lu_grau.gif) bottom left no-repeat;
	width: 9px;
	height: 9px;
}



  

