@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	/*background-color: #908b7d;*/
	background-color: #3e4b8e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	margin: auto;
	width: 959px;
	text-align: left;
}

#breadcrumb {
	margin-top: 37px;
	margin-bottom: 2px;
}

#breadcrumb,
#breadcrumb a {
	font-size: 9px;
	color: #999;
	text-decoration: none;
}

#breadcrumb span a {
	font-weight: bold;
	color: #d91515;
}

#top-navi {
	width: 959px;
	height: 73px;
	background-image: url(../img/navi_oben.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

#top-navi img {
	margin-top: 49px;
	width: 154px;
	float: left;
}

#top-navi ul {
	list-style-type: none;
	margin-left: 0px;
	float: left;
	padding: 37px 0 0 16px; !important
	padding: 47px 0 0 16px;
}

* + html #top-navi ul {
	list-style-type: none;
	margin-left: 0px;
	float: left;
	padding: 47px 0 0 18px;
}

#top-navi ul li {
	float: left;
	margin-right: 20px;
}

#top-navi ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-style: oblique;
}

#wide-pic {
	width: 947px;
	overflow: hidden;
	float: left;
	text-align: left;
	padding-left: 2px;
 }
 
#main-navi {
 	width: 959px;
	height: 47px;
	float: left;
	background-image: url(../img/bg_main_navi.jpg);
}

#main-navi #sub_nav {
	width: 949px;
	float: left;
	padding-left: 10px;
}

#main-navi ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
}

#main-navi ul li {
	float: left;
	padding: 1px 10px 4px 10px;
	border-right: 1px solid #FFF;
}

#main-navi ul li.aktiv {
	background-color: #FFF;
}

#main-navi ul li a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	display: block;
}

#main-navi ul li.aktiv a {
	font-style: normal;
	color: #6e071e;
}

#content-area {
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-y;
	width: 959px;
	float: left;
	margin-top: 12px;
	padding-bottom: 12px;
}

#content-inner-area {
	background-image: url(../img/bg_content_top.jpg);
	background-repeat: no-repeat;
	width: 959px;
	float: left;
}

#subnavi {
	width: 135px;
	float: left;
	margin-top: 54px;
	margin-left: 3px;
	margin-right: 16px;
}

#subnavi ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border: solid #999;
	border-width: 1px 1px 0px 0px;
	margin-bottom: 10px;
}

#subnavi ul li {
	padding: 4px 0px 4px 9px;
	background-image:url(../img/bg_subsubnavi.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid #999;
	line-height: 16px;
}

#subnavi ul li:hover {
	border-right: 8px solid #CCC;
}

#subnavi ul li.aktiv {
	/*background-color:#938f82;*/	
	border-right: 8px solid #999;	
}

#subnavi ul li a {
	color: #D91515;
	text-decoration: none;
	display: block;
}

#subnavi ul li a:hover {
	text-decoration: underline;	
}

#subnavi ul li.aktiv a {
	color: #D91515;
	font-weight: bold;
	text-decoration: underline;
}

#subnavi ul li.aktiv a:hover {
	text-decoration: none;
}

#subnavi ul li.aktiv ul {
	border-width: 0px;
	background-color: none;
	/*background-image:url(../img/bg_subsubnavi.gif);
	background-position: bottom;
	background-repeat: repeat-x;*/
}	

#subnavi ul li.aktiv ul li {
	background-image:none;
	border-bottom: 0px solid #999;
	background-color: none;
}

#subnavi ul li.aktiv ul li a {
	color: #777;
	font-weight: normal;
	text-decoration: none;
}

#subnavi ul li.aktiv ul li.aktiv a {
	color: #777;
	font-weight: bold;
	text-decoration: underline;
}

#main-content {
	width: 620px;
	float: left;
	line-height: 18px;	
	padding-bottom: 10px;	
}

#main-content h2 {
	font-size: 16px;
	color: #D91515;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin-top: 10px;
}

#main-content h4 {
	margin-bottom: 6px;
}

#main-content a {
	color: #D91515;
	text-decoration: none;
}

#main-content img,
#top-navi img {
	border: 0px;
}

#rhc {
	padding-top: 10px;
	margin-left: 6px;
	width: 160px;
	float: left;
}

#rhc h2 {
	width: 156px;
	padding: 2px 5px;
	margin: 0px;
	font-size: 12px;
	/*background-color: #d91515;*/
	color: #FFF;
	margin-bottom: 9px;
	background-image: url(../img/rhc_h2.gif);
	background-repeat: no-repeat;
}

* + html #rhc h2 {
	margin-top: 9px;
}

* + html .news-list-container {
	margin-top: 9px;
}

#rhc h3 {
	font-size: 14px;
	font-weight: bold;
	color: #D91515;
	
}

#rhc p.bodytext {
	padding-left: 4px;
}

#rhc p.bodytext a {
	color: #555;
}

#footer-area {
	width: 959px;
	height: 59px;
	background-image:url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	padding-left: 25px;
}

#footer-area #footer-content {
	color: #D91515;
	width: 900px;
	font-size: 9px;
	border-top: 1px solid #D91515;
	padding-top: 10px;
}

#footer-area #footer-content a {
	color: #D91515;
	text-decoration: none;
	margin-left: 4px;
	border-left: 1px solid #D91515;
	padding-left: 5px;
}

/*News*/
.news-list-item {
	border: 0px solid #999;
	width: 620px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

.news-list-item h3 {
	margin: 0px;
	padding: 0px;
	/*background-image: url(../img/bg_news_list_headline.gif);*/
	background-color: #CCC;
	height: 21px;
	font-size: 13px;
	color: #444;
	padding-left: 6px;
	padding-top: 2px;
	/*border-bottom: 1px solid #AAA;*/
}

.news-list-item h3 span.addInfo {
	font-size: 9px;
	font-weight: normal;
	color: #444;
}

.news-list-item #content-wrap {
	float: left;
	width: 618px;
	border: solid #CCC;
	border-width: 1px;
	padding-bottom: 5px;
}

.news-list-item #list-content {
	margin: 0px 6px 0px 132px;
}

.news-list-item #list-image {
	float: left;
	width: 120px;
	margin-left: 6px;
}

.news-list-item #list-image img {
	margin-top: 5px;
}

.news-single-item h3 {
	font-size: 12px;
}

.news-single-item .news-single-img {
	float: left;
	margin-right: 6px;
	padding-top: 5px;
}

.news-single-item #news-content {
	border-bottom: 1px solid #999;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

/*Vereinsverwaltung*/
table.portrait-listview {
	width: 600px;
}

table.portrait-listview td.name {
	width: 250px;
	padding-left: 5px;
}

table.portrait-listview td.name_rechts {
	border-left: 1px solid #333;
}

table.portrait-listview td.link {
	width: 50px;
}

.csc-textpic-caption {
	width: 300px;
}

#pikto-navi {
	width: 900px;
	float: left;
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #D91515;
	margin-left: 25px;
}

#portait-single-image {
	width: 150px;
	float: left;
	margin: 5px 10px 10px 0;
}

/*Kontaktformular*/

.tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 8px;
}

label {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 10px;
}

img.powermail_captcha {
	margin-top: 5px;
}

div.connect_widget_button_count_count {
    background-color: #EFEFEF;
    border: 1px solid #C1C1C1;
    float: left;
    display: none !important;
}
