.textfett { font-weight: bold
	}
	
.textkursiv { font-style: italic
	}
	
.orange { color: #ff9933
	}
	
	
td, input, search, select, textarea { color: #fff; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif 
	}
	
	
a  {
	font-family : Arial, Helvetica, sans-serif;
	color : #ffff00;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none
	}
	
a:link { color: #ffff00; 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
a:hover { color: #ff0000;
	text-decoration : none 
	}
	
a.big  {
	font-family : Arial, Helvetica, sans-serif;
	color : #ffff00;
	font-size : 23px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none
	}
	
a.big:link { color: #ffff00; 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
a.big:hover { color: #ff0000;
	text-decoration : none 
	}	
	
body { 	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #262626 
	}
