body{
  background: #FFFFCC ;   /*#FFEABF ;*/         /*#9999FF ;*/
  text-align: center ;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 100.1%;
  color: black ;
}

#Rahmen{
  width: 760px ;
  margin: 0px auto ;
  padding: 0 ;
  border: solid 1px #1a1aaf ;
  text-align: left ;
}

#Kopf{
  background-color: #0066FF;     /*blue ;*/
  top: 0 ;
  height: 70px ;
  margin-bottom: 0 ;
  padding-left: 0px ;
}

.rechts {
float: right;
}

#Hauptmenue{
  clear: both ;
  height: 20px ;
  margin-top: 0px ;
  padding: 0px ;
  text-align: right ;
  background-color: #323275 ;     /*#1a1aaf ;*/
}

#Inhalt{
  background: FFFFCC ;
  padding: 0 ;
  border: 1px solid white ;
}
#Fuss1{
  background: green ;
}
#Fuss{
  height: 20px ;
  background: #0066FF; /*blue ;*/
  text-align: center ;
  padding: 3px;
}
  /* Atelier Ing Linder */
#Atelier{
    float: left;
    margin-left: 20px;
    margin-top: 20px ;
    font-size: 30px;
    color: white ;
    z-index: 11;
  }        		
  /* Bild bzw. Logo Oben rechts */
#Logo
{
	float: right;
    background-image: url(../Bilder/logo.gif) ;
    background-repeat: no-repeat ;
    /*position: absolute;*/
    width: 81px ; 
    height: 67px ;
    /*margin-left: 670px ;*/
    margin-top: 2px ;
    margin-right: 2px ;
    z-index: 13 ;
}  

p{
  margin: 0px;
}

#MenueOben
{
    /*position: absolute;*/
    left: 20px ;
    z-index: 14 ;
    padding: 10px 0px 0px 0px ;	
}
.MenueO{
  color: #FFEABF ;
  background-color: #0066FF ;   /*blue ;*/
  text-align: center ;
  padding: 0 ;
  font-weight: bold ;
}
.MenueU{
  color: #FFEABF ;
  background-color: #323275;     /*#1a1aaf ;*/
  text-align: center ;
  padding: 0 ;
  font-size: 0.9em ;
  font-weight: bold ;
}
/* Navigation Oben*/
a.MenueO:link {
  text-decoration: none ;
  font-style: normal ;
  color: #FFEABF ;
}
a.MenueO:visited {
  text-decoration: none ;
  font-style: normal ;
  color: #FFEABF ;
}
a.MenueO:hover {
  font-style: normal ;
  text-decoration: none ;
  color: white ;
}
a.MenueO:active {
  font-style: normal ;
  font-weight: bold ;
  text-decoration: none ;
  color: white ;
}
/* Hauptnavigation */
a.MenueU:link {
  text-decoration: none ;
  font-style: normal ;
  color: #FFEABF ;
}
a.MenueU:visited {
  text-decoration: none ;
  font-style: normal ;
  color: #FFEABF ;
}
a.MenueU:hover {
  font-style: normal ;
  text-decoration: none ;
  color: white ;
}
a.MenueU:active {
  font-style: normal ;
  text-decoration: none ;
  color: white ;
}
	
/* Überschriften */
h1{
  padding: 0 ; /* t-r-b-l */
  font-size: medium;
}
h2{
  padding: 0 ; /* t-r-b-l */
  font-size: smaller;
}

.input_{
  display: none ; 
}  

.hl{
  background-color: #003399 ;
  color: white ;
  height: 30px ;
  text-align: center ;
}
.tlh{
  color: #19193a ;
  font-weight: normal ;
  font-size: .9em ;
}
.tl{
  color: #19193a ;
  font-size: 0.8em ;
  text-align: center ;
}
.kl{
  margin-left: 50px ;
  margin-right: 50px ;
  margin-top: 5px ;
  font-size: .8em ;
  text-align: center ;
  background-color: #6565af ; 
  color: white ;
}  

