body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	color: #484848;
	background: none;
	line-height: 1.5;
	text-align: center;
}
body.contentpane {
	color: #ffffff;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
	width : auto;
	margin : 10px;
	line-height : 1.4em;
	text-align: left;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}
.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}
.tool-text {
	font-size: 100%;
	margin: 0;
}

/* Tooltip */
a:link,a:visited
{
	color: #6dae0f;
	text-decoration: underline;
}
a:hover,a:active,a:focus
{
	color: #484848;
	text-decoration: underline;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:0 0;
}
h4 {
	border:solid 0;
	color:#000;
	font-size:1em;
}
input:focus {
	border:solid 2px;
}
fieldset {
	border:0;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

ol.list {
	list-style-position:inside;
	margin:20px 0;
	padding:0;
}
ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}
ul li {
	padding-left: 20px;
/*	background: url(../images/bullet-list.gif) no-repeat 10px 8px;*/
}
/*
#header ul li {
	padding-left: 5px;
	background:  none;
}
*/
ol.list li {
	border-bottom:solid 1px #d3ecf6;
	margin:10px 0;
	padding:10px;
	background:#FBF7FA;
}
ol.list li h4 {
	border-bottom:solid 0 #CCC;
	color:#099;
	display:inline;
	margin:0 0 10px;
}
p {
	line-height:1.4em;
	margin:5px 5px 5px 0;
}
p.counter {
	background:#EEE;
	color:#000;
	font-weight:bold;
	margin:10px 0;
	padding:5px;
}
p.buttonheading {
	text-align:right;
}
.buttonheading img
{
	border:0;
}
p.buttonheading a:link,p.buttonheading a:visited
{
	border: none;
}
.leading p.buttonheading a:link,.leading p.buttonheading a:visited
{
	border:none;
}
p.buttonheading a:hover
{
	background:none !important;
	color:#000 !important;
}
p.buttonheading a:active,p.buttonheading a:focus
{
	border:none;
	color:#000;
}
em
{
	font-weight:bold;
}
.componentheading	
	{
	margin: 0 0 15px;
	font-size: 2em;
	line-height: normal;
	color:#3bade5;
	padding: 2px 0 3px;
	border-bottom: 1px solid #D1D1C7;
		}


/* ###########  header content #############  */

#header h1
{
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
}

#logo
{
	font-size:1em !important;
	font-weight:bold !important;
	position:relative;
	text-align:left;
	text-transform:none !important;
	z-index:0;
	margin-top:0em;
}

#logo img
{
	display:block;
}

#logo span
{
 	display:block;
	margin:0 0 2px 100px !important;
	border-bottom:solid 1px #666;
 }
 
 /*  Search box  */
#header form
 {
 	background:none;
 	border: none;
 	float:right;
 	min-width:260px;
 	height:23px;
 	text-align:left;
 	padding:0 0 0 0px;
 	position: absolute;
 	top:8px;
 	right:-10px;
 	z-index:1;
 }


* html #header form
{
	height:23px;
}

#header form fieldset
{
	border:0 solid #000;
	display:inline;
	float:left;
	padding:19px;
	text-align:left;
	width:6em;
}


#header form label
{
	color:#000;
	position:absolute;
	left:-3000px;
	top:-200px;
	width:auto;
}


#header form .button
{
	background:url(../images/button-bg.gif) repeat-x;
	border:0;
	color:#eeeeee;
	padding:1px 5px;
	cursor:pointer;
	height:21px;
	position: absolute;
	top:3px;
	right:24px;
}

#header form .inputbox
{
	background: url(../images/searchbg.png) no-repeat left;
	border:none;
	color: #918E7F;
	padding:3px 0 0 6px;
	width:170px;
	height:23px;
}


#header form .inputbox:focus
{
	border: none;
}


 /* ################# breadcrumbs ################ */
#breadcrumbs {
	background: none;
	min-height:25px;
	padding-top:0;
	text-align:left;
	margin-left: 3px;
	color: #4b788f;
	margin-bottom:10px;
}

#breadcrumbs p {
padding:5px;
display:inline;
}

* html #breadcrumbs {
height:20px;
}

#breadcrumbs a {
	text-transform:none;
	padding-right: 20px;
	background: url(../images/slash.gif) no-repeat center right;
	font-size: 1em;
	color:#7b7b7b;
}

