/*-----BAUMANN STYLESHEET, STARTSITE------*/

/*standards*/
body {
color:#333333; 
font-family:verdana,arial,helvetica,sans-serif; 
font-style:normal; 
font-size:11px;
} 


/*standard-schrift*/
td {
color:#333333;
font-family:verdana,arial,helvetica,sans-serif;
font-style:normal;
font-size:11px;
line-height:15px;
}


/*copyrightzeile*/
.copy {
color:#999999;
font-family:verdana,arial,helvetica,sans-serif;
font-style:normal;
font-size:10px;
}


/*standard-links*/
a {
color:#053975;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#053975;
text-decoration:underline;
}

a:active {
color:#053975; 
}

a:visited {
color:#053975;
}

a.copy { color:#666666; font-weight:normal; text-decoration:none; }
a.copy:hover { color:#666666; font-weight:normal; text-decoration:underline; }
a.copy:active { color:#666666; font-weight:normal; }
a.copy:visited { color:#666666; font-weight:normal; }


.error				{ color:#CC3333; font-family: verdana, arial, helvetica; font-style:normal; font-size:11px;}
.ok					{ color:#009999; font-family: verdana, arial, helvetica; font-style:normal; font-size:11px;}

.button {
background-color:#333333;
border:1px solid #cccccc;
color:#cccccc;
font-family:verdana,arial,helvetica;
font-size:11px;
font-weight:bold;
}


