﻿@import url(reset_all.css);
@import url(forms.css);
/* Googlemaps, nicht einbinden wg. Bubble-Size-Problem bei Directions-Formular */
/* @import url(googlemaps.css); */

div.rightcol-box {
float:left;
width: 100%;
}

/* #seitencontainer, */
#gesamtcontainer,
#header, #header-logo, #header-menu, #header-bild, #header-tab,
 #inhaltcontainer, 
#content, #contentmenu, #content_small, #sidebar, 
#footer, #abschlusscontainer
{
float: left;
width: 100%;
display: inline;
}

#gesamtcontainer, #abschlusscontainer {
min-width: 980px;
}

#inhaltcontainer {
background-color: #ffffff;
}


body, html {
background-color: #cde3df;
}

body {
margin: 0 auto;
text-align: center;
}

#gesamtcontainer {
background-image: url(img/bg_gruen.png);
background-position: center;
background-repeat: repeat-y;
background-color: #cde3df;
}

#seitencontainer {
width: 980px; 
margin: 0 auto;
text-align: left;
}

#header {
}

#header-logo {
	background-image: url(img/header_gruen.png);
	height: 122px;
}

#header-menu {
/* 				height: 30px; */
	height: 27px;
	background-image: url(img/global-nav-bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid black;
	background-position: bottom;
}

#header-menu ul {
	list-style: none; 
	padding: 0;
	margin: 0;
	padding-left: 5px;
}

#header-menu ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	padding-right: 1px;
	background-image: url(img/global-nav-divider.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

#header-menu a {
	display: block;
	height: 27px;
	line-height: 27px;
	padding-left: 10px;
	padding-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: black;
	float: left;
}

#header-menu a:hover {
height: 27px;
background-image: url(img/global-nav-hover-bg.gif);
/* runterdr�ckeffekt ?
line-height: 27px;
background-position: 0px 1px;
*/
}

#header-bild {
	background-image: url(img/headerbild_seile.png);
	background-color: black;
	height: 158px;
	border-bottom: black solid 1px;
	position: relative;
	line-height: 158px;
}

#header-bild_ah {
	background-image: url(img/headerbild_allianzhaus.png);
	height: 158px;
	border-bottom: black solid 1px;
	position: relative;
	line-height: 158px;
}

#header-bild h1, #header-bild_ah h1 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: white;
	margin: 0 0 0 15px;
}

#header-tab {
	position: absolute;
	bottom: -1px;
	left: 0px;
}

#header-tab ul {
	list-style: none;
	line-height: 33px;
	padding: 0;
	margin: 0;
	padding-left: 10px;
}

#header-tab li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#header-tab a {
	float: left;
	height: 33px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 12px;
	padding-bottom: 0pt;
	padding-left: 8px;
	display: block;
	color: #081329;
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	background-image: url(img/tabs_mitte.gif);
	background-position: top right;
	background-repeat: repeat;
	background-attachment: scroll;
	text-decoration: none;
}

#header-tab li.first a {
	background-image: url(img/tabs_rundungen.gif);
	background-position: left top;
	padding-right: 10px;
	padding-left: 12px;
}

#header-tab li.last a {
	background-image: url(img/tabs_rundungen.gif);
	padding-right: 14px;
}

#header-tab .empty a {
	padding: 0;
	width: 2px;
}

#header-tab li a.on {
	background-position: bottom right;
}

#header-tab li.first a.on {
	background-position: bottom left;
}

#header-tab li.last a.on {
	background-position: bottom right;
}


/*	##########################	*/
/*	Footerbereiche ead 		*/
/*	##########################	*/


#footer {
	clear: both;
	width: 980px;
	margin-top: 30px;
	border-top: 1px solid #01715c;
	background-color: #cde3df;
	border-bottom: 5px solid #01715c;
	padding-top: 6px;
	padding-bottom: 8px;
}

#footer div {
	font-size: 10px;
	line-height: 20px;
	line-height: 10px;
	text-align: right;
	padding: 0;
	margin: 0;
	padding-right: 15px;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#abschlusscontainer {
	background-image: url(img/bg_gruen_footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #cde3df;
	height: 30px;
}



/*	##########################	*/
/*	Contentbereiche ead 		*/
/*	##########################	*/

#inhaltcontainer {
	width: 950px;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
	margin-top: 20px;
}

#content {
	width: 690px;
	margin-right: 20px; 
	float: left;
}

