/*
	schauerte, relaunch 2008
*/

/* main body and html styles */
body {
	margin: 0; 
	padding: 0;
	font-size: 12px;
}
html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
a {
	color: #000000;
}
form {
	margin: 0;
	padding: 0;
}
p {
	padding: 0;
	margin: 0;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h1 {
	margin-bottom: 16px;
	font-size: 17px;
}
h2 {
	margin-bottom: 16px;
	font-size: 17px;
}
h3 {
	margin-bottom: 0px;
	font-size: 15px;
}
h4 {
	margin-bottom: 0px;
	font-size: 12px;
}

/* useful stuff */
div.clearing {
	clear: both;
	height: 1px;
}

/* aufteilung in die bereich oben, mitte unten */
div#oben {
	display: none;
}
div#mitte {
}
div#unten {
	display: none;
}

/* details fuer den kopf */
img#logo {
	display: none;
}
div#trennerhellblau {
	display: none;
}

/* navigation oben */
div#navigation {
	display: none;
}

/* navigationsabschluss (kein schwarzer rahmen) */
div#navigationsabschluss {
	display: none;
}

/* ueberschriftencontainer im bereich mitte */
div#ueberschriftencontainer {
	display: none;
}

/* rechte spalte */
div#rand {
	display: none;
}

/* inhalt */
div#inhalt {
}

/* navigationen rechts / servicenavi */
h3.navigation-rechts {
	display: none;
}

/* inhalt rechts */
div#links {
	padding-bottom: 20px;
}
div#rechts {
	padding-bottom: 20px;
}

/* teaser breit startseite (u.a.) */
div.teaser-breit {
	width: 370px;
	margin-bottom: 15px;
}
div.teaser-breit-border {
	border: 1px solid #000000;
}
h2.teaser-breit-header {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
img.teaser-breit-bild {
	display: block;
}
div.teaser-breit-fliesstext {
	padding: 5px;
}

/* teaser schmal startseite (u.a.) 
   varianten blau und braun */
div.teaser-schmal {
	width: 176px;
	margin-bottom: 15px;
	margin-right: 18px;
	float: left;
}
div.teaser-blau div.teaser-schmal-border {
	border: 1px solid #000000;
}
div.teaser-braun div.teaser-schmal-border {
	border: 1px solid #000000;
}
h2.teaser-schmal-header {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
img.teaser-schmal-bild {
	display: block;
}
div.teaser-schmal-fliesstext {
	padding: 5px;
}
div.teaser-letzter {
	margin-right: 0px !important;
}

/* template geraetelisting */
div.geraetetemplate {
	height: 64px;
	padding: 0px;
	margin-bottom: 10px;
	width: 782px;
}
div.geraetetemplate-links {
	float: left;
	width: 560px;
	height: 64px;
	overflow: hidden;
}
div.geraetetemplate-fliesstext {
	padding: 5px;
}
a.geraetetemplate-weitere-infos {
	border: 1px solid #000000;
	padding: 1px;
	color: black;
	text-decoration: none;
	width: 122px;
	display: block;
	margin-left: 5px;
}
div.geraetetemplate-bild-container {
	float: right;
	width: 222px;
}
div.geraetetemplate img {
	display: block;
	float: right;
}

/* lightbox extension fuer tv */
#imageData #bottomNavClose { 
	margin-right: 56px;
	float: right;
	padding-bottom: 0.7em;
}

/* beschriftungen kontaktformular */
td.beschriftung1 {
	padding-right: 15px;
}
td.beschriftung2 {
	padding-right: 15px;
	padding-left: 15px;
}
h2.kontaktformular {
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}
input, textarea {
	border: 1px solid black;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
input {
	width: 140px;
}
textarea {
	width: 367px;
	height: 60px;
	overflow: auto;
}
table.kontakt {
	border-spacing: 0px;
	border-collapse: collapse; 
	margin-bottom: 15px;
}
.no-margin-top {
	margin-top: 0px !important;
}
div#kontaktadresse {
	position: absolute;
	top: 14px;
	right: 18px;
	text-align: right;
}
div.fehler {
	border: 1px solid #000000;
	padding: 2px;
	margin-bottom: 11px;
	margin-top: 3px;
}
span.kontakt_fehler {
	font-weight: bold;
}
input.kontakt-submit {
	margin-top: 6px;
}

/* alle links keine unterstreichung */
a {
	text-decoration: none !important;
}	