body,td {	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	color:#000000;
}

body {
background-color: #707070;
background-repeat:no-repeat;
background-position: 0% 0%;
text-align:left;
margin-left:100px;
}


.rot { color: #FF683F; }
.fett { font-weight:bold; }
.klein { font-size: 8pt; }
.kleinfett { font-size: 8pt; font-weight:bold; }
.gross { font-size: 12pt; }
.grossfett { font-size: 12pt; font-weight:bold; }

h1 {	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color:#000000;
	font-weight:normal;
	line-height:1.2em;
	letter-spacing:0.1em;
}


a.navi { 
font-family:Arial,Helvetica,sans-serif; 
font-size:13px; 
font-style:normal; 
font-weight:400; 
} 
     
a.navi:link { 
color:#000000; 
text-decoration:underline; } 

a.navi:visited { 
color:#000000;  
text-decoration:underline; } 

a.navi:hover {  
color:#FF683F;
text-decoration:underline; 
} 

a.navi:active { 
color:#FF683F;
text-decoration:underline; } 



a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF683F;
}
a:active {
	text-decoration: none;
	color: #333333;
}
	
	.but {
width:98px;
background-color:#CCCCCC;
border-width:1px;
border-style:solid;
border-color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif; 
font-size:10px;
font-weight:bold;
color:#000000;
cursor:pointer;
padding-top:0px;
padding-bottom:0px;
}