/* General */
* {
	margin: 0;
	padding: 0;
}

html, body {
background: url(../images/bg_body.jpg) repeat-x;
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
         
}

body {
	font-size: 100.01%;
         
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.y {
	clear: both;
}

.x {
	height: 0px;
	width: 0px;
	display: block;
	overflow: hidden;
}

ul, li, ol {
         	list-style: none;
}

div#wrap {
 /* width: 779px; */
   /* min-width: 40em; */
    width: 100%;
}

/* Meta navigation */
div#meta {
	background: #DD0011;
	font-size: 0.6875em;
	padding: 3px 0 0 0;
	/* width: 1024px; */
         min-width: 40em;
}
div#meta p {
	
         background: #fff;
	width: 170px;
	margin: 0 0 0 609px;
	padding: 0 0 3px 0;
	text-align: center; float: right;
	color: #DD0011;
         
}

div#meta p a {
	color: #a0a0a0;
}

/* Header */
div#header {
	background: url(../images/bg2.gif);
	padding: 0 0 5px 0;
}

div#header p {
	background: #fff no-repeat top right;
	height: 10%;
}

div#header p img {
	margin: 10px 0 0 30px;
}

/* Layout columns */
div#col-left {
	width: 180px;
	float: left;
	font-size: 0.6875em;
}


div#col-body {
         width: 64%;
	/* width: 640px; */
	float: left;
         margin: 15px 2px 2px 2px; padding: 0;
}

div#col-right {
	background: #e8e8ee;
         width: 170px;
	float: right; 
         border-bottom: 1px solid #aaaaaa;
         margin: 0; padding: 0;
}

div#streets {
         width: 64%;
	/* width: 640px; */
	float: left;
         margin: 15px 2px 2px 2px; padding: 0;
}

/* Main navigation */
div#mnavi a {
	display: block;
	color: #334f77;
	background-color: #e8e8ee;
	border-bottom: 1px solid #aaaaaa;
}

div#col-left ul.e1 {
	margin: 15px 0 0 0;
}

div#col-left li a.e1p {
	padding: 3px 5px 3px 10px;
}

div#col-left li a.e1a,
div#col-left li a.e1o,
div#col-left li a.e1oa {
	padding: 3px 5px 3px 10px;
	background: #fff url(../images/navi_pfeil_rechts.gif) no-repeat right center;
}

div#col-left li a.e1oa {
	background: #fff url(../images/navi_pfeil.gif) no-repeat right center;
}

div#col-left li a.e1o {
	background: #e8e8ee url(../images/navi_pfeil.gif) no-repeat right center;
}

div#col-left li a.e2p {
	padding: 3px 5px 3px 20px;
}

div#col-left li a.e2a,
div#col-left li a.e2o,
div#col-left li a.e2oa {
	padding: 3px 5px 3px 20px;
	background: #fff url(../images/navi_pfeil_rechts.gif) no-repeat right center;
}

div#col-left li a.e2oa {
	background: #fff url(../images/navi_pfeil.gif) no-repeat right center;
}

div#col-left li a.e2o {
	background: #e8e8ee url(../images/navi_pfeil.gif) no-repeat right center;
}

div#col-left li a.e3p {
	padding: 3px 5px 3px 30px;
	background: #e8e8ee url(../images/pf_navi1.gif) no-repeat 25px 8px;
}

div#col-left li a.e3a,
div#col-left li a.e3o {
	padding: 3px 5px 3px 30px;
	background: #fff url(../images/navi_pfeil_rechts.gif) no-repeat right center;
}

div#col-left li a.e3o {
	background: #e8e8ee url(../images/navi_pfeil.gif) no-repeat right center;
}

div#col-left ul.e3 {

}

/* Boxes, left */
div.boxleft,
div.logoutbox {
	background: #dfe0e5;
	width: 180px;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	margin: 15px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 1.45em;
}

div.boxleft label {
	float: left;
	width: 75px;
	text-indent: 10px;
	padding: 1px 0 0 0;
	cursor: pointer;
	color: #9d9ea2;
	font-size: 0.6875em;
}

div.boxleft input {
	float: left;
	width: 65px;
	margin: 0 5px 5px 0;
	font-size: 0.6875em;
}

div.boxleft a {
	float: left;
	width: 30px;
	color: #9d9ea2;
	padding: 1px 0 0 0;
	font-size: 0.6875em;
}

div.boxleft a:hover {
	text-decoration: none;
}

div.boxleft select {
	float: left;
	width: 85px;
	font-size: 0.6875em;
	margin: 0 5px 5px 59px;
}

div.logoutbox p {
	font-size: 0.6875em;
	padding: 0 10px 10px 10px;
}

div.logoutbox p {
	font-size: 0.6875em;
	padding: 0 10px 10px 10px;
}

div.logoutbox p a {
	color: #9d9ea2;
	padding: 0 13px 0 0;
	background: url(../images/navi_pfeil_rechts.gif) no-repeat right center;
}



/* Content */
h1 {
         background: white;
	font-size: 0.75em;
	color: black;
	padding: 0 10px 2px 10px;
}

div#col-body h2 {
         background: white;
	font-size: 0.6875em;
	color: blue;
	padding: 15px 10px 5px 10px;
}

div#col-body p {
         background: white;
	font-size: 0.6875em;
	color: #3E4D74;
	padding: 5px 10px 0 5px;
	line-height: 1.5;
}

div#col-body span {
         background: white;
	
}

div#col-body div.artikelliste p {
	background: white;
         padding: 0 10px;
}




div#col-body h2 a,
div#col-body div.artikelliste p a {
	
         color: #D9681C;
}

div#col-body a {
         
	color: #DD0011;
}

div#col-body a:hover {
	
         text-decoration: font-weight:bold; background-color: #444444;
         color: white;
}

div#col-body table{
         background: white;
}

div#col-body td {
         background: white;
}

div#col-body div.content ul {
         background: white;
	color: #3E4D74;
	padding: 10px 10px 0 10px;
	font-size: 0.6875em;
}

div#col-body div.content ul li {
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 0px 7px;
	padding: 3px 0 3px 10px;
}

* html div#col-body div.content ul {
	width: 100%;
}

* html div#col-body div.content ul li {
	float: left;
	width: 400px;
}

* html ul { position: relative }

* html ol { position: relative }

* html dl { position: relative }

div#bc {
         background-color: white;
	color: #a0a0a0;
	font-size: 0.6875em;
	padding: 2px 10px 10px 10px;
}

div#bc a {
	color: #a0a0a0;
}

/* Right column */
div#col-right h1 {
	padding: 1px 1px 0 1px;
}

div#col-right h3 {
	font-size: 0.6875em;
	padding: 0 1px;
}

div#col-right p {
         background: #e8e8ee;
	font-size: 0.6875em;
	padding: 0 1px 2px 1px;
	color: #3E4D74;
	line-height: 1.5;
}

div#col-right a {
	color: #DD0011;
}

div#col-right a:hover {
	text-decoration: font-weight:bold; background-color: #444444;
         color: white;
}
/* Footer */
div#footer {
         clear: both;
	border-top: 1px solid #d2d2d2;
	margin: 40px 10px 50px 10px;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 0.6875em;
	color: #DD0011;
}

div#footer a {
	color: black;
}

div#footer a: hover {
          text-decoration: underline; background-color: #none;
}

/* Contact form */
div.kontaktformular label {
	float: left;
	width: 100px;
}

div.kontaktformular input {
	vertical-align: middle;
}

div.kontaktformular p.abschicken {
	margin: 0 0 0 100px;
}

div.kontaktformular p.abschicken input {
	font-size: 11px;
}

div.kontaktformular input.eingabe,
div.kontaktformular textarea {
	width: 300px;
}

div.kontaktformular textarea {
	height: 150px;
}

/* Copyright */

div#copyright {
         clear: both;
	border-top: 1px solid #d2d2d2;
	margin: 40px 10px 50px 10px;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 0.9em;
	color: #DD0011;
}

/* Search results */
div.suchausgabe hr.noshade {
	border: none;
	border-top: 1px solid #a0a0a0;
	height: 0px;
	margin: 15px 10px 0 10px;
}

div.suchausgabe h2 {
	padding: 0;
}

div.suchausgabe p {
	padding: 0;
	margin: 0;
}

