/* CSS Version 1.0 - by Stephan */

td, a, input, textarea 
{
    font-family: verdana; 
    font-size: 11px; 
	font-weight: normal;
    color: #000000;

}

body 
{
	background-color: #FFFFFF;
    background-image: url(pics/bg-neu.jpg);
	margin: 0px;
	padding: 0px;
    font-family: verdana; 
    font-size: 11px; 
	font-weight: normal;
    color: #000000;
	overflow-y: scroll;
}

a:link 
{
    font-family: verdana; 
    font-size: 11px; 
    color: #EA5348; 
    text-decoration: none;
}
 
a:visited 
{
    font-family: verdana; 
    font-size: 11px; 
    color: #EA5348; 
    text-decoration: none;
}
 
a:active 
{
    font-family: verdana; 
    font-size: 11px; 
    color: #EA5348; 
    text-decoration: none;
}

a:hover 
{
    font-family: verdana; 
    font-size: 11px; 
    color: #000000; 
    text-decoration: none;
}