/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}

/* Kopfbereich */
#header {
	max-width: 1200px;
	}
#header h1 {
	margin: 25px 0 0 0;
	padding: 0 0 0 25px;
	font-family: Arial black, Georgia, serif;
	letter-spacing: 10px;
	font-size: 350%;
	color: #808080;
	}
#header h2 {
	margin: 0;
	padding: 0 0 0 25px;
	font-family: Arial, Georgia, serif;
	font-size: 150%;
	color: #808080;
	}
#hl {
	margin: 0;
	padding: 0;
	float: left;
} 
#logo {
	float: left;
	width: 149px;
}
#key {
	float: right;
}

/* Breadcrumb*/
#breadcrumb {
	clear: both;
	max-width: 1150px;
	font-size: 80%;
	padding: 0 0 0 50px;
	color: #FFFFFF;
	background-color: #999999;
	height: 15px;
	}
#breadcrumb a, a:visited {
	color:#FFFFFF;
	}

/* sidebar */
#sidebar {
	float: left;
	width: 20%;
	}
#sidebar div {
	padding: 5px;
	}
#sidebar .aktiv {
	display: block;
	background-color: #f6dc00;
	margin-left: -10px;
	}
#sidebar a:hover {
	display: block;
	background-color: #fbed7a;
	}

#sidebar h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #454545;
	font-weight: normal;
	}
#sidebar a, a:visited {
	color: #666666;
	}
#sidebar .klein {
	color: #666666;
	font-size: smaller;
	}

/* Inhalt */
#wrap {
	clear: both;
	max-width: 1200px;
	background: url("bilder/spalten.gif") repeat-y 30.2% 0;
	}
#content {
	float: right;
	width: 70%;
	}
#content div {
	padding: 0 40px 0 20px;
	}
	
#tools {
	clear: both;
	margin-top: 20px;
	font-size: 80%;
	}	
#tools a, a:visited {
	color: #acacac;
	} 
/* Fussbereich */
#footer {
	clear: both;
	padding: 10px 20px;
	font-size: 85%;
	color: #787878;
	background: #fff url("bilder/footer-bg.gif") repeat-x bottom left;
	/*#f6dc00*/
	}
#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #232323; 
	}

/* infobox */
#infobox {
	margin: 10px 10px 10px 10px;
/*	padding: 20px 20px 20px 20px;  */
}
	
/* gutters */
#content .gutter {
	padding: 25px;
	background: url("bilder/content-bg.gif") repeat-x top left;
	}
#sidebar .gutter {
	padding: 25px;
	margin-right: 25px;
	}

#content img {
	margin: 0 0 -2px 0; 
}

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #454545;
	font-weight: normal;
	}
#content h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 120%;
	color: #454545;
	font-weight: bold;
	}
#content h4 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 100%;
	color: #454545;
	font-weight: bold;
	}
#content hr {
	height: 1px;
	color: #787878;
	}
#content blockquote {
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
	background: url("bilder/quote.gif") no-repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	}
#content blockquote p {
	margin: 0;
	padding: 0 0 10px 0;
	}
#content .willkommen {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 121%;
	color: #663;
	}
#content .bild img{
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url("bilder/photo-frame.gif") no-repeat bottom right;
	}
#content .bild2 img{
	float: right;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url("bilder/photo-frame.gif") no-repeat bottom right;
	}

#content .text {
	float: left;
  	margin: 0 0 0 10px;
  	padding: 0;
  	font-size: 85%;
  	line-height: 1.5em;
  	color: #666;
  	}


dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 130%;
	color: #663;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url("bilder/photo-frame.gif") no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 220px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}
dl.feature ul {
	margin: 0 20px;
	padding: 0 5px;
	}
dl.feature ul li {
	margin: 0 0 0 10px;
	padding: 3px 0 0 5px;
	}

.note {
	font-size: 80%;
}

#toc {
	float:right;
	clear:left;
	width: 30%;
	margin: 10px 0 13px 25px;
	padding: 0 0 0 0;
	font-size: 80%;
	border: 1px dotted #aaa;
	background-color:#efefef;
}

#toc li{
	font-variant: normal;
	margin: 0 0 3px 0;
}

#toc ul {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
}


/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}

/* Tabelle */
.kontakte {
  	line-height: 1.5em;
  	}
.termine {
  	line-height: 1.5em;
  	}

.termine td.veranstaltung p {
	margin: 0;
	padding 0;
	}
.termine td.veranstaltung p.text {
	float: left;
  	margin: 0 0 0 10px;
  	padding: 0;
  	font-size: 85%;
  	line-height: 1.5em;
  	color: #666;
  	}

table {
  	width: 95%;
  	border: 1px solid #000;

  	}
table caption {
  	display: hidden;
	/*margin: 0;
  	padding: 8px 20px;
  	text-align: left;
 	border: 1px solid #000;
  	border-bottom: none;
 	background: #fff;
  	*/}
table th, table td {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: left;
  	border-bottom: 1px solid #b5b5b5;
	vertical-align: top;
  	}
table th {
  	color: #999;
  	}
table .name {
  	text-align: left;
  	}
table tr {
  	background: #e6e6e6;
  	}
table tr.alt {
  	background: #f1f1f1;
  	}
table td.name strong {
  	display: block;
	font-size: 130%;
  	font-weight: bold;
  	}
table td.bezirk strong {
	display: block;
	font-weight: bold;
	}

/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */

