@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (AuffÃ¼llung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #333333;
	background:url(images/kachel-body.jpg) top repeat-x #dedede;
}
.twoColFixLtHdr #container { 
	width: 960px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, kÃ¶nnen Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	margin: 0 auto; /* Durch automatische RÃ¤nder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element Ã¼berschrieben. */
	background:url(images/kachel-footer.gif) bottom repeat-x #FFFFFF;
} 
.twoColFixLtHdr #header { 
	background: none; 
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, kÃ¶nnen Sie das Auftreten unerwarteter AbstÃ¤nde zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnÃ¶tig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der AuffÃ¼llung anstelle von RÃ¤ndern lÃ¤sst sich gewÃ¤hrleisten, dass das Element die Kanten des div nicht berÃ¼hrt. */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 220px; /* Die tatsÃ¤chliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer auÃŸer der Breite auch die AuffÃ¼llung und den Rahmen. */
	padding: 5px 0px 15px 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 230px; /* Durch den linken Rand dieses div-Elements entsteht die Spalte am linken Seitenrand. Der Spaltenbereich bleibt unabhÃ¤ngig von der Inhaltsmenge des sidebar1-div immer gleich. Sie kÃ¶nnen diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 fÃ¼llen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 20px; /* padding (AuffÃ¼llung) bezeichnet den Innenabstand und margin (Rand) den AuÃŸenabstand der div -Box. */
	text-align: left;
	background:url(images/ecke-maincontent.jpg) top left no-repeat;
	
} 
.twoColFixLtHdr #footer {
	width: 960px;
	padding: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* Wenn Sie die RÃ¤nder des ersten Elements in der FuÃŸzeile auf 0 einstellen, kÃ¶nnen Sie unerwartete AbstÃ¤nde zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der AuffÃ¼llung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
.fltrt { /* Mit dieser Klasse kÃ¶nnen Sie ein Element auf der Seite nach rechts flieÃŸen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse kÃ¶nnen Sie ein Element auf der Seite nach links flieÃŸen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem SchlieÃŸen eines Containers sein, der wiederum einen vollstÃ¤ndigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 #hauptcontainer {
	background:url(images/kachel-unter-navpfad.gif) top repeat-x;
	padding-top: 6px; 
 }

/* styles für content */

#to_home {
/* background: #9f788a; */

	background:url(images/kachel-home.gif) right repeat-y #cacac9;
	text-align: right;
	font-size: 11px;
	padding: 5px;
	padding-left: 17px;

	padding-right: 17px;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	color: #FFFFFF;
}

a:link, a:visited, a:active, a:focus {
	color: #f37820;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #f37820;
	text-decoration: underline;
}

#to_home a, #to_home a:link, #to_home a:visited, #to_home a:active {
	/* color: #f37820; */
	color: #FFFFFF;
	text-decoration:none;
}

#to_home a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.to_top {
	font-size: 11px;
	text-align: left;
	margin-top: 6px;
}

.to_top a, .to_top a:link, .to_top a:visited, .to_top a:active, .to_top a:focus {
	font-family:Verdana,Trebuchet MS,Monaco,Arial,Geneva,Swiss,SunSans-Regular;
	color: #f37820;
	text-decoration:none;
}

.to_top a:hover {
	color: #f37820;
	text-decoration: underline;
}


.to_nav {
	font-size: 10px;
	color: #333333;
	padding-left: 5px;
	padding-bottom: 20px;

	margin-top: 20px;

	padding-left: 17px;
}

.to_nav a, .to_nav a:link, .to_nav a:visited, .to_nav a:active {
	color: #f37820;
	text-decoration:none;
}

.to_nav a:hover {
	color: #f37820;
	text-decoration: underline;
}


.caption {
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
}

/*mitte_spalte*/

#mitte {
	margin: 0px;

	margin-top: 20px;
	padding: 0px;
	/*background-color: #FFFFFF;*/
	color:#333333;
	font-size:11px;
	line-height:130%;
	padding-right: 20px;
}


#mitte p {
	color:#333333;
	font-family:Verdana,Trebuchet MS,Monaco,Arial,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	line-height:140%;
	text-indent : 0px;

	padding: 0px;
	margin: 0px;

	padding-top: 8px;
}

#mitte H1 {
	font-family: Verdana,Trebuchet MS,Monaco,Arial,Geneva,Swiss,SunSans-Regular;
	font-size: 16px;
	line-height: 130%;
	color: #275ba4;
	font-style: normal;
	margin: 0px;
	padding: 3px;
	padding-left: 0px;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

#mitte H2 {
	font-family: Verdana,Trebuchet MS,Monaco,Arial,Geneva,Swiss,SunSans-Regular;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 1px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
}

