/* ******************************************************************************************************************
BODYPANEL FARBEN		*
****************************************************************************************************************** */
.profileColor_1                     { background-color:#2280DC; }
.profileColorHover_1:hover      { background-color:#90BFED; }
.profileColor_2 			{ background-color:#8F4AB6; }
.profileColorHover_2:hover	{ background-color:#C7A4DA; }
.profileColor_3 			{ background-color:#F00000; }
.profileColorHover_3:hover	{ background-color:#F77F7F; }
.profileColor_4 			{ background-color:#B9E327; }
.profileColorHover_4:hover  { background-color:#DCF193; }
.profileColor_5 			{ background-color:#EF148C; }
.profileColorHover_5:hover	{ background-color:#F789C5; }
.profileColor_6 			{ background-color:#FFE400; }
.profileColorHover_6:hover	{ background-color:#FFF17F; }
.profileColor_7 			{ background-color:#A1A1A1; }
.profileColorHover_7:hover	{ background-color:#D0D0D0; }
.profileColor_8 			{ background-color:#FFBA00; }
.profileColorHover_8:hover	{ background-color:#FFDC7F; }

.profileColumnHeader
{
	margin: 0 0 10px 0;
}

.profileColorRowOdd_1,
.profileColorRowOdd_2,
.profileColorRowOdd_3,
.profileColorRowOdd_4,
.profileColorRowOdd_5,
.profileColorRowOdd_6,
.profileColorRowOdd_7,
.profileColorRowOdd_8
{
    background-color: #ECECEC;
}
.profileColorRowEven_1,
.profileColorRowEven_2,
.profileColorRowEven_3,
.profileColorRowEven_4,
.profileColorRowEven_5,
.profileColorRowEven_6,
.profileColorRowEven_7,
.profileColorRowEven_8
{
    background-color: #FFF;
}

p.profileContent{
	padding-top:0px;
	border-bottom:1px #D0D0D0 dotted;
}

/* **************************************************************
STANDARD CONTENT ELEMENTE
************************************************************** */
/* Normale gro�e Headlines auf ContentPages mit Cufonierung */
h1.contentPageStandardHeadline,
#profileOverviewHeadlineUserName{
	font-size:30px;
	line-height:28px;
    margin:-3px 0 8px 0;
    color:#818181;
}
/* ALT: Normale gro�e Headlines auf ContentPages mit Bild-Ersetzung */
h1.contentPageStandardHeadlineOld{
	font-size:31px;
	line-height:36px;
}
h1.popupTitleHeadline{
	position:absolute;
	display:block;
	width:450px;
	height:36px;
	z-index:100;
	font-size:31px;
	line-height:36px;
	left:20px;
	top:-40px;
}
h2.popupStandardHeadline{
	font-size:11px;
	line-height:11px;
	border-top:1pt dotted #D0D0D0;
	border-bottom:1pt dotted #D0D0D0;
	padding:3px 20px;
	margin:0 0 10px 0;
}
/* Normale Einf�hrungscopy unter der Headline, Style kann im Content Helper ge�ndert werden */
p.contentPageStandardCopy{
	width:650px;
	margin:0 0 28px 0; /* alt: 35px */
}
/* Copy in den Popups */
p.popupStandardCopy{
	display:block;
	/*width:576px; ??? 1004, 1005, 1006 ??? */
	width:500px;
	padding:0 20px;
	color:#2E2E2E;
	line-height:14px;
	margin:0 0 10px 0;
	font-size: 11px;
}
/* Normaler Link mit Bildersetzung */
a.contentPageRegisterLink{
	margin:-16px 0 28px 0; /* alt: 35px; */
	width:650px;
	line-height:18px;
	display:block;
}
a.contentPageTextLink{
	margin:0;
	line-height:18px;
	color:#333;
}
/* Download-Links im Popup */
a.popupStandardLink{
	display:block;
	/*width:576px;*/
	width:500px;
	padding:0 20px;
	color:#777;
	line-height:15px;
	margin:0 0 10px 0;
	font-size: 11px;
}
a.popupStandardLink:hover{
	color:#333;
}
/* Die neuen Buttons */
a.button {
	float: left;
	padding: 0 0 0 19px;
	color: #ffffff !important;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height:12px;
	font-weight: bold;
	height:20px;
	text-decoration: none;
	background-color:#015FBB;
	background: url("/images/common/button_left.gif") no-repeat left top !important;

}
a.button:hover {
	text-decoration: underline;
	background: url("/images/common/button_left.gif") no-repeat left top !important;
}
a.button_right {
	float: right;
}
a.button b {
	color: #ffffff;
	font-weight: bold;
	display: block;
	padding: 4px 19px 2px 0;
	cursor: pointer; /* IE, my little friend... */
	background: url("/images/common/button_right.gif") no-repeat right top !important;
}
a.button b:hover
{
	background: url("/images/common/button_right.gif") no-repeat right top !important;
}

a.button_small {
	padding-left: 5px;
}
a.button_small b {
	padding-right: 5px;
}
/* Normales Flash-DIV */
.contentPageStandardFlash{
	margin:0 0 20px 0;
}
.contentPageFullscreenFlash{
	margin:0 0 20px -26px;
}
/* Liste mit Links im mittleren Content siehe Bildergalerie smart times*/
ul.linklist li{
	margin-bottom:10px;
}
/* Liste mit Links im normalen Content */
ul.contentPageVerticalLinklist{
	margin:-26px 0 28px 0; /* alt: 35px; */
	display:block;
}
ul.contentPageVerticalLinklist li{
	margin:0 0 3px 0;
	display:block;
}
ul.contentPageHorizontalLinklist li{
	width:210px;
	margin:0 5px 5px 0;
	display:inline;
	float:left;
}
/* REITER BZW. TAB-NAVIGATION */
.tabMenu{
    border:0px solid #ff0000;
}
.tabMenu_item{
    background-color:#FFF;
	position:relative;
	float:left;
    width:205px;
    margin:0 11px 0 0;
    border:1px solid #D0D0D0;
    border-bottom:0px solid #D0D0D0;
    padding:3px 10px;
}
.tabMenu div.active{
    background-color:#2280DC;
}
.tabMenu_item_last{
    margin:0;
}
.tabMenu_item a {
    color:#2280DC;
	font-weight:bold;
	font-size: 11px;
	line-height:16px;
    text-transform:uppercase;
}
.tabMenu_item a.active {
   color:#FFF;
}
/*
 * Fuer Overlays, die eigentlich 9xx Seiten sind, aber nicht per AJAX
 * nachgeladen werden, sondern direkt "vorbefuellt" sind.
 */
div.inlineOverlay
{
    position: absolute;
    display: none;
}
/* **************************************************************
WIDGETS
************************************************************** */
.widget{
	border:0px #ff0000 solid;
	color:#2280DC;
    font-weight:bold;
    text-transform:uppercase;
	font-size:11px;
	line-height:11px;
	padding:2px 0;
	background-repeat:no-repeat;
	background-position: left bottom;
}
.widget_680{width:680px;}
.widget_660{width:660px;} /* TEST VORHER 640 */
.widget_530{width:510px;}
.widget_528{width:508px;}
.widget_494{width:474px;}
.widget_467{width:467px;} /* TEST VORHER 447 */
.widget_224{width:204px;}
.widget_220{width:220px;} /* TEST VORHER 200 */
.widget_170{width:170px;} /* TEST VORHER 150 */
.widget_160{width:140px;}
	
div.widgetElement680{
    width:660px;
}
div.widgetElement660{
    width:660px; /* TEST VORHER 447 */
}
div.widgetElement530{
    width:510px;
}
div.widgetElement528{
    width:508px;
}
div.widgetElement494{
    width:474px;
}
div.widgetElement467{
    width:467px; /* TEST VORHER 447 */
}
div.widgetElement224{
    width:204px;
}
div.widgetElement220{
    width:220px; /* TEST VORHER 200 */
}
div.widgetElement170{
    width:170px; /* TEST VORHER 150 */
}
div.widgetElement160{
    width:140px;
}
div.widgetElement{
    overflow-x:hidden;
    padding:10px 0;
    border-bottom:1px #D0D0D0 dotted;
}
div.widgetClosing{
    margin-top:5px;
}
h3.widgetContent{
    color:#818181;
    font-size:11px;
    line-height:14px;
}
a.widgetLink{
    color:#2E2E2E;
    line-height:14px;
}
a.widgetLinkRight{
    display:block;
    width:100%;
    text-align:right;
    color:#2E2E2E;
    line-height:14px;
}
p.widgetCopy{
    line-height:14px;
    padding:0px !important;
}
#pageP_120 p.widgetCopy,
#pageP_121 p.widgetCopy,
#pageP_1 #news_area p.widgetCopy,
#news_column_right p.widgetCopy{
    margin:0 10px 0 0;
}
#pageP_1 #news_area h1.widget_170,
#news_column_right h1.widget_170{
    width:160px;
}

/* **************************************************************
CREATE LOGIN & CREATE SEARCH SIDEBOXEN
************************************************************** */
#sideboxContainer{
	z-index:10;
	position:absolute;
	right:1px;
	top:0;
	margin-top:10px;
	width:168px;
}
.sidebox{
	width:168px;
	margin:0 0 4px 0;
	padding:0 0 6px 0;
	border:1pt solid #D0D0D0;
	border-right:0pt solid #D0D0D0;
	background-color:#F6F9FD;
}
.sidebox h2{
    font-size:11px;
    background-color:#FFF;
    padding:4px 0 4px 7px;
    border-bottom:1pt dotted #D0D0D0;
    margin-bottom:5px;
}
.loginStatic{
	border-right:1pt solid #D0D0D0;
	margin:60px 250px 100px 250px;
    background-color:#EDF4FC;
}
.loginInline{
	border-right:1pt solid #D0D0D0;
	margin:0px;
    background-color:#EDF4FC;
}

.loginSidebox{
	border-right:0pt solid #D0D0D0;
}
#searchSidebox{
	padding:0 0 18px 0;
}
h3.sideboxHeadline{
	font-size:20px;
	line-height:30px;
}
.sidebox a{
	font-size:9px;
	line-height:12px;
	color:#3E3E3E;
	text-decoration:underline;
	display:block;
	margin:3px 0 0 6px;
}
.sidebox a:hover{
	text-decoration:none;
}
.sidebox input.text{
	font-size:9px;
	line-height:12px;
	color:#818181;
	display:block;
	width:148px;
	margin:0 0 5px 6px;
	padding:2px;
	border:1pt solid #D0D0D0;
	height: 12px;
}

.sidebox button.submit{
	float:right;
	margin:3px 7px 0 0;
	border:0pt solid #D0D0D0;
}
.sidebox #loginFormSubmit{
    font-size:12px;
    margin-right:7px;
    text-decoration:none;
    font-weight:bold;
}
/* **************************************************************
USERSTATUS
************************************************************** */
#userStatus{
    height:26px;
    width:100%;
    position:absolute;
    top:14px;
    left:1px;
    z-index:999
}
#userStatusContent{
    background-color:#F9F9F9;
    border-bottom: 1px #D0D0D0 solid;
    float:left;
    height:25px;
    padding:0 0 0 25px;
}
#userStatusCurve{
    width:6px;
    height:26px;
    background-image:url(/images/A/common/icons/userstatus_small.gif);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
}
#userStatus #loginLinks{
    float:left;
}
#userStatus .login-form,
#userStatus #formAccountLinks{
    float:left;
    margin:3px 10px 0 0;
}
#userStatus .login-form{
    margin-right:15px;

}
#userStatus #formFields{
    float:left;
    margin-right:5px;
}
#userStatus .login-form input{
    margin:0 5px 0 0;
    width:120px;
	font-size:10px;
	line-height:12px;
	color:#818181;
	padding:2px;
	border:1pt solid #D0D0D0;
	height: 12px;
}
#userStatus a.textLink{
    color:#818181;
    text-decoration:underline;
    float:left;
    font-size:11px;
    font-weight:normal;
    margin:7px 10px 0 0;
}
#userStatus p{
    float:left;
    margin:7px 15px 0 0;
}
#userStatus .newsIcon{
    float:left;
    margin:4px 4px 0 0;
}
#userStatus .newsLink{
    float:left;
    margin:7px 8px 0 0;
    color:#818181;
    text-decoration:underline;
}
#userStatus .newsLink:hover{
    color:#2E2E2E;
    text-decoration:underline;
}
#userStatus #formAccountLinks select{
    margin:1px 0 0 10px;
	font-size:11px;
	line-height:12px;
	color:#818181;
	border:1pt solid #D0D0D0;
}
#userStatus .statusTooltip{
    position:absolute;
    border:1pt solid #D0D0D0;
    background-color:#FFF;
    padding:5px 10px;
    display:none;
    z-index:9999;
}
#userStatus .statusTooltip p{
    margin:0;
    padding:0;
    font-weight:bold;
    color:#818181;
}
/* **************************************************************
HOMEPAGE MIT TOPBANNER
************************************************************** */
#slideBannerArea{
    display:block;
    height:25px;
    position:relative;
    float:right;
    margin:-8px 40px 0 0;
    overflow:hidden;
}
a#showTopBanner{
    display:none;
}
a.slideBannerButton{
	font-size:13px;
	line-height:13px;
	height:24px;
	background: url("/images/A/common/icons/slideBannerButton_left.gif") no-repeat left top !important;
    padding-left:28px;
}
a.slideBannerButton:hover{
	background: url("/images/A/common/icons/slideBannerButton_left.gif") no-repeat left top !important;
}
a#showTopBanner b{
	background: url("/images/A/common/icons/slideBannerButton_right_down.gif") no-repeat right top !important;
    padding-right:40px;
    line-height:18px;
}
a#hideTopBanner b{
	background: url("/images/A/common/icons/slideBannerButton_right_up.gif") no-repeat right top !important;
    padding-right:40px;
    line-height:18px;
}
#topBanner{
    display:block;
    /*
    min-height:256px;
	height: auto !important;
	height: 256px;
    */
    overflow:hidden;
    width:932px;
    margin:0 0 10px -25px;
    padding-bottom:20px;
    border-top: 1px #D0D0D0 dotted;
    border-bottom: 1px #D0D0D0 dotted;
    position:relative;
    background: url("/images/A/common/backgrounds/bg_topBanner.png") no-repeat right top !important;
    background-color: #FFF;
}
#topBanner h2{
    margin:20px 0 0 30px;
    text-transform:uppercase;
    color:#82A601;
}
#topBanner p{
    margin:7px 0 0 30px;
    font-size:14px;
    font-weight:bold;
    color:#818181;
    width:500px;
}
#topBanner ul{
    margin:17px 0 0 30px;
    font-size:14px;
    font-weight:bold;
    color:#818181;
}
#topBanner ul li{
    margin:0 0 12px 15px;
    list-style-type:disc;
    color:#2280DC;
}
#topBanner ul li p{
    color:#818181;
    margin:0;
    text-transform:uppercase;
}
#topBanner a#registerButton{
    margin:10px 0 0 28px;
	font-size: 20px;
	line-height:33px;
	height:39px;
	background: url("/images/A/common/icons/registerButton_left.gif") no-repeat left top !important;
    padding-left:28px;
}
#topBanner a#registerButton:hover{
	background: url("/images/A/common/icons/registerButton_left.gif") no-repeat left top !important;
}
#topBanner a#registerButton b{
	background: url("/images/A/common/icons/registerButton_right.gif") no-repeat right top !important;
    padding-right:28px;
}
#teaserRow{
    width:907px;
    margin:0 0 17px -25px;
    padding: 0 0 20px 26px;
    border-bottom: 1px #D0D0D0 dotted;
    display:block;
    position:relative;
}
.topTeaser{
    width:285px;
    height:150px;
    float:left;
    margin:0 0 0 10px;
}
#topTeaser1{
    margin:0;
    background:url("/images/A/common/backgrounds/bg_topTeaser_1.png") no-repeat left top;
}
#topTeaser2{
    background:url("/images/A/common/backgrounds/bg_topTeaser_2.png") no-repeat left top;
}
#topTeaser3{
    background:url("/images/A/common/backgrounds/bg_topTeaser_3.png") no-repeat left top;
}

