@charset "utf-8";

/* CSS Document */

* {
	margin:0;
	padding:0
}

img {
	border:none
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline
}

.clear {
	clear:both;
	height:0;
	overflow:hidden
}

body {
	background:#b1b3b4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	padding-bottom:20px;
}

.container {
	width:1000px;
	margin:0 auto;
	background:url(../images/bodybg1.gif) repeat-y
}

.containerInner {
	padding:0 15px 37px;
	background:url(../images/bodybg2.gif) no-repeat bottom left;
	position:relative
}

.header {
	height:136px;
	overflow:hidden;
	padding-top:24px;
	margin:0 20px 0 36px;
	position:relative;
	width:914px
}

.logo {
	background:url(../images/LogoPic.jpg);
	width:156px;
	height:136px;
	position:absolute;
	right:0;
	top:24px;
}

.logo a {
	width:156px;
	height:136px;
	overflow:hidden;
	line-height:136px;
	text-indent:9999px;
	display:block
}

.nav {
	height:52px;
	margin:0 20px 0 36px;
	position:relative;
	z-index:5;
}

.nav ul {
	width:450px;
	padding:0 0 0 3px
}

.nav ul li {
	height:42px;
	width:90px;
	float:left;
	list-style:none;
	line-height:42px;
	position:relative;
	z-index:6
}

.nav ul li a {
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
	height:42px;
	width:90px;
	display:block;
	overflow:hidden;
	text-indent:9999px;
}

.nav ul li.pos6 a {
	background-position:0px 0px
}

.nav ul li.pos2 a {
	background-position:-270px 0px
}

.nav ul li.pos3 a {
	background-position:-90px 0px
}

.nav ul li.pos4 a {
	background-position:-360px 0px
}

.nav ul li.pos5 a {
	background-position:-180px 0px
}

.nav ul li.pos6 a:hover,
.nav ul li.pos6 a.hover {
	background-position:0px -42px
}

.nav ul li.pos2 a:hover,
.nav ul li.pos2 a.hover {
	background-position:-270px -42px
}

.nav ul li.pos3 a:hover,
.nav ul li.pos3 a.hover {
	background-position:-90px -42px
}

.nav ul li.pos4 a:hover,
.nav ul li.pos4 a.hover {
	background-position:-360px -42px
}

.nav ul li.pos5 a:hover,
.nav ul li.pos5 a.hover {
	background-position:-180px -42px
}

.nav ul ul {
	width:150px;
	padding:0;
	display:none
}

.nav li.hover ul {
	display:block
}

