/* standart Hover */
a:hover {
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			12px;
	font-weight:		none;
	color: 				#FBB960;
}

/* Links */
a {
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			12px;
}

/* Bildformatierung */
#pic-link {
	border:					#000000;
	border-style:			solid;
	border-top-width: 		1px;
	border-right-width: 	1px;
	border-bottom-width: 	1px;
	border-left-width: 		1px;
}

body {
	background: 	#000000;
	background: 	url(pic_hom/hintergr/hinterhomp.gif);
	color: 			#FFFFFF;
	font-family:  	Verdana,Arial,Helvetica,sans-serif;
	font-size: 		8px;
}

/* Scrolbar einfärben (IE) */
.TA {
	scrollbar-3dlight-color:	teal;
    scrollbar-arrow-color:		teal;
    scrollbar-base-color:		#000000;
    scrollbar-darkshadow-color:	none;
    scrollbar-face-color:		none;
    scrollbar-highlight-color:	#000000;
    scrollbar-shadow-color:		teal;
}

/* Textfelder Formular */
.frm_txt {
	background:				none;
	background-image:		url(levels/scripts/lib/bg01.jpg);
	height: 				24px;
	color:					#FFFFFF;
	border:					#808080;
	border-style:			solid;
	border-top-width: 		1px;
	border-right-width: 	1px;
	border-bottom-width: 	1px;
	border-left-width: 		1px;
}

/* TEXTAREA */
.frm_txt_fild {
	background:				#001419;
	color:					#FFFFFF;
	border:					#808080;
	border-style:			solid;
	border-top-width: 		1px;
	border-right-width: 	1px;
	border-bottom-width: 	1px;
	border-left-width: 		1px;
}

/* Button Formular Standart */
.frm_butt {
	background:				#8B0000;
	font-family:			Verdana,Arial,Helvetica,sans-serif;
	color:					#FFFFFF;
	border: 				3px double #001C24;
	border-top-color: 		#808080;
	border-left-color: 		#808080;
}

.frm_butt:hover {
	border-color: 			#001C24 #808080 #808080 #001C24;
}

/* Button Formular Liste */
.frm_butt_list {
	background:				#183943;
	font-family:			Verdana,Arial,Helvetica,sans-serif;
   	font-size:				80%;
	color:					#FFFFFF;
	border: 				3px double #001C24;
	border-top-color: 		#808080;
	border-left-color: 		#808080;
}

.frm_butt_list:hover {
	border-color: 			#001C24 #808080 #808080 #001C24;
}

/* Auswahlfeld */
.frm-auswahl {
	background:				#001C24;
	background-image:		url(levels/scripts/lib/bg01.jpg);
	width:					120px;
	color:					#FFFFFF;
	border:					#808080;
	border-style:			solid;
	border-top-width: 		1px;
	border-right-width: 	1px;
	border-bottom-width: 	1px;
	border-left-width: 		1px;
}

/* Hntergrund zweite Tablle (die nach Rahmen) */
.all-bg-tab {
	background-color:	#001C24;
}

/* Seiten Überschriften */
#bg-tbl-ueberschr {
	background-color:	#202040;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			24px;
	font-weight:		bold;
	border-width:		1px;
	border-style:		solid;
}

/* Tabellen Überschriften */
#bg-tbl-kopf {
	background-color:	#202040;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			14px;
	font-weight:		bold;
}

/* Tabellen Überschriften aber kleiner schrift */
#bg-tbl-kopf-lite {
	background-color:	#202040;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			12px;
	font-weight:		bold;
}

#bg-tbl-kopf-level {
	background-color:	#202040;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			12px;
	font-weight:		bold;
}

/* Tabllen Inhalte */
#bg-tbl-inhalt,
#bg-tbl-inhalt table tr {
	background-color:	#001C24;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			14px;
	font-weight:		normal;
}

/* Levels, Kopf */
#mitte .tbl-ram {
	width:					98%;
}

/* News / Inhalt Rechts,  */
#rechts .tbl-ram {
	width:					80%;
}

/* Info Text in levels.php */
#infotxt {
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			10px;
}

/* Fehler, Hinweis Ausgaben */
#sonst-ausgabe {
	background-color:	#001C24;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			16px;
	font-weight:		bold;
	padding:			4px;
}

/* Zellenhintergrund bzw. trennliene */
#zell-cut {
	background-color:	#808080;
	height:				2px;
	font-family:		Arial;
	font-size:			1px;
}