.topTeaser h2{
    margin:15px 0 0 20px;
    text-transform:uppercase;
}
.topTeaser p,
.topTeaser a{
    font-size:12px;
    font-weight:bold;
    line-height:14px;
    margin:0 0 11px 20px;
    width:200px;
}
.topTeaser p{
    color:#818181;
    height:70px;
    overflow:hidden;
}
/* 1002 Anpassung mit neuem TopBanner */
#register_topBanner{
    display:block;
    height:141px;
    width:932px;
    margin:30px 0 20px -25px;
    border-top: 1px #D0D0D0 dotted;
    border-bottom: 1px #D0D0D0 dotted;
    position:relative;
    background: url("/images/A/common/backgrounds/1002_bg_topBanner.jpg") no-repeat right top !important;
}
#register_topBanner h2{
    margin:16px 0 0 26px;
    text-transform:uppercase;
}
#register_topBanner p{
    margin:7px 0 0 26px;
    width:475px;
    font-size:14px;
    font-weight:bold;
    color:#818181;
    line-height:16px;
}
/* **************************************************************
FORMULARE
************************************************************** */
.contentPageStandardForm{
	border:1pt solid #D0D0D0;
	background-color:#F6F9FD;
	display:block;
	width:701px;
	float:left;
	margin-right:20px;
}
.contentPageCommentaryForm{
	width:100%;
	border:0pt solid #D0D0D0;
	float:none;
	margin-right:0;
}
.contentPageStandardForm p{
	padding:5px 10px;
	color:#2E2E2E;
	font-size:11px;
	line-height:14px;
}
.contentPageStandardForm a.textLink{
	padding:10px;
	display:block;
}
.contentPageStandardForm .helpText{
	padding:5px 10px;
	font-weight:bold;
	font-size:11px;
	line-height:13px;
	color:#777;
	display:block;
}
.contentPageStandardForm .formSubheadline{
	background-color:#FFF;
	padding:5px 10px;
	border-top:1pt dotted #D0D0D0;
	border-bottom:1pt dotted #D0D0D0;
	display:block;
}

