@charset "utf-8";

/* css created and developed by 12bis3.de - zeitgemaess kommunizieren */

* {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

html {
	height: 100%;
}

/* --------------------
generelle einstellungen
---------------------*/


body {
	background: #fff;
	font-size: 75%;
	min-height: 101%;
	color: #000;
	padding: 0;
	height:100%; 
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}

h1 {
	color: #000;
	font-size: 140%;
	margin-bottom: 0.6em;
}

h2 {
	color: #000;
	font-size: 120%;
	margin: 0 0 0.3em 0;
}

h3 {
	color: #000;
	font-size: 110%;
	margin: 0 0 0.4em 0;
}

h4 {
	color: #000;
	font-size: 100%;
	margin: 0 0 0.2em 0;
}

h5 {
	color: #000;
	font-size: 100%;
	margin: 0;
}

h6 {
	color: #000;
	font-size: 100%;
	margin: 0;
	font-weight: normal;
}

p {
	margin: 0 0 1.2em 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

ul {
	list-style-type: none;
}


/* ----------------
layout definitionen 
-----------------*/

#backgr {
	width: 100%;
	padding-bottom: 2em;
	min-height:100%;
    margin:auto;
}

#container {
	width: 963px;
	margin: 0 auto;
	border-top: none;
}

#header {
	display: none;
}

#main {
	
}

#navigation {
	display: none;
}

#content {
	width: 500px;
	float: left;
	padding: 0 28px 0 27px;
	line-height: 140%;
}

#service {
	display: none;
}

#footer {
	display: none;
}



/* ----------------
content defintionen
-----------------*/

.image-right {
	float: right;
	margin: 0.4em 0 0.2em 10px; 
}

.image-right dt, .image-left dt, .images dt {

}

.image-right dt img, .image-left dt img, .images dt img {

}



.image-right dd, .image-left dd, .images dd {
	font-style: italic;
	line-height: 120%;
	padding: 0 3px 5px 3px;
}

.image-left {
	float: left;
	margin: 0.4em 10px 0.2em 0; 
}

#content ul {
	margin: 0 0 1em 14px;
	list-style-type: disc;
}

#content ul li {
	margin-bottom: 0.2em;
}

#content ol {
	margin: 0 0 1em 25px;
}

#content ol li {
	margin-bottom: 0.2em;
}

div.images {
	margin: 0 0 1.5em 0;
	clear: both;
}

div.images dl {
	float: left;
	margin-right: 12px;
}

div.images p {
	margin: 0;
}

div.images p a {
	float: right;
}

dl.pic-text-teaser {
	width: 441px;
	margin: 0 0 0.5em 0;
}

dl.pic-text-teaser dt {
	width: 120px;
	float: left;
	margin: 0.5em 0 0.1em 0;
}

dl.pic-text-teaser dt img {
	padding: 1px;
}

dl.pic-text-teaser dd {
	float: left;
	margin: 0 0 0.1em 0;
	width: 321px;
}

dl.pic-text-teaser dd h3 {
	margin-bottom: 0.3em;
}


/* pager */

#content ul.pager {
	display: none;
}


/* table */

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1.5em;
	font-size: 100%;
	color: #1a171b;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	line-height: 140%;
}

table th, table thead td, table thead th {
	font-weight: bold;
	text-align: left;
	padding: 2px 4px;
	vertical-align: top;
	color: #8e837e;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

table td {
	text-align: left;
	vertical-align: top;
	padding: 2px 4px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

table tfoot td {
	padding: 1px 8px;
	font-style: italic;
}

caption {
	text-align: left;
	text-transform:uppercase;
	font-weight: normal;
	margin-bottom: 0.3em;
	color: #000;
}

#content p.footer {
	display: none;
}



/* downloads */

div.downloads {
	margin: 1.5em 0 1em 0;
	padding-top: 0.8em;
	border-top: 1px solid #000;
}

div.downloads h4 {
	margin-bottom: 0.5em;
	font-size: 110%;
	font-weight: bold;
}

#content div.downloads ul {
	margin: 0 10px 1em 0;
	list-style-type: disc;
}

