td, table, select, p, input, textarea{
	font-family:arial;
	font-size:11px;
	text-transform:uppercase;
	word-spacing:2px;
	vertical-align:top;
	line-height:15px;
	color:#717171;
}

table	{border-collapse: collapse} /* damit fallen die ränder der tabellen aufeinander */
body { margin:0px; padding:0px; background-color:#121212;
		height : 100% ; 
    	width : 100% ; 
    	overflow : auto;

	scrollbar-base-color:#121212;        /* basisfarbe der scroll-leiste   */
  	scrollbar-3dlight-color:#121212;     /* farbe für 3-d effekte          */
  	scrollbar-arrow-color:#FD6e21;       /* farbe der verschiebepfeile     */
  	scrollbar-darkshadow-color:#121212;  /* farbe für schatten				  */	
  	scrollbar-face-color:#121212;			/* farbe der balkenoberfläche		*/
  	scrollbar-highlight-color:#121212;		/* farbe für oberen und linken rand */
  	scrollbar-shadow-color:#121212;		/* farbe für unteren und rechten rand */
  	scrollbar-track-color:#121212;			/* farbe für sichtbaren verschiebeweg */
	}
img {border: none;}

.list ul{margin:0px; padding:0px; list-style:none; line-height:15px}
.list ul li{ background:url(images/list_marker.gif) no-repeat left top}
.list ul li a{ color:#4B6B7E; margin-left:10px; text-decoration:none}
.list ul li a:hover{ text-decoration:underline}

.footer { color:#717171; margin-left:15px}
.footer a{ color:#E73900; font-size:9px; text-decoration:none}
.footer a:hover{ font-size:9px; text-decoration:underline}

a{ color:#E73900; text-decoration:none}
a:hover{ color:#FFFFFF; text-decoration:underline}


span a{ color:#E73900; text-decoration:underline}
span a:hover{ text-decoration:none}

b{ color:#FFFFFF; font-weight:normal}