.contentPageStandardForm .firstFormSubheadline{
	border-top:0pt dotted #D0D0D0;
}

/* SUBNAVI IN SUBHEADLINE IM FORM */
.contentPageStandardForm .formTabMargin{
    margin-top:10px;
}
.contentPageStandardForm .formSubnav a{
	color: #2E2E2E;
    text-decoration:underline;
    font-weight:normal;
    margin-right:2px;
}
.contentPageStandardForm .formSubnav a:hover{
	text-decoration:none;
    color: #2E2E2E;
}
.contentPageStandardForm .formSubnav a.selected {
	color: #2280DC;
    text-decoration:none;
    font-weight:bold;
}
.contentPageStandardForm .formSubnav a.selected :hover{
	color: #2280DC;
    text-decoration:none;
    font-weight:bold;
}

.contentPageStandardForm .formSubheadlineCheckbox{
    margin-top: 10px;
	background-color:#FFF;
	padding:5px 10px;
	border-top:1pt dotted #D0D0D0;
	border-bottom:1pt dotted #D0D0D0;
	display:block;
}
.contentPageStandardForm .formSubheadlineLabel,
.contentPageStandardForm .formSubheadlineCheckbox label
{
    line-height:12px;
	font-size:11px;
	font-weight:bold;
	color:#2280DC; /*#777; */
	display:inline;
    text-transform:uppercase;
}
.contentPageStandardForm  textarea,
.contentPageCommentaryForm textarea{
    font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
    line-height:14px;
}
/*
.contentPageStandardForm  textarea,
.contentPageStandardForm  input,
.contentPageCommentaryForm textarea{
    font-size:11px;
    color:#2E2E2E;
}

.contentPageStandardForm  input{
    height:17px;
}
*/
.contentPageStandardForm textarea {
	margin:10px;
	height:150px;
	width:650px;
}
.contentPageCommentaryForm textarea {
	margin:10px 10px 25px 10px;
	height:150px;
	width:392px;
}
.contentPageStandardForm .formSubmit{
	background-color:#FFF;
	padding:5px;
	border-top:1pt dotted #D0D0D0;
	display:block;
}
.contentPageStandardForm .contentPageSubmit{
	background-color:transparent;
}
.contentPageStandardForm .formSubmit .right{
	float:right;
	border:0pt solid #D0D0D0;
}
.contentPageStandardForm .formSubmit .left{
	float:left;
	border:0pt solid #D0D0D0;
}
.contentPageStandardForm .formDataModule{
	display:inline;
	float:left;
	width:332px;
	margin:5px 0 0 10px;
}
.contentPageStandardForm .moduleSmallSize{
	width:60px;
}
.contentPageStandardForm .moduleMediumSize{
	width:120px;
}
.contentPageStandardForm .moduleLongSize{
	width:420px;
}
.contentPageStandardForm .moduleProfileColor{
	width:216px;
}
.contentPageStandardForm .moduleProfileColor img{
	margin:0 5px 0 0;
	border:1pt solid #D0D0D0;
}
.contentPageStandardForm .formDataModule label{
	font-weight:bold;
	display:block;
	color:#777;
}
#formDataModuleContest label,
#formDataModulePowerdrive label
{
    display: inline;
    font-weight: normal;
    color: #000;
}
.contentPageStandardForm .formDataModule label.checkElement{
	display:inline;
	margin:6px 8px 6px 0;
}
.contentPageStandardForm .formDataModule input{
	width:330px;
	display:block;
	margin:5px 0 0 0;
}
.contentPageStandardForm .moduleSmallSize input{
	width:58px;
}
.contentPageStandardForm .moduleMediumSize input{
	width:118px;
}
.contentPageStandardForm .moduleLongSize input{
	width:418px;
}

.contentPageStandardForm .formDataModule input.checkElement,
.contentPageStandardForm .formDataModule680 input.checkElement,
#formDataModuleContest input.checkElement,
#contestAgbModule input.checkElement
{
	width:15px;
	display:inline;
	margin:6px 6px 6px 0;
	vertical-align:middle;
}
.contentPageStandardForm .formDataModule input.smallSizeElement {
	width:58px;
	display:inline;
	margin:6px 6px 6px 0;
	vertical-align:middle;
}
.contentPageStandardForm .formDataModule input.mediumSizeElement {
	width:118px;
	display:inline;
	margin:6px 6px 6px 0;
	vertical-align:middle;
}

