#WEBSITE{
	position:absolute;
	width:940px;
	left:50%;
	margin-left:-470px;
	z-index:1;
}

#WEBSITE .boxed{
	background:#EFEFEF;
	border:1px dotted #A2A2A2;
	padding:5px;
}
	
#WEBSITE .loginbar{
	position:absolute;
	margin-top:60px;
	width:100%
}	

#WEBSITE .login_left{
	position:relative;
	float:right;
	background:url('../images/login-gfx/loginbar_left.png') no-repeat;
	width:8px; height:45px;
}
	
#WEBSITE .login_center{
	position:relative;
	float:right;
	background:url('../images/login-gfx/loginbar_bg.png') repeat-x;
	height:45px;
	text-align:center;
	padding-top:2px;
}	
	
#WEBSITE .login_right{
	position:relative;
	float:right;
	background:url('../images/login-gfx/loginbar_right.png') no-repeat;
	width:8px;
	height:45px; }
	
#WEBSITE .div_menu{
	width:100%; 
	height:45px;
	top:80px;
}

#WEBSITE .menu_left{ 
	position:relative; 
	float:left; 
	background:url('../images/menu-gfx/menu_left.png') no-repeat; 
	width:8px; 
	height:45px; 
}

#WEBSITE .menu_center{ 
	position:relative; 
	float:left; 
	background:url('../images/menu-gfx/menu_bg.png') repeat-x; 
	width:924px; 
	height:45px;
	z-index:3;
}	

#WEBSITE .menu_right{ 
	position:relative; 
	float:left; 
	background:url('../images/menu-gfx/menu_right.png') no-repeat; 
	width:8px; 
	height:45px; 
}

#WEBSITE .menu_point_off{
	position:absolute;
	float:left;
	background:url('../images/menu-gfx/menu_off.png') no-repeat; 
	width:128px;
	height:59px;
	top:91px;
	z-index:5;
	cursor:pointer;
	text-align:center;	
}

#WEBSITE .menu_point_on{
	position:absolute;
	float:left;
	background:url('../images/menu-gfx/menu_on.png') no-repeat; 
	width:128px;
	height:59px;	
	top:91px;
	z-index:5;
	cursor:pointer;
	text-align:center;	
}

#WEBSITE .required_account{
	position:absolute;
	float:left;
	background:url('../images/menu-gfx/account_required.png') no-repeat; 
	top:135px;
	width:127px;
	height:28px;
	z-index:10;
	text-align:center;
}
	
#WEBSITE .div_page{ 
	position:absolute; 
	margin-top:105px; 
	width:100% 
}	

#WEBSITE .div_header{ 
	position:absolute; 
	z-index:2; 
	font-size:28px; 
	color:#ffffff; 
	font-weight:bold; 
	top:20px; 
}		

#WEBSITE .div_content{ 
	background:url('../images/layout-gfx/content_top.jpg') repeat-x; 
	background-color:#ffffff; 
	width:100%; 
	top:150px;
	min-height:600px;
}

#WEBSITE .div_shadow{ 
	background:url('../images/layout-gfx/footer_shadow.png') repeat-x; 
	height:33px; 
}
	
#WEBSITE .text_content{ 
	padding:10px;
	line-height:20px;
}

#WEBSITE .text_footer{ 
	padding:5px; 
	color:#808080; 
	font-size:11px; 
	float:left; 
}

#WEBSITE .text_imprint{
	padding:5px;
	color:#808080;
	font-size:11px;
	float:right;
}

#WEBSITE .text_imprint{ 
	padding:5px; 
	color:#464646; 
	font-size:11px; 
	float:right; 
}

#WEBSITE .text_imprint a:link{ 
	color:#808080; 
	font-weight:normal; 
	text-decoration:none; 
	cursor:pointer; 
}

#WEBSITE .text_imprint a:visited{ 
	color:#808080; 
	font-weight:normal; 
	text-decoration:none; 
	cursor:pointer; 
}

#WEBSITE .text_imprint a:hover{ 
	color:#DA940D; 
	font-weight:normal; 
	text-decoration:none; 
	cursor:pointer; 
}

#WEBSITE .text_imprint a:active{ 
	color:#808080; 
	font-weight:normal; 
	text-decoration:none; 
	cursor:pointer; 
}

#WEBSITE .text_imprint a:focus{ 
	color:#808080; 
	font-weight:normal; 
	text-decoration:none; 
	cursor:pointer; 
}	