/******************************************************
/* Content DIVs in framework
/******************************************************/
/* Generic for all content areas */
.ContentArea 
{
}

.hidden
{
	display:none;
}

#ajax-loader
{
	position:absolute;
	height:100%;
	width:100%;
	z-index:100;
	background:#333;
	opacity:0.6;
	filter: alpha(opacity=60);
}

#ajax-loader-message
{
	position:absolute;
	display:block;
	top:200px;
	left:200px;
	font-size:16px;
	font-weight:bold;
	background-color:#fff;
	border:solid 2px #333;
	z-index:101;
	background-image:url(img/rating/24-0.gif);
	background-position: bottom center;
	background-repeat:no-repeat;
	width:350px;
	height:50px;
	text-align:center;
	padding:10px 0;
}

#AllContent
{
	width: 1060px;
	margin: 10px auto 0;
	text-align:left;
}
#FullContent
{
	width: 786px;
	border: 4px solid #dadada;
	background-color: #dadada;
	float: left;
}
#TopAdContent
{
	width: 765px;
	height: 90px;
	margin: 10px;
	clear: both;
}
#PartnerTopNav
{
	margin: 5px;
	clear: both;
}
#HeaderContent
{
	text-align: left;
}
#MainContent
{
	text-align: left;
}
#RightAdContent
{
	float: left;
	width: 250px;
	margin-left: 15px;
	text-align: left;
}
#Footer
{
	height: 55px;
	clear: both;
	background-color: #ffffff;
	text-align: left;
}
.FooterContent
{
	padding: 5px;
	height: 35px;
	overflow: hidden;
}

/******************************************************
/* TemplateAreas in Framework
/******************************************************/
/* Generic for all TemplateAreas */ 
.TemplateArea
{
	display: block;
}

/* Public page, no login required */
.PublicPage .LeftTemplateArea
{
	float: left;
	background-color: #ffffff;
}
.PublicPage .RightTemplateArea
{
	float: left;
	width: 273px;
	background-color: #ffffff;
}

/* Member page, login required */
.MemberPage .LeftTemplateArea
{
	float: left;
	background-color: #ffffff;
}
.MemberPage .RightTemplateArea
{
	float: left;
	width: 172px;
	background-color: #ffffff;
}

/* New Member page */
.NewMemberPage .FullTemplateArea
{
	background-color: #ffffff;
}

div.left-area
{
	float:left;
	margin:0;
	padding:0;
}

.MemberPage div.left-area
{
	width:614px;
}

.PublicPage div.left-area
{
	width:513px;
}

div.right-area
{
	float:left;
	padding-left: 22px;
}

.MemberPage div.right-area
{
}

.PublicPage div.right-area
{
	width: 273px;
}
/******************************************************
/* Inner template styles
/******************************************************/
/* Generic for all BlockAreas in inner templates */
.BlockArea 
{
	display: block;
}

/* One column over the entire available width, as defined by the containing TemplateArea */
.OneColumn
{
	clear: both;
}

/* Two columns, leftmost over three grid columns, rightmost over two. */
/* For public pages and start pages */
.TwoColumns_3_2 .LeftBlockArea
{
	width: 311px;
	float: left;
}
.TwoColumns_3_2 .RightBlockArea
{
	width: 202px;
	float: left;
}

/* Two columns, leftmost over three grid columns, rightmost over two */
/* For member pages */
.TwoColumns_2_4 .LeftBlockArea
{
	margin-left: 6px;
	width: 183px;
	float: left;
}
.TwoColumns_2_4 .RightBlockArea
{
	margin-left: 8px;
	width: 384px;
	float: left;
}

/* Two columns, leftmost over three grid columns, rightmost over two */
/* For member pages */
.TwoColumns_4_2 .LeftBlockArea
{
	margin-left: 6px;
	width: 384px;
	float: left;
}
.TwoColumns_4_2 .RightBlockArea
{
	margin-left: 8px;
	width: 183px;
	float: left;
}

/* Two columns, leftmost over three grid columns, rightmost over two */
/* For member pages */
.TwoColumns_3_3 .LeftBlockArea
{
	margin-left: 6px;
	width: 284px;
	float: left;
}
.TwoColumns_3_3 .RightBlockArea
{
	margin-left: 8px;
	width: 283px;
	float: left;
}

/* Two columns, leftmost over three grid columns, rightmost over three plus rightmost column */
/* For "new member" public and member pages */

.TwoColumns_3_4 .LeftBlockArea
{
	width: 297px;
	float: left;
}
.TwoColumns_3_4 .RightBlockArea
{
	margin-left: 18px;
	width: 460px;
	float: left;
}






