.contentPageStandardForm .formDataModule select{
	display:inline;
	margin:6px 0;
	vertical-align:middle;
}
.contentPageStandardForm .formDataModule select.month{
	margin:6px 17px;
}
.contentPageStandardForm .formDataModule select.smallSize{
	width:60px;
}
.contentPageStandardForm .formDataModule select.mediumSize{
	width:170px;
}
.contentPageStandardForm .formDataModule select.largeSize{
	width:334px;
}
.contentPageStandardForm #formCaptchaModule{
	display:block;
	width:680px;
	margin:5px 0 0 10px;
}
.contentPageStandardForm #formCaptchaModule .formDataModule{
	float:left;
	width:120px;
	margin:5px 10px;
}
.contentPageStandardForm img#formCaptchaImg{
	float:left;
	display:inline;
	margin:5px 5px 0 0;
}
.contentPageStandardForm a#newCaptcha{
	float:left;
	display:inline;
	margin:20px 10px 0 10px;
}
/* SPEZIELL F�R FORMULAR AUF 201 */
.contentPageStandardForm .formRowModule{
	display:block;
	width:680px;
	margin:5px 0 5px 10px;
}
.contentPageStandardForm .formRowModule img{
	float:left;
}
.contentPageStandardForm table.formTable{
	display:block;
	width:100%;
	padding:0;
}
table.formTable td.formOption{
	border-right:1pt dotted #D0D0D0;
	border-bottom:1pt dotted #D0D0D0;
}
table.formTable td.formInput{
	width:100%;
	margin:10px 0 0 5px;
	border-bottom:1pt dotted #D0D0D0;
}
table.formTable td.lastElement{
	border-bottom:0pt dotted #D0D0D0;
}
.contentPageStandardForm .formOption .formDataModule{
	width:95px;
}
.contentPageStandardForm .formOption .formDataModule input.checkElement{
	display:inline;
	margin:6px 0 6px -2px;
}
.contentPageStandardForm .bottomBorder{
	border-bottom:1pt dotted #D0D0D0;
}
/* **************************************************************
INFO BOX NEBEN DEN FORMULAREN
****************************************************************/
.infoBox{
	border:0pt solid #D0D0D0;
	/*background-color:#F6F9FD; */
	width:160px;
	float:left;
	padding: 0 0 10px 0;
}
.infoBox h2{
	/* background-color:#FFF; */
	padding:0 10px 0 0;
	/* border-bottom:1pt dotted #D0D0D0; */
	display:block;
    line-height: 12px;
}
.infoBox p{
	padding:10px 10px 0 0;
    color:#818181;
}
.infoBox em{
	color:#A1A1A1;
	font-style:normal;
}
/* **************************************************************
NEWS LEISTE RECHTS AUF DER HOMEPAGE
****************************************************************/
#news_area{
    align:right;
    margin-left:23px;
    float:left;
    width:170px;
    border:0px #ff0000 solid;
}
.news_widget{
    margin-bottom:30px;
}    
#news_area .listImage {
    display:block;
    clear:both;
    float:left;
    margin:2px;
    width:40px;
}
#news_area .listImage img{
    border:1px #777777 solid;
}
#news_area div.listRating .ratings{
    width:110px;
    float:left;
}
#news_area div.listRating .listRatingAvg{
    color:#777777;
    float:left;
    margin-top:3px;
}
/* **************************************************************************************************************************************************************
SPEZIELLE SEITENSTRUKTUREN - SOLLTE VIELLEICHT MAL WOANDERS HIN?																									*
****************************************************************************************************************************************************************/
/* **************************************************************
100 userRondell
************************************************************** */
#flashHomepage{
	/* ACHTUNG: Bugfix mit ver�ndertem Wert f�r IE6 in der main-ie6.css, der funktioniert aber nur in 'echten' IE6 */
	margin-top:-20px;
	margin-bottom:-28px;
    float:left;
    margin-left:0px;
}
/* **************************************************************
100 userRondell
************************************************************** */
#flashUserRondell{
	/* ACHTUNG: Bugfix mit ver�ndertem Wert f�r IE6 in der main-ie6.css */
	margin-bottom:-18px;
}
/* **************************************************************
101 userList
****************************************************************/
#userList{
	position:relative;
	width:662px;
}
#userList_alphabet{
	text-align:left;
	padding:0 0 0 250px;
	margin-bottom:10px;
}
#userList_alphabet a,#userList_alphabet b{
	margin:0 5px 0 0;
}
#userList_display{
	width:100%;
	display:block;
}
#userList_listing{
	width:582px;
	display:inline;
	float:left;
	margin:30px 0 0 0;
}
#userList .changeListing{
	display:inline;
	float:left;
}
#userList .changeListing_icons{
	margin:159px 0 0 0;
	display:block;
	width:40px;
	height:62px;
}
#userList .changeListing_icons_previousArrow{
	margin:0 20px 0 0;
}
#userList .changeListing_icons_nextArrow{
	margin:0 0 0 20px;
}
#userList ul li{
	margin:0 50px 0 0;
	padding:2px 0;
	float:left;
	width:160px;
	height:40px;
	border-bottom:1pt dotted #D0D0D0;
	overflow:hidden;
}
#userList ul li.lastElement{
	margin:0 0 0 0;
}
#userList .listImage{
	float:left;
	margin:2px;
	width:40px;
}

#pageP_103 #userList .listRanking{
	float: left;
	width: 20px;
	vertical-alignment: middle;
	font-weight: bold;
	color: #777;
	padding-top: 15px;
}

#pageP_103 #userList ul li{
	margin:0 50px 0 0;
	padding:2px 0;
	float:left;
	width:240px;
	height:40px;
	border-bottom:1pt dotted #D0D0D0;
	overflow:hidden;
}
#pageP_103 #userList .listUserName{
	float:left;
	overflow:hidden;
	padding:5px 0 2px 5px;
	width:118px;
	height: 10px;
}

#pageP_103 #userList .ratings {
	float:left;
	overflow:hidden;
	padding:5px 0 2px 5px;
	width:108px;
}

#pageP_103 #userList .listRating {
	float: left;
}
#pageP_103 #userList .listRating .ratings {
	width: 130px;
}

#pageP_103 #userList .listRatingAvg {
	float: left;
	margin-top: 10px;
	color: #777;
}

#userList .listImage img{
	border:1pt solid #D0D0D0;
}
#userList .listUserName{
	float:left;
	overflow:hidden;
	padding:15px 0 2px 5px;
	width:108px;
}
/* **************************************************************
110 userProfile
****************************************************************/
#flashDiceAnimation{
	display:block;
	position:absolute;
	right:0;
	top:-52px;
	margin:0;
	z-index:62;
}
#flashDiceNavigation{
	display:block;
	margin:0;
	position:absolute;
	top:181px;
	right:19px;
	z-index:60;
}
#flashDiceWhitewall{
	background-color:#FFF;
	display:block;
	margin:0;
	position:absolute;
	top:181px;
	right:19px;
	z-index:61;
	width:305px;
	height:170px;
}
#userProfile{
	display:block;
	position:relative;
}
/* mit min-height */
.profileColumn
{
	min-height:280px;
	padding:0 0 20px 0;
	float:left;
	background-color:transparent;
	overflow:	hidden;
}
#left_profileColumn h2{
    color:#FFF;
}

* html .profileColumn
{
	height: 280px;
	overflow-y: visible;
	overflow-x: hidden;
}

#left_profileColumn{
	width:220px;
	margin:0 0 0 0px;
	min-height:480px;
	height: auto !important;
	height: 480px;
	padding:0 0 20px 0;
	float:left;
	background-color:transparent;
}