#breadcrumbs a:link,#breadcrumbs a:visited {
	color:#666666;
}

#breadcrumbs span {
	color:#4b788f;
	font-size:1em;
	padding:7px 7px 7px 0px;
}

#breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus {
	color:#222222;
	text-decoration:none;
}

#breadcrumbs img {
	display: none; /* DO NOT SHOW PATHWAY DEFAULT ARROW */
}

/* ###############  main * ########################### */

/* position */
.leading_separator {
border-bottom:solid 0 #333;
display:block;
height:10px;
margin:0;
}

.small {
	color: #918E7F;
	font-size:0.89em;
	margin:0 0 20px;
}

.contentdescription {
padding:10px 0;
overflow:hidden;
}

.image_left {
float:left;
border:solid 0 #ccc;
margin:0 10px 10px 0;
}

.image_right {
float:right;
border:solid 1px #ccc;
margin:0 0 10px 10px;
}

.wrap_image {
clear:left;
}

.createdate {
	display:block;
	font-size:0.85em;
	color: #918E7F;
	font-weight: bold;
	line-height: 10px;
}

.createdby {
color:#918E7F;
display:block;
font-size:0.85em;
padding:0 0 0 2px;
}

.modifydate {
	display:block;
	font-size:0.85em;
	padding:0;
	color: #918E7F;
	height: 15px;
}


span.content_rating,.leading span.content_rating {
margin:10px 0 0;
display:block;
}

.content_vote {
margin:0 0 10px;
display:block;
}


.content_vote input {
margin:0 5px;
}

.content_vote .button {
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}


/* ############# pagination ###################### */

#main2 .pagination {
border-top:solid 1px #CCC;
margin:10px 0 0;
padding:10px 0;
}


ul.pagination {
list-style:none;
margin:0;
padding:0;
text-align:left;
}


ul.pagination li {
display:inline;
padding:2px 5px 0;
text-align:left;
list-style:none
}


ul.pagination li a {
padding:2px;
list-style:none
}


#right form.poll:after {
/* Inhalt pseudo-Element :after;
			 * somit [clear] moeglich
			 */
content:".";
/* [content] verbergen;
			 */
visibility:hidden;
height:0;
/* Block-Level fuer [clear];
			 */

display:block;
/* [float] clearing;
			 * einbeziehen der Float-Container;
			 */
clear:both;
}

dl.poll {
}

dl.poll dt {
border-bottom:solid 1px #ccc;
}


dl.poll dd {
padding:6px 0;
font-weight:bold;
}

.polls_color_1 {
background:#000;
}

.polls_color_2 {
background:#999;
}

.polls_color_3 {
background:#1173d5;
}

.polls_color_4 {
background:#000;
}

.polls_color_5 {
background:#ccc;
}

.polls_color_6 {
background:#1173d5;
}


/*  ####################   Formulare   #####################  */

form.limit {
}


form.login {
background:#1173d5;
color:#000;
font-size:0.9em;
margin:5px 0 20px;
padding:10px 10px 20px 15px;
text-align:left;
}

form.login .inputbox:focus {
border:solid 1px #000;
}


form.login p {
clear:both;
border:solid 0 #000;
font-size:1em;
}


form.login .button {
background:url(../images/button-bg.gif) #28b3e7 no-repeat;
clear:left;
color:#fff;
display:block;
font-weight:bold;
margin:0 0 10px !important;
padding:0 0 0 30px !important;
cursor:pointer;
border:solid 0;
}

form.login fieldset {
border:solid 0 #000;
margin:0;
padding:0;
text-align:left;
}


form.login input {
background:#fff;
border:solid 1px #28b3e7;
color:#000;
padding:2px 2px 0;
width:90%;
}


form.login input.checkbox {
background:none;
border:solid 0 #000;
float:left;
margin:11px 0 0;
padding:5px;
width:20px;
}


form.login label {
color:#000;
display:block;
font-weight:bold;
margin:5px 0 0;
padding:2px 2px 0;
}


form.login label.remember {
float:left;
margin:5px 0 20px;
padding:5px 0 0;
width:11em;
}

form.login p {
color:#000;
}

form.login p a {
color:#000;
}


form.login p a:hover,form.login p a:active,form.login p a:focus {
color:#000;
text-decoration:none;
}

