﻿@charset "utf-8";
/*******************************************************************************
********************************************************************************
	Projekt		: Community AddOn
	
	Agentur		: blumbeet - web.studio
				: www.blumbeet.com
********************************************************************************
*******************************************************************************/

/*	Reset - NICHTS VERAENDERN *************************************************/
img, fieldset {
	border: 0;
}

strong {
	font-weight: bold;
}

/*	Standard - NICHTS VERAENDERN **********************************************/

ol li {
	list-style-type: decimal;
}

.fl-lft, 
.flLeft { 
	float: left;
	margin: 0 20px 0 0;
}

.fl-rght { 
	float: right;
	margin: 0 0 0 20px;
}
.algn-left { 
	text-align: left;
}
.algn-right { 
	text-align: right;
}
.algn-center { 
	text-align: center;
}

.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear { 
	clear: both;
}

.hidden {
	display: inline;
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	background-color: #FFF;
}


table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
th, td {
	padding: 2px 5px;
	vertical-align: top;
}


/*	Allgemeines ***************************************************************/
h3 {
	margin-bottom: 15px;
	color: #6D6A6B;
	font-family: "Meta-Normal", Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 1.6em;
	font-weight: normal;
}
h3 strong {
	color: #4D7F7F;
}
h4 {
	color: #0CAEDF;
	font-family: "Meta-Normal", Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 1.25em;
	font-weight: normal;
}

div#f-cntnt p, 
div#f-cntnt ul, 
div#f-cntnt ol, 
div#f-cntnt table, 
div#f-rght p, 
div#f-rght ul, 
div#f-rght ol, 
div#f-rght table {
	margin-bottom: 1em;
}


p.answertext, 
p.warning, 
p.com-warning {
	padding: 10px;
	color: #990000 !important;
	font-weight:bold;
}


/*	Seitestruktur *************************************************************/

div#wbst {
	position: relative;
	width: 960px;
	font-size: .75em;
	line-height: 1.4;
}

div#hdr {
	float: left;
	width: 100%;
	height: 180px;
}
div#ftr {
	float: left;
	width: 100%;
	font-size: .75em;
}


div#f-lft, 
div#f-cntnt, 
div#f-rght {
	float: left;
	width: 208px;
	padding: 10px 0;
}
div#f-rght {
	float: right;
}
div#f-cntnt {
	width: 544px;
}

div#f-cntnt div#cntnt {
	padding: 0 22px 0 20px;
}

/*	Header ********************************************************************/


div.bx-shdw {
	margin-bottom: 2em;
	padding-top: 4px;
	padding-left: 4px;
	background-image: url(shdw_top.gif);
}
div.bx-shdw-2 {
	padding-right: 4px;
	padding-bottom: 4px;
	background-image: url(shdw_bttm.gif);
	background-position: 100% 100%;
}
div.bx-v1-cntnt {
	padding: 20px 15px;
	background-color: #FFFFFF;
	background-color: #F8FAED;
}

div.spcl-bgcolor {
	margin-bottom: 5px;
	padding: 12px;
	background-color: #FFFFFF;
	border: 1px solid #FFF;
	border-top-width: 3px;
	border-bottom-width: 3px;
}



div#com-usr-navi {
	font-family: "Meta-Normal", Verdana, Arial, "Times New Roman", sans-serif;
}


/*	Formulare *****************************************************************/
div#f-lft fieldset, 
div#f-rght fieldset {
	padding: 0;
}


/*	Icons *********************************************************************/
ul.com-usr-list li {
	padding-left: 15px;
	background-image: url(icon_usr_list.gif);
	background-position: 0px 4px;
}




div.splt {
	clear: both;
	margin-bottom: 1em;
	height: 5px;
	background-image: url(splt.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}





/*	Inhaltsspalte *************************************************************/
p.image {
	padding: 4px 0 0 0;
}
p.image span {
	display: block;
	padding: 10px 0 0 0;
	color: #BEBFC1;
}

p.img-top, 
p.img-bttm {
	margin-bottom: 1em;
}


#cntnt ul {
	margin-bottom: 10px;
	margin-left: 20px;
}
#cntnt ul.com-navi-myprofile {
	margin-left: 0px;
}

#cntnt li {
	list-style-type:square;
}


