@import url(../style.css);
@import url(../box.css);

/* Anfang Überlagerung */
div#mainBox div#seperator {
	background-color:#ff630d;
}

div#mainBox div#leftBox a.navi {
	background-image:url(../../gfx/leftNavi/community/navi_bg.gif);
}

div#mainBox div#leftBox a.navi:hover {
	background-image:url(../../gfx/leftNavi/community/navi_bg_hl.gif);
}

div#mainBox div#leftBox a.active {
	background-image:url(../../gfx/leftNavi/community/navi_bg_hl.gif);
}
/* Ende Überlagerung */

div.title {
	height:24px;
	background-image:url(../../gfx/clever/faq/title.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

div.headerBox {
	width:696px;
	position:relative;
	background-color:#FFFFFF;
	border:1px solid #9d9d9d;
}

div.headerBox div.leftHeader {
	width:465px;
	height:220px;
	float:left;
	background-position:right top;
	background-repeat:no-repeat;
	border-right:1px solid #9d9d9d;
}

div.headerBox div.rightHeader {
	width:228px;
	height:220px;
	float:left;
}

div.headerBox div.rightHeader h1 {
	padding-left:19px;
}

/* News */
div.newsBox {
	width:696px;
	margin-top:19px;
	position:relative;
	background-image:url(../../gfx/community/box_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
	border-left:1px solid #9d9d9d;
	border-right:1px solid #9d9d9d;
	border-bottom:1px solid #9d9d9d;
}

div.newsBox div.headerTitle {
	height:24px;
	background-image:url(../../gfx/community/news_header.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
}

div.newsBox div.leftTitle {
	width:257px;
	height:22px;
	line-height:22px;
	vertical-align:middle;
	position:absolute;
	left:143px;
}

div.newsBox div.rightTitle {
	width:198px;
	height:22px;
	line-height:22px;
	vertical-align:middle;
	padding-left:30px;
	background-color:#fff4ee;
	border-top:1px solid #919191;
	border-bottom:1px solid #919191;
	border-left:1px solid #919191;
	position:absolute;
	right:0px;
}

div.newsBox div.content {
	padding:29px 25px 29px 20px;
}

div.newsBox div.content div.left {
	width:480px;
	background-image:url(../../gfx/community/question_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
	float:left;
}

div.questions {
	width:190px;
	font-size:11px;
	margin-right:45px;
	float:left;
}

div.questions a, div.questions b {
	font-size:11px;
}

div.questions li {
	font-weight:bold;
	color:#0148bf;
	list-style-type:disc;
	margin-left:27px;
}

div.questions li a {
	font-weight:bold;
	color:#0148bf;
}

div.wisdom {
	width:190px;
	font-size:11px;
	float:left;
}

div.wisdom a, div.wisdom b {
	font-size:11px;
}

div.latestUser {
	width:170px;
	float:left;
}

div.newsBox div.footer {
	height:6px;
	clear:both;
	font-size:0px;
	background-color:#cdcdcd;
}

/* Experten */
div.expertBox {
	width:696px;
	margin-top:19px;
	position:relative;
	background-image:url(../../gfx/community/box_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

div.expertBox div.headerTitle {
	height:34px;
	background-image:url(../../gfx/community/expert_header.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
}

div.expertBox div.leftTitle {
	width:257px;
	height:22px;
	line-height:22px;
	vertical-align:middle;
	position:absolute;
	left:143px;
}

div.expertBox div.rightTitle {
	width:198px;
	height:22px;
	line-height:22px;
	vertical-align:middle;
	padding-left:30px;
	background-color:#fff4ee;
	border-top:1px solid #919191;
	border-bottom:1px solid #919191;
	border-left:1px solid #919191;
	position:absolute;
	right:0px;
}

div.expertBox div.content {
	padding:29px 5px 29px 20px;
}

div.expertBox div.content div.left {
	width:475px;
	background-image:url(../../gfx/community/expert_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
	float:left;
}

div.expertBox div.content div.right {
	width:196px;
	line-height:12px;
	float:left;
}

div.expertBox div.footer {
	height:6px;
	clear:both;
	font-size:0px;
	background-color:#cdcdcd;
}

div.expert {
	width:185px;
	margin-right:35px;
	float:left;
}

div.group {
	height:26px;
	line-height:26px;
	vertical-align:middle;
	padding-left:30px;
	background-color:#efefef;
	font-weight:bold;
	background-position:left top;
	background-repeat:no-repeat;
}

div.groupWinner {
	padding:5px 0px 16px 30px;
}