/* Linke Spalte / Navigation  - die ID-bezogenen Sachen k�nnen bei Gelegenheit verallgemeinert werden */
#left_navColumn{
    margin-top:19px;
	width:220px;
	display:inline;
	float:left;
}
#left_navColumn ul li{

	width:220px;
	line-height:21px;
	display:block;
    border-left:1pt solid #D0D0D0;
    border-right:1pt solid #D0D0D0;
    border-bottom:1pt dotted #D0D0D0;
}
#left_navColumn ul li.firstElement{
    border-top:1pt solid #D0D0D0;
}
#left_navColumn ul li.lastElement{
    border-bottom:1pt solid #D0D0D0;
}
#left_navColumn ul li.activeElement{
    color:#2280DC;
}

#left_navColumn ul.userProfile_nav li a{
	margin: 0 0 0 10px;
	font-weight:bold;
    text-transform:uppercase;
    color:#818181;
}
#left_navColumn ul.userProfile_nav li a.activeElement{
	margin: 0 0 0 10px;
	font-weight:bold;
    text-transform:uppercase;
    color:#2280DC;
}
#left_navColumn ul.userProfile_nav li:hover,
#left_navColumn ul.userProfile_nav ul li.active,
#left_navColumn ul.userProfile_nav li a.active,
#left_navColumn ul.userProfile_nav li:hover a{
    color:#2280DC;
}
/* Mittlere und rechte Spalte, Profilcontent */
#center_profileColumn_data,
#center_profileColumn_smart,
#center_profileColumn_photo,
#center_profileColumn_story,
#center_profileColumn_rating,
#center_profileColumn_friends{
	width:325px;
	padding-left: 10px;
}
#right_profileColumn_data,
#right_profileColumn_smart,
#right_profileColumn_photo,
#right_profileColumn_story,
#right_profileColumn_rating,
#right_profileColumn_friends{
	width:325px;
	padding:0 0 0 10px;
}

#left_profileColumn h2{
	line-height:30px;
	padding:0 10px;
}

#center_profileColumn_data h2,
#right_profileColumn_data h2,
#center_profileColumn_smart h2,
#right_profileColumn_smart h2,
#center_profileColumn_photo h2,
#right_profileColumn_photo h2,
#center_profileColumn_story h2,
#right_profileColumn_story h2,
#center_profileColumn_rating h2,
#right_profileColumn_rating h2,
#center_profileColumn_friends h2,
#right_profileColumn_friends h2
{
	line-height:30px;
	padding:0;
}

#center_profileColumn_blog h2
{
    width:660px;
	line-height: 30px;
	float: left;
	margin: 0 10px 0 0;
}
}

#center_profileColumn_data h3,
#right_profileColumn_data h3,
#center_profileColumn_smart h3,
#right_profileColumn_smart h3,
#center_profileColumn_photo h3,
#right_profileColumn_photo h3,
#center_profileColumn_story h3,
#right_profileColumn_story h3,
#center_profileColumn_rating h3,
#right_profileColumn_rating h3,
#center_profileColumn_friends h3,
#right_profileColumn_friends h3{
	font-size:12px;
	line-height:16px;
	padding:10px 10px 0 15px;
	font-weight:bold;
}
#center_profileColumn_data p,
#right_profileColumn_data p,
#center_profileColumn_rating p,
#right_profileColumn_rating p {
	font-size:12px;
	line-height:16px;
	padding:10px 5px 0 15px;
	color:#777;
}
#center_profileColumn_smart p,
#right_profileColumn_smart p {
	font-size:12px;
	line-height:16px;
	padding:10px 5px 0 15px;
	color:#777;
	text-align: center;
}

#center_profileColumn_photo p,
#right_profileColumn_photo p {
	font-size:12px;
	line-height:16px;
	padding:10px 5px 0 15px;
	color:#777;
	text-align: center;
}


#center_profileColumn_friends p ,
#right_profileColumn_friends p {
	font-size:12px;
	line-height:16px;
	padding:10px 5px 0 15px;
	color:#777;
}

#center_profileColumn_story p,
#right_profileColumn_story p {
	font-size:12px;
	line-height:16px;
	padding:10px 5px 0 15px;
	color:#777;
}

.profile-avatar-contest-container
{
    padding: 10px 0 0 5px;
    min-height:150px;
    position: relative;
}

* html .profile-avatar-contest-container
{
    position: static;
}

* html .profile-avatar-contest-container
{
    height:150px;
}

#avatarRatingBlock{
    margin:0 0 30px 0;
}

.profile-avatar-container,
.profile-avatar-contest
{
  float: left;
  padding:0 10px 0 0;
  overflow: hidden;
}

.profile-avatar-container
{
    width: 122px;
}

.profile-avatar-container img
{
    display: block;
    margin: 0;
    padding: 0;
}

.contest-image-overlay-hover
{
    cursor: pointer;
}

.contest-image-overlay-title
{
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 173px;
    overflow: hidden;
    height: 25px;
    line-height: 1.125em;
}

* html .contest-image-overlay-title
{
    position: static;
    padding: 20px 0 0 10px;
}

.profile-avatar-contest
{
    width: 173px;
}

.profile-avatar-contest img
{
    display: block;
    float: left;
}

.profile-avatar-container img.gender
{
    border: 0px solid #D0D0D0;
    margin-top: 5px;
}

.profile-avatar-container .add-friend-link,
.profile-avatar-container .is-friend-text
{
  margin: 0 0 0 10px;
}

#profileAvatar
{
  border:1pt solid #D0D0D0;
  /*margin: 10px 35px 0 15px;*/
  margin: 0 0 0 0;
}

/*** PROFILE ACTIONS ***/
#right_profileColumn_rating .profile-actions
{
	padding: 0px 15px 0px 10px;
	float: left;
}

#right_profileColumn_rating .profile-actions li
{
	padding: 5px 5px;
}


.profile-actions
{
	padding: 5px 10px 0px 10px;
	float: left;
}

.profile-actions li
{
	padding: 5px 0 0 0;
}

#profileDataTable{
	margin:0px 15px 0px 15px;
}
#profileDataTable td.key{
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	padding:0 25px 5px 0;
}
#profileDataTable td.value{
	color:#777;
	line-height:16px;
}
/* **************************************************************
200 profileOverview
****************************************************************/
/*
#profileOverviewHeadlineUserName{
	display:block;
	margin:0 0 7px 0;
}
#profileOverviewHeadlineUserName h1{
	font-size:28px;
	line-height:30px;
}
*/
.profileOverviewBlock{
	width:430px;
	float:left;
	margin:0 20px 0 0;
}
.profileOverviewBlock h2.blockHeadline{
	display:block;
	width:430px;
	border-bottom:1pt dotted #D0D0D0;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}
.profileOverviewBlock p{
	width:430px;
	margin:0 0 10px 0;
}
/* **************************************************************
1016 FAQ
****************************************************************/
#faq{
	border:1pt solid #D0D0D0;
	background-color:#F6F9FD;
	display:block;
	width:700px;
}
.faq h2{
	background-color:#FFF;
	padding:2px 10px;
	border-bottom:1pt dotted #D0D0D0;
	display:block;
    color:#2280DC;
    text-transform:uppercase;
}
.faq a{
	background-color:#EDF4FC;
	padding:2px 10px;
	border-bottom:1pt dotted #D0D0D0;
	display:block;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	color:#777;
}
.faq p{
	background-color:#F6F9FD;
	padding:10px 20px;
	border-bottom:1pt dotted #D0D0D0;
	display:block;
}
.faq .lastElement{
	border-bottom:0pt dotted #D0D0D0;
}

/* P202 */
#pageP_202 .contentPageStandardForm .formDataModule .formUploadCage {
	display: inline;
	float: left;
}

/* P202: Hochladen Button */
#pageP_202 #button_202_start_3 {
	margin:10px 0 0 80px;
	border: 0px;
	line-height: 20px;
	float: right;
}

