/* UTF-8 */
@charset "utf-8";

/* 
 * --------------------------------
 * Standard CSS
 * -------------------------------- 
 */
html {
	font-family: Verdana, Arial, Helvetica !important;
	background-color:#2a2a2a;
}
body {
	font-family: Verdana, Arial, Helvetica !important;
	font-size: 12px;
	color: #717171;
	line-height:17px;
}
hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #ebebeb;
	border-bottom: transparent;
}

h2, h1, h3 {
	margin-top:0px !important;
	padding-top:0px !important;
}
h2, h1, h3 {
	color:#fff;
}

a {
	text-decoration:none;
}
.clr {
	clear:both;
}

/* 
 * --------------------------------
 * weooo CSS
 * -------------------------------- 
 */

.page {
	width:100%;
}
.page .menuArea {
	position:relative;
	z-index:103;
	width:877px;
	height:37px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:0px;
	background-image:url(images/img-menu-bg.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;
}
.page .menuArea .mainmenu {
	position:relative;
	z-index:104;
}
.page .communityUserBar {
	position:relative;
	z-index:101;
	width:877px;
	height:34px;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(images/img-menu-unfold-bg2.png);
	background-repeat:repeat-y;
	background-position:left;
	padding-left:25px;
}
.page .communityUserBarOption {
	position:relative;
	z-index:102;
	width:902px;
	height:55px;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:10px;
}
.page .communityUserBar .userbar {
	padding-top:8px;
	margin-left:6px;
	color:#fff;
	font-size:11px !important;
}
.page .communityUserBar .userbar a{
	color:#fff;
	text-decoration:none;
}
.page .body {
	margin:0 auto;
	width:900px;
}
.page-bottom {
	height:10px;
	float:left;
}
.footer {
	width:100%;
	height:128px;
	background-image:url(images/img-footer_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	margin:0 auto;
	margin-bottom:30px;
	text-align:center;
	color:#CCC;
	font-size:10px;
}
.footer .overlay {
	position:absolute;
	left:50%;
	margin-left:-450px;
	width:900px;
	height:130px;
	background-image:url(images/img-footer_bg_overlay.png);
	background-position:center;
	background-repeat:no-repeat;
}
.footer .content {
	position:absolute;
	left:50%;
	margin-left:-380px;
	width:770px;
	padding: 0 30px;
	padding-top:20px;
	text-align:left;
}
.footer .logo {
	position:absolute;
	left:50%;
	margin-left:-450px;
	margin-top:24px;
	width:70px;
	height:102px;
	background-image:url(images/footer-logo.png);
	background-repeat:no-repeat;
}
/* 
 * --------------------------------
 * Hilfs-CSS
 * -------------------------------- 
 */
.clr { clear:both; }


/* 
	CSS Baukasten Anpassungen 
	============================================
*/
.module_news h2 {
	font-weight:bold !important;
	font-size:17px !important;
	padding-bottom:5px;
}
/* Anpassung der Farbe der Kommentare*/
.commentbox {
	background-image:url(../_allgemein/images/bg_black_10transparent.png);
}
.tabContent .tabContentMenu ul {
	border-style:dotted;
}
#contentBOX ul li {
	margin-left:28px;
	padding-top:15px;
}
/* 
	CSS Baukasten Anpassungen ENDE
	============================================
*/