div.suchausgabe h2 span {
	color: #000;
	font-weight: normal;
}

/* Image gallery */
table.gallery {
	margin: 20px 10px 0 10px;
	width: 410px;
}

table.gallery td.gallery-navigation {
	font-size: 0.6875em;	
}

table.gallery tr.thumbnails td {
	padding: 0 0 30px 0;
}

table.gallery dd {
	font-size: 0.6875em;
}

div.download {
	font-size: 0.6875em;
	padding: 3px 0 3px 10px;
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 0px 7px;
}

div.download-img {
	font-size: 0.6875em;
	padding: 3px 0 3px 20px;
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
	font-size: 0.6875em;
	margin: 20px 10px 0 10px;
	color: #3E4D74;
}

dl.gallery-detail dt {
	text-align: center;
	padding: 0 0 5px 0;
}

/* Sitemap */
ul.sitemap {
	width: 400px;
	margin: 20px 0 0 0;
}

ul.sitemap li {
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
	padding: 3px 0 3px 20px;
	float: left;
	font-size: 0.6875em;
	width: 390px;
}

ul.sitemap li ul {
	width: 350px;
	margin: 5px 0 0 0;
}

ul.sitemap li ul li {
	float: left;
	width: 300px;
}

ul.sitemap li ul li {
	font-size: 1em;
}

a.extern {
	padding: 0 0 0 12px;
	background: url(../images/button_externen_link.gif) no-repeat 0 4px;
}

#print_button 
 { 
 width:459px; 
 text-align:left; 
 left:0px; 
 top:0px; 
 } 

#button{ 
margin-bottom:5px;} 

.button_print 
 { 
 cursor: pointer; 
 border: #000000; 
 border-style: solid; 
 border-top-width: 1px; 
 border-right-width: 1px; 
 border-bottom-width: 1px; 
 border-left-width: 1px; 
 background-color: #ffffff;font-family:verdana,tahoma,arial, sans-serif; 
 font-size:10px; 
 font-weight: normal; 
 text-decoration:none; 
 }
/*---------------------------------------------*/ 
/*               sKalender                     */ 
/*---------------------------------------------*/ 

#mod_sK a { 
font-family:sans-serif;
 font-size:12px;
 text-decoration:none; 
 color:#444444;
}

#mod_sK a.tag { 
 font-size:9px;
}

#mod_sK table {

width: 160px;
 border: 1px solid #ffffff;
 margin-left: 10px;
 border-spacing:4pt;
 font-size:12px;
 font-family:sans-serif;
 text-decoration:none; 
 color:#000000;
}

#mod_sK td.navl {
 text-align:left; 
 /* width:20%;*/
 font-weight:bold;
}

#mod_sK td.navr {
 text-align:right; 
 width:20%;
 font-weight:bold;

}
#mod_sK td.navm {
 text-align:center; 
 width:60%;
 font-weight:bold;
}
#mod_sK td.VER {
 text-align:center; 
 /* width:10%; */
 background-color: white;
 color: #3E4D74;
 font-weight:bold;
}

#mod_sK td.wtag {
 width:14%;
 background-color:#ffffff;	
 text-align:center; 
 color:#000000;
 font-family:sans-serif;
}


#mod_sK td.wochenende {
 background-color:#eeeeee;	
 color:#aaaaaa;	
 text-align:center; 
 border:1px solid #AAAAAA;
 padding-right:3px;}

#mod_sK td.wochentag {
 color:#999999;	
 text-align:center; 
 border:1px solid #AAAAAA;
 padding-right:3px;}

#mod_sK td.heute {
 background-color: #ffff00;
 color:#43A0AF;	
 text-align:right;
 border:1px solid #AAAAAA; 
 padding-right:3px;}

#mod_sK td.belegt {
 /* background-color:#e3e3ff; */
 background-color: #ffe4c4;
 color:#9E5357;
 text-align:center; 
 border:1px solid #AAAAAA; 
 padding-right:3px;}

#mod_sK td.belegtwe {
 background-color:#bfbfff;
 color:#9E5357;	
 text-align:center; 
 border:1px solid #AAAAAA; 
 padding-right:3px;}