#content div.downloads ul li a span {
	font-size: 85%;
	text-transform: uppercase;
	color: #000;
}


/* news */

dl.news {
	width: 500px;
	margin-bottom: 1em;
}

dl.news dt {
	width: 128px;
	float: left;
	margin: 0.3em 0 0.1em 0;
}

dl.news dt img {

}

dl.news dd {
	float: left;
	width: 340px;
	padding: 0 0 0 24px;
	margin-bottom: 0.1em;
}


dl.news dd h3 {
	margin-bottom: 0.6em;
	font-size: 100%;
	line-height: 130%;
}

dl.news dd h6 {
	font-size: 85%;
	color: #000;
}

dl.news dd p {
	margin-bottom: 0.6em;
}

dl.news dd p span {
	font-weight: bold;
}

dl.news dd p.news-more a {
	text-align: right;
}

dl.news dd p.news-more {
	text-align: right;
	margin-top: -0.7em;
}


dl.event-details {
	width: 500px;
	margin-bottom: 0.5em;
	padding-top: 0.8em;
	border-top: 1px solid #00;
}

dl.event-details dt {
	width: 118px;
	float: left;
	clear: left;
	margin-bottom: 0.5em;
	font-weight: bold;
}

dl.event-details dd {
	width: 370px;
	float: left;
	margin-bottom: 0.1em;
}

#content dl.event-details dd p {
	margin-bottom: 0.8em;
}



/* sitemap */

#content ul.sitemap {
	list-style-type: none;
	margin: 0 0 1.5em 0;
}

#content ul.sitemap li {
	padding: 0;
	font-weight: bold;
	margin-bottom: 0.4em;
	background: none;
}

#content ul.sitemap li a {
	border-bottom: 1px solid #000;
	padding-bottom: 0.4em;
	display: block;
}

#content ul.sitemap ul {
	list-style-type: none;
	margin: 0.5em 0 0.8em 0;
}

#content ul.sitemap ul li {
	font-weight: normal;
}

#content ul.sitemap ul li a {
	display: inline;
	color: #1a171b;
	text-transform:none;
	border: none;
}

#content ul.sitemap ul ul {
	margin: 0.5em 0 0.5em 15px;
}

#content ul.sitemap ul ul li {
	font-size: 90%;
}

#content ul.sitemap ul ul li a {

}


h3.search {
	border-top: 1px solid #000;
	padding-top: 0.8em;
	margin-bottom: 0;
	font-size: 100%;
}


/* veranstaltungen */

form#veranstaltungen label {
	font-weight: bold;
}

form#veranstaltungen input.date-pick {
	width: 140px;
}

form#veranstaltungen p img {
	vertical-align: -6px;
}


/* ansprechpartner */

dl.contact {
	width: 500px;
	margin-bottom: 1em;
	border-top: 1px solid #000;
	padding-top: 1em;
}

dl.contact dt {
	width: 120px;
	float: left;
	margin: 0.3em 0 0.1em 0;
}

dl.contact dt img {

}


dl.contact dd {
	float: left;
	width: 348px;
	padding: 0 0 0 24px;
	margin-bottom: 0.1em;
}

dl.contact dd h3 {
	margin-bottom: 0.1em;
}

dl.contact dd h6 {
	margin-bottom: 0.5em;
}



/* ------------------
formular definitionen
-------------------*/

form {
	margin-bottom: 1em;
}

form p {
	margin-bottom: 0.8em;
}


label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 15px;
}

input, textarea, select {
	width: 260px;
	border: 1px solid #000e;
	padding: 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background: #fff;
}

option {
	padding: 0 3px;
	background: transparent;
}

textarea {
	height: 130px;
}

select {
	width: 267px;
}

input.small {
	width: auto;
	padding-right: 5px;
}

input.radio-check {
	width: auto;
	border: none;
	background: none;
}

input.submit-btn, p.submit input {
	color: #000;
	width: 267px;
	font-weight: bold;
}

input.submit-btn:hover, p.submit input:hover {
	background: #8e837e;
	color: #fff;
}





/* clear me baby */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
* html .clear {
	height: 1px;
}
* + html .clear {
	height: 1%;
}
.clear {
	display: block;

}