/** REDESIGN */

/******************************************************
/* Basic Page layout
/******************************************************/

*{
	margin: 		0;
	padding: 		0;
}

body{
	text-align:		center;
	background: 	url(../images/redesign/pagebg.jpg) no-repeat #fff scroll center top;
}

div#page-wrapper{
	width: 		980px;
	margin: 	0 auto;
	margin-top:	20px;
	float:		left; 
	margin-left: 6px;
	
}

div#page-frame{
	width: 			980px;
	text-align: 	left;
	
	
}

div#page-ad{
	float: 			left;
	width: 			200px;
	text-align: 	left;
	margin-top:		31px;
}

form{
	margin: 		0;
	padding: 		0;
}

.clear{
	clear:          both;
	height: 		0px;
}

img{
	border:0px;
}



/******************************************************
/* page header laayout
/******************************************************/

div#page-header{
	width: 			980px;
	height: 		153px;
	background: 	url(../images/redesign/page_header_bg.png) no-repeat;
	padding:		0;
	margin:			0;
}

div#page-header-content{
	background:		#fff;
}

div#page-header-logo{
	float:			left;
	padding-top:	19px;
	width:			515px;
}

div#page-header-info{
	float:			left;
	width:			465px;
	height: 		113px;
	margin-top: 	40px;
	text-align:		right;
}


div#socialbar{
	width: 300px;
	text-align: left;
	margin-left: 140px;
	font-size: 12px;
	padding-top: 5px;
	margin-right: 25px;
}

div#socialbar .bar{
	clear:both;
	margin: 0 0 4px 0;
}

div#socialbar .bar .icon{
	float: left;
	width: 30px;
	padding-top: 4px;
}

div#socialbar .bar .text{
	float: left;
	padding: 9px 10px;
}

div#page-header-ad{
	min-height:		75px;
	height:			75px;
	padding-right: 20px;
}

div#page-header-nav{
	padding-right:  20px;
}

ul.page-header-menu li{
	display: 		inline;
	list-style-type:none;
	padding-right:  5px;
}

/******************************************************
/* page header menu
/******************************************************/

div#page-menu{
	background: 	#fff;
	background: 	url(../images/redesign/page-notlogin-bg.gif) no-repeat;
	height: 		47px;
	padding: 		0px;
	margin: 		0px;

}

div#page-menu.guest{
	color: 			#fff;

}

div#page-menu.guest p {
	color: 			#fff;
	font-weight:	bold;
	font-size: 14px;
	padding-left: 30px;

}

div#page-menu ul {
	color: 			#fff;
	font-weight:	bold;
	font-size: 14px;
	padding-left: 20px;
}


div#page-menu.guest div.MainMenu
{
	display: block;
	margin:0px;
	padding:0px;
	width:100%;
	
}

div#page-menu div.MainMenu
{
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 47px;
	font-size:12px;
}

div#menu-box
{
	float: left;
	width: 670px;
}

div#search-box{
	float: left;
	padding-top: 11px;
}

div#search-box p
{
	padding-left: 0 !important;
}

div#logout-box
{
	text-align: right;
	padding-top: 8px;
	padding-right: 30px;
}

div#logout-box input.remember-cb
{
	width: 50px;
}

div#logout-box a
{
	display:list-item !important;
	font-size: 11px !important;
	padding: 0 !important;
}

div#remember-cb-holder
{
	display: inline;
} 

div#remember-text-holder
{
	display: inline;
	float:right;
}

div#logout-box a:hover
{
	background: transparent !important;
}

div#logout-box ul
{
	clear:none !important;
	list-style: 
}

div#logout-box li
{
	display: inline !important;
	height: auto !important;
	float: none !important;
}

div#guestlogin{
	padding-top: 12px;
}


div#login
{
	float: left;
}

div#reginfo
{
	float: left;
	width: 75px;
	padding-top: 4px;
	margin-left: 20px;
	line-height: 13px;
}

div#flashcounter
{
	float: left;
	margin-left: 20px;
}





/******************************************************
/* page content
/******************************************************/

div#content-container{
	background: #fff;
	padding-top: 15px;
}

div#background{
	width: 980px;
	background: url(../images/redesign/page_bottom_bg.png) repeat-x bottom left;
}

div#page-content{
		background: 		url(../images/redesign/page_content_bg.png) repeat-y;
	margin-left: 20px;
}

div#page-content-user{
	margin-left: 20px;
	/*background-color: 	#fff;*/
	/*background: url(../images/page_bottom_bg.png) repeat-x fixed bottom center;*/
}

div#content{
	float: 				left;
	width: 				600px;
	padding-right: 		20px;
	padding-bottom:		20px;
}

