body {
	background-color: #3A3D39;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.blatt {
	background-image: url(../images/blatt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

td, th {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a3a3a3;
}

.klein {
	font-size: 9px; font-family: Arial;
}

a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}

.rotfett { background-color: #5E0000; font-weight: bold;}

.rot { background-color: #5E0000; }

TEXTAREA {background-color: #5E0000; color: #CFCFCF; 
          border-width: thin; border-style: solid; 
          font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
		  border-color: #333333;
		  border-bottom-width: 1px;
		  border-left-width: 1px;
		  border-right-width: 1px;
		  border-top-width: 1px;}
		  
SELECT {background-color: #5E0000; color: #CFCFCF; 
          border-width: thin; border-style: solid; 
          font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
		  border-color: #333333;
		  border-bottom-width: 1px;
		  border-left-width: 1px;
		  border-right-width: 1px;
		  border-top-width: 1px;}

INPUT.text {background-color: #5E0000; color: #CFCFCF; 
          border-width: thin; border-style: solid;
          font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
		  border-color: #333333;
		  border-bottom-width: 1px;
		  border-left-width: 1px;
		  border-right-width: 1px;
		  border-top-width: 1px;}
		  
INPUT.button {background-color: #333333; color: #CFCFCF; border-color: #666666; 
          font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
		  }