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

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

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

body {
	font-size: 80%;
	min-height: 101%;
	text-align: center;
}

img {
	border: none;
}

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

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

#container {
	width: 887px;
	margin: 0 auto;
	text-align: left;
	padding: 0 7px;
}

#navigation {
	width: 199px;
	padding: 18px 0 94px 0;
	display: none;
	float: left;
}

#header {
	width: 688px;
	float: left;
	display: none;
}

#content {
	width: 512px;
	float: left;
	padding: 0 8px;
}

#service {
	width: 160px;
	float: right;
	display: none;
	padding-bottom: 68px;
}


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

h1 {
	font-size: 110%;
	color: #000;
	margin-bottom: 1.5em;
}

h2 {
	font-size: 100%;
	color: #000;
	margin-bottom: 0.6em;
}

h3 {
	font-size: 100%;
	color: #000;
	margin-bottom: 0.4em;
}

p {
	color: #000;
	margin-bottom: 1em;
	line-height: 140%;
}

#content ul {
	list-style-type: square;
	margin: 0 0 1em 2em;
	color: #000;
	line-height: 140%;
}

#content ol {
	margin: 0 0 1em 2em;
	color: #000;
	line-height: 140%;
}

#content ul li {
	margin-bottom: 0.2em;
}

#content ol li {
	margin-bottom: 0.2em;
}




/* news teaser box */

dl.newsteaser {
	width: 512px;
	border-bottom: 1px dotted #000;
	margin-bottom: 1em;
}
dl.newsteaser dt {
	width: 125px;
	float: left;
}
dl.newsteaser dd {
	width: 387px;
	float: left;
}
dl.newsteaser dd h2 {
	margin-bottom: 0.3em;
	display: inline;
	padding: 2px 24px 3px 0;
}
dl.newsteaser dd h6, h6 {
	font-size: 90%;
	font-weight: normal;
}
dl.newsteaser dd p {
	margin: 0.4em 0 0.6em 0;
}

#content ul.pager {
	margin: 0 0 1em 0;
	display: none;
}

p.meldung {
	border-top: dotted 1px #000;
	padding-top: 4px;
	clear: left;
}

dl.img-left {
	float: left;
	margin: 0 0.8em 0.4em 0;
}
dl.img-right {
	float: right;
	margin: 0 0 0.4em 0.8em;
}
dl.img-left dt img, dl.img-right dt img, div.images dl dt img {
	position: absolute;
}
dl.img-left dd, dl.img-right dd, div.images dl dd {
	color: #666;
	font-style: italic;
	font-size: 85%;
}

div.images dl {
	margin-bottom: 1em;
	float: left;
	padding-right: 8px;
}


dl.img-left dt table, dl.img-right dt table, div.images dl dt table {
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 0.2em;
}
dl.img-left dt table td:hover, dl.img-right dt table td:hover {
	background-color: transparent;
}

dl.img-left dt table td.ctl, dl.img-right dt table td.ctl, div.images dl dt table td.ctl {
	width: 50%;
	background: url(../bilder/corner-topleft.png) no-repeat left top;
}
dl.img-left dt table td.ctr, dl.img-right dt table td.ctr, div.images dl dt table td.ctr  {
	width: 50%;
	background: url(../bilder/corner-topright.png) no-repeat right top;
}
dl.img-left dt table td.cbl, dl.img-right dt table td.cbl, div.images dl dt table td.cbl  {
	width: 50%;
	background: url(../bilder/corner-bottomleft.png) no-repeat left bottom;
}
dl.img-left dt table td.cbr, dl.img-right dt table td.cbr, div.images dl dt table td.cbr  {
	width: 50%;
	background: url(../bilder/corner-bottomright.png) no-repeat right bottom;
}



/* galerie definitionen */

dl.galerie {
	margin-bottom: 1em;
	float: left;
	width: 162px;
	margin-right: 8px;
	background-color: #fff;
}
* html dl.galerie {
	width: 160px;
}
dl.galerie dt {
	text-align: center;
	border-bottom: 1px solid #000;
	height: 145px;
	padding: 5px 0;
}
dl.galerie dt a img {
	border: 1px solid #000;
}
dl.galerie dd {
	color: #000;
	font-size: 85%;
	padding: 5px;
	height: 30px;
	background-color: #fff;
}

dl.galerie-detail {
	margin-bottom: 1em;
	border-bottom: 1px solid dotted;
	padding-bottom: 1em;
}
dl.galerie-detail dt {
	text-align: center;
	margin-bottom: 0.4em;
}
dl.galerie-detail dt img  {
	border: 2px solid #000;
}
dl.galerie-detail dd {
	color: #000;
}

dl.galerie-auswahl {
	margin-bottom: 1em;
	width: 512px;
	background-color: #fff;
}

dl.galerie-auswahl dt {
	text-align: center;
	width: 140px;
	float: left;
	padding: 10px;
}
dl.galerie-auswahl dd {
	color: #000;
	padding: 10px;
	width: 330px;
	float: left;
}
dl.galerie-auswahl dd p {
	margin: 0 0 0.6em 0;
}


/* formular definitionen */

form {
	margin-bottom: 1em;
}

input, select {
	background: #fff;
	font-size: 100%;
	padding: 1px;
	width: 250px;
	border: 1px solid #000;
	color: #000;
}

form p {
	margin-bottom: 0.6em;
}

textarea {
	background: #fff;
	font-size: 100%;
	padding: 2px;
	width: 250px;
	height: 120px;
	border: 1px solid #000;
}
input.button-small {
	width: 20px;
	border: none;
	background: none transparent;
}
input.small {
	width: 70px;
}

input.submit-button {
	font-weight: bold;
	text-align: center;
}

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

fieldset {
	border: 1px solid #000;
	padding: 8px;
	margin-bottom: 1em;
	width: 480px;
}

label {
	width: 170px;
	display: inline;
	float: left;
}

#form h3 {
	margin: 0 0  0.7em 0;
	clear: left;
}

fieldset#angaben p {
	width: 220px; 
	float: left;
}

fieldset#bindung label {
	 width: 340px;
}
fieldset#bindung input {
	width: 60px;
}


/* table definitionen */

caption {
	font-size: 100%;
	color: #666;
	padding-bottom: 0.4em;
	margin-bottom: 0;
	font-weight: bold;
	text-align: left;
}

table {
	width: 100%;
	color: #000;
	margin-bottom: 1em;
}

td {
	padding: 2px 3px;
	vertical-align: top;
}
tr.one td {
	background-color: #fff;
}
tr.two td {
	background-color: #f6f6f6;
}

th {
	background-color: #d9d9d9;
	padding: 3px 3px;
	color: #000;
	vertical-align: top;
}
th h3, thead td h3 {
	margin-bottom: 0.3em;
	text-align: center;
}
th p, thead td p {
	margin: 0;
	font-weight: normal;
}

tfoot td {
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	font-size: 85%;
}


/* content navigation */

#content ul.content-navi {
	display: none;
}


/* clear me baby */

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

.clear {
	display: block;
}