#sidebar {
	width: 240px;
	height: 100%;
	float: left;
}


/* ######################################### */
/* rechte Spalte                             */
/* ######################################### */

#sidebar a {
	color: black;
}

div.rightcol-box {			
	border: 1px solid;
	margin-bottom: 20px;
}

div.rightcol-box-header {		
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	color: white;
}

div.rightcol-box-content {		
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 8px;
}

div.rightcol-box-content p,
div.rightcol-box-content div.news-list-item {
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	margin: 0;
}

div.rightcol-box-content div.news-list-item {
	padding-left: 10px;
	background-image: url('img/pfeil_gruen_8px.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 3px;
}

div.rightcol-box-content p.rightcol-box-allianzgebet-titel {
	padding-left: 10px;
	background-image: url('img/pfeil_lila_8px.png');
	background-repeat: no-repeat;
	background-position: left top;
/*	padding-bottom: 3px;
*/
}

div.rightcol-box p.rightcol-box-gebetskalender-titel {
	font-weight: bold;
	color: #6c3f98;
	display: inline;
	float: left;
	margin-right: 5px;
}

div.rightcol-box-footer {		
	padding-left: 8px;
	padding-right: 8px;
	border-top: 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 4px solid;
}

#rightcol-box-gebetskalender div.rightcol-box-header,
#rightcol-box-allianzgebet div.rightcol-box-header {
	color: #6c3f98;
	background-color: #e3daeb;
}

#rightcol-box-nachrichten div.rightcol-box-header,
#rightcol-box-newsletter div.rightcol-box-header {
	color: #01715c;
	background-color: #cde3df;
}

div.rightcol-box-footer a {
	font-size: 10px;
	line-height: 12px;
}

#rightcol-box-gebetskalender div.rightcol-box-footer a,
#rightcol-box-allianzgebet div.rightcol-box-footer a {
	color: #6c3f98;
}

#rightcol-box-nachrichten div.rightcol-box-footer a {
	color: #01715c;
}
#rightcol-box-newsletter a {
	color: #01715c !important;
}

#rightcol-box-gebetskalender,
#rightcol-box-allianzgebet,
#rightcol-box-gebetskalender div.rightcol-box-footer,
#rightcol-box-allianzgebet div.rightcol-box-footer {
	border-color: #e3daeb;
}

#rightcol-box-nachrichten div.rightcol-box-footer,
#rightcol-box-nachrichten,
#rightcol-box-newsletter div.rightcol-box-footer,
#rightcol-box-newsletter  {		
	border-color: #cde3df;
}



#rightcol-box-30tage div.rightcol-box-header {
	color: #004685;
	background-color: #cddbe7;
}

#rightcol-box-30tage,
#rightcol-box-30tage div.rightcol-box-footer {
	border-color: #cddbe7;
}

#rightcol-box-30tage div.rightcol-box-footer a {
	color: #004685;
}

#rightcol-box-30tage p.rightcol-box-30tage-image {
	margin: 2px 0 5px 0;
	padding: 0;
}


#rightcol-box-30tage p.rightcol-box-30tage-text a:hover {
	text-decoration: none;
	padding: 0;
	margin: 0;
}


/* ######################## */
/* Rightcol-box-add */
#rightcol-box-add { width: 240px; float: left; background: #eeeeee; }
#rightcol-box-add img { margin-left: 6px; display: inline; }


/* ######################## */
/* Contentmenu (links)      */
/* ######################## */

#contentmenu {
	width: 140px;
	float: left;
	font-size: 0.8em;
}

#contentmenu ul {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;	
}

#contentmenu li {
	font-size: 11px;
	padding: 0;
	margin: 0;
	background: none;
	line-height: 14px;
	color: #b2b4bf;
	font-weight: bold;
	margin-bottom: 0.6em;
	float: left;
	width: 100%;
}


#contentmenu ul ul {
	margin-left: 10px;
	margin-bottom: 0.6em;
}

#contentmenu ul ul li {
	margin-bottom: 0.3em;
}

/* IE6-Hack */
* html #contentmenu ul,
* html #contentmenu ul ul {
	width: 100%;
	line-height: 1.2em;
}
/* Ende IE6-Hack */

#contentmenu li.onsub a {
	margin-bottom: 0.3em;
}

#contentmenu li.spacer {
	height: 2px;
	border-top: 1px solid #b2b4bf;
	margin-bottom: 3px;
	line-height: 2px;

	font-size: 2px;
}