#pageP_202 .moduleFullSize{
	width:686px;
	margin: 0px;
}

/* P203: Hochladen Button */
#pageP_203 #button_203_start_2 {
	margin:10px 0 0 80px;
	border: 0px;
	line-height: 20px;
	float: right;
}

#pageP_203 .moduleFullSize{
	width:686px;
	margin: 0px;
}

#pageP_203 .contentPageStandardForm .formDataModule input#smartImageFileUpload {
	width:265px;
	display:inline;
	margin:6px 6px 6px 0;
	vertical-align:middle;
	border: 0px;
}

#pageP_203 .contentPageStandardForm .formRowModule .fotoRowModule {
	width:320px;
	border: 1pt dashed #777;
}

#pageP_203 .contentPageStandardForm .formDataModule .formUploadCage {
	display: inline;
	float: left;
}

#pageP_203 div.formRowModule div#TitleCage {
       width: 680px;
}



/* P204: Hochladen Button */
#pageP_204 #button_204_start_2 {
	margin:10px 0 0 80px;
	border: 0px;
	line-height: 20px;
	float: right;
}

#pageP_204 div.formRowModule div#TitleCage {
       width: 680px;
}


/* ------ COMMON ANNOTATION?? ----------------------------- */
.contentPageStandardForm label.annotation,
.contentPageStandardForm span.annotation {
	font-weight:normal;
	display:inline;
	color:#AAA;
}

#pageP_202 .contentPageStandardForm .formDataModule input#smartImageFileUpload {
	width:300px;
	display:inline;
	margin:6px 6px 6px 0;
	vertical-align:middle;
	border: 0px;
}

/* P202 und P204:
 * IMAGE GALLERY VON FOTOS AN SMART UND STORY UND FOTOS
 *
 * Fuer P110 NICHT NUTZBAR. Siehe div#imageGallerCage!!
 */
.imageGalleryCage
{
	padding:10px 0 10px 10px;
}

.imageGalleryCage .fotoColumnCage
{
	width: 212px;
	height: 142px;
	overflow: hidden;
	text-align: center;
    position: relative;
    left: 0px;
    top: 0px;
    font-size: medium;
}

.imageGalleryCage .fotoColumnCage a {
	margin: 0px auto;
}

.imageGalleryCage .fotoColumnCage img {
	border:1pt solid #777;
}

.imageGalleryCage div.deleteElementCage {
	padding:5px 0;
}

.imageGalleryCage .fotoColumnSingle {
    display: block;
	width: 210px;
	float: left;
	margin:0 20px 20px 0px;
	width: 210px;
	overflow: hidden;
    line-height: 12px;
    font-size: 12px;
}
.imageGalleryCage .fotoColumnSingle p {
	text-align: center;
	display: inline;
}
.imageGalleryCage .fotoColumnSingle input.deleteImageElement {
    display: inline;
	float: left;
	width: 20px;
	vertical-align:top;
	margin:0px 5px 0px 0px;
	position: relative;
	top: -1px;
	left: 12px;
}

.imageGalleryCage p.imageTitle {
	position:relative;
	left:15px;
	top:0px;
	width:170px;
	display:inline;
	margin:0;
	padding:0;
	overflow:hidden;
}

.imageGalleryCage .contest-image-overlay
{
    position: absolute;
    bottom: 0;
    right: 5px;
}

.imageGalleryCage .contest-image-overlay img
{
    border: none !important;
}


/** P110 **/
#imageGalleryCage
{
    margin: 20px 0 0 0;
}

#imageGalleryCage .pagePrev,
#imageGalleryCage .pageNext,
#imageGalleryCage .imageGalleryCageInner
{
    float: left;
    height: 184px;
}

#imageGalleryCage .pagePrev,
#imageGalleryCage .pageNext
{
	width: 48px;
    padding: 67px 0 0 0;
}

#imageGalleryCage .pageNext
{
    text-align: right;
}

#imageGalleryCage .imageGalleryCageInner
{
    width: 212px;
}

#imageGalleryCage .fotoColumnCage
{
    display: block;
    width: 212px;
	height: 142px;
	overflow: hidden;
	text-align: center;
    position: relative;
}

#imageGalleryCage .fotoColumnCage_content{

    /* position:relative;
    top:0px;
    left:0px; */
    z-index:50;
}

* html #imageGalleryCage .fotoColumnCage
{
    position: static !important;
    top: auto !important;
    left: auto !important;
}

#imageGalleryCage .fotoColumnCage img
{
	border: 1pt solid #D0D0D0;
}

* html #meinsmartZoomContent .fotoColumnCage
{
    text-align: right !important;
}

#imageGalleryCage .contest-image-overlay
{
    position: absolute;
    right: 0px;
    bottom: 5px;
    z-index:100;
}

* html #imageGalleryCage .contest-image-overlay
{
    margin: -45px 0 0 0;
    text-align: right;
    position: static !important;
    top: auto !important;
    right: auto !important;
}

* html #meinsmartZoomContent #imageGalleryCage .contest-image-overlay
{
    margin-top: -60px !important;
}

#imageGalleryCage .contest-image-overlay,
#imageGalleryCage .contest-image-overlay img
{
    border: none !important;
}

#pageP_202 .contentPageStandardForm .formRowModule .fotoRowModule {
	width:680px;
}

#pageP_202 .fotoColumnSingle,
#pageP_203 .fotoColumnSingle,
#pageP_204 .fotoColumnSingle {
  width: 210px;
}

#imageMetaDataDescCage,
#imageMetaDataImageCage {
	width: 670px;
}
#imageMetaDataImage_col_l {
	float: left;
	width: 150px;
	height: 150px;
}
#imageMetaDataImage_col_r {
	float: left;
	width: 332px;
/*	border: 1pt solid #fff; */
}

#imageMetaDataImage_col_r .fotoRowModule {
	width: 232px;
/*	border: 1pt solid #fff; */
}

#imageMetaDataTitle_col_l {
	float: left;
	width: 150px;
	height: 30px;
}
#imageMetaDataTitle_col_r {
	float: left;
	width: 320px;
	height: 30px;
}

#imageMetaDataDesc_col_l {
	float: left;
	width: 150px;
	height: 150px;
}
#imageMetaDataDesc_col_r {
	float: left;
	width: 480px;
}

#imageMetaDataDesc_col_r textarea {
	width: 332px;
	height: 150px;
	margin: 0px;
}

#pageP_202 div.hideMe,
#pageP_203 div.hideMe,
#pageP_204 div.hideMe {
       border: 0px none;
       position:absolute;
       left: -10000px;
}
#imageMetaDataImage_col_r div.fotoRowModule {
       width: 320px;
}

#pageP_202 div.formRowModule div#TitleCage{
       width: 680px;
}
/* P110  */
#profileCube{
	position:absolute;
	top:350px;
	left:-26px;
	z-index:90;
	width:250px;
	height:180px;
	border:0px #ff0000 solid;
}
.profileCubes{
	border:0px #A1A1A1 solid;
    position:absolute;
    top:0;
    left:-50000px;
}
.profile-avatar-container img{
	border:1px #A1A1A1 solid;
}

/* P110 :: MEIN SMART */
#pageP_110 #right_profileColumn_smart .smallSmartFotoCage,
#pageP_110 #right_profileColumn_photo .smallSmartFotoCage {
	width: 45px;
	text-align: center;
	float: left;
	display: inline;
	margin: 0px 5px 5px 0px;
	/*border: 1pt solid #D0D0D0*/
	vertical-align: center;
}

#meinsmartDataTable,
#meinefotosDataTable{
	margin:0px 15px 0px 15px;
}

#pageP_110 #right_profileColumn_smart #meinsmartDataTable td.key{
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	padding:0 0px 5px 0;
}