.nav ul li ul li {
	height:auto;
	float:none;
	width:auto;
	line-height:14px;
	padding:8px 2px 8px 8px;
	margin:0;
	background-image:url(../images/subnavborder.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

.nav ul li li.first {
	background-image:none;
	border-top:1px solid #fff;
}

.nav ul li li a {
	background:none;
	width:auto;
	height:auto;
	text-indent:0;
	display:inline;
	color:#fff;
}

.nav ul li li a:hover {
	color:#aaa;
	text-decoration:none
}

.nav ul li.pos5 li a:hover {
	color:#777;
}

.nav ul li.pos2 li a:hover {
	color:#555;
}

.nav ul ul {
	position:absolute;
	z-index:999;
	top:42px;
	left:0;
	/*
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	*/
}

.nav li.pos6 ul {
	background-color:#686768
}

.nav li.pos4 ul {
	background-color:#bd0926
}

.nav li.pos2 ul {
	background-color:#f8e91b
}

.nav li.pos2 li a {
	/*color:#777;*/
	color:#807810;
}

.nav li.pos5 ul {
	background-color:#97bf0d
}

.nav li.pos3 ul {
	background-color:#172983
}

.nav li ul li.current a {
	font-weight:bold;
}

.currentSubNav {
	width:150px;
	margin:0 15px 140px 0;
	float:left;
	background:#97bf0d;
}

.nav *,
.currentSubNav * {
	font-size:11px;
}

.currentSubNav li {
	background:none;
	height:auto;
	float:none;
	width:auto;
	line-height:12px;
	padding:8px 2px 8px 8px;
	margin:0;
	background:url(../images/subnavborder.gif) no-repeat top center;
	list-style:none;
	background-image:none;
}

.currentSubNav li.first {
	background-image:none;
	/*border-top:1px solid #fff*/
}

.currentSubNav li a {
	background:none;
	width:auto;
	height:auto;
	text-indent:0;
	display:inline;
	color:#fff;
}

.currentSubNav li a:hover {
	/*color:#aaa;*/
	text-decoration:underline;
}

.currentSubNav li ul {
	padding-top:9px;
	background-image:url(../images/subnavborder.gif);
	background-repeat:no-repeat;
	background-position:2px 5px;
}

.currentSubNav li ul li {
	padding:4px 2px 4px 8px;
	background-image:none;
}

.currentSubNav li ul li.current {
	background:url(../images/bg_subnav_active.gif) 0px 8px no-repeat;
}

.breadcrumb {
	position:absolute;
	left:460px;
	top:33px;
	width:450px;
	font-size:10px;
	line-height:11px
}

.breadcrumb a {
	padding:0 3px 0 3px;
}

.content {
	width:756px;
	background: #ececed url(../images/contentbgbtm_grey.gif) no-repeat bottom left;
	margin:0 20px 0 36px;
	float:left;
}

.home .content {
	background-image:url(../images/contentbgbtm_home.gif);
}

.fade {
	filter:alpha(opacity=60); /*IE*/
	-moz-opacity:0.6; /*Mozilla*/
	opacity: 0.6; /*FF*/
}


.contentTopRight {
	float:right;
	height:450px;
}

.contentTopRightPrint {
	position:absolute;
	right:211px;
	top:222px;
	z-index:9;
}

.main {
	/*background:url(../images/contentbgbtm.gif) no-repeat bottom left;*/
	width:573px;
	float:left;
	/*
	position:relative;
	z-index:0
	*/
}

.mainInner1 {
	padding-top:10px;
	/*
	background:url(../images/contentbgtop.gif) no-repeat top left
	*/
}

.home .currentSubNav {
	display:none;
	width:0;
	margin:0;
}

.home .main {
	width:740px;
	background:url(/fileadmin/user_upload/Content-Bilder/home_arrows.gif) no-repeat top left;
}

.home .mainInner1 {
	/*padding-left:220px;*/
	padding-left:20px;
}

.mainInner2 {
	padding-bottom:50px;
	/*
	border:1px solid black;
	padding:10px 7px 0 130px;
	height:auto !important;
	height:400px;
	min-height:400px
	*/
}

.headline {
	padding-bottom:11px
}

.headline .img {
	width:115px;
	float:left
}

.headline h1 {
	width:504px;
	float:left;
	font-size:11px;
	font-weight:normal;
	padding:8px 0 0 0
}

.more {
	padding-bottom:11px;
}

.more .img {
	width:100px;
	height:70px;
	background:#fffffe;
	float:left;
	margin-right:15px
}

.more .text {
	width:504px;
	height:70px;
	float:left;
	font-size:11px;
	font-weight:normal;
	background:#97bf0d;
	color:#fff
}

.more .text h2 {
	font-size:14px;
	padding:10px 10px 0 10px
}

.more .text p {
	padding:0 10px 0 10px;
	line-height:14px
}

.more .text a {
	color:#fff
}

.alignRight {
	text-align:right
}

.sider {
	width:142px;
	float:left;
}

.lang {
	height:15px;
	padding:20px 0 0 0
}

.lang li {
	width:22px;
	height:15px;
	float:left;
	margin-right:5px;
	list-style:none
}

.lang li.en {
	background:url(../images/en.gif)
}

.lang li.cn {
	background:url(../images/ch.gif)
}

.lang li.de {
	background:url(../images/de.gif)
}

.lang li a {
	width:22px;
	height:15px;
	overflow:hidden;
	text-indent:9999px;
	display:block
}

.suche {
	padding-top:30px
}

.sucheInput {
	background:url(../images/sucheinput.gif) no-repeat;
	height:18px
}

.sucheInput input {
	background:none;
	border:none;
	width:130px;
	height:14px;
	padding:2px 6px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	line-height:14px
}

.sucheButton input {
	font-size:10px;
	font-weight:bold;
	background:none;
	border:none;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif
}

.newsletter {
	padding-top:10px
}

.newsletter a {
	background:url(../images/btnOther.gif);
	height:19px;
	line-height:19px;
	display:block;
	text-align:center
}

.siderNav {
	padding-top:60px
}

.siderNav li {
	list-style:none;
	padding-bottom:10px
}

.footer {
	margin-top:30px;
	width:142px;
	font-size:12px;
	line-height:18px
}

.footer li {
	list-style:none
}

.content h1 {
	font-size:14px;
	margin-top:7px;
	margin-bottom:4px;
}

.content h1.csc-firstHeader {
	font-size:16px;
	margin-top:3px;
	margin-bottom:8px;
	border-bottom: 1px solid #000;
}

.mainInner1 {
	line-height:160%;
}

.mainInner1 ol {
	padding-left:15px;
}

.mainInner1 ul li,
.mainInner1 ol li {
	margin-bottom:6px;
}

.mainInner1 ul li {
	padding-left:15px;
	list-style-type:none;
	background-image:url(../images/bg_li_grey.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
}

.mainInner1 a {
	text-decoration:underline;
}

img.bild_links {
	margin-right:7px;
	margin-bottom:5px;
	float:left;
}

img.bild_rechts {
	margin-left:7px;
	margin-bottom:5px;
	float:right;
}

.csc-sitemap ul li a {
	display:block;
	padding-top:6px;
	padding-bottom:2px;
	border-bottom:1px solid #555;
	text-decoration: none;
}

.csc-sitemap ul li a:hover {
	text-decoration: underline;
}

.csc-sitemap ul li ul a {
	display: inline;
	padding-top:0px;
	border-bottom:0px solid #555;
}

.csc-sitemap ul li {
	padding-left:0px;
	padding-top:3px;
	margin-bottom:0;
	list-style-type:none;
	background-image:none;
}

.csc-sitemap ul li ul li {
	padding-left:20px;
	padding-top:3px;
	list-style-type:none;
	border-bottom:0px solid #555;
}

.csc-sitemap ul li ul li ul li a {
	color:#555;
}

table.csc-searchResultInfo {
	margin-top:10px;
	margin-bottom:10px;
}

.csc-noSearchResultMsg {
	margin-top:30px;
	margin-bottom:30px;
	font-size:13px;
}

h3.csc-searchResultHeader {
	border-bottom:1px solid #444;
	font-size:13px;
}

h3.csc-searchResultHeader a {
	text-decoration:none;
}

p.csc-searchResult {
	margin-bottom:4px;
}

.csc-mailform {
	border:0 solid white;
}

.csc-mailform label {
	display:inline;
	width:110px;
	float:left;
}

.csc-mailform select,
.csc-mailform input,
.csc-mailform textarea {
	border:1px solid #777;
	background-color: #fafafa;
	padding:3px;
	margin-bottom:2px;
	width:250px;
}

.csc-mailform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.csc-mailform select {
	padding:1px;
}

.cite {
	padding-bottom:18px;
}

.cite .csc-textpic-text {
	background:no-repeat left top;
	padding-left:35px;
	padding-right:22px;
	color:#444;
}

.align-right {
	text-align: right;
}

.teaserBox {
	position:relative;
	margin-top:15px;
}

.content .teaserBox h1.csc-firstHeader {
	font-size:14px;
	margin-top:7px;
	margin-bottom:4px;
	border:0 solid white;
}

.teaserBox .csc-textpic-text {
	background-color:#162A83;
	height:90px;
	padding:0 5px 0 14px;
	color:#fff;
	line-height:130%;
	font-size:11px;
}

.teaserBox .csc-textpic-imagewrap {
	height:90px;
	overflow:hidden;
}

.content .teaserBox a {
	color:#fff;
	text-decoration: none;
}

.content .teaserBox a:hover {
	text-decoration:underline;
}

.content .teaserBox h1 {
	color:#fff;
	margin:0;
	padding-top:8px;
	margin-bottom:3px;
}

.content .teaserBox p.align-right {
	position:absolute;
	bottom:3px;
	right:4px;
}

.soulBox {
	max-width:500px;
	height:auto;
	position:absolute;
	background-color:#fff;
	padding:10px;
	border:3px solid #ccc;
}

.soulBox .content {
	width:auto;
	background:none;
	margin:0;
	float:none;
}

#captcha {
	position:relative;
	bottom:47px;
	left:8px;
}

.csc-textpic-caption {
	line-height:130%;
	font-size:11px;
	font-style:italic;
	background-color:#f7f7f7;
	padding:3px;
}

.tx-powermail-pi1 .tx_powermail_pi1_form,
.tx-powermail-pi1_fieldset {
  border:0px solid #FFFFF;
}

.tx-powermail-pi1 .tx-powermail-pi1_formwrap .tx_powermail_pi1_form #tx-powermail-pi1_fieldset_1 #powermaildiv_uid4 label {
  width:280px;
}

#mailformattachment1 {
  width:200px;
}

.homeTeaserContainer {
	padding-top:10px;
}

.homeTeaserRow {
	clear:both;
}

.homeTeaserBox {
	width:350px;
	height:225px;
	margin-bottom:15px;
	float:left;
	background:url(../images/bg_homeTeaser_aktuelles.gif) no-repeat center center;
}

div.aktuelles,
div.verein {
	margin-right:15px;
}

.verein {
	background-image:url(../images/bg_homeTeaser_verein.gif);
}

.region {
	background-image:url(../images/bg_homeTeaser_region.gif);
}

.projekte {
	background-image:url(../images/bg_homeTeaser_projekte.gif);
}

.homeTeaserBox * {
	font-size:11px;
	line-height:120%;
}

.homeTeaserBox h1 {
	text-transform:uppercase;
	line-height:100%;
	margin:0;
	padding:6px 3px 4px 10px;
	color:#000;
}

.homeTeaserContentBox h1 {
	padding:0;
	background-color:transparent;
	text-transform:normal;
	font-size:13px;
	margin-bottom:4px;
}

.homeTeaserContentBox {
	padding:10px 10px 0 10px;
	/*background-color:#ececed;*/
}

.homeTeaser {
	clear:left;
	/*padding-bottom:10px;*/
	height:94px;
}

.homeTeaserText {
	padding-left:130px;
}

.homeTeaser img {
	float:left;
	/*margin-right:10px;*/
	border:1px solid #aaa;
	padding:1px;
}

.homeTeaserFooterBox {
}

#zip {
	width:40px;
}

#city {
	width:199px;
}

#project_description {
	height:130px;
}

#Senden {
	width:auto;
}

.error {
	border: 1px solid #9F1300;
	background-color:#fdd;
	color:#9F1300;
	padding:5px;
	margin:20px;
}

.success {
	border: 1px solid #009F13;
	background-color:#dfd;
	color:#009F13;
	padding:5px;
	margin:20px;
}

.nicEditor * {
	line-height:120%;
}

.mainInner1 .nicEditor ol li {
	margin-bottom:0px;
}

div.createProject {
	text-align:right;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}

div.createProject a {
	text-decoration:none;
}

.nicEditor div {
	background-color:#fff;
}

.projectsTable td {
	padding:2px 4px;
	vertical-align:top;
}

.projectsTable td.keyCell {
	background-color:#ddd;
	font-weight:bold;
	width:140px;
}

.currentProjectImage {
	padding-bottom:4px;
}

.logo-tabelle td {
	text-align:center;
	vertical-align:middle;
	padding:6px 3px;
}
