body		{ margin: 0px; padding: 0px; background-color: #FFFFFF; }

td, th, p, ul, ol, li    { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
               font-size: 12px;
               color: #000000;}
.klein { font-size: 11px;}


.gross { font-size: 14px; line-height:14pt}
.sehrgross { font-size: 18px; font-style: italic;}

a:link       { color: #006432; text-decoration: underline }
a:visited    { color: #006432; text-decoration: underline }
a:active     { color: #000000; text-decoration: underline }
a:hover      { color: #000000; text-decoration: underline }

.rot             { color: #FF0000; }
a.rot:link       { color: #FF0000; font-weight:bold; text-decoration: underline }
a.rot:visited    { color: #FF0000; font-weight:bold; text-decoration: underline }
a.rot:active     { color: #FF0000; font-weight:bold; text-decoration: underline }
a.rot:hover      { color: #000000; font-weight:bold; text-decoration: underline }

.head1         { font-size: 17px; font-weight: bold;  color: #006432;}
.head2         { font-size: 14px; font-weight: bold; color: #006432;}
.head3         { font-size: 13px; font-weight: bold; color: #006432;}
.fehler        { font-weight: bold; color: #CC0000; font-size: 11pt }
.beschriftung  { font-size: 10px; font-weight: bold}
.beschriftung2  { font-size: 11px; font-weight: bold}
.star          { font-weight: bold; font-size: 14pt;}

.code          { font-family: Courier New; font-size: 11pt; color: #000000;}


input, select, textarea { font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}



.progressbar { color: #000000; font-size:11px; font-weight: bold; padding: 5px; background-color: #DDDDDD; }
.pagetitle { color: #FFFFFF; font-size:13px; font-weight: bold; padding: 10px; }

.button
{
    border: 1px solid #A6ABB1;
    background-color: #A6ABB1;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 11px;
    font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

a.button, a.button:link, a.button:visited, a.button:active {
    color: #FFFFFF;
    text-decoration: none;
}

a.button:hover
{
    color: #FFFFFF;
    border: 1px solid #006432;    
    background-color: #006432;
    text-decoration: none;
}

