body {
	background-color: #000000;
	background-attachment: fixed;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	line-height: 20px;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bgtabelle {
	top: 9px;
	right: 2px;
	bottom: 2px;
	left: 12px;
	opacity: 1;
}

td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	line-height: 18px;
	/*text-transform: uppercase;*/
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
.Rot {
	color: #999999;
}

/* -------------------------------------------- Start Forms --*/


input.classgutRadio { background: gray; color: silver;  }
input.classSubmit { background:#BDBDBD; width:246px; border:#f45712 0px solid; color:#7B2921; font-weight: bold; font-family:Verdana, Arial, Helvetica, Geneva, sans-serif; font-size:11px; height:20; }
input.classgutText { background:#BDBDBD; width:250px; border:#f45712 0px solid; color:#7B2921; font-weight: bold; font-family:Verdana, Arial, Helvetica, Geneva, sans-serif; font-size:11px; height:20; }
select.classgutSelect { background:#BDBDBD; width:250px; height:20px; border:#f45712 0px solid; color:#7B2921; font-family:Verdana, Arial, Helvetica, Geneva, sans-serif; font-size:11px; font-weight:bold; }
select.classgutSelectMultiple { background:#eeeeee; width:250px; height:120px; border:#f45712 0px solid; color:#7B2921; font-family:Verdana, Arial, Helvetica, Geneva, sans-serif; font-size:11px; font-weight:bold; }
textarea.classgutTextarea { background:#BDBDBD; width:450px; height:250px; border:#f45712 0px solid;  font-weight: bold; color:#7B2921; font-family:Verdana, Arial, Helvetica, Geneva, sans-serif; font-size:11px }
textarea.HalbeTextarea { 
background: #1e1e1e; 
width: 350px; 
height: 120px; 
font: 12px Arial, Helvetica, Geneva, sans-serif;
border: 1px solid black;
	opacity: 0.69;
	color: #d6d6d6;
}
select.kleinSelect { background:#BDBDBD; width:81px; height:20px; border:#f45712 0px solid; color:#7B2921; font-family:Verdana, Arial, Helvetica, Geneva, sans-serif; font-size:11px; font-weight:bold; }
textarea.BreiteTextarea { background:#BDBDBD; width:650px; height:450px; border:#f45712 0px solid;  font-weight: bold; color:#7B2921; font-family:Verdana, Arial, Helvetica, Geneva, sans-serif; font-size:11px }


/--------------- select text_example

#select {
 	width: 640px;
 	background-color: #999999;
 	color: #CCCCCC;
}

