﻿/* -----------------------------------------------------
   Seitenlayout
   ----------------------------------------------------- */

/*html {	background: url(img/bg_page.png) top left repeat-x;}
IE6 verträgt das nicht, braucht die Angabe im Body-Tag
*/
body {
	background: url(img/bg_page.png) top left repeat-x;
	margin: 0 auto;
	text-align: center;
}

#headercontainer, #header-leftside, #header-middle, #header-bluebanner, #header-rightside, #headerrow, #header-whitebanner, #header-barometer-container,
#header-signlink, #header-barometer, #header-barometer-grey, #header-barometer-green,
#header-barometer-text-headline, #header-barometer-text-text,
#header-logo,
#contentcontainer, #contentcontainer-inner, 
#content-left, #menurow, #contentrow,
#contentmenu, #main, #mainpadding, #footerrow, #content-right {
	float: left;
}

#pagecontainer {
	width: 1040px;
	margin: 0 auto;
	text-align: left;
}

#headercontainer {
	height: 310px;
}

#header-leftside, #header-rightside {
	width: 60px;
	height: 310px;
	background: url(img/bg_headersides.png) top left no-repeat;
}
#header-rightside { background-position: top right; }

#header-middle {
	width: 920px;
}

#headerrow {
	height: 5px;
	width: 920px;
	background: url(img/bg_topbottomborder.png) top left repeat-x;
}

#header-whitebanner {
	height: 110px;
	width: 920px;
	background: url(img/bg_headerwhite.png) bottom left no-repeat;
}

#header-signlink {
	width: 240px;
	height: 110px;
}

#header-barometer {
	width: 463px;
	height: 110px;
	font-size: 12px;
	color: #5a5a5a;
	background: url(img/barometer-einheiten.png) top left no-repeat;
}

#header-barometer-container {
	padding-top: 26px;
	padding-bottom: 5px;
}
#header-barometer-grey {
	height: 10px;
	width: 400px;
	background: url(img/barometer.png) bottom left repeat-x;
}

#header-barometer-green {
	height: 10px;
	width: 10px;
	background: url(img/barometer.png) top left repeat-x;
}

#header-barometer-text-headline {
	width: 120px; 
	float: left;
	font-weight: bold; 
}

#header-barometer-text-text {
	width: 280px;
	float: left;
}

#header-barometer-text-headline a, #header-barometer-text-text a { text-decoration: none; color: #5a5a5a;}


#header-logo {
	width: 217px;
	height: 110px;
}

#header-bluebanner {
	width: 920px;
	height: 195px;
	background: url(img/bg_headerblue.png) top left no-repeat;
}

#contentcontainer { 
	width: 1040px; 
	background: url(img/bg_content.png) top left repeat-y;
}

#contentcontainer-inner { 
	width: 920px; 
}

#content-left, #content-right {
	width: 60px;
	height: 200px;
}

#menurow {
	width: 920px;
	height: 45px;
	background: url(img/bg_schildecke.png) top left no-repeat;
}

#contentrow {
	width: 920px;
}

#contentmenu {
	width: 240px;
}

#main {
	width: 660px;
}


#footerrow {
	height: 35px;
	width: 920px;
	background: url(img/bg_topbottomborder.png) repeat-x left bottom;
}


/* -----------------------------------------------------
   IE 6: Overflow: Hidden bei Hintergrundbilderverschiebungen
   ----------------------------------------------------- */

#headerrow, #header-barometer-green {
	overflow: hidden;
}

/* -----------------------------------------------------
   Klickbare Fl�chen im Header
   ----------------------------------------------------- */

#headercontainer a { display: block; }

#header-leftside a.link-leftside,
#header-rightside a.link-rightside				{ width:  60px; height: 310px; }
#header-middle a.link-middle					{ width: 240px; height: 110px; }
#header-bluebanner a.linksign					{ width: 920px; height: 195px; }
#header-barometer-green a.link-barometer-green	{ width: 400px; height:  10px; }


/* ----------------------------------------------------- 
   Navigation
   ----------------------------------------------------- */

