/*******************************************************************************
********************************************************************************
	Projekt		: Community AddOn
	
	Agentur		: blumbeet - web.studio
				: www.blumbeet.com
********************************************************************************
*******************************************************************************/

/*	Reset - NICHTS VERAENDERN *************************************************/

:focus {
	outline: 0;
}

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


.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 ***************************************************************/

div#wrppr a {
	border-bottom: 1px dotted #0CAEDF;
}
div#wrppr p.image a, 
div#wrppr p.link-button a, 
div#wrppr div.com-tab-navi li a {
	border: 0;
}

div#wrppr a:hover {
	border-bottom-style: solid;
}
div#wrppr a.icon {
	border-bottom: 0;
}
div#wrppr a.icon span {
	border-bottom: 1px dotted #0CAEDF;
}
div#wrppr a.icon:hover span {
	border-bottom-style: solid;
}

div#wrppr p.link-button a, 
div#wrppr p.link-save a, 
div#wrppr ul.com-navi-paginate a, 
div#wrppr div.com-topic p.topic a {
	border: 0;
}


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;
	background-color: #5B7E7E;
	color: #FEF3E1;
}


/*	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: #F9FBEE;
	background-color: #F8FAED;
}

div.spcl-bgcolor {
	margin-bottom: 5px;
	padding: 12px;
	background-color: #F9FBEE;
	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 *********************************************************************/
a.icon-lgt, 
a.icon-myprfl, 
a.icon-psswd-frgttn, 
a.icon-rgstr {
	padding-left: 15px;
	background-position: 0px 3px;
}
a.icon-rgstr {
	background-image: url(icon_rgstr.gif);
}
a.icon-psswd-frgttn {
	background-image: url(icon_psswd_frgttn.gif);
}
a.icon-myprfl {
	background-image: url(icon_myprfl.gif);
}
a.icon-lgt {
	background-image: url(icon_lgt.gif);
}
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.html);
	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;
}


