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

* {
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}

html {
	height: 100%;
}

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


body {
	font-size: 80%;
}

img {
	border: none;
}

a {
	color: #000;
	text-decoration: underline;
}

h1 {
	color: #000;
	font-size: 150%;
	margin: 0 0 0.8em 0;
}

h2 {
	color: #000;
	font-size: 130%;
	margin: 0 0 0.4em 0;
}

h3 {
	color: #000;
	font-size: 110%;
	margin: 0 0 0.2em 0;
}

p {
	margin: 0 0 1em 0;
	color: #000;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}


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

#container {
	width: 850px;
	padding-bottom: 1em;
	background: #fff;
}

#header {
	display: none;
}

#navigation {
	display: none;
}

#content {
	float: left;
	width: 550px;
	padding: 50px 0 10px 30px;
	line-height: 170%;
	color: #000;
}

#third {
	display: none;
}



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

.pic-left {
	float: left;
	margin: 0 10px 8px 0;
	border: none;
	padding: 1px;
}

.pic-right {
	float: right;
	margin: 0 0 8px 10px;
	border: none;
	padding: 1px;
}

#content ul {
	list-style-type: square;
	margin: 0 0 1em 2em;
	color: #000;
}
#content ul li {
	margin-bottom: 0.3em;
}

#content ol {
	margin: 0 0 1em 3em;
	color: #000;
}
#content ol li {
	margin-bottom: 0.3em;
}

dl.termin {
	width: 440px;
	color: #000;
	border: 1px solid #c2c2c2;
	padding: 5px;
	margin-bottom: 1.2em;
}
dl.termin dt {
	width: 120px;
	float: left;
	clear: left;
	margin-bottom: 0.6em;
}
dl.termin dd {
	width: 310px;
	float: left;
	margin-bottom: 0.6em;
}

p.print {
	display: none;
}


h6 {
	font-size: 100%;
	color: #000;
	font-weight: normal;
	border-top: 1px solid #c2c2c2;
	padding-top: 0.5em;
}

#content ul.pager {
	display: none;
}

dl.meldung {
	width: 440px;
	color: #000;
	border-top: 1px solid #c2c2c2;
	padding: 0.8em;
	margin-bottom: 1em;
}
dl.meldung dt {
	width: 90px;
	float: left;
	margin-bottom: 0.1em;
}
dl.meldung dt img {
	border: none;
	padding: 1px;
}
dl.meldung dd {
	width: 340px;
	float: left;
}

#content div.downloads {
	border: 1px solid #c2c2c2;
	padding: 5px;
	margin: 0 0 1em 0;
}
#content div.downloads ul {
	margin: 0 0 0 2em;
	list-style-type: square;
}

dl.mitarbeiter {
	width: 440px;
	color: #000;
	margin-bottom: 1em;
}
dl.mitarbeiter dt {
	width: 165px;
	float: left;
	margin-bottom: 0.1em;
}
dl.mitarbeiter dt img {
	border: 1px solid #c2c2c2;
	padding: 1px;
	margin-top: 5px;
}
dl.mitarbeiter dd {
	width: 265px;
	float: left;
}
#content dl.mitarbeiter dd ul {
	margin-left: 0em;
}

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



/* ------------------
formular definitionen 
-------------------*/

fieldset {
	border: 1px solid #c2c2c2;
	padding: 10px;
	margin-bottom: 1em;
}

legend {
	font-size: 100%;
	font-weight: bold;
	color: #0f387d;
}

label {
	float: left;
	width: 150px;
}

input, textarea, select {
	width: 245px;
	border: 1px solid #000;
	padding: 3px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
}

textarea {
	height: 130px;
}

input.small {
	width: auto;
	padding-right: 5px;
}

input.radio-check {
	width: auto;
	border: none;
	background: none;
}

input.inputbtn {
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
}




/* weitere definitonen für den content */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
* html .clear {
	height: 1px;
}
.clear {
	display: block;
}