form.lost_password .button,.login_form .button {
border:0;
color:#fff;
font-weight:bold;
margin:0;
padding:0 0 0 30px;
cursor:pointer;
}

.button {
	border: 1px solid #D1D1C7;
	padding: 1px 8px;
	background: url(../images/button-bg.gif) repeat-x top;
	color: #d7d6d6;
}

.button:hover, .button:focus {
	border: 1px solid #cf0808;
	color: #ffffff;
}


.inputbox {
	border: 1px solid #429dd0;
	background: #f5f5f5;
}


.inputbox:hover, .inputbox:focus {
	border: 1px solid #00649c;
	background: #ffffff;
}


/* ################# poll ################ */

.poll {
padding:20px 20px 20px 0;
}


form.poll fieldset {
border:0 solid #000;
margin:0 0 10px;
padding:0;
}

form.registration input,form.lost_password input,.login_form input {
border:solid 2px #1173d5;
}

form.registration label,form.lost_password label,.login_form label {
display:block;
float:left;
font-weight:normal;
width:12em;
}


/* #####################  form.registration ################ */

form.search_result,form.registration,form.lost_password,.login_form {
background:#fff;
border:solid 0 #1173d5;
margin:15px 10px 0;
padding:0;
position:relative;
}

.search_result .button,form.registration .button {
border:0;
color:#fff;
font-weight:bold;
margin:10px 0 0;
padding:0 5px 0 30px;
cursor:pointer;
}

.registration fieldset p {
margin:10px 0;
}

.registration div,.login_form div,.lost_password div {
margin:5px 0;
}


/* ########################## search ############################ */

.searchintro {
font-weight:normal;
margin:0 0 20px;
}

.searchintro img {
display:inline; border:0px
}


.display {
margin:20px 0 0;
text-align:right;
}


.filter {
margin:10px 0 0;
}


.inputbox:focus {
border:solid 1px #000;
}

.highlight {
font-weight:bold;
}


fieldset.word,fieldset.only {
border:solid 1px #ccc;
}

.only {
border:solid 0;
margin:10px 0 0 10px;
padding:5px 10px;
line-height:1.3em;
}


.word {
background:#fff;
padding:10px 10px 10px 0;
border:solid 0 !important;
}


.word input {
background:#fff;
border:solid 2px #999;
color:#1173d5;
font-weight:bold;
margin:0 0 0 10px;
padding:2px;
}


.phrase {
color:#000;
margin:10px 10px 10px 0;
padding:10px;
width:60%;
border:solid 1px #ccc;
float:left;
}



/*Selects*/

.phrase .inputbox {
background:#fff;
color:#000;
display:block;
height:1.5em;
margin-top:10px;
width:12em;
}

.phrase .inputbox option {
background:#dbeef6;
border-bottom:solid 1px #333;
padding:2px;
}

.phrase .inputbox option a:hover {
background:#C00;
border-color:#CFD0D6;
color:#fff;
}

.search_result legend {
border-bottom:solid 0 #000;
background:#fff;
}


/* ########################### contacts ########################### */

div.contact {
margin:10px 0;
}

address {
font-style:normal;
margin:10px 0;
}


address p {
line-height:1em;
}


.contact label {
float:left;
font-weight:bold;
width:14em;
margin:10px 0 0;
}


span.marker {
margin:0 10px 0 0;
}

.contact_email_checkbox label {
float:none !important;
}


.contact label.copy {
width:90%;
padding:0 0 0 10px;
}


.contact form {
background:#dbeef6;
color:#000;
padding:20px;
margin:10px 0;
}

.contact input {
background:#fff;
border:solid 1px #28b387;
color:#000;
padding:2px 2px 0;
margin:10px 0 0;
}


.contact .button {
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:2px 5px 2px 5px;
cursor:pointer;
}

label.textarea {
float:none !important;
margin:10px 0;
display:block;
width:100%;
}


#contact_text {
width:80%;
height:150px;
}


.contact input.invalid,.contact textarea.invalid {
border:solid 2px red;
}

.contact label.invalid {
color:red;
}


/*#################### tabellen ############################ */

table.newsfeed {
border:solid 1px;
}

table.newsfeeds td,table.weblinks td,table.category td {
border-right:solid 1px #EEE;
padding:5px;
}


