body,html {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial;
	font-size:12px;
	color:#7B7870;
	background:url('../default/right-bg.jpg') repeat-x;
	background-color:#71C07B;
}
td{
	font-family:Arial;
	font-size:12px;
}
a{
	text-decoration:none;
	color:#58AA44;
}
p.bodytext{
	margin:0;
	padding:0;
}

#boxes{
	width:100%;
	height:624px;
	background:url('../images/left-bg.jpg') repeat-x;
}

#left{
	text-align:right;
	vertical-align:top;
	background:url('../default/left.jpg') no-repeat top right;
}
#left img{
	width:15px;
	height:30px;
}
#right{
	text-align:left;
	vertical-align:top;
	background:url('../default/right-bg.jpg') repeat-x;
}

#main_box{
	width:815px;
	vertical-align:top;
	background:url('../default/bottom.jpg') no-repeat bottom;
	background-color:#FFFFFF;
	height:468px;
}
#main{
	background:url('../default/main.gif') no-repeat;
	width:466px;
	overflow:auto;
	height:460px;
}

#flash{
	float:right;
	width:346px;
	height:460px;
}

#content{
	margin:15px;
	margin-left:50px;
	margin-top:40px;
}
#impressum{
	text-align:right;
	font-size:12px;
	vertical-align:top;
}
#impressum a{
	color:#FFF;
}

/*#######################################################*/
/*##### Menu ############################################*/
/*#######################################################*/
#menu{
	width:815px;
	height:109px;
	vertical-align:bottom;
	background:url('../default/menu.jpg') no-repeat;
}
.menu{
	float:left;
	padding-left:60px;
	padding-bottom:8px;
}

a.navi,a.navi_act{
	color:#7B7870;
	text-decoration:none;
	padding: 2px 15px;
	
}
a.navi_act,a.navi:hover{
	color:#58AA44;
}
a.mit{
	border-left:1px solid #7B7870;
}


/*#######################################################*/
/*##### News ############################################*/
/*#######################################################*/
.news-latest-item, .news-single-item{
	border-bottom:1px solid #DCEED9;
}
.news-latest-header{
	background:#DCEED9;
}
.news-latest-date{
	float:right;
	margin-right:15px;
	color:#6C756B;
}
.news-latest-header a{
	color:#6C756B;
	font-weight:bold;
	text-decoration:none;
	margin-left:5px;
}
.news-latest-morelink, .news-single-backlink{
	margin-bottom:5px;
}
.news-latest-morelink a,.news-single-backlink a{
	color:#6C756B;
}


/*#######################################################*/
/*##### Change ##########################################*/
/*#######################################################*/
.tx-srlanguagemenu-pi1{
	float:right;
	padding-right:150px;
}
/*#######################################################*/
/*##### Register ########################################*/
/*#######################################################*/
#tx-srfeuserregister-pi1-fe_users_form label{
	display:block;
	width:100px;
	text-align:right;
	float: left;
	margin-right:5px;
}
#tx-srfeuserregister-genderbox label{
	display:inline;
	width:20px;
	text-align:left;
	float:none;
	margin-left:2px;
}
.tx-srfeuserregister-pi1 input{
	border:1px solid #56AB43;
	background-color:#FFF;
	margin:0px;
	padding:0px;
}
#tx-srfeuserregister-pi1-gender{
	border:0px;
}
.tx-srfeuserregister-pi1-submit{
	clear:both;
	margin-top:10px;
	margin-left:30px;
}

/*#######################################################*/
/*##### Kontakt #########################################*/
/*#######################################################*/
#kontakt-form {
	background:#F7F7F7;
	border:1px solid #CACACA;
	padding:10px;
	width:320px;
	<!--width:350px;-->
}

#kontakt-form label{
	display:block;
	width:110px;
	text-align:left;
	margin-right:5px;
	float:left;
}
#kontakt-form span{
	color:#FF0000;
}
#kontakt-form input,#kontakt-form textarea,#kontakt-form select{
	border:1px solid #56AB43;
	background-color:#FFF;
	margin:0px;
	padding:0px;
	margin-bottom:2px;
	font-size:12px;
}

#kontakt-form input,#kontakt-form select{
	height:17px;
	width:200px;
}
#kontakt-form textarea{
	height:70px;
	width:200px;
}
input#kontakt_submit{
	width:80px;
}

/*#######################################################*/
/*##### Überschrift #########################################*/
/*#######################################################*/
.csc-header h3{
	background-color:#DCEED9;
	padding-left:5px;
}