#contentmenu ul ul li.spacer {
	height: 1px;
	border-top: 1px solid #b2b4bf;
	padding-bottom: 1px;
	line-height: 1px;
	font-size: 1px;
}


#contentmenu li.headline {
	color: #01715c;
	font-size: 14px;
	border: 0;
	padding: 0;
	margin: 0;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #01715c;
	margin-bottom: 0.5em;
	line-height: 1.25em;
}

#contentmenu li a,
#contentmenu li.onsub ul li a {
	color: #b2b4bf;
	padding-left: 10px;
	background-image: url('img/pfeil_grau_8px.png');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
}

#contentmenu li a:hover,
#contentmenu li.on a,
#contentmenu li.onsub a,
#contentmenu li.onsub ul li a:hover,
#contentmenu li.onsub ul li.on a,
#contentmenu li.onsub ul li.onsub a {
	color: #01715c;
	background-image: url(img/pfeil_gruen_8px.png);
}


#content_small {
	width: 530px;
	margin-left: 20px;
	float: left;
}


/* ########################## */
/* CSC-Bildstyles überschreiben */
/* ########################## */

.csc-textpic-caption {
	margin-top: 3px !important;
	font-size: 0.8em;
	margin-bottom: 8px !important;
	line-height: 1.1em;
} 

/* ################################### */
/* Standard-Formular für Mailformulare */
/* ################################### */

/* 
fieldset {
	border: 0;
	border-top: 1px solid #01715c;
	border-bottom: 1px #01715c;
}

fieldset legend {
	line-height: 1.3em;
}

fieldset.csc-mailform {
	padding: 1em 0;
}
*/

div.csc-mailform-field {
	margin-top: 10px;
}

div.csc-mailform-field label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
div.csc-mailform-field input.csc-mailform-submit {
	margin-left: 159px;
	width: auto;
}
div.csc-mailform-field input,
div.csc-mailform-field textarea {
	width: 300px;
}

/* ########################## */
/* Gebetskalender             */
/* ########################## */  

span.gebetskalender-startdate {
	font-weight: bold;
	color: black;
	border-bottom: 0;
	padding: 3px 5px 2px 5px;
	width: 75px;
	float: left;
	display: block;
}

span.gebetskalender-titel {
	padding: 3px 5px 2px 5px;
	width: 435px;
	text-align: left;
	float: right;
	display: block;
}

div.gebetskalender-list h4 {
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 1em;
	background-image: url(img/bg_gebetskalender_gebet.png);
	background-repeat: repeat-y;
}

div.tx-cal-controller p.pagebrowser span.next {
	width: 30%;
	float: right;
	text-align: right;
	display: block;
}

div.tx-cal-controller p.pagebrowser span.prev {
	width: 30%;
	float: left;
	display: block;
}



/* ########################## */
/* 30 Tage Gebet              */
/* ########################## */

#einzelansicht-30-tage-gebet p.tagesangabe {
color: #004685;
text-align: right;
margin-bottom: 1.5em;
font-style: italic;
font-size: 0.8em;
}

#einzelansicht-30-tage-gebet p.subtitel {
margin-top: 1em;
margin-right: 0.5em;
}

#einzelansicht-30-tage-gebet div.csc-textpic-intext-right div.csc-textpic-imagewrap {
padding-left: 10px;
background-color: white;
}

#liste-30-tage-gebet {
clear: both;
}

#liste-30-tage-gebet div.gebet-30-tage {
float: left;
width: 248px;
height: 85px;
border: 1px solid #b2b4bf;
display: block;
margin-bottom: 10px;
padding: 5px;
}

#liste-30-tage-gebet div.gebet-30-tage:hover {
border-color: #004685;
}

#liste-30-tage-gebet div.even {
margin-left: 10px;
}

#liste-30-tage-gebet div.gebet-30-tage div.bild {
float: left;
width: 80px;
margin-right: 10px;
height: 85px;
overflow: hidden;
}

#liste-30-tage-gebet div.gebet-30-tage div.bild img {
}

#liste-30-tage-gebet div.gebet-30-tage div.text {
}


#liste-30-tage-gebet div.gebet-30-tage h5 {
padding: 0;
margin: 0;
line-height: 1.5em;
margin-bottom: 0px;
color: #b2b4bf;
font-size: 0.8em;
}