#mitte H3 {
	font-family: Verdana,Trebuchet MS,Monaco,Arial,Geneva,Swiss,SunSans-Regular;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 1px;
	font-weight: bold;
	color: #A92308;
         /*        text-indent: -28px;
	padding: 3px;
	padding-left: 0px;
	margin-left: 35px;
	margin-right: 40px; */
}



/* #mitte a:link, #mitte a:visited, #mitte a:active {
	color: #f37820;
	font-weight: normal;
	text-decoration: none;
}

#mitte a:hover {
	color: #f37820;
	text-decoration: underline;
} */



#tabelle td {
	color:#333333;
	font-family:Verdana,Trebuchet MS,Monaco,Arial,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	line-height:140%;
	text-indent : 0px;
	border-bottom: 1px solid ff0000;
	padding: 3px;
	background:url(../images/kachel-rechte-spalte.jpg) left repeat-y;	

}


#tabelle H1 {
	display: block;
	font-family: Verdana,Trebuchet MS,Monaco,Arial,Geneva,Swiss,SunSans-Regular;
	font-size: 14px;
	line-height: 130%;
	background: #ff9900;
	color: #ffffff;
	font-style: normal;
	margin: 0px;
	padding: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

#tabelle H2 {
	display: block;
	font-family: Verdana,Trebuchet MS,Monaco,Arial,Geneva,Swiss,SunSans-Regular;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ff9900;
	padding: 3px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
}


/*ende_mitte Spalte*/


/*rechte_spalte*/

#rechts {
	margin: 5px;
	padding:5px;
	float: right;
	border: 1px solid #CCCCCC;
	width: 270px;
	backgroun: #FFFFFF;
	z-index: 99;
}

#rechts p {
	color:#333333;
	font-family:Verdana,Trebuchet MS,Monaco,Arial,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	line-height:140%;
	text-indent : 0px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	/* padding-left: 5px;
	padding-right: 5px; */
}

#rechts H1 {
	display: block;
	font-family: Verdana,Trebuchet MS,Monaco,Arial,Geneva,Swiss,SunSans-Regular;
	font-size: 14px;
	line-height: 130%;
	color: #275ba4;
	font-style: normal;
	margin: 0px;
	padding: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
}

#rechts H2 {
	display: block;
	font-family: Verdana,Trebuchet MS,Monaco,Arial,Geneva,Swiss,SunSans-Regular;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 1px;
	font-weight: bold;
	color: #333333;
	padding: 3px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
}

#rechts a:link, #rechts a:visited, #rechts a:active, #rechts a:focus {
	color: #f37820;
	text-decoration:none;
	font-weight: normal;
}

#rechts a:hover {
	color: #f37820;
	text-decoration: underline;

	font-weight: normal;
}

#rechts td, #rechts tr, #rechts table {
	margin: 0px;
	padding: 0px;
}

/* ende_rechte Spalte */


/*linke_spalte*/

#links {
	width: 200px;
	/* border-left: 1px solid #CCCCCC; */
	margin: 60px 3px 10px 10px;
	padding: 0 0 5 0px;
	/* border: 1px solid #CCCCCC;
	background: url(../images/verlauf-linker-kasten.jpg) right repeat-y #FFFFFF; */
}

#links p {
	color:#333333;
	font-family:Verdana,Trebuchet MS,Monaco,Arial,Geneva,Swiss,SunSans-Regular;
	font-size:11px;
	line-height:130%;
	text-indent : 0px;
	margin:0px;
	padding-top: 0px;
	padding-left: 4px;
}

#links H2 {
	display: block;
	font-family: Verdana,Trebuchet MS,Monaco,Arial,Geneva,Swiss,SunSans-Regular;
	font-size: 14px;
	font-weight:bold;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #066b1e;
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px;
	padding-left: 4px;
}

#links H1 {
	display: block;
	font-family: Verdana,Trebuchet MS,Monaco,Arial,Geneva,Swiss,SunSans-Regular;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 1px;
	font-weight: normal;
	color: #FFFFFF;
	/* color: #ff9900; */
	padding: 3px;
	padding-left: 4px;
	margin: 0px;
	margin-bottom: 3px;
	background: #ff0000;
}

#links a:link, #links a:visited, #links a:active {
	color: #ff0000;
	text-decoration:none;
}

#links a:hover {
	color: #ff0000;
	text-decoration: underline;
}



/* Left Navigation Menu */

.leftnav {
   font-size: 12px;
   font-weight: normal;
   line-height: 130%;
   color: #666666;    /* Farbe1 */
}