table.newsfeeds th,table.weblinks th,table.category th {
background:#EEE;
padding:5px;
}


table.newsfeeds,table.weblinks,table.category {
border:solid 1px #eee;
font-size:1em;
margin:20px 0;
}


/* category table */

#count {
width:10%;
}


#tableOrdering {
width:70%;
}


#author {
width:20%;
}


/*  polls */

poll .polls_color_1,.poll .polls_color_2,.poll .polls_color_3,.poll .polls_color_4,.poll .polls_color_5 {
border:solid 1px;
position:relative;
}


.poll h3 {
color:#1173d5;
border:solid 0;
margin:20px 0;
}

.poll .td_2 {
width:100px;
}

.poll .td_3 {
width:300px;
}


.poll form {
margin:20px 0;
}


.poll table {
font-size:1em;
width:auto;
border:solid 0;
position:relative;
}


.poll table .td_1 {
width:30px;
}


.poll table caption {
color:#1173d5;
font-size:1em;
font-weight:bold;
margin:10px 0;
text-align:left;
}


.poll td {
border:solid 1px #ddd;
padding:2px;
}

.poll td.line {
width:300px;
}

.poll th {
background:#EEE;
border:solid 1px #ccc;
}

.question {
font-weight:bold;
}


/* Error Message contact form */

p.error {
color:#1173d5;
background:#dbeef6;
border-top:3px solid #1173d5;
border-bottom:3px solid #1173d5;
padding:10px;
}


body.contentpane {
background:#fff;
width:auto;
margin:10px;
line-height:1.4em;
text-align:left;
}

.tool-tip {
font-size:0.8em;
}


.tool-title {
font-weight:bold;
}


/* form validation */

.invalid {
border-color:red !important;
}

label.invalid {
color:red;
}


/* editor */

.contentpaneopen_edit{
	float: left;
}


.contentpaneopen_edit img
{	border:0
}


form.editor legend {
font-size:1.2em;
font-weight:bold;
padding:2px;
}


form.editor fieldset {
border:solid 1px #ccc;
padding:20px;
margin:10px 0;
}


form.editor .publishing label {
float:left;
width:14em;
font-weight:bold;
}

form.editor .publishing div {
margin:5px 0;
}

form.editor .publishing .radio label {
float:none;
width:14em;
}


form.editor .publishing .radio label span {
float:left;
width:14em;
}


form.editor fieldset.metadata label {
float:none !important;
display:block;
font-weight:bold;
}

.save {
text-align:right;
padding:10px 0;
}


/* user */
form.user {
margin:10px 0;
}


form.user label {
width:40%;
float:left;
}


/* article index */

table.contenttoc {
border:solid 1px #ccc;
padding:10px;
margin:10px;
}


.pagenavcounter {
font-weight:bold;
}


/* Advertisement */


.moduletable
{margin:10px}


.banneritem
{
margin: 10px 0 10px 0;
background:#f5f5f5;
padding:5px;
border:solid 1px #eee

}


/*------------------position---------------------*/

*{
	margin: 0;
	padding: 0;
}
body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	color: #484848;
	background: none;
	line-height: 1.5;
	text-align: center;
}
/* ################   Position ################  */
body#bd {
	background:/*url(../images/bg.jpg)*/ #6dad10;
}
#all
{
	color: #ffffff;
	font-size: 0.8em;
	margin: 0px auto;
	width: 850px;
	padding: 0px;
	text-align: left;
}
#page { }
#header
{
	color: #000000;
	margin: 0;
	position: relative;
	text-align: left;
	background:url(../images/header-bg.gif) no-repeat center top;
	height: 70px;
	border:none;
}

#cd-containerwrap {
	background:url(../images/containerwrap-middle.gif) repeat-y center;
}

#cd-containerwrap_top {
	background:url(../images/containerwrap-top.gif) top center no-repeat;
	height:32px;
}

#cd-container {
	padding:0px;
	margin: 0;
}


div.cd-container_inner
{
	padding:0px 10px 0px 10px;
}

#wrapper {
 margin: 0px;
 padding-top:5px;

}


#right
{
	color: #000;
	float:right;
/*	width: 30.2%;*/
	width:31%;
	margin-bottom:5px;
}

#right .innerpad
{
	padding:0px 5px 0px 0px;
}