#menurow ul, #footerrow ul, #contentmenu ul {
	margin-top: 0;		/* overrides settings in content.css */
	margin-bottom: 0;	/* overrides settings in content.css */
}
#footerrow ul { margin-top: 10px; }

#menurow li, #footerrow li, #contentmenu li {
	background-image: none;	/* overrides settings in content.css */
	padding: 0;				/* overrides settings in content.css */
	margin: 0;				/* overrides settings in content.css */
}

#menurow ul, #footerrow ul {
	float: right;
	padding-top: 4px;
}

#menurow li, #footerrow li {
	font-size: 12px;
	line-height: 1em;
	list-style: none;
	display: inline;
	float: left;
	border-right: 1px #787878 solid;
	padding-right: 7px;
	padding-left: 7px;
} 

#menurow li.last, #footerrow li.last {
	border-right: 0;
	padding-right: 10px;
}

#menurow a {
	color: #5a5a5a;
	text-decoration: none;
}

#menurow a.active {
	color: #e35f13; 
}

#menurow a:hover {
	color: #087fff;
}

#footerrow ul {
	padding-top: 7px;
}

#footerrow li {
	border-right: 1px #99b4bf solid;
	font-size: 12px;
	font-size: 11px;
}

#footerrow a {
	color: #99b4bf;
	text-decoration: none;
}

#footerrow a:hover {
	color: #ffffff;
}

#contentmenu ul {
	padding-left: 20px;
}

#contentmenu li.headline {
	font-weight: bold;
	font-size: 15px;
	color: #00445e;
	margin-bottom: 6px;
}

#contentmenu a {
	text-decoration: none;
	color: #00445e;
	font-size: 12px;
	line-height: 18px;
}

#contentmenu a.active {
	color: #e35f13; 
}

#contentmenu a:hover {
	color: #087fff;
}

/* -----------------------------------------------------
   Layoutcontainer für Hausinfos
   ----------------------------------------------------- */
div.error p {
	margin-bottom: 18px;
}


div.error p span {
	color: #e35f13;
	font-weight: bold;
}


div.content-hausinfo-left {
	width: 250px;
	float: left;
}

div.content-hausinfo-left img {
	padding-top: 5px;
}

div.content-hausinfo-left h4 {
	padding-top: 15px;
	border-bottom: 2px solid #5a5a5a;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

div.content-hausinfo-left li {
	margin-top: 3px;
	margin-bottom: 3px;
}

div.content-hausinfo-right {
	width: 390px;
	float: right;
}


/* -----------------------------------------------------
   Formulardefinitionen: Spendenformular
   darunter: Bestellformular
   teilweise identisch
   ----------------------------------------------------- */

div.form-row {
	clear: both;
	margin-top: 6px;
	margin-bottom: 6px;
	float: left;
	width: 100%;
}

div.form-inputfields, div.form-submitbuttons {
	float: left;
	width: 100%;
}

#form-progressbar {
	float: left;
	width: 100%;
}


#form-progressbar ul {
	background: url(img/form_linegrey.png) top left repeat-x;
	width: 100%;
	height: 40px;
}

#form-progressbar li {
	float: left;
	width: 160px;
	display: block;
	padding: 0;
	background: url(img/form_buttongrey.png) center 24px no-repeat;
	text-align: center;
	height: 40px;
}

#form-progressbar li.active {
	background-image: url(img/form_buttonorange.png);
	color: #e35f13;
}

#donate-form-1-left,
#order-form-left {
	width: 250px;
	height: 210px;
	background-color: #ccdadf;
	float: left;
}

#donate-form-1-spacer,
#donate-form-2-spacer,
#order-form-spacer {
	width: 10px;
	height: 210px;
	float: left;
}

#donate-form-1-right,
#order-form-right {
	width: 400px;
	height: 210px;
	background-color: #ccdadf;
	float: left;
}

#donate-form-2-left,
#donate-form-2-right {
	width: 325px;
	float: left;
	height: 400px;
	background-color: #ccdadf;
}


