/* CSS Dokument */



/* Allgemein */

.bildLinks {
	float:left;
	margin-right:10px;
	}


/* Weißer Kasten */

.special {
width:380px;
padding: 6px;
margin-bottom: 10px;
border-top:1px;
border-top-style: solid;
border-bottom-color:#643E95;
border-bottom:1px;
border-bottom-style: solid;
border-top-color:#643E95;
background-color:#FFFFFF;
}


/* Formatierungen download Felder (Gemeindebriefvorlagen) */

.gvRahmen {
	background-color: #FAE6BC;
	border: 1px solid #5C6B76;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.gvRahmen p {
	margin-top:0px;
	margin-bottom:15px;
}

.gvInhaltText, .gvInhaltBild, .gvInhaltLayout {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 10px;
	padding-left: 35px;
	height: 20px;
}

.gvInhaltText {
	background-image: url(../grafik/layout/icons_text.gif);
}

.gvInhaltBild {
	background-image: url(../grafik/layout/icons_bild.gif);
}

.gvInhaltLayout {
	background-image: url(../grafik/layout/icons_layout.gif);
}

.gvHeadline {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	margin-bottom:15px;
}

.gvSubline {
	font-size: 1em;
	color: #444444;
	margin-bottom:15px;
}

/* Formatierungen für den alten Veranstaltungskalender */

div.event { 
	background-color: #F0E6C8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10pt; 
	font-family: verdana, sans-serif; 
} 
	
.event .date { 
	font-size: 12px; 
	margin: 0; 
	padding: 0; 
} 

.event h2 { 
	font-size: 12px; 
	margin: 0; 
	padding: 0; 
} 

.event h3 { 
	display:none; 
} 

.event p { 
	font-size: 11px; 
	margin: 0; 
	padding: 0; 
} 

.event .categories { 
	display: none; 
} 

/*    ENDE FORMATIERUNGEN ALTER VERANSTALTUNGSKALENDER --- kann gelöscht werden!!!!!!!!!!!!!!!!!!!111*/


/*  Formatierungen für neuen Veranstaltungskalender */
.design_01 {   
	font-family: verdana, sans-serif;
	font-size: 12px; 
	margin: 0; 
	margin-bottom: 10pt;
	padding: 0;
}

.headline_01, .headline_02 {
	margin-top:25px;
	font-size: 12px; 
}

.datum_01 {
	font-weight:bold; 
	margin-top: 20px; 
	margin-bottom: 5px;
}

.info_01 {      
	margin-bottom: 10px;
	background-color: #F0E6C8;
	border-top: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	padding: 3px;
	width: 75%;
}

.veranstaltung {
padding: 5px;
}