#main2
{
/*	width:67.4%;*/
	width:68%;
	position: relative;
	min-height:520px;
	float:left;
	color:#000000;
/*	background:#ffffff;*/
	background: none;
/*	padding:5px;*/
	margin-right:0px;
	margin-bottom:10px;
}

#main2 .innerpadding
{
	padding:0px;
	margin:0px;
}


#cd-mainnav {
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	float:left;
	margin-left:0px;
	margin-right:0px;
	height:30px;
	margin-top:0px;
}

#cd-subnavwrap {
	display: block;
	background: #e4e4e4;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
}

#move-all
	{
	top:40px;
	margin-left:170px;
	padding-top:0px;
	position: absolute;
	z-index:500;
	margin-right:30px;
	margin-bottom:0px;
	height:30px;
	}

#cd-leftcorner
	{
	background:url(../images/menu-left.gif) no-repeat left bottom;
	height:30px;
	}

#cd-rightcorner
	{
	background:url(../images/menu-right.gif) no-repeat left bottom;
	width:27px;
	height:30px;
 	float:left;
	}

/* Modules */

div.moduletable h3 {
	margin: 0px;
	padding:4px 5px;
	font-size: 15px;
	color:#ffffff;
	height:100%;
	overflow:hidden;
}


div.moduletable {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 8px;
	float: left;
	width: 96%;
	background: url(../images/right-moduleh3-bg.gif) repeat-x top left #ffffff;
	border:1px solid #37aee6;
}



div.moduletable ul {
	padding: 0;
	margin: 0px 5px 5px 0px!important;
}


div.moduletable li {
	padding: 0;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 5px 10px;
	list-style:none;
}


div.moduletable li a {
	padding: 4px;
	border-bottom: 1px solid #D1D1C7;
	width: 95%; /*This is required for IE6*/
	display: block;
	text-decoration: none;
	color: #999999;
}



div.moduletable li a:hover,
div.moduletable li a:active,
div.moduletable li a:focus {
	background: url(../images/rightmodule-arrow.gif) no-repeat center left #ecf9ff; 
	text-decoration: none;
	color: #666666;
	width:90%;
	padding-left:15px;
}



/* For Right Column Module */



#right div.module h3, #main2 div.module h3 {
	margin: 0px 5px 10px 80px!important;
	margin: 0px 10px 10px 80px;
	padding:4px 5px 5px 5px!important;
	padding:2px 10px 2px 5px;
	line-height:25px!important;
	line-height:25px;
	font-size: 15px;
	text-align:right;
	color:#ffffff;
	height:20px;
	background:#cd0808;
}


#right div.module, #main2 div.module {
	margin: 0px 0px 8px 0px;
	padding:0;
	float: left;
	width: 100%;
	overflow:hidden;
}

#right div.module div, #main2 div.module div {
	padding: 0;
	background: url(../images/right-module-middle.gif) repeat-y left;
}

#right div.module div div, #main2 div.module div div {
	padding: 0;
	background: url(../images/right-module-bottom.gif) no-repeat bottom left;
}

#right div.module div div div, #main2 div.module div div div {
	padding: 0px 0px 10px 10px;
	background: url(../images/right-module-top.gif) no-repeat top left;
}

#right div.module div div div div, #main2 div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

#right div.module ul, #main2 div.module ul {
	padding: 0;
	margin: 0px 0px 0px 0px!important;
}

#right div.module li, #main2 div.module li {
	padding: 0px;
	margin: 0;
	background: none;
	list-style:none;
	width:98%;
}


#right div.module li a, #main2 div.module li a {
	padding: 4px;
	border-bottom: 1px solid #D1D1C7; 
	width: 95%; /*This is required for IE6*/
	display: block;
	text-decoration: none;
	color: #999999;
}


#right div.module li a:hover,
#right div.module li a:active,
#right div.module li a:focus,
#main2 div.module li a:hover,
#main2 div.module li a:active,
#main2 div.module li a:focus
 {
	background: url(../images/rightmodule-arrow.gif) no-repeat center left #ecf9ff;
	text-decoration: none;
	color: #666666;
	font-weight:bold;
	width:90%!important;
	width:95%;
	padding-left:15px;
}

/* For Module Bluebg */


