/*
Autor : dickekreativ (Mario Schwartz)
Layout: Drucker
*/

/*===== Main CSS STYLE =====*/
html, body, p, ul, ol, dl, table, form, fieldset, div
{
	margin: 0px;
	padding: 0px;
}
body
{
	color: #000;
	background-color: #fff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
img, form fieldset, hr
{
	border: 0px solid #2c2c2c;
}
hr
{
	height: 1px;
	background-color: #2c2c2c;
	color: #2c2c2c;
}
h1, h2, h3, h4, h5, h6, fieldset legend
{
	color: #013266;
	background-color: transparent;
}
fieldset legend
{
	margin: 0px 10px;
	font-weight: bold;
}
a
{
	text-decoration: none;
	color: #2c2c2c;
	background-color: transparent;
}
p, table, dl, ul, ol, h1, h2, h3, h4, h5, h6, fieldset legend, hr
{
	margin: 0.75em 5px 0;
}
fieldset legend
{
	margin: 0px 10px;
}
ul, ol
{
	margin-left: 26px;
}
label
{
	cursor: pointer;
}
table, td, th
{
	border: 0px dotted #2c2c2c;
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
th, td
{
	text-align: left;
	padding: 3px;
	vertical-align: top;
}
th
{
	font-weight: bold;
	text-align: left;
	color: #2c2c2c;
	background-color: transparent;
}
td
{
	text-align: left;
	vertical-align: top;
}
dt
{
	color: #2c2c2c;
	background-color: transparent;
	font-weight: bold;
}
dd
{
	margin-left: 10px;
}
.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.page
{
	width: auto;
	overflow: hidden;
}
div.header
{
	width: auto;
	text-align: left;
	overflow: hidden;
}
div.header a.logo
{
	display: block;
	width: 117px;
	height: 75px;
	float: right;
}
div.header ul.qnav
{
	display: none;
}
div.header div.hotline
{
	display: none;
}
div.header div.contact
{
	width: 199px !important;
	width: 253px;
	height: 106px !important;
	height: 148px;
	float: left;
}
div.header div.contact a.vcf
{
	display: none;
}
div.header div.contact span
{
	background-color: transparent;
	color: #003466;
	font-weight: bold;
}
div.header ul.nav
{
	display: none;
}
div.header ul.subnav
{
	display: none;
}
div.middle
{
	width: auto;
	overflow: hidden;
	text-align: left;
}
div.middle div.left
{
	display: none;
}
div.middle div.content
{
	width: auto;
	padding: 4px 19px;
	overflow: hidden;
}
div.content p, div.content h1, div.content h2, div.content h3, div.content h4, div.content h5, div.content h6, div.content ul, div.content ol, div.content dl
{
	line-height: 1.5em;
}
div.content dl.news_arcive dt
{
	padding: 5px;
}
div.content dl.news_arcive dd
{
	margin: 0px 0px 5px 0px;
	padding: 10px;
}
div.content input, div.content textarea, div.content 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.content textarea
{
	height: 117px;
}
div.content select, div.content input.box
{
	width: auto;
	cursor: pointer;
}
div.content 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.content input.missing, div.content textarea.missing, div.content select.missing
{
	border-color: red;
}
div.content p.skizze
{
	float: right;
}
div.content p.sitemap
{
  margin-left: 30px;
  margin-top: 5px;
  border-style: solid;
  border-color: #443d2a #fff #fff #443d2a;
  border-width: 1px;
}
div.content p.sitemap:hover, div.content p.sitemap:focus
{
  border-color: #fff #443d2a #443d2a #fff;
}
div.content .sitemap a
{
  display: block;
  padding-left: 15px;
  text-decoration: none;
  width: auto;
  height: auto;
}
div.content ul.sitemap
{
  margin-left: 30px;
}
div.content ul.sitemap li
{
  margin-left: 0px;
  padding: 1px 3px 1px 15px;
  list-style: none;
}
div.bottom
{
	display: none;
}
div.footer
{
	width: auto;
	overflow: hidden;
	margin-top: 7px;
	text-align: right;
	border-top: 1px solid #000;
}
div.footer span, div.footer a.login
{
	display: none;
}
/*===== End of Site CSS STYLE =====*/

