/* css created and developed by 12bis3.de - zeitgemäß kommunizieren */

/* --------------------
generelle einstellungen 
-------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #fff;
	font-size: 90%;
	min-height: 101%;
	text-align: center;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif;
	margin: 10px 0 20px 0;
	color: #000;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}

ul {
	margin: 0 0 0.9em 2em;
	list-style-type: disc;
}

ol {
	margin: 0 0 0.7em 2em;
}

ul li {
	margin-bottom: 0.3em;
}



/* ----------------
layout definitionen 
---------------- */

#container {
	width: 852px;
	margin: 0 auto;
	text-align: left;
}

#header {
	display: none;
}

#main {
	background: #fff;
	padding-top: 40px;
}

#navigation   {
	display: none;
}

#content {
	width: 550px;
	padding: 0 20px 0 20px;
	line-height: 150%;
	float: left;
}

#termine {
	display: none;
}

#footer {
	display: none;
}



/* ------------------
barriere definitionen
------------------ */

a#skip {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: none;
}


/* -----------------
content definitionen
----------------- */

h1 {
	padding: 0 0 0.2em 0;
	margin: 0 0 1em 20px;
	float: left;
	width: 625px;
	font-size: 160%;
}

h2 {
	font-size: 140%;
	margin-bottom: 0.6em;
}

h3 {
	font-size: 130%;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 120%;
	margin-bottom: 0.4em;
}

h5 {
	font-size: 110%;
	margin-bottom: 0.3em;
}

h6 {
	font-size: 95%;
	margin-bottom: 0.2em;
}

p {
	margin-bottom: 1.2em;
}

#content ul {
	list-style-type: disc;
	margin-left: 2em;
}

hr {
	border: none;
	height: 0px; 
	border-bottom: 1px solid #000;
}

img.image-left {
	border: 1px solid #000;
	float: left;
	margin: 0 0.5em 0.5em 0;
}

img.image-right {
	border: 1px solid #000;
	float: right;
	margin: 0 0 0.5em 0.5em;
}

p.meldung {
	border-top: 1px solid #f2f2f2;
	padding-top: 0.3em;
}
p.meldungen {
	border-top: 1px solid #f2f2f2;
	padding-top: 0.3em;
	text-align: right;
}
p.meldungen span {
	float: left;
}

dl.meldungen {
	width: 445px;
	border-top: 1px solid #f2f2f2;
	padding-top: 1em;
	margin-bottom: 1em;
}
dl.meldungen dt {
	width: 115px;
	float: left;
	margin-bottom: 1px;
}
dl.meldungen dt img {
	border: 1px solid #000;
}
dl.meldungen dd {
	width: 330px;
	float: left;
}
dl.meldungen dd p {
	margin-bottom: 0;
}

p.termine {
	margin-bottom: 0;
}
h4.termine {
	padding-top: 0.7em;
}
p.termine span {
	color: #000;
}

#content ul.sitemap {
	font-weight: bold;
}
#content ul.sitemap ul {
	font-weight: normal;
	margin: 0.3em 0 0.6em 1em;
}



/* -----------------
formular definitonen
----------------- */

/* formular definitionen */

form {
	margin-bottom: 1em;
}

form fieldset {
	width: 420px;
	padding: 10px;
	border: 1px solid #000;
}
form input, form textarea, form select {
	width: 240px;
	padding: 3px;
	border: 1px solid #000;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, sans-serif;
	color: #000;
	font-size: 100%;
	background: #fff;
}

form textarea {
	height: 100px;
}
form label {
	width: 160px;
	float: left;
	display: block;
	font-weight: normal;
}
form p {
	margin-bottom: 0.8em;
}
form legend {
	color: #000;
	font-weight: bold;
	font-size: 110%;
}
form p.check-radio {
	clear: left;
}
form p.check-radio input {
	width: 25px;
	float: left;
	border: none;
	background: none;
}
form p.check-radio label {
	width: 250px;
	padding-bottom: 0.2em;
}
form p.submit-it input {
	border: 1px solid #000;
}

form p.error {
	color: #000;
	margin-bottom: 0.2em;
}



/* 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;
}