form#donate-form h4,
form#order-form h4 {
	margin: 0; padding: 0;
	margin-left: 10px;
	margin-top: 10px;
	color: #00445e;
	margin-bottom: 10px;
}

form#donate-form label,
form#order-form label {
	font-size: 12px;
	color: #5a5a5a;
	display: block;
	text-indent: 10px;
	float: left;
	line-height: 17px;
}

form#donate-form div.form-inputfields input,
form#donate-form div.form-inputfields select,
form#donate-form div.form-inputfields #donate-form-2-left div.be-daten input,
form#order-form div.form-inputfields input {
	font-size: 12px;
	color: #5a5a5a;
	background-color: #ffffff;
	border: 1px #00445e solid;
	float: left;
	padding-left: 1px;
}

#donate-form-1-left label		{ width:  80px; }
#donate-form-1-left select		{ width: 152px; }

#donate-form-1-left input {
	width: 120px;
	padding: 1px 0px 1px 0px;
	font-size: 36px !important;
	text-align: center;
}

#donate-form-1-left label#betrag_label {
	line-height: 68px;
}

#donate-form-1-left div#betrag_eurosign {
	font-size: 36px;
	margin-left: 8px;
	float: left;
	color: #00445e;
	line-height: 46px;
}

#donate-form-1-right label,
#order-form-right label			{ width:  75px; }
#donate-form-1-right input,
#order-form-right input			{ width: 310px; padding: 1px 0px 1px 0px;}

form#donate-form div.form-inputfields #donate-form-2-left input,
form#donate-form div.form-inputfields #donate-form-2-right input {
	margin-left: 10px;
	width: 15px;
	float: left;
	display: block;
	margin-top: 2px;
	background-color: transparent;
	border: 0px;
}

form#donate-form #donate-form-2-left label,
form#donate-form #donate-form-2-right label {
	font-size: 12px;
	color: #5a5a5a;
	margin-left: 5px;
	width: 285px;
	float: left;
	line-height: 17px;
	display: block;
	text-indent: 0;
}

#donate-form-2-left label span.label-1,
#donate-form-2-right label span.label-1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
	padding-top: 0px;
	display: block;
	line-height: 18px;
}

#donate-form-2-left label span.label-2,
#donate-form-2-right label span.label-2 {
	font-size: 11px;
	line-height: 16px;
}

form#donate-form div.form-submitbuttons,
form#order-form div.form-submitbuttons {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 100%;
	float: left;
}

form#donate-form div.form-submitbuttons div.left,
form#order-form div.form-submitbuttons div.left {
	float: left;
	width: 49%;
}

form#donate-form div.form-submitbuttons div.right,
form#order-form div.form-submitbuttons div.right {
	float: right;
	width: 49%;
	text-align: right;
}

form#donate-form div.form-submitbuttons input,
form#order-form div.form-submitbuttons input {
	font-size: 13px;
	padding: 2px 10px 2px 10px;
	width: 70px;
}

form#donate-form div.form-submitbuttons input.button-print {
}


#donate-form-2-left label img { float: right; margin-left: 5px; margin-top: 1px;}
#donate-form-2-right label span.label-images { display: block; float: right; width: 80px; margin-left: 5px; text-align: center; }
#donate-form-2-right label span.label-images img { margin-bottom: 5px; }

form#donate-form div.be-daten { margin-left: 30px; width: 285px; }

form#donate-form #donate-form-2-left div.be-daten label { margin-left: 0px; }
form#donate-form #donate-form-2-left div.be-daten label.be-daten-miniform { font-size: 11px; display: inline; }

form#donate-form #donate-form-2-left div.be-daten label#tx_wirbauengemeinsam_pi1-label-konto { width: 52px; line-height: 22px;}
form#donate-form #donate-form-2-left div.be-daten label#tx_wirbauengemeinsam_pi1-label-blz   { width: 22px; line-height: 22px; margin-left: 15px;}
form#donate-form #donate-form-2-left div.be-daten input { font-size: 11px; }
form#donate-form #donate-form-2-left div.be-daten input#tx_wirbauengemeinsam_pi1-zart_bankeinzug_konto { width: 80px; }
form#donate-form #donate-form-2-left div.be-daten input#tx_wirbauengemeinsam_pi1-zart_bankeinzug_blz   { width: 80px; }

form#donate-form #donate-form-2-left div.be-daten label span.label-1 { font-size: 12px; }
form#donate-form #donate-form-2-left div.be-daten label span.label-1 span { font-size: 11px; font-weight: normal; }

/* Bestellformularspezifische Anpassungen */

#order-form-left			{ width: 300px; }
#order-form-right			{ width: 350px; }
#order-form-right input		{ width: 260px; }

#order-form-left label		{ float: right !important; text-indent: 0px !important; width: 265px;}
#order-form-left input		{ width: 25px; float: left; }
#order-form-left div.form-row { margin-left: 10px; display: inline; }

/* Ende Anpassungen Bestellformular */

div.form-summary {
	width: 640px;
	float: left;
	background-color: #ccdadf;
	padding-right: 10px;
	padding-left: 10px;
}

div.form-summary h4 { margin-left: 0px !important; }

div.form-summary h5 {
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	margin-top: 18px;
	margin-left: 135px;
	color: #5a5a5a;
}

div.form-summary h5.first { margin-top: 0px; }

div.form-summary div.summary-label {
	width: 120px;
	text-align: right;
	float: left;
	color: #5a5a5a;
}

div.form-summary div.summary-text {
/*	width: 505px;
*/	text-align: left;
	float: right;
	color: #00445e;
	margin-left: 15px;
	display: block;
	float: left;
	max-width: 505px;
}

div.form-summary div.step4 h4 { margin-left: 10px !important; }
div.form-summary div.step4 h5 { margin-left: 10px; }

div.form-summary div.form-row p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


span.summary-kontodaten, span.summary-empfaenger, span.summary-stichwort,
span.summary-be-kontodaten, span.summary-markup {
	font-weight: bold;
}

div.summary-address div.form-row {
	margin-top: 3px;
	margin-bottom: 3px;
}


/* -----------------------------------------------------
   Google-Maps
   ----------------------------------------------------- */
.tx-wecmap-map .startendaddress {
	display: inline; margin-right: 5px;
}

/* -----------------------------------------------------
   Diverse Formatierungen Text mit Bild etc.
   ----------------------------------------------------- */
dd.csc-textpic-caption {
	font-size: 11px;
	color: #5a5a5a;
	padding-top: 5px;
	margin-bottom: 15px;
}

div.content-kultur-und-landschaft DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }

div.personen {
	width: 220px;
	height: 140px;
	overflow: hidden;
	float: left;
	background: url(img/personenpfeil.png) top left no-repeat;
	padding-bottom: 10px;
}

div.personen p {
	margin: 0;
	font-size: 11px;
	padding-right: 5px;
	line-height: 14px;
	padding-top: 21px;
}

div.personenzitate {
	width: 100%; 
	background: url(img/personenpfeil.png) top left no-repeat;
	padding-bottom: 5px; 
}
div.personenzitate p {
	padding-left: 17px;
}


div.nachrechtsbitte { float: right; }
div.nachlinksbitte { float: left; }

div.listframe1,
div.listframe2,
div.listframe3,
div.listframe4 {
	padding-left: 80px;
	padding-top: 10px;
	background: url(img/listbullet-1.png) top left no-repeat;
	margin-top: 10px;
}

div.listframe2 { background-image: url(img/listbullet-2.png); }
div.listframe3 { background-image: url(img/listbullet-3.png); }
div.listframe4 { background-image: url(img/listbullet-4.png); }

div.listframe1 h2,
div.listframe2 h2,
div.listframe3 h2,
div.listframe4 h2 {
	margin-top: 0px;
}

.csc-frame-rulerBefore {
	border-top: 1px dotted #5a5a5a;
	float: left;
	width: 100%;
	padding-bottom: 15px; 
	margin-top: 15px;
	display: inline; 
}


