/* CSS fuer alle Seiten */

a:link {color:#000000; text-decoration:underline; font-weight:normal}
a:visited {color:#000000; text-decoration:underline; font-weight:bold}
a:active {color:black; text-decoration:underline; ; font-weight:bold}
a:hover {color:black;  text-decoration:underline; font-weight:bold}

#mail a:link {color:#006600; background-color:#ffffff; text-decoration:underline}
#mail a:hover {color:black; text-decoration:none; font-weight:bold}

body, p {background-color:#feecee; font-family:arial; font-size:10pt}
ul, ol  {background-color:#feecee; font-family:arial; font-size:10pt}
td  {font-family:arial; font-size:10pt}
 
.text        {color:black; font-family:arial; font-size:10pt; background-color:#feecee; padding-left:14px; padding-right:14px }
.textrechts  {color:black; font-family:arial; font-size:10pt; background-color:#feecee; padding-left:70px; padding-right:14px }
.textgros    {color:black; font-family:arial; font-size:12pt; background-color:#feecee; padding-left:70px}
.titel       {color:black; font-family:arial; font-size:16pt; background-color:#feecee; padding-left:10px  }
.titel2      {color:black; font-family:arial; font-size:14pt;  background-color:#feecee }	

/*Menue */

.buttons a {color: #000000;
border: 0px solid;
background-color: #d3e8a3;
padding: 2px;
padding-left: 3px;
font: 14px Arial, sans-serif;
text-decoration: none;
display: block;
margin: 0px;
width: 100%;
text-align: center;}

.buttons a:hover {border: 0px solid;
background-color: #00af60;
color: #000000;
text-decoration: none;}





	