
/*********************************************************************************************************************************************/
/*** CURSOR **********************************************************************************************************************************/
/*********************************************************************************************************************************************/

label, .label {
	cursor: hand;
}
.help {
	cursor: help;
}

/*********************************************************************************************************************************************/
/*** TABELLEN ********************************************************************************************************************************/
/*********************************************************************************************************************************************/

.tablehead, .tablehead_sms, .tablehead_news { 
	font-family: Arial, Helvetica, sans-serif; 
}
.tablehead, .tablehead_sms {
	font-weight: bold;
	background-image:url(../../gfx/admin/tablehead_bg.jpg);
}
.tablehead {
	color: #004900;
}
.tablehead_sms {
	color: #FF0000;
}
.tablehead_news {
	background-image:url(../../gfx/admin/tablehead_news_bg.jpg);
}
.tablebody0, .tablebody1, .tablebody2, .tablebody3, .tablebody4, .tablebody5 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000; 
}
.tablebody0 {
	background-color: #FFFBD3;
}
.tablebody2 {
	background-color: #EEEEEE;
}
.tablebody1, .tablebody3 {
	background-color: #FFFFFF;
}
.tablebody4 {
	background-color: #FFFBD3;
}
.tablebody5 {
	background-color: #D3D3D3;
	font-weight: bold;
}


/*********************************************************************************************************************************************/
/*** MISC ************************************************************************************************************************************/
/*********************************************************************************************************************************************/

.img {
	border: 1px solid #000000; 
	word-spacing: 2px; 
	background-color: #901F0D;
}
BODY {
	SCROLLBAR-FACE-COLOR: #FFD68F;
	SCROLLBAR-HIGHLIGHT-COLOR: #EEEEEE;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #666666;
	SCROLLBAR-ARROW-COLOR: #901F0D;
	SCROLLBAR-TRACK-COLOR: #901F0D;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-color: #000000;
	background-color: #671B0D;
	background-image:url(../../gfx/main/bg_main.jpg);
	background-attachment:inherit;
	background-repeat:repeat-x;


}
