/**************************************************
/*
			MENU
*/
DIV#Clubmenu {
	position:				relative;
	z-index:				2;
	width:					576px;
	height:					20px;
	margin:					0 0 15px 2px;
	text-align:				center;
	font-size:				8pt;
	padding:				0 10px 0 10px;
	border-bottom:			1px solid #FFF;
	}
DIV#Clubmenu UL {
	list-style:				none;
	padding: 				0;
	margin:					0;
	}
DIV#Clubmenu UL LI	{
	position:				relative;
	z-index:				3;
	height:					20px;
	text-transform:			uppercase;
	font-weight:			bold;
	float:					left;
	cursor:					hand;
	padding:				0;
	}
DIV#Clubmenu UL LI A {
	text-decoration:		none;
	height:					20px;
	display:				block;
	font-style:				normal;
	}
DIV#Clubmenu UL LI UL {
	display:				none;
	list-style:				none;
	margin:					0px 0 0 -1px;	
	z-index:				3;		
	}
DIV#Clubmenu UL LI:hover UL {
	display:				block;
	}
DIV#Clubmenu UL LI A:hover {
	color:					#FFF;
	}
DIV#Clubmenu UL LI UL LI {
	background-color:		#FFEFF5;
	border:					1px solid #F7CFE0;
	border-top:				0;
	color:					#222222;
	font-weight:			normal;
	line-height:			20px;
	min-height:				20px;
	}
DIV#Clubmenu UL LI UL LI:hover {
	background-color:		#FBE6EF;
	}
DIV#Clubmenu UL LI UL LI A:hover {
	color:					#555555;
	}
DIV#Clubmenu UL LI UL LI A {
	text-decoration:		none;
	display:				block;
	color:					#555555;
	font-style:				normal;
	font-size:				7.5pt;
	}
/* Breite = Breite Titel + 15px */
DIV#Clubmenu UL LI.L_Home {
	width:					46px;
	}
DIV#Clubmenu UL LI.L_Messenger {
	width:					79px;
	}
DIV#Clubmenu UL LI.L_Board {
	width:					52px;
	}
DIV#Clubmenu UL LI.L_Mitglieder {
	width:					79px;
	}
DIV#Clubmenu UL LI.L_Einstellungen {
	width:					100px;
	}
DIV#Clubmenu UL LI.L_Einstellungen LI {
	width:					134px;
	margin-left:			-17px;
	}
DIV#Clubmenu UL LI.L_Logout {
	width:					82px;
	}
DIV#Clubmenu UL LI.L_Admin {
	width:					60px;
	}
DIV#Clubmenu UL LI.L_Admin LI {
	width:					120px;
	margin-left:			-30px;
	}

/**************************************************
/*
			STANDARD DEFINITIONEN 
*/
DIV.C_left1 {
	width:					190px;
	float:					left;
	}
DIV.C_right1 {
	width:					370px;
	float:					right;
	}
DIV.C_left2 {
	width:					370px;
	float:					left;
	}
DIV.C_right2 {
	width:					190px;
	float:					right;
	}
DIV.Item_Left {
	float:					left;
	height:					20px;
	}
DIV.Item_Left2 {
	float:					left;
	line-height:			20px;
	height:					20px;
	}
DIV.Item_Right {
	float:					right;
	height:					20px;
	}
DIV.Item_Right2 {
	float:					right;
	line-height:			20px;
	height:					20px;
	}
DIV.Item_Right2 A {
	padding-left:			1px;
	}
A.Normal {
	font-style:				normal;
	text-decoration:		none;
	}
A.Pink {
	font-style:				normal;
	text-decoration:		none;
	color:					#EE9AC0;
	}
A:hover.Pink {
	font-style:				normal;
	text-decoration:		none;
	color:					#FFF;
	}
TABLE {
	border:					0px solid #333333;
	text-align:				left;
	}
TD {
	padding-left:			5px;
	padding-right:			5px;
	}
TD IMG.Icon {
	padding:				0;
	margin:					0;
	border:					0;
	background:				none;
	}
TD.Center {
	text-align:				center;
	}
TD A {
	font-style:				normal;
	text-decoration:		none;
	}
TD.PaddingL {
	padding-left:			25px;
	}
TD.Bg1 {
	height:					30px;
	background-image:		url(../img/bg_zeile_1.gif);
	background-color:		#1C1C1C;
	background-position:	top;
	background-repeat:		repeat-x;
	}
TD.Bg2 {
	height:					30px;
	background-image:		url(../img/bg_zeile_2.gif);
	background-color:		#111111;
	background-position:	top;
	background-repeat:		repeat-x;
	}
TD.Bgr {
	height:					30px;
	background-image:		url(../img/bg_zeile_r.gif);
	background-color:		#B70005;
	background-position:	top;
	background-repeat:		repeat-x;
	}
TD.Bgy {
	height:					30px;
	background-image:		url(../img/bg_zeile_y.gif);
	background-color:		#FFAE00;
	background-position:	top;
	background-repeat:		repeat-x;
	}
TD.BorderR1 {
	border-right:			1px solid #0A0A0A;
	}
TD.BorderR2 {
	border-right:			1px solid #080808;
	}
TD.Bgt1 {
	height:					32px;
	background-image:		url(../img/bg_zeile_t1.gif);
	background-color:		#1C1C1C;
	background-position:	top;
	background-repeat:		repeat-x;
	font-weight:			bold;
	}
TD.Bgt2 {
	height:					32px;
	background-image:		url(../img/bg_zeile_t2.gif);
	background-color:		#111111;
	background-position:	top;
	background-repeat:		repeat-x;
	font-weight:			bold;
	}
TD.Spacer {
	height:					7px;
	background-color:		#292929;
	padding:				0;
	font-size:				2px;
	border-top:				1px solid #0A0A0A;
	}
INPUT.RadioCheck {
	width:					15px;
	height:					15px;
	}
HR {
	background-color:		#4B4B4B;
	width:					90%;
	height:					1px;
	}
.Darker {
	color:					#808080;
	}