#liste-30-tage-gebet div.gebet-30-tage h6 {
padding: 0;
margin: 0;
margin-top: 4px;
font-size: 0.95em;
}


#liste-30-tage-gebet div.gebet-30-tage h6 a,
#liste-30-tage-gebet div.gebet-30-tage h5 a {
text-decoration: none;
}

#liste-30-tage-gebet div.gebet-30-tage h5 a {
color: black;
}

/* ############################################## */
/* Werkeliste mit Zusatzinfo (30 Tage Gebet etc.) */

div.adressemittext {
border-top: 2px solid;
margin-top: 10px;
padding-top: 10px;
clear: both;
}

div.adressemittext-adresse {
float: left;
width: 255px;
}

div.adressemittext-text {
float: right;
width: 255px;
font-style: italic;
}



/* ########################## */
/* Aktuelle Meldungen         */
/* ########################## */

div.news-list-item {
	padding-top: 1em;
	padding-bottom: 1em;
}

div.news-list-item img {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.news-list-first-row {
	border-bottom: 1px solid #01715c;
	display: block;
	margin-bottom: 0.2em;
}

div.news-list-date, div.news-single-timedata {
	font-weight: bold;
	color: black;
	background-color: #cde3df;
	#border: 1px solid #01715c;
	border-bottom: 0;
	padding: 3px 5px 2px 5px;
	float: right;
	margin-right: 0px;
	display: block;
}

div.news-list-title {
	padding: 3px 5px 2px 0px;
	font-weight: bold;
}

/* div.news-list-title h4 {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	position: relative;
	line-height: 1em;
} */

div.news-list-item p {
	padding: 0;
	margin: 0;
}

div.news-list-item p.news-list-subheader {
	color: #01715c;
	display: block;
}

div.news-list-item p.news-list-contentcrop,
div.news-list-item p {
	display: inline;
}

div.news-list-morelink {
	display: inline;
}

div.news-single-item h3 {
	font-size: 14px;
	line-height: 18px;
	color: #01715c;
	font-weight: normal;
}

div.news-single-item h2 {
	line-height: 32px;
}


div.news-single-item div.news-single-img {
	float: right;
	padding-left: 10px;
	max-width: 200px;
	width: auto;
/*	margin-top: 14px;*/
}

div.news-single-item div.news-single-img p.news-single-imgcaption {
	margin-top: 3px !important;
	font-size: 11px;
	margin-bottom: 8px !important;
	line-height: 12px;
} 

div.tx-ttnews-browsebox p {
}

div.tx-ttnews-browsebox a {
	border: 1px solid;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 4px;	
	margin-left: 4px;
	margin-right: 4px;
}


/* ########################## */
/* Dokumente / Download List  */
/* ########################## */

div.downloadlist-preview-image {
	float: right;
	margin: 0 0 10px 10px;
}

div.downloadlist-item {
	clear: both;
}

input.materialAmountSmall {
	width: 19px;
}

input.materialAmount {
	width: 40px;
}

div.downloadlist-item li input {
	height: 16px;
	line-height: 16px;
}

div.downloadlist-item2 li {
	background-position: 2px 8px;
	line-height: 20px;
}



/* ############################# */
/* Tabelle für Allianzkonferenz  */
/* ############################# */

table.table-konferenz tr td {
padding-bottom: 5px;
}

table.table-konferenz tr.tr-last td {
padding-bottom: 0px;
}


/* ############################## */
/* Spendenseiten                  */
/* ############################## */

div.tx-donations-singleitem h2,
div.tx-donations-donateview h2,
div.tx-donations-confirmview h2 {
margin-bottom: 0;
}

div.tx-donations-singleitem h3,
div.tx-donations-donateview h3,
div.tx-donations-confirmview h3 {
margin-bottom: 18px;
}

div.tx-donations-donateview div.error,
div.tx-donations-confirmview div.error {
padding-left: 10px;
font-size: 12px;
color: red;
border-color: red !important;
}


/* ############################# */
/* Materialbestellung            */
/* ############################# */

.tx-damsimpledownloads-pi1 fieldset {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
}

.tx-damsimpledownloads-pi1 table.material td {
	padding-left: 5px;
	padding-right: 5px;
}

div.button-nextstep,
div.button-submit {
	text-align: right;
	margin-top: 15px;
}


div.button-nextstep input,
div.button-submit input {
	width: auto;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.tx-damsimpledownloads-pi1 p.material-message {
	background-image: url(img/button_gruen.png);
	background-position: 1px 5px;
	background-repeat: no-repeat;

	padding-left: 18px;
	margin-left: 0;
}

textarea#anmerkungen {
	font-size: 13.33333px;
}

/* google maps */

.tx-wecmap-pi2 {
	width: 100%;
	clear: both;
	float: left;
}

.tx-wecmap-pi2 .marker {
}

div.sidebar h4 {
	float: left;
	clear: left;
	border: 0;
	margin: 3px 0 3px 10px;
	font-size: 11px;
	width: 190px;
}

div.sidebar {
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
	height: 600px;
}

#allianzmap_address {
	width: 300px;
	height: 16px;
/* 	line-height: 20px; */
	font-size: 12px;
	padding: 2px 0 0 1px;
	float: left;
	margin: 0;
}

