/*
Autor : DICKE Kreativbüro (Mario Schwartz)
Layout: Drucker
*/

/*===== Main CSS STYLE =====*/
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form, fieldset, div
{
	margin: 0px;
	padding: 0px;
}
html, body
{
	width: 100%;
	height: 100%;
}
body
{
	color: #000;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
img, form fieldset, hr
{
	border: 0px solid #0eaa9b;
}
hr
{
	height: 1px;
	background-color: #000;
	color: #000;
}
p, dl, ul, ol, h1, h2, h3, h4, h5, h6, fieldset legend, hr
{
	margin: .8em 5px;
}
h1, h2, h3, h4, h5, h6, fieldset legend
{
	color: #0e4b7c;
	background-color: transparent;
}
h1, fieldset legend
{
	font-size: 17px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	color: #0e4b7c;
	background-color: transparent;
}
h2
{
	font-size: 15px;
}
h3
{
	font-size: 13px;
}
h4
{
	font-size: 11px;
}
h5
{
	font-size: 9px;
}
h6
{
	font-size: 7px;
}
a
{
	text-decoration: none;
	color: #000;
	background-color: transparent;
}
fieldset legend
{
	margin: 0px 10px;
}
ul, ol
{
	margin-left: 36px;
}
label
{
	cursor: pointer;
}
table, td, th
{
	border: 0px dotted #000;
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
th, td
{
	text-align: left;
	padding: 3px;
	vertical-align: top;
	color: #000;
	background-color: transparent;
}
th
{
	font-weight: bold;
	text-align: left;
	color: #000;
	background-color: transparent;
}
td
{
	text-align: left;
	vertical-align: top;
}
dt
{
	color: #000;
	background-color: transparent;
	font-weight: bold;
}
dd
{
	margin-left: 0px;
}
.tooltip
{
	position: absolute;
	display: none;
	z-index: 40;
	padding: 3px;
	background-color: #f1f1f1;
	color: #736c6c;
	text-align: left;
	border: 1px solid #e4e4e4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}
.clear
{
	clear: both;
}
.nowrap
{
	white-space: nowrap;
}
.post_ok
{
	color: Green;
}
.post_err
{
	color: Red;
}
.screen
{
	display: none;
}
.align_left
{
	text-align: left;
}
.align_center
{
	text-align: center;
}
.align_right
{
	text-align: right;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
/*===== End of Main CSS STYLE =====*/

/*===== Site CSS STYLE =====*/
div.seite
{
	margin: 0px auto;
	width: auto;
	overflow: hidden !important;
	overflow: visible;
	text-align: left;
}
div.kopf
{
	width: auto;
	overflow: hidden !important;
	overflow: visible;
}
div.kopf a.logo
{
	display: block;
	width: 338px;
	height: 73px;
	text-decoration: none;
	margin-top: 11px;
	float: left;
	font-size: 0px;
}
div.kopf ul.schnellmenue
{
	display: none;
}
div.kopf ul.menue
{
	display: none;
}
div.kopf div.kontakt_box
{
	width: auto;
}
div.kopf div.kontakt_box div.kontakt
{
	width: auto;
	overflow: hidden !important;
	overflow: visible;
	float: left;
	font-size: 11px;
	float: right;
}
div.kopf div.kontakt_box div.kontakt h1, div.kopf div.kontakt_box div.kontakt p.vcf
{
	display: none;
}
div.kopf div.kontakt_box div.kontakt span
{
	font-weight: bold;
	color: #0e4b7c;
}
div.kopf div.grafik
{
	display: none;
}
div.mitte
{
	width: auto;
	overflow: hidden !important;
	overflow: visible;
}
div.mitte div.info_box
{
	display: none;
}
div.mitte div.inhalt
{
	width: auto;
	overflow: hidden !important;
	overflow: visible;
	padding: 10px 25px 10px 25px;
}
div.inhalt p, div.inhalt h1, div.inhalt h2, div.inhalt h3, div.inhalt h4, div.inhalt h5, div.inhalt h6, div.inhalt ul, div.inhalt ol, div.inhalt dl
{
	line-height: 1.5em;
}
div.inhalt dl.news_arcive dt
{
	padding: 5px;
}
div.inhalt dl.news_arcive dd
{
	margin: 0px 0px 5px 0px;
	padding: 10px;
}
div.inhalt input, div.inhalt textarea, div.inhalt select
{
	width: 255px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	border: 1px solid #9a9a9a;
	border-color: #fff #000 #000 #fff;
	padding: 2px;
}
div.inhalt textarea
{
	height: 117px;
}
div.inhalt select, div.inhalt input.box
{
	width: auto;
	cursor: pointer;
}
div.inhalt input.button, a.button
{
	cursor: pointer;
	width: auto;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border-color: #000;
}
a.button
{
	padding: 3px 2px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
}
div.inhalt input.missing, div.inhalt textarea.missing, div.inhalt select.missing
{
	border-color: red;
}
div.inhalt p.skizze
{
	float: right;
}
div.inhalt p.sitemap
{
  margin-left: 30px;
  margin-top: 5px;
  border-style: solid;
  border-color: #443d2a #fff #fff #443d2a;
  border-width: 1px;
}
div.inhalt p.sitemap:hover, div.inhalt p.sitemap:focus
{
  border-color: #fff #443d2a #443d2a #fff;
}
div.inhalt .sitemap a
{
  display: block;
  padding-left: 15px;
  text-decoration: none;
  width: auto;
  height: auto;
}
div.inhalt ul.sitemap
{
  margin-left: 30px;
}
div.inhalt ul.sitemap li
{
  margin-left: 0px;
  padding: 1px 3px 1px 15px;
  list-style: none;
}
div.fuss
{
	margin: 0px auto;
	width: auto;
	overflow: hidden !important;
	overflow: visible;
	border-top: 1px solid #e9e9e9;
	font-size: 11px;
}
div.fuss div.copy
{
	width: auto;
	overflow: hidden !important;
	overflow: visible;
	padding: 22px 0px 0px 0px;
	color: #0e4b7c;
	background-color: transparent;
}
div.fuss div.copy a
{
	color: #0e4b7c;
	background-color: transparent;
	text-decoration: none;
}
div.fuss div.menue
{
	display: none;
}
/*===== End of Site CSS STYLE =====*/