#mod_sK td.tangiert {
 background-color:#ffffcc;
 color:#9E5357;	
 text-align:center; 
 border:1px solid #AAAAAA; 
 padding-right:3px;}

#mod_sK td.tangiertwe {
 background-color:#ffff99;
 color:#9E5357;	
 text-align:center; 
 border:1px solid #AAAAAA; 
 padding-right:3px;}

/*---------------------------------------------*/ 
/*               Terminein/ausgabe             */ 
/*---------------------------------------------*/ 

#mod_te h1 {font-size:100%; color:#000000; margin-bottom:0;}
#mod_te h2 {font-size:95%; font-weight:bold; color:#000000; margin-bottom:0;}
#mod_te p {font-size:80%; color:#222222; }
#mod_te table { background-color: white; }
#mod_te td { background-color: white; }

/*---------------------------------------------*/ 

/*---------------------------------------------*/ 
/*                 Terminliste                 */ 
/*---------------------------------------------*/ 

#mod_tlh {
   background-color:#ffffff;
   text-align:left;
   margin: 0;
}

#mod_tlf {
   text-align:left;
}

#mod_tlh a {
   color: white;
}

#mod_tl table {
   width:100%; 
   background-color:#ffffff;
   border-collapse:collapse;
   margin: 0;
}

#mod_tl th {
   width:100%;
   text-align: left;
   vertical-align: top;
   line-height: 100%;
   background-color:#cacaca;
   margin-top:3px;
   margin-bottom:3px;
   padding-left:3px;
}

#mod_tl td {
   width:100%;
   font-size:80%;
   text-align: left;
   vertical-align: top;
   line-height: 120%;
}

#mod_tl a .highlight {
   color: blue;
}

#mod_tl a:hover .highlight {
	text-decoration: font-weight:bold; background-color: yellow;
         color: blue;
}


#mod_tl .border { border-top:1px solid #000000; border-bottom:1px solid #000000; }
#mod_tl .hell { background-color:#ffffff; }
#mod_tl .dunkel { background-color:#dfdfdf; }
#mod_tl .sp0 { width:5%; }
#mod_tl .sp1 { width:10%; }
#mod_tl .sp2 { width:20%; }
#mod_tl .sp3 { width:40%; }
#mod_tl .sp4 { width:35%; }
#mod_tl .einrueck { padding-left:15px; }

/*---------------------------------------------*/ 

/*---------------------------------------------*/ 
/*                 Terminteaser                */ 
/*---------------------------------------------*/ 

#mod_ttl table {
   width:300px; 
   background-color:#ffffff;
   border-collapse:collapse;
}

#mod_ttl th {
   width:100%;
   border-top:1px solid #000000;
   border-bottom:1px solid #000000;
   text-align: left;
   vertical-align: top;
   line-height: 150%;
   background-color:#cacaca;
   margin-top:1px;
   margin-bottom:1px;
   padding-left:5px;
}

#mod_ttl td {
   text-align: left;
   vertical-align: top;
   line-height: 120%;
}

#mod_ttl .hell { background-color:#ffffff; }
#mod_ttl .dunkel { background-color:#dfdfdf; }
#mod_ttl .sp1 { width:110px; }
#mod_ttl .sp2 { width:190px; }


/*---------------------------------------------*/ 

--------------------------------------------- 
              Terminliste Select              
--------------------------------------------- 

#mod_ts {
   width: 600px; 
   background-color: #FFFFFF;
}

#mod_ts table {
   width:100%; 
   background-color:#ffffff;
   border-collapse:collapse;
   margin: 0;
}

#mod_ts th {
   width:100%;
   text-align: left;
   vertical-align: top;
   line-height: 100%;
   background-color:#cacaca;
   margin-top:3px;
   margin-bottom:3px;
   padding-left:3px;
}

#mod_ts td {
   font-size:80%;
   text-align: left;
   vertical-align: top;
   line-height: 120%;
}

#mod_ts p {
   font-size:80%; color:#222222; 

}

#mod_ts a {
   background-color: #FFFFFF;
}

#mod_ts form {
   background-color: #FFFFFF;
}

#mod_ts input {
   background-color: #FFFFFF;
}


--------------------------------------------- 