/* ---------- frame_main.css ---------- */

/* Farbcodierung: (siehe http://www.farb-tabelle.de/de/farbtabelle.htm)
BLACK:					HEX: #000000;	RGB: 000,000,000
WHITE:					HEX: #FFFFFF;	RGB: 255,255,255
GRAY:					HEX: #7F7F7F;	RGB: 127,127,127
STEELBLUE4:				HEX: #36648B;	RGB: 054,100,139
STEELBLUE2:				HEX: #5CACEE;	RGB: 092,172,238
LIGHTSTEELBLUE1:		HEX: #CAE1FF;	RGB: 202,225,255
*/

/* ---------- BODY & SCROLLBAR ---------- */
body{
	font-family:				Arial;
	font-size:					10pt;
	font-weight:				normal;
	font-style:					normal;
	text-decoration:			none;
	color:						#FFFFFF;
	margin-top:					0;
	margin-left:				0;
	margin-bottom:				0;
	margin-right:				0;
	background-color:			#000000;
	background-image:			url(../images/background_gray-white.jpg);
	background-repeat:			repeat-x;
	background-attachment:		fixed;
	background-position:		top left; 
/*	cursor:						crosshair;	*/
	scrollbar-base-color:		#7F7F7F;
	scrollbar-face-color:		#7F7F7F;
	scrollbar-shadow-color:		#7F7F7F;
	scrollbar-highlight-color:	#FFFFFF;
	scrollbar-3dlight-color:	#C0C0C0;
	scrollbar-darkshadow-color:	#000000;
/*	scrollbar-track-color:		#7F7F7F;	*/
	scrollbar-arrow-color:		#000000;
	}

/* ---------- LINK ---------- */
a:link{
	font-weight:		bold;
	text-decoration:	none;
	color:				#36648B;
	}

a:visited{
	font-weight:		bold;
	text-decoration:	none;
	color:				#36648B;
	}

a:hover{
	font-weight:		bold;
	text-decoration:	underline;
	color:				#5CACEE;
	}

a:active{
	font-weight:		bold;
	text-decoration:	underline;
	color:				#5CACEE;
	}

a:focus{
	font-weight:		bold;
	text-decoration:	underline;
	color:				#5CACEE;
	}

/* ---------- TEXT ---------- */
.small_bold{
	font-size:			8pt;
	font-weight:		bold;
	font-style:			normal;
	text-decoration:	none;
	color:				#FFFFFF;
	}

/* ---------- TABLE ---------- */
table{
	font-size:			10pt;
	font-weight:		normal;
	font-style:			normal;
	text-decoration:	none;
	color:				#FFFFFF;
	}