#blue-all	
	{
/*	float:left;*/
	position:relative;
	clear:both;
	width:100%;
	margin-right:0px;
	margin-top:5px!important;
	margin-top:2px;
	margin-bottom:5px;
	}


#cd-bluebg1 {
	float: left;
	overflow: hidden;
	margin-right:5px;
	width: 49.5%;
}


#cd-bluebg2	{
	float: right;
	overflow: hidden;
	width: 49.5%;
		}



div.moduletable-bluebg h3 {
	margin: -5px 0px 0px -5px;
	padding:4px 10px;
	font-size: 15px;
	color:#ffffff;
	height:42px;
	background: url(../images/bluebg-top.gif) no-repeat top left;
}


div.moduletable-bluebg {
	margin: 0px;
	padding: 5px 0px 5px 5px;
	float: left;
	background: url(../images/bluebg-bottom.gif) repeat-x top left #32b0e9;
	height:200px;
	width:100%;
}

div.moduletable-bluebg ul {
	padding: 0;
	margin: 5px 5px 10px 5px;
}


div.moduletable-bluebg li {
	padding: 0;
	margin: 0;
	background: none;
	list-style:none;
}

div.moduletable-bluebg li a {
	padding: 4px;
	border-bottom: 1px solid #afe1f8;
	width: 95%!important;
	width: 100%;
	display: block;
	text-decoration: none;
	color:#ffffff;
}


div.moduletable-bluebg li a:link, div.moduletable-bluebg li a:visited  {
	color:#ffffff;
	text-decoration:none;
}


div.moduletable-bluebg li a:hover,
div.moduletable-bluebg li a:active,
div.moduletable-bluebg li a:focus {
	background: url(../images/bluebg-arrow.gif) no-repeat center right #4dbaeb;
	text-decoration: none;
	color: #5b5b5b;
}

div.moduletable-bluebg td {
	padding: 0;
}

div.moduletable-bluebg  .article_seperator {
	display: none;
}

div.moduletable-bluebg-ended div.moduletable {
	margin-right: 0!important;
}

/* End bluebg */



/* For CD Banner Module */

#cd-banner {
	margin-bottom: 7px;
}

#get-connected {
	position:relative!important;
	position:inherit;
	float:right;
	margin-top:-180px!important;
	margin-top:-183px;
	margin-right:5px;
}

#cd-banner-container {
	overflow: hidden;
	margin-right: 0%;
}

#cd-banner-container div.moduletable {
	overflow: hidden;
}

/* End cd banner */

/* For Community Modules */

#community	
	{
/*	float:left;*/
	position:relative;
	clear:both;
	width:100%;
	margin-bottom:2px;
	}

#community .compadding
	{
	margin:0px;
	padding:0px 5px 5px 5px;
	}
	
#community-module1	
	{
	float:left;
/*	width: 47.7%!important;
	width: 49.4%;*/
	width: 49.2%;
	height:240px;
	background: #403f3f;
	padding:0px;
	margin-right:5px;
	color:#eeeeee;
	}

#community-module2	
	{
	float: right;
/*	width: 47.7%!important;
	width: 49.4%;*/
	width: 49.6%;
	height:240px;
	padding:0px;
	margin:0px;
	background: url(../images/grow-community-photo.gif) no-repeat 5px 5px #e2c60d;
	}	

/* End Community */


#cd-user9 {
	margin-bottom: 0px;
	float:left;
	width:98%;
}


/* For Login Module */

div.moduletable-login h3 {
	margin-bottom: 0px;
	padding:4px 0px 4px 5px;
	font-size: 16px;
	color:#ffffff;
}


div.moduletable-login {
	margin-bottom: 0px;
	padding: 0px 10px;
	float: left;
	height:198px;
	}


#login {
	float: left;
	background: url(../images/login-bg.gif) no-repeat top left;
	margin-bottom:8px;
	width:251px;
	height:198px;
	}


#login a {
	color:#cb0808;
	}

#login a:hover, a:active, a:focus{
	color:#ffffff;
}



#login .button {
/*	padding-left: 0px;
	background: url(../images/red-button.gif) no-repeat top left;
	height:32px;
	width:49px;
	border:none;
	float: left;
	margin-left:175px;*/
	margin-top:5px;
	color: #e4e4e4;
	cursor:pointer;
}


#login .button:hover, .button:focus {
	color: #ffffff;
}

