@charset "UTF-8";
/* CSS Document */

.a_konto{
color:#fc9b03;
}

.a_konto:hover{

background-color:#FFFF00;
color:#FF0000;
padding:1px;

}

.fehler{

border:1px solid black;
background-color:red;
color:yellow;
width:568px;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
}

.user_pass{

margin-top:85px;
margin-left:3px;
height: 21px;
width:605px;
float:left; 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px; 

}

#links_rechts{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin-top:64px;
margin-right:3px;
float:right;
height: 21px;
width:245px;
}

.header_text{
/*padding-top:5px;
padding-left:2px; 
*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

.header_text2{
padding:2px;
border:1px solid white;
background-color:#450000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

.header_eingabe{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

ul#Navigation {
    margin: 0; padding: 0.1em;
    text-align: right;
    
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.1em; padding: 0;
  }

  ul#Navigation a {
    
    text-decoration: none; font-weight: bold;
    color: white;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover {
    
    color:#fc9b03;
    text-decoration: underline;
  }
  
 ul#Navigation2 {
    margin: 0; padding: 0.1em;
    text-align: left;
    
  }
  ul#Navigation2 li {
    list-style: none;
    display: inline;
    margin: 0.1em; padding: 0;
  }

  ul#Navigation2 a {
    
    text-decoration: none; font-weight: bold;
    color: white;
  }
  * html ul#Navigation2 a, * html ul#Navigation2 span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation2 a:hover {
    
    color:#FF0000;
    text-decoration: underline;
  } 
  
   ul#Navigation3 {
   font-size:12px;
    margin: 0; padding: 0.1em;
    text-align: left;
    margin-left:15px;
  }
  ul#Navigation3 li {
    list-style: none;
    display: inline;
    margin: 0.1em; padding: 0;
  }

  ul#Navigation3 a {
    
    text-decoration: none; font-weight: bold;
    color: red;
  }
  * html ul#Navigation3 a, * html ul#Navigation3 span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation3 a:hover {
    
    color:#black;
    text-decoration: underline;
  } 
  
/*für login formular*/  
  .reihe {
  clear: both;
  padding: 2px 0px;
}

.label {
  margin-left:15px;
  font-size:12px;
  float: left;
  width: 115px;
  text-align: left;
  padding-top: 3px;
  padding-right: 5px;
}

.feld {
  font-size:12px;
  float: left;
  width: 230px;
  text-align: left;
} 

.knopf {
  clear: both;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 30px;
  margin-left:15px;
}

.defbreite {
  width: 220px;
}
/*für login formular*/  

.fieldset{
font-size:12px;
}