/* -----------------------------------------------------
   Formatierungen Startseite
   ----------------------------------------------------- */
div.startpage-left-outter {
	width: 320px;
	background-color: #ccdadf;
	float: left;
	background: url(img/startseite_rahmen_links.png) left bottom no-repeat #ccdadf;
}

div.startpage-left {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 260px;
	float: left;
}

div.startpage-left p {
	color: #000000;
	line-height: 22px;
}

div.startpage-middle-spacer {
	width: 20px;
	height: 750px;
	float: left;
}

div.startpage-right {
	float: left;
	width: 540px;
}

div.startpage-bautagebuch-container-top {
	width: 540px;
	height: 20px;
	display: block;
	float: left;
}

div.startpage-bautagebuch-container {
	float: left;
	border-top: 3px dashed #00445E;
	width: 540px;
	height: 20px;
	display: block;
	clear: both;
}

div.startpage-right-mitmachen-left {
	background: url(img/bg_startpage-bausteine-left.png) left bottom repeat-x;
	width: 387px;
}

div.startpage-right-mitmachen-right {
	background: url(img/bg_startpage-bausteine-right.png) right bottom no-repeat;
	width: 153px;
}

div.startpage-right-mitmachen-right a, div.startpage-right-mitmachen-right a:hover {
	width: 153px; height: 172px; display: block; text-decoration: none;
}

div.startpage-right-mitmachen-left,
div.startpage-right-mitmachen-right {
	height: 172px;
	float: left;
}

div.startpage-right-mitmachen-left h1 {
	color: #e35f13;
	padding-top: 10px;
	padding-left: 5px;
}

div.startpage-right-mitmachen-left p {
	margin-left: 5px;
}

div.startpage-right h1 {
	clear: both;
}

div.startpage-right-mitmachen-left p a,
div.startpage-right-mitmachen-left p a:hover {
	color: #5a5a5a;
	text-decoration: none;
}

div.startpage-right-mitmachen-left h1 a,
div.startpage-right-mitmachen-left h1 a:hover {
	color: #e35f13;
	text-decoration: none;
}



/* -----------------------------------------------------
   Formatierungen Bautagebuch
   ----------------------------------------------------- */
div.news-latest-container,
div.news-list-container {
	float: left;
}

div.news-latest-item,
div.news-list-item {
	width: 270px;
	float: left;
	overflow: hidden;
}

div.news-latest-clear-row,
div.news-list-clear-row {
/*	clear: both;
*/	float: left;
	width: 500px;
	height: 1px;
}

div.news-latest-image-container-outter,
div.news-list-image-container-outter {
	float: left;
	background-color: #f5f5f2;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #cac9c4;
	text-align: center;
}

div.news-latest-image-container-outter img,
div.news-list-image-container-outter img {
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
	margin-bottom: 2px;
}

div.news-latest-image-container,
div.news-list-image-container {
	width: 230px;
	display: block;
	text-align: center;
	float: left;
}

span.news-latest-date,
span.news-list-date {
	width: 100%;
	float: left;
	text-align: right;
	color: #5a5a5a;
	font-size: 10px;
	height: 18px;
}

span.news-latest-text,
span.news-list-text {
	font-size: 12px;
	color: #5a5a5a;
	line-height: 16px;
	float: left;
}


div.tx-ttnews-browsebox {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 540px;
	text-align: center;
	float: left;
	font-size: 12px;
	line-height: 18px;
	color: #5a5a5a;
}

div.tx-ttnews-browsebox strong,
div.tx-ttnews-browsebox a {
	margin-left: 5px;
	margin-right: 5px;
}




/* -----------------------------------------------------
   Formatierungen Bannercodeseite
   ----------------------------------------------------- */
textarea.bannercode { width: 600px; height: 60px; 
	color: #5a5a5a;
	font-size: 10px;
	line-height: 14px;
	padding: 2px;
border: 1px solid #00445e;
}
textarea.small { width: 460px; height: 120px; }