.leftnav a, .leftnav_act a  {
display: block;
   color: #f37820;
   line-height: 130%;
   text-decoration: none;
   font-size: 12px;
   font-weight: bold;
   padding-left: 0px;
   /* margin-bottom: 3px;*/
   margin-top: 4px;
   border-bottom: 1px solid #CCCCCC; 
}

.leftnav1 a, .leftnav_act1 a, 
.leftnav2 a, .leftnav_act2 a  {
display: block;
   color: #666666;
   line-height: 130%;
   text-decoration: none;
   font-size: 11px;
   font-weight: normal;
   padding-left: 0px;
   border-bottom: 1px solid #9c9184;
   background: none;
}


/*1nd Level EinrÃ¼ckung */
.leftnav a, .leftnav_act a {
   padding: 2px;
   padding-left: 17px;
}

/*2nd Level EinrÃ¼ckung */
.leftnav1 a, .leftnav_act1 a {
   padding: 1px;
   padding-left: 32px;
}

/*3rd Level Einrueckung */
.leftnav2 a, .leftnav_act2 a {
   padding: 1px;
   padding-left: 45px;
}

/* Active saemtliche Menueebenen */
.leftnav_act a:link, .leftnav_act a:visited {
   background-color: #f37820;
   color: #FFFFFF;    /* Farbe2 */

   font-weight: bold;

}

.leftnav_act1 a:link, .leftnav_act1 a:visited, .leftnav_act1 a:focus ,
.leftnav_act2 a:link, .leftnav_act2 a:visited, .leftnav_act2 a:focus  {
   background-color: #f0f0f0;
   color: #f37820;
   border-bottom: 1px solid #9c9184;
   font-weight: bold;

}

/* Hover saemtliche Menueebenen */
.leftnav a:active, .leftnav a:hover, .leftnav a:focus {
          text-decoration: underline;
          background: #f0f0f0;
}

.leftnav1 a:active, .leftnav1 a:focus, .leftnav1 a:visited,
.leftnav2 a:active, .leftnav2 a:focus, .leftnav2 a:visited {
   color: #666666;
   font-weight: normal; 
}

.leftnav1 a:hover, 
.leftnav2 a:hover {
   color: #666666; 
   text-decoration: underline;
}

.leftnav_act1 a:hover, 
.leftnav_act2 a:hover {
   color: #f37820; 
   text-decoration: underline;
}

.spendenliste td {
font-size: 11px;
color: #333333;
border-bottom: 1px solid #999999;
background: #f0f0f0;
padding: 3px;
}

#kontakttabelle td, #kontakttabelle tr {
border: none;
}


.eventbg2 {
background: #f0f0f0;
}


.default_catheader, .padd {
padding: 0px;
background: none;
}

.default_catheader {
font-size: 9px;
}

#month-header-prevnext {
font-size: 18px;
text-align: 18px;
color: #275ba4;
height: 18px;
}


.liste_heading_cont {
margin-bottom: 10px;
padding: 0 0 5 0px;
border-bottom: 1px solid #CCCCCC;
}

/* .V9G {
font-size:14px;
color: #666666;
} */

.liste_heading {
font-size: 18px;
color: #275ba4;
}

.even_1, .even {
padding: 10px;
border: 1px solid #CCCCCC;
margin-bottom: 4px;
}

.red_catheader_text {
	padding: 3px;
}

.red_catheader_text a, .red_catheader_text a:link, .red_catheader_text a:visited, .red_catheader_text a:active {
	color: red;
	text-decoration:none;
	font-weight: normal;
}

.red_catheader_text a:hover {
	color: red;
	text-decoration: underline;
}


.green_catheader_text a, .green_catheader_text a:link, .green_catheader_text a:visited, .green_catheader_text a:active {
	color: green;
	text-decoration:none;
	font-weight: normal;
}

.green_catheader_text a:hover {
	color: green;
	text-decoration: underline;
}


.default_catheader_text a, .default_catheader_text a:link, .default_catheader_text a:visited, .green_catheader_text a:active {
	text-decoration:none;
	font-weight: normal;
}

.green_catheader_text a:hover {
	text-decoration: underline;
}


.month-small, .month-large {
font-size: 12px;
}

.monthLargeBasic {
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
height: 60px;
}

.padd a {
color: orange;
}



.veranstaltungen td{
font-size: 11px;
border-bottom: 1px solid #CCCCCC;
}

.veranstaltungen p [
padding: 0px;
margin: 0px;
}

.ui-widget-header {
background: none;
border: 5px solid #CCCCCC;
}


p .bodytext {

padding-top: 0px;
margin-top: 0px;
}