div#content .page-bigbanner{
	padding-bottom: 8px;
}


div#content .seperator{
	width: 				 28px;
	float:				 left;
}

.threecolumn .image{

}


.onecolumn .image{
	float: left;
}

.onecolumn .text{
	float: left;
	width: 460px;
}




div#content .onecolumn-header{
	padding-top: 10px;
	padding-bottom: 6px;
}

.onecolumn-header .image{
	float: left;
	padding-right: 20px;
}

.onecolumn-header .text{
	float: left;
	width: 450px;
}






div#toolbox{
	float: 				right;
	width: 				306px;
	margin-right:22px;

}


div#toolbox #article-list{
	margin-left: 20px;
	width: 290px;
}

div#article-list .article{
	padding-bottom: 15px;
	padding-top: 10px;
}

div#article-list .article .text{
	float: left;
	width: 175px;
	padding-bottom: 10px;
}


div#article-list .article .image{
	float: left;
	padding-bottom: 10px;
}



div.custom-news
{
	font-size: 9pt;
	padding-bottom: 15px;
	padding-top: 10px;
}

div.custom-news .post
{
	padding: 10px;
}




.healthbox .healthbox-top{
	height: 31px;
	width: 308px;
	background: url(../images/redesign/healthtop.gif) no-repeat;
}



div#profil{
	width: 306px;
}

div#profil .profil-bild{
	float: left;
	width: 75px;
	height: 100px;
	margin-right: 6px;
}

div#profil .profil-mal{
	padding-left: 10px;
	padding-bottom: 10px;
}

table.mal tr td.header{
	font-weight: bold;
}

table.mal tr td.normal{
	font-weight: normal;
}

.right-area{
	padding-bottom: 10px;
}


.right-area .text{
	float: left;
}

.right-area .fasbild{
	float: left;
}



.friendsbox .friendsbox-top{
	height: 31px;
	width: 308px;
	background: url(../images/redesign/friendstop.gif) no-repeat;
}

table.friendslist{
	padding: 0;
	margin: 0 0 6px 0;
	border-collapse: collapse;
}

table.friendslist tr.usereven{
	background: #f5f5f5;
	padding: 0px;
	
}

table.friendslist tr.usereven td{
	padding: 2px;
	
}

table.friendslist tr.userodd{
	background: #fff;
}

table.friendslist tr.userodd td{
	padding: 2px;
}




.box-content{
	background: url(../images/redesign/toolbox-bg.gif) repeat-y;
	width: 308px;
	
	padding-left: 1px;
	padding-top: 22px;
}

.box-content table{
	padding-bottom: 10px;
}

.box-content table tr th{
	font-weight: bold;
	font-size: 9pt;
}

.box-content table tr td{
	font-size: 9pt;
	font-weight: bold;
}

.box-content table tr th.status{
	font-weight: bold;
	font-size: 9pt;
	text-align: right;
}

.box-content table tr td.status{
	font-weight: bold;
	font-size: 9pt;
	text-align: right;
}


.box-bottom{
	height: 6px;
	width: 308px;
	background: url(../images/redesign/toolbox-bottom.gif) no-repeat;
	margin-bottom: 10px;
}












div#latest-forum{
	padding-left: 20px;
	margin-top: 10px;
}

div#latest-forum ul{
	list-style-type: none;
	margin-top: 4px;
}


/******************************************************
/* page bottom
/******************************************************/


div#page-bottom{
	background-color: 	#fff;
	padding-top: 6px;
	margin-bottom: 20px;
	
}


/******************************************************
/* general classes
/******************************************************/

hr{
	display: none;
}

div.hr{
	background: url(../images/redesign/hr.gif) repeat-x;
	height: 1px;
	display: block;
	clear: both;
}


ul.latest-discussion li.even{
	background: #f5f5f5;
	padding: 3px;
}

ul.latest-discussion li.odd{
	padding: 3px;
}



div#page-container
{
	width: 1300px;
}

div.right-ad-container
{
	float: left; 
	width: 100px; 
	margin-left: 6px; 
	margin-top: 21px;
}

/******************************************************
/* toolbox graph
/******************************************************/


.status-general
{
	background: url(/images/redesign/stats-gen-bg.gif) no-repeat;
	width: 266px;
	height: 38px;
	margin-bottom: 10px;
}

.status-general .bar
{
	background: url(/images/redesign/stats-gen-fg.gif) no-repeat;
	height: 38px;	
}

.status-general .text
{	
	font-weight: bold;
	color: #FFFFFF; 
	margin-left: 50px;	
}

.status-general .text span
{
	color: gray;
}