#meinsmartDataTable td.value{
	color:#777;
	line-height:16px;
}
.clear {
       clear:both;
}


/* P110 :: BEWERTUNG */
#pageP_110 div.ratings {

	margin-top: 0px;
	margin-left: 13px;

}

/* P110 :: MEINE STORY */
#pageP_110 #right_profileColumn_story .smallStoryFotoCage {
	width: 45px;
	text-align: center;
	float: left;
	display: inline;
	margin: 0px 5px 5px 0px;
	/*border: 1pt solid #D0D0D0;*/
	vertical-align: center;
}

#center_profileColumn_story h4,
#right_profileColumn_story h4{
	color: #555;
	font-size:12px;
	line-height:16px;
	padding:10px 15px 0 15px;
	font-weight:bold;
}

/* P110 :: MEINE FOTOS */
#pageP_110 #right_profileColumn_photo .smallSmartFotoCage {
	width: 45px;
	text-align: center;
	float: left;
	display: inline;
	margin: 0px 5px 5px 0px;
	/*border: 1pt solid #D0D0D0;*/
	vertical-align: center;
}

#center_profileColumn_photo h4,
#right_profileColumn_photo h4{
	color: #555;
	font-size:12px;
	line-height:16px;
	padding:10px 15px 0 15px;
	font-weight:bold;
}


/* P204 - MEINE STORY */
#meinestoryDataTable{
	margin:10px 15px 20px 15px;
}


#pageP_204 input.fullSizeElement {
	width:670px;
	display:inline;
	margin:7px 0px 0px 0px;
	vertical-align:middle;
}

#pageP_204 textarea.fullSizeElement {
	width:670px;
	display:inline;
	margin:0px 0px 6px 0px;
	vertical-align:middle;
}

#pageP_204 .contentPageStandardForm .formDataModule input#smartImageFileUpload {
	width:300px;
	display:inline;
	margin:6px 6px 6px 0;
	vertical-align:middle;
	border: 0px;
}

#pageP_204 .formDataModule .formUploadCage {
	display: inline;
	float: left;
}

#pageP_204 .moduleFullSize{
	width:686px;
	margin: 0px;
}

/* P204: Hochladen Button */
#pageP_204 #button_204_start_2 {
	margin:10px 0 0 80px;
	border: 0px;
	line-height: 20px;
	float: right;
}

#pageP_204 div.formRowModule div#TitleCage {
       width: 680px;
}


/** P205 MY FRIENDS EDIT PAGE **/
.contentPageStandardForm .formRowModule-myfriends
{
  padding: 0 0 0 65px;
  width: auto;
}

.contentPageStandardForm .formDataModule-myfriends
{
  float: left;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  width: 200px;
  padding: 8px 0 8px 0;
  margin: 0 100px 0 0;
  border-bottom: 1px dotted #D0D0D0;
}

.contentPageStandardForm .formDataModule-myfriends *
{
  display: inline;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.contentPageStandardForm .formDataModule .checkbox
{
  display: inline;
  width: auto;
}

.contentPageStandardForm .formDataModule .avatar
{
  display: inline;
  float: none;
  border: 1px solid #D0D0D0;
}

.contentPageStandardForm .formDataModule-myfriends label
{
  display: inline;
  font-weight: normal;
}

.contentPageStandardForm .formDataModule-myfriends label:hover
{
  cursor: pointer;
}


/** P110 MY FRIENDS LAYER **/
.list-my-friends li
{
  display: block;
  padding: 0 15px 5px 15px;
  height: 35px;
  line-height: 35px;
}

.list-my-friends li *
{
  display: inline !important;
  vertical-align: middle !important;
}

.list-my-friends li img
{
  margin: 0 10px 0 0;
  border: 1px solid #D0D0D0;
}

table.private-messages
{
	border: 1pt solid #D0D0D0;
	margin: 10px;
}

table.private-messages td,
table.private-messages th
{
	padding:5px 10px;
	vertical-align: top;
	border-left: 1px dotted #D0D0D0;
	border-bottom: 1px dotted #D0D0D0;
	overflow: hidden; /* release 3 */
}

table.private-messages thead th
{
	background: #fff none;
	font-weight: bold;
	font-size: 11px;
    color:#818181;
}

table.private-messages tbody td.control
{
	vertical-align: middle;
}

table.private-messages tbody td.button
{
	text-align: right;
    padding-right:5px;
}

table.private-messages tbody td a
{
	font-weight: normal;
}

table.private-messages tbody td strong a
{
	font-weight: bold;
}

table.private-messages button
{
	border: 0;
}
table.private-messages tbody tr.even{
    background-color:#FFF;
}
table.private-messages tbody tr.odd{
    background-color:#EDF4FC;
}

#pageP_200 table.private-messages
{
	border: 1pt solid ##D0D0D0;
	margin: 10px 0px;
}

#pageP_200 table.private-messages th
{
	color:#818181;
}

#pageP_200 table.private-messages td
{
	color:#818181;
}

/* ??!?! */
#pageP_200 p.blockSpacer {
	margin-bottom: 20px;
}

#pageP_200 div.profile-avatar-container {
	width: 70px;
    float:left;
}

#pageP_200 div.profile-rating {
  float: left;
  width: 350px;
}

#pageP_200 div.profile-rating h2.blockHeadline {
  width: 350px;
}
#pageP_200 div.profile-rating p{
    width:350px;
}

#pageP_200 div.ratings {
	margin-bottom: 5px;
}

/* Liste mit Links im normalen Content */
#pageP_200 div.profileOverviewBlock ul.contentPageVerticalLinklist {
    position: relative;
	margin:0 0 30px 0;
	display:block;
    width: 430px;
}

#pageP_200 span.newsletter-in,
#pageP_212 span.newsletter-in
{
    color: #0f0;
    font-weight: bold;
}

#pageP_200 span.newsletter-out,
#pageP_212 span.newsletter-out
{
    color: #f00;
    font-weight: bold;
}

/*
 * This is in sync with .new-ui .form-controls
 * but needs to be set in P_200 context identically
 * to fix a Firefox AJAX Redraw issue.
 */
#pageP_200 #stNewsletterStatus #stNewsletterControls
{
    overflow: hidden;
    padding: 5px 10px;
}


.pm-listing-paging
{
	text-align:center;
	padding: 10px;
	background: #fff none;
	height: 15px;
}

.pm-listing-paging a strong
{
	color: #2280DC;
}

.pm-listing-paging .center
{
	text-align:center;
	width: 300px;
}

.pm-listing-paging .left
{
	float: left;
}

.pm-listing-paging .right
{
	float: right;
}

table.private-messages tbody tr.display-message td
{
	padding: 0;
}

table.private-messages tbody tr.display-message td .message-text
{
	background: F6F9FD;
	padding: 20px;
	font-size: 12px;
	border-bottom: 1px dotted #D0D0D0;
}

table.private-messages tbody tr.display-message td .message-controls
{
	background: #fff none;
	padding: 5px;
	height: 20px;
}

/* ------ MEMBER SEARCH FORM ___ 102 ------------------------------------------------------------ */

form#member_search_form input,
form#member_search_form select {
	width: 180px;
}

#pageP_102 button.right {
	float: right;
}


/* ---------------- p110 MEIN BLOG --------------------------- */
#center_profileColumn_blog
{
	width: 660px;
	padding: 0 0 0 10px;
	background: transparent none;
}

.profileColumn-blog-new
{
	padding: 0 0 10px 0;
}

.new-ui .paging,
#blog_entries_paging
{
	text-align: center;
}

