/*Allgemein*/
body {background-color:#F4E6E5;}


/*Schrift*/
.fusszeile    { color: #be9898; font-size: 10px; font-family: Verdana; text-align: right }
.main { color: white; font-size: 11px; font-family: Verdana; font-style: normal; font-weight: normal }
.mainschwarz { color: black; font-size: 11px; font-family: Verdana; font-style: normal; font-weight: normal }
h1  { color: white; font-size: 14px; font-family: Verdana; font-style: normal; font-weight: normal }


/*Links*/
a:link   { color: #b4b4b4; font-size: 11px; font-family: Verdana; text-decoration: none }
a:visited   { color: #b4b4b4; font-size: 11px; font-family: Verdana; text-decoration: none }
a:hover   { color: white; font-size: 11px; font-family: Verdana; text-decoration: none }
a:active   { color: white; font-size: 11px; font-family: Verdana; text-decoration: none }

.fusszeilenlink a:link  { color: #be9898; font-size: 10px; font-family: Verdana; text-decoration: none; text-align: left }
.fusszeilenlink a:visited  { color: #be9898; font-size: 10px; font-family: Verdana; text-decoration: none; text-align: left }
.fusszeilenlink	a:hover  { color: white; font-size: 10px; font-family: Verdana; text-decoration: none; text-align: left }
.fusszeilenlink	a:active  { color: white; font-size: 10px; font-family: Verdana; text-decoration: none; text-align: left }

.lebenlink a:link   { color: #be9898; font-size: 10px; font-family: Verdana; font-weight: bold; text-decoration: none; text-align: left }
.lebenlink a:visited   { color: #be9898; font-size: 10px; font-family: Verdana; font-weight: bold; text-decoration: none; text-align: left }
.lebenlink a:hover   { color: white; font-size: 10px; font-family: Verdana; font-weight: bold; text-decoration: none; text-align: left }
.lebenlink a:active   { color: white; font-size: 10px; font-family: Verdana; font-weight: bold; text-decoration: none; text-align: left }

.whitebg a:visited    { color: #300001; font-size: 11px; font-family: Verdana; text-decoration: none }
.whitebg a:link   { color: #300001; font-size: 11px; font-family: Verdana; text-decoration: none }
.whitebg a:hover    { color: #585858; font-size: 11px; font-family: Verdana; text-decoration: none }
.whitebg a:active   { color: #585858; font-size: 11px; font-family: Verdana; text-decoration: none }

/*Naviliste*/
 
 #subnav 
 {
width: 130px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
 }

#subnav ul
{
list-style: none;
text-decoration: none;
margin: 0 0 0 0;
padding: 0;
border: none;
}

#subnav li
  { 
  margin: 0 0 0 0;
  padding: 0;
  font-size: 11px;
  }
  
#subnav li a
  { 
  color: #b4b4b4; 
  font-size: 11px;
  text-align: right; 
  text-decoration: none;
display: block;
width: 130px;
height: 15px;
background-color: #450001;
border-bottom: 0px solid #eee;
  }

#subnav li a:hover
 {
background-color: #7C2A2A;
color: white;
 }
 
#subnav ul li.current
 {
text-align: right; 
text-decoration: none;
display: block; 
width: 130px;
height: 15px;
color: white;
background-color: #7C2A2A;
font-weight: normal;
font-family: Verdana;
margin: 0; 
padding: 0;
font-size: 11px;
 }
 
 