.headline_veranstaltung {
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

.datum_02 {
	font-size:10px;
}

.info_02 {
	margin-bottom: 10px;
	padding: 3px;
	width: 96%;
	background-color: #FCF0D7;
}


/*  Formatierungen für neuen Veranstaltungskalender  ENDE */




.inhalt {
	width: 600px !important;
}

.ueberschrift {
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FCB932;
	background-image: url(../grafik/farben/orange_mittel.gif);
	color: #333333;
	padding: 2px;
	margin-top: 12px;
}

.trennlinie {
	/*width: 400px;*/
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-bottom: 10px;
}

.trennlinieHell {
	/*width: 400px;*/
	border-top-width: 1px;
	border-top-style:solid;
	border-top-color: #888888;
	padding-bottom: 10px;
}

.bilderrahmen_links {
	float: left;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	padding: 0px;
	background-image: url(../grafik/farben/orange_mittel.gif);
}

.bilderrahmen_rechts {
	border: none;
	float: right;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	padding: 0px;
	background-image: url(../grafik/farben/orange_mittel.gif);
}

.bilderrahmen_minis {
	float:left;
}

.bildunterschrift{
	padding: 2px;
	margin: 0px;
}

/* Themen Box Attribute */

.themenBox{
	float: right;
	
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: FFD787;
	border-right-color: FFD787;
	border-bottom-color: FFD787;
	border-left-color: FFD787;
	border-top-style: solid;


}

.themenBoxTitel{
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px;
	color: #FFFFFF;
}

.themenBoxInhalt {
	background-color: #FFFFFF;
	padding: 5px;
}

/* Themen Box ENDE */

/* InfoBox */

.infoBox{
	margin-bottom: 10px;
	background-image: url(../grafik/farben/grau_hell.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #F0E6C8;
	padding: 3px;
	width: 75%;

}

/* InfoBox ENDE */

/* InfoRechts */

.infoRechts{
	margin-bottom: 10px;
	background-image: url(../grafik/farben/grau_hell.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #F0E6C8;
	padding: 5px;
	width: 250px;
	float: right;
	text-align: left

}

/* InfoBoxRechts ENDE */


/* ZitatBox */

.zitatBox{
	margin-bottom: 10px;
	background-image: url(../grafik/farben/grau_hell.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #F0E6C8;
	padding: 5px;
	width: 250px;
	float: right;
	text-align: center;



}

/* ZitatBox ENDE */



/* Listen Box Attribute */

.listenBox{
	
	margin-bottom: 10px;
}

.listenBoxTitel{
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px;
	color: #FFFFFF;
}

.listenBoxInhalt {
	background-color: #FFFFFF;
}

/* Listen Box ENDE */

.formularback {
	background-color: #FFFFFF;
}

.formularfeld {
	border: 1px solid #643e95;
	background-color: #FFFFFF;
	background-image: url(../grafik/layout/formularfeld_back.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.formularknopf {
	border: 1px solid #643e95;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/* Formatierungen für die Welcome-Seite */

#startseiteMitte {
	width:495px;
	float:left;
}

#startseiteRechts {
	float:right;
	width: 175px;
}

.aufloesung {
	clear:both;
	}


#teaser {
	width: 495px;
	position: relative;
	padding-top: 10px;
}

.teaserBox {
	margin-bottom: 25px;
}

.teaserLink, .newsLink {
	float:right;}
	
.teaserLink li, .newsLink li {
	
	}
	
.teaserLink ul, .newsLink ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	}

.neuesInhalt {
	margin-bottom:2em;
	}
	
.neuesInhalt p {
	margin-top:0.6em;
	margin-bottom:0.6em;
}

#audioService {
	margin-bottom:15px;
}

.lzLabel {
	padding:5px;
	font-size:1.2em;
	font-weight:bold;
	background-color:#ffd787;
	color: #666666;
	text-transform: uppercase;
	}


#lesezeichen {
	border-right-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #ffd787;
	border-left-width: 1px;
	border-left-color: #ffd787;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffd787;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd787;
	background-image: url(../grafik/layout/weiss_trans.gif);
}

#lesezeichen li {
	margin-top:10px;
	margin-bottom:10px;	
	}

#lesezeichen p {
	margin-top:2px;
	margin-bottom:2px;	
	}

#copyright {
	width: 374px;
	height: 25px;
	z-index: 5;
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
}

#newslabel {
	
	background-image: url(../grafik/layout/neues_titel.gif);
	background-repeat: no-repeat;	
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}

#newsbox {
	width: 490px;
	
	background-color: FFD787;
	margin-top: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FCB932;
	border-right-color: #FCB932;
	border-bottom-color: #FCB932;
	border-left-color: #FCB932;
	
	background-image: url(../grafik/layout/neues_rand.gif);
	background-repeat: repeat-y;	
}
/*html>body #content #newsbox { width: 358px; } /* für Mozilla, Firefox ... */