#allianzmap_submit {
	width: auto;
	height: 20px;
	padding: 0 5px; 
	margin: 0 0 0 1em;
	float: left;
	line-height: 16px;
	font-size: 12px;
	text-align: center;
}

#allianzmap_form {
	margin-bottom: 1em;
	width: 100%;
	clear: both;
	float: left;
}



/* ############################# */
/* Wir bauen gemeinsam-Banner    */
/* ############################# */

#banner_160x600-outer {
	position: absolute;
	left: 990px;
	top: -177px;
	height: 600px;
	width: 160px;
}

#banner-small-left {
	width: 130px;
	background-color: #eeeeee;
	text-align: right;
	margin-top: 40px;
	margin-bottom: 10px;
	float: left;
}


/* ############################# */
/* Indexed Search                */
/* ############################# */

#quicksearch {
	position: absolute;
	z-index: 20;
	top: 20px;
	width: 220px;
	margin-left: 760px;
/*	margin-top: -105px;
	margin-top: -64px;
	left: 758px;
*/
	font-size: 12px;
}

#quicksearch-sword {
	width: 150px;
	font-size: 12px;
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	height: 15px;
	line-height: 20px;
	color: #343434;
}

#quicksearch-submit {
	width: 50px;
	text-align: center;
	height: 15px;
	margin: 0 0 0 5px;
	border: 0;
	padding: 0;
	float: left;
	font-size: 11px;
	color: #343434;
}

.tx-indexedsearch-searchbox {
	position: absolute;
	margin-top: 50px;
}

.tx-indexedsearch-form label {
	font-size: 0.85em;
	display: none;
}

#tx-indexedsearch-searchbox-button-submit {
	width: auto;
	margin: 5px 0 0;
	padding: 0;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	font-size: 24px;
	margin: 0;
	padding: 0;
	line-height: 36px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox li {
	list-style: none;
	background: none;
	padding-left: 0;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #c01010;
}

.tx-indexedsearch ul.browsebox {
	text-align: right;
	margin: 0;
}

.tx-indexedsearch-browsebox {
	margin: 0 0 30px;
}

.tx-indexedsearch-browsebox p {
	text-align: right;
}

h6.tx-indexedsearch-title {
	margin: 0;
}

p.tx-indexedsearch-descr {
	margin-top: 0;
	margin-left: 14px;
	margin-bottom: 0;
	font-size: 0.85em;
}

dl.tx-indexedsearch-info {
	margin-left: 14px;
	font-size: 0.85em;
}

dl.tx-indexedsearch-info a {
	margin-left: 10px;
}

.tx-indexedsearch .res-tmpl-css {
	clear: both;
	margin-bottom: 2.5em;
}



/* FCE für 2spaltiges Layout (flexibel, Innenabstand fix) */

div.fce-2cols { width: 100%; float: left; }
div.fce-2cols div.fce-2cols-col { width: 50%; float: left; }
div.fce-2cols div.fce-2cols-col-1 div.fce-2cols-inner { padding-right: 10px; }
div.fce-2cols div.fce-2cols-col-2 div.fce-2cols-inner { padding-left: 10px; }

div.konferenz-referenten { width: 100%; float: left; }
div#content_small div.konferenz-referenten { width: 530px; }
div.konferenz-referenten div.referenten-item { width: 100%; float: left; margin-bottom: 20px; }
div.konferenz-referenten div.text { float: left; }
div.konferenz-referenten div.img { float: left; width: 120px; }
div#content_small div.konferenz-referenten div.text { width: 390px; padding-right: 20px; }
div.konferenz-referenten h4 { margin-top: 0; }