/**
    ÜBERSCHREIBT content.p102, WORKAROUND UM DAS STYLESHEET
    NICHT NOCHMAL ANFASSEN ZU MÜSSEN
**/
.new-ui .paging
{
  padding: 5px 0 0 0;
}

.new-ui .paging strong,
#blog_entries_paging strong
{
	font-weight: bold;
	color: #2280DC;
}

/* ------------------ p120, p121 ------------------------- */
.new-ui .breadcrumb,
#blogentries_breadcrumb
{
	padding: 0 0 10px 0;
  width: 660px;
  overflow: hidden;
  white-space: nowrap;
}

.new-ui .breadcrumb a,
#blogentries_breadcrumb a
{
	text-decoration: underline;
	font-weight: normal;
}

#blogentries_breadcrumb .blog-entry-title
{
	font-weight: bold;
	color: orange;
}

.new-ui .content-column-left,
#blogentries_left
{
    position: relative;
    top: 0px;
    left: 0px;
	float: left;
	width: 660px;
}

.blog-post
{
/*
    position: relative;
    top: 0px;
    left: 0px; */
	padding: 0 0 10px 0;
}

.blog-text
{
	position: relative;
	overflow: hidden;
	width: 660px;
    padding-bottom: 10px;
}

* html #pageP_110 .blog-text
{
	position: static;
	padding-bottom: 20px;
}

.blog-text h3
{
	margin: 0 0 10px 0;
}

.blog-text .avatar-image
{
	border: 1px #A1A1A1 solid;
	float: left;
	margin: 0 10px 10px 0;
	display: block;
}

.blog-text p
{
	padding:0;
	margin-bottom: 10px;
	line-height: 1.178em;
}

.blog-text .blog-post-detail
{
	margin: 0;
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 0;
	background: transparent;
	padding: 2px 0 0 2px;
}

* html #pageP_110 .blog-text .blog-post-detail
{
	position: static;
}

/*** BLOG CONTROLS ***/
.new-ui .toggling-controls,
.blog-controls
{
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #D0D0D0;
}

.new-ui .toggling-controls,
.blog-controls-top
{
	margin-bottom: 10px;
}

.new-ui .toggling-controls .right,
.new-ui .toggling-controls .left,
.blog-controls .right,
.blog-controls .left
{
	display: block;
	padding: 0;
	margin: 0;
	height: auto;
}

.new-ui .toggling-controls .left,
.blog-controls .left
{
	max-width: 280px;
	overflow: hidden;
}

* html .new-ui .toggling-controls .left,
* html .blog-controls .left
{
	width: 280px;
}

.blog-controls .blog-controls-date-username
{
	white-space: nowrap;
	overflow: hidden;
}

.blog-controls .tagcloudlink
{
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

.blog-controls .tagcloudlink:hover
{
	color: #777777;
}

.new-ui .toggling-controls .left .button,
.blog-controls .left .button
{
	margin-right: 10px;
}

.new-ui .toggling-controls .right .button,
.blog-controls .right .button
{
	margin-left: 10px;
}

.new-ui .toggling-controls .right,
.blog-controls .right
{
	float: right;
}

.new-ui .toggling-controls .left,
.blog-controls .left
{
	float: left;
}

/** Blog sidebar **/

#blogentries_right,
.new-ui .content-column-right
{
	float: right;
	width: 221px;
}

#blogentries_right p
{
	padding: 5px 5px 0 0;
}

#blogentries_right .sidebox
{
	width: 220px;
	border: none;
	padding: 0;
	background: transparent none;
}

#blogentries_right .sidebox-content
{
	background: #ffffff none;
	padding: 0 0 5px 0;
	border-left: 0px #A1A1A1 solid;
	border-bottom: 0px #A1A1A1 solid;
}

#blogentries_right .sidebox a
{
	display: inline;
	text-decoration: none;
	margin: 0;
}

#blogentries_right .sidebox .tagcloud
{
	font-size: 1em;
	width: 210px;
	overflow: hidden;
}

#blogentries_right .sidebox .tagcloudlink
{
	color: #777777;
	line-height: 1em;
}

.sidebox .tagcloudlink:hover
{
	color: #333333;
}

/** ------------- p120 -------------- **/
#blogentries_copy
{
	width: 660px;
	line-height: 1.19em;
	color: #333333;
	padding-bottom: 10px;
}

#blog_entries_paging
{
	padding: 10px 0 0 0;
}

/* ----------------- autocomplete --------------*/
.ac_results
{
	border: 1px solid #D0D0D0;
	background: #fff none;
	padding: 3px 5px 3px 5px;
}

.ac_results ul
{
	padding: 0 0 2px 0;
}

.ac_results li
{
	padding: 2px 0 0 0;
}

.ac_results li:hover
{
	cursor: pointer;
	text-decoration: underline;
}

/* **************************************************************
104 und 1: COMMUNITY NEWS - LEIDER IST DIE NEWS-AREA FÜR DIE VOLLE BREITE ALS EXOT FÜR EINE BESTIMMTE p_ID KONZIPIERT WORDEN, DARUM DIE NOMENKLATUR
************************************************************** */
#pageP_1 	#news_area{
        margin-left:0px;
		position:relative;
		border:0px #ff0000 solid;
        display:block;
        width:100%;
	}
#pageP_104 	#news_area{
        margin-left:0px;
		position:relative;
		border:0px #ff0000 solid;
		margin-top:50px;
        display:block;
        width:100%;
	}
#pageP_1	.news_column,
#pageP_104	.news_column{
		float:left;
	}
#pageP_1	#news_column_left,
#pageP_104	#news_column_left{
		width:467px;
		border:0px #ff0000 solid;
		margin-right:27px;
	}
#pageP_1	#news_column_center,
#pageP_104	#news_column_center{
		width:220px;
		border:0px #ff0000 solid;
		margin-right:24px;
	}
#pageP_1	#news_column_right,
#pageP_104	#news_column_right{
		width:170px;
		border:0px #ff0000 solid;
	}
#pageP_1	#news_area .listImage,
#pageP_104	#news_area .listImage {
		display:block;
		clear:both;
		float:left;
		margin:2px;
		width:40px;
	}
#pageP_1	#news_area .listImage img,
#pageP_104	#news_area .listImage img{
		border:1px #777777 solid;
	}
#pageP_1	#news_area div.listRating .ratings,
#pageP_104	#news_area div.listRating .ratings{
		width:110px;
		float:left;
	}
#pageP_1	#news_area div.listRating .listRatingAvg,
#pageP_104	#news_area div.listRating .listRatingAvg{
		color:#777777;
		float:left;
		margin-top:3px;
	}

#pageP_1 #news_blog .widgetElement,
#pageP_104 #news_blog .widgetElement
{

}

#pageP_1 #news_blog  h1,
#pageP_104 #news_blog  h1,
#pageP_1 #news_blog  p,
#pageP_104 #news_blog  p
{
  overflow: hidden;
}

#pageP_1 #news_blog .widgetLinkRight,
#pageP_104 #news_blog .widgetLinkRight
{

}
/* p104, neuester Blogeintrag */
#pageP_1 #news_blog .avatar-image,
#pageP_104 #news_blog .avatar-image
{
  margin: 0 10px 0px 0;
  float: left;
}



ul.contentList li{
    background-image:url(/images/A/common/icons/bulletpoint_small.gif);
    background-repeat:no-repeat;
    background-position:0px 3px;/* im IE6-CSS auf 2px korrigieren */
    padding-left:10px;
    padding-bottom:5px;
    list-style-type: none;
}


/* Verlinkungen im Blog Post */
a.blog-post-link {
    text-decoration: underline;
    font-weight: normal;
    color: #2280DC;
}


#pageP_200 #btnFirstSubscription
{
    margin-top: 5px;
}