/* End Login */



/* Default Joomla! Menu */
a.mainlevel {
	padding: 4px;
	margin-right:10px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #D1D1C7;
	border-left: none;
	display: block;
	color: #484848;
	text-decoration: none;
	width: auto!important;
	width:94%;
	}


a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus,
a.mainlevel#active_menu {
	background: url(../images/rightmodule-arrow.gif) no-repeat center left #ecf9ff;
	text-decoration: none;
	color: #666666;
	font-weight:bold;
	width:88%!important;
	width:94%;	
	padding-left:15px;
}


a.sublevel {
	padding: 3px 4px 3px 20px;
	color:#3aade5;
	display: block;
	width:85%;
	text-decoration: none;
	background: url(../images/rightmodule-subarrow.gif) no-repeat 5% 50%;
}



a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	font-weight:bold;
	color:#3aade5;
	text-decoration:none;
	background: url(../images/rightmodule-subarrow.gif) no-repeat 5% 50%;
	}

a.sublevel#active_menu
	{
	background: url(../images/rightmodule-subarrow.gif) no-repeat 5% 50% #ebecec;
	color:#4c4b4b;
	}

/*End: Default Joomla! Menu  */




/* FOOTER

--------------------------------------------------------- */

#cd-footerwrap {
	clear: both;
/*	position:relative;
	bottom:0px;
	margin-right:0px;
	margin-left:0px/*!important;
	margin-left:-6px*/;
	margin:0px;
	padding:0px;
}


#cd-footer {
	padding: 0px;
	margin: 0px;
	width: 850px;
	background: url(../images/footer-bg.png) no-repeat bottom left;
	height:66px;
	text-align: left;
}


#cd-bottomline {
	padding: 15px 0px 0px 0px;
	color: #ffffff;
	font-size:12px;
	text-align: center;
}

#cd-bottomline a {
	color: #3aade5;
}

#cd-bottomline a:hover, a:active, a:focus  {
	color: #ffffff;
	background:none;
}

#cd-certwrap	{
	padding: 0px;
/*	background: url(../images/footer-bg.png) no-repeat bottom center;
	height:66px;*/
	margin-top:0px;
	}

#cd-cert {
	padding: 22px 10px 0px 0px;
	float: right;
}

#cd-cert a img{
	padding-right: 5px;
	border:none;
	background:none;
}

#cd-cert a:hover, a:active, a:focus img{
	border:none;
	background:none;
}



/* ###################### generell ###################### */


.unsichtbar, .invisible 
{
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
	z-index: 200;
}

.wrap
{
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}


#logo
{
	font-size: 1em !important;
	font-weight: bold !important;
	position: relative;
	text-align: left;
	text-transform: none !important;
	z-index: 0;
	margin-top: 0em;
	width:125px;
	float:left;
}

#logo  img { display: block; }

#logo span
{
	display: block;
	margin: 0px 0 0 100px !important;
	border-bottom: solid 1px #666;
}



/* ###############  main * ########################### */

/* position */

.leading
{
	background: #d9f3ff;
	border: solid 1px #CCCCCC;
	color: #000000;
	margin: 5px 0px 5px 0px;
	padding: 15px;
	position: relative;
}


.leading_separator
{
	border-bottom: solid 0px #333333;
	display: block;
	height: 10px;
	margin: 0 0 0px 0;
}

.article_separator
{
	border: solid 1px #333333;
	display: none;
	margin: 0px 0 0px 0;
}


.blog { padding: 0; }

.blog_more {
	 padding: 5px 10px 10px;
	 background:#eff0e9; 
	 }

.blog_more ul li {
	background: url(../images/bullet-list.gif) no-repeat 10px 8px;
	 }


.cols1
{
	display: block;
	float: none !important;
	margin: 0 !important;
}


.cols2 { width: 45%; }

.cols3 { width: 30%; }

.column1 , .column2
{
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 0;
	position: relative;
}

.column2 , .column1
{
	float: left;
	margin: 0;
}

.column2
{
	float: right;
	margin: 0;
	width: 45%;
}

.article_row
{
	margin: 0px 0 0px 0;
	padding: 0;
	overflow: hidden;
	color:#000000;
}


.article_column
{
	border: solid 0px #ccc;
	padding: 10px 10px 10px 0;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}


/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

