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

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

html {
	height: 100%;
}

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


body {
	background: #fff;
	font-size: 70%;
	min-height: 101%;
	padding: 0 0 1em 0;
}

img {
	border: none;
}

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

h1 {
	color: #000;
	font-size: 130%;
	text-transform: uppercase;
	margin: 0 0 1.3em 0;
}

h2 {
	color: #000;
	font-size: 120%;
	margin: 0 0 0.6em 0;
}

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

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

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

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

ul {
	list-style-type: none;
}

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

#container {
	width: 925px;
	margin: 0 auto;
	padding: 0 1px;
}

#header {
	height: 171px;
	display: none;
}

#navigation {
	width: 188px;
	float: left;
	display: none;
}

#content {
	width: 477px;
	float: left;
	padding: 25px 20px;
	line-height: 140%;
}

#third {
	width: 200px;
	padding: 17px 10px 20px 10px;
	float: left;
	line-height: 130%;
	display: none;
}



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

#content ul, #content ol {
	color: #000;
	margin: 0 0 1em 2em;
}

#content ul {
	list-style-type: square;
}

#content li {
	margin-bottom: 0.3em;
}

img.bild-gross {
	margin-bottom: 1.2em;
}

img.bild-links {
	float: left;
	margin: 0 0.5em 0.5em 0;
}

img.bild-rechts {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

h6 {
	color: #000;
	font-size: 100%;
}

table {
	border-collapse: collapse;
	width: 477px;
	margin-bottom: 1.2em;
	font-size: 100%;
	color: #000;
	border-left: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;
}

table th, table thead td, table thead th {
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
	vertical-align: top;
	background-color: #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}

table td {
	text-align: left;
	vertical-align: top;
	padding: 2px 5px;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}

table tfoot td {
	padding: 1px 5px;
	font-style: italic;
}

h2.downloads {
	border-top: 1px solid #000;
	clear: left;
	padding-top: 0.7em;
}

p.print, p.galerie {
	display: none;
	clear: left;
	padding-top: 0.4em;
	text-align: right;
}

p.meldungen {
	clear: left;
	text-align: right;
	margin-top: -0.7em;
	display: none;
}

dl.news {
	width: 477px;
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
	padding-bottom: 0.3em;
}

dl.news dt {
	width: 105px;
	float: left;
	margin-bottom: 0.2em;
}

dl.news dd {
	width: 370px;
	float: left;
	margin-bottom: 0.2em;
}

div.galerie {
	width: 146px;
	text-align: center;
	height: 142px;
	padding: 2px 12px 0 0;
	float: left;
	margin: 0 0 1.2em 0;
}

div.galerie img {
	border: 1px solid #000
}

dl.presse {
	width: 477px;
	margin-bottom: 1em;
}

dl.presse dt {
	text-align: center;
	margin-bottom: 0.4em;
}

dl.presse dd p {
	margin-bottom: 0.6em;
}




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

fieldset {
	border: none;
	margin-bottom: 1.2em;
}

legend {
	font-size: 110%;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.5em;
}

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

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

option {
	padding: 0 3px;
	background: transparent;
}

textarea {
	height: 130px;
}


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

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

input.inputbtn {
	color: #000;
	font-weight: bold;
}

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

/*-----------------
footer definitionen
-----------------*/





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