textarea {

	border: 1px solid #643e95;
	background-color: #FFFFFF;
	background-image: url(../grafik/layout/formularfeld_back.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
select {

	background-color: #FFFFFF;
}
.formularfeldAnrede {
	border: 1px solid #643e95;
	background-color: #FFFFFF;
	background-image: url(../grafik/layout/formularfeld_back.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 20%;

}
.newsletterBox {

	margin-bottom: 0px;
	background-image: url(../grafik/farben/grau_hell.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #F0E6C8;
	padding: 3px;
	width: 100%;
}
.newsletterAuswahl {
	margin-bottom: 0px;
	background-image: url(../grafik/farben/orange_mittel.gif);
	background-color: #F0E6C8;
	padding: 3px;
	width: 100%;
	border: 0px none;
}
.content {

	width: 700px !important;
}

.kontent {

	width: 600px !important;
}

.infoBoxKlein {
	margin-bottom: 10px;
	background-image: url(../grafik/farben/grau_hell.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #F0E6C8;
	padding: 3px;
	width: 75%;
	height: 120px;
}
.rahmenbreite {
    width: 270px;

	}

/* Formatierungen für Themen-Unterseiten */

.inhaltThema {
	margin-bottom:2em;
	
	}

.inhaltThemaLinks, .inhaltThemaRechts {
width: 340px;

}


.inhaltThemaLinks {
float:left;
}
.inhaltThemaRechts {

float:right;
}

.inhaltThemaLinks p, .inhaltThemaRechts p {
	margin-top:0px;
	margin-bottom:1.2em;
	}

.contentThema {
	
	background-color:#FFFFFF;
  height: auto !important;
	
border-top:1px;
border-top-style: solid;
border-bottom-color:#643E95;
border-bottom:1px;
border-bottom-style: solid;
border-top-color:#643E95;

margin-bottom: 10px;
padding: 6px;
}



.labelThema {
	font-size:1.2em;
	color:#666666;
	/*background-color:#4453A2;*/
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 14px;
	padding-right: 6px;
	padding-bottom: 14px;
	padding-left: 60px;
	/*background-color: #FFD989;*/
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #093;
}

.labelThemaFinanz {
	font-size:1.2em;
	color:#666666;
	/*background-color:#4453A2;*/
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 14px;
	padding-right: 6px;
	padding-bottom: 14px;
	padding-left: 60px;
	/*background-color: #FFD989;*/
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
}

.tAktuelles {
	background-image: url(../grafik/layout/klima_zeitung_50.png);
	background-repeat: no-repeat;
}

.tVeranstaltungen {
	background-image: url(../grafik/layout/klima_kalender_50.png);
	background-repeat: no-repeat;
}


.tStandpunkte {
	background-image: url(../grafik/layout/klima_standpunkte_50.png);
	background-repeat: no-repeat;
}

.tMitmachen {
	background-image: url(../grafik/layout/klima_mitmachen_50.png);
	background-repeat: no-repeat;
}

.tVision {
	background-image: url(../grafik/layout/klima_taube_50.png);
	background-repeat: no-repeat;
}

.tBildung {
	background-image: url(../grafik/layout/klima_bildung_50.png);
	background-repeat: no-repeat;
}

.tWissen {
	background-image: url(../grafik/layout/klima_wissen_50.png);
	background-repeat: no-repeat;
}

.tMitgliedschaft {
	background-image: url(../grafik/layout/klima_haende_50.png);
	background-repeat: no-repeat;
}

.tWeiterfuehrendes {
	background-image: url(../grafik/layout/klima_maus_50.png);
	background-repeat: no-repeat;
}



.tFinanzSteuer {
	background-image: url(../bilder/finanz_steuer_50.png);
	background-repeat: no-repeat;
}

.tFinanzGeschichte {
	background-image: url(../bilder/finanz_geschichte_50.png);
	background-repeat: no-repeat;
}

.tFinanzKollekte {
	background-image: url(../bilder/finanz_kollekte_50.png);
	background-repeat: no-repeat;
}

.tFinanzStaat {
	background-image: url(../bilder/finanz_staat_50.png);
	background-repeat: no-repeat;
}

.tFinanzHaushalt {
	background-image: url(../bilder/finanz_ausgaben_50.png);
	background-repeat: no-repeat;
}

.tFinanzRuecklagen {
	background-image: url(../bilder/finanz_ruecklagen_50.png);
	background-repeat: no-repeat;
}

.tFinanzEthik {
	background-image: url(../bilder/finanz_ethik_50.png);
	background-repeat: no-repeat;
}

.tFinanzSparmass {
	background-image: url(../bilder/finanz_sparmass_50.png);
	background-repeat: no-repeat;
}

.tFinanzPersonal {
	background-image: url(../bilder/finanz_personal_50.png);
	background-repeat: no-repeat;
}

.tFinanzZuweisung {
	background-image: url(../bilder/finanz_zuweisung_50.png);
	background-repeat: no-repeat;
}

.tFinanzDezernat {
	background-image: url(../bilder/finanz_dezernat_50.png);
	background-repeat: no-repeat;
}

.tFinanzPruefung {
	background-image: url(../bilder/finanz_pruefung_50.png);
	background-repeat: no-repeat;
}

.tFinanzTransparenz {
	background-image: url(../bilder/finanz_transparenz_50.png);
	background-repeat: no-repeat;
}




/* Wunschzettelstyles für Advent */
	
.wunschzettel{
	background-image: url(../bilder/glaube/wunschzettel.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 400px;
	padding-top: 35px;
	padding-right: 30px;
	padding-left: 70px;
}
.wunschzettelinhalt{
	width: 300px;	
}
.wzName{
	font-size: 0.8em;
	color: #666666;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 60px;
}
.wzWunsch{
	height: 60px;
	overflow: auto;
}	
.wzWunsch p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;	
}	


/* Wissenwerte Gliederung */

.ww_headline {
	font-size:1.4em;
	font-weight:bold;
}

.ww_inhalt {
	background-color:#E4DABE;
}

.ww_inhalt_sub {
	font-weight:bold;
	font-size:1.2em;
	color:#555555;

}

.ww_inhalt2 {
	background-color:#DAD1B7;
	padding-left:1.5em;
}

.ww_box {
	padding:1em;
}

.platzhalter {
	clear:both;
	}

