
/*===== Main CSS STYLE =====*/
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form, fieldset, div
{
	margin: 0px;
	padding: 0px;
}
body
{
	color: #000;
	background-color: #fff;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
img, form fieldset, hr
{
	border: 0px solid #fff;
}
hr
{
	height: 1px;
	background-color: #0045ff;
	color: #0045ff;
}
h1, h2, h3, h4, h5, h6, fieldset legend
{
	color: #0045ff;
	margin: 6px 5px;
	font-weight: normal;
}
h1 span
{
	font-weight: bold;
	font-size: 11px;
}
fieldset legend
{
	margin: 0px 10px;
	font-weight: bold;
}
h1, fieldset legend
{
	font-size: 15px;
}
h2
{
	font-size: 13px;
}
h3
{
	font-size: 11px;
}
h4
{
	font-size: 9px;
}
h5
{
	font-size: 7px;
}
h6
{
	font-size: 5px;
}
a
{
	text-decoration: none;
	color: #000;
	background-color: transparent;
}
p, table, dl, ul, ol
{
	margin: 6px 5px;
}
ul, ol
{
	margin-left: 26px;
}
label
{
	cursor: pointer;
}
table, td, th
{
	border: 1px dotted #0045ff;
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
th, td
{
	text-align: left;
	padding: 3px;
	vertical-align: top;
}
th
{
	font-weight: bold;
	text-align: left;
	color: #0045ff;
	background-color: transparent;
}
td
{
	text-align: left;
	vertical-align: top;
}
dt
{
	color: #0045ff;
	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;
}
/*===== End of Main CSS STYLE =====*/

/*===== Site CSS STYLE =====*/
div.page
{
	width: auto;
	overflow: hidden;
}
div.header
{
	width: auto;
	height: 155px;
	text-align: left;
}
div.header div.logo_box
{
	width: auto;
	height: 155px;
	margin-left: 50px;
}
div.header div.logo_box div.quicknav
{
	display: none;
}
div.header div.logo_box a.logo
{
	display: block;
	margin: 14px;
	width: 136px;
	height: 121px;
}
div.header div.banner
{
	display: none;
}
div.middle
{
	width: auto;
	overflow: hidden;
	text-align: left;
}
div.middle div.content_box
{
	width: auto;
	overflow: hidden;
	float: left;
}
div.middle div.content
{
	width: auto;
	padding: 4px 19px;
	overflow: hidden;
}
div.middle div.news_box
{
	display: none;
}
div.middle div.contact_box
{
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
	z-index: 1;
}
div.middle div.contact_box div.contact
{
	border: 1px solid #595959;
	padding: 5px;
}
div.middle div.contact_box div.contact span
{
	font-weight: bold;
}
div.middle div.contact_box div.contact a
{
	display: none;
}
div.middle div.contact_box div.office
{
	display: none;
}
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: 400px;
	font-size: 1em;
	font-family: Arial;
	background-color: transparent;
	color: #9a9a9a;
	border: 1px solid #9a9a9a;
	padding: 2px;
}
div.content textarea
{
	height: 117px;
}
div.content select, div.content input.box
{
	width: auto;
	cursor: pointer;
}
div.content input:hover, div.content textarea:hover, div.content input:focus, div.content textarea:focus, div.content select:hover, div.content select:focus
{
	background-color: White;
	color: #000;
	border-color: #2e2e2e;
}
div.content input.button, div.content a.button
{
	cursor: pointer;
	width: auto;
	background-color: #ee7f01;
	color: #fff;
	font-weight: bold;
	border-color: #f3a64f #643500 #643500 #f3a64f;
}
div.content a.button
{
	padding: 3px 2px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
}
div.content input.button:hover, div.content a.button:hover
{
	border-color: #643500 #f3a64f #f3a64f #643500;
	background-color: #ee7f01;
	color: #fff;
}
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 p.sitemap a:before
{
  content: counter(i)'. ';
  counter-increment: i;
  counter-reset(x);
}
div.content ul.sitemap
{
  margin-left: 30px;
}
div.content ul.sitemap li
{
  margin-left: 0px;
  padding: 1px 3px 1px 15px;
  list-style: none;
}
div.content ul.sitemap li a:before
{
  content: counter(i)'.'counter(x)'. ';
  counter-increment: x;
}
div.footer
{
	width: auto;
	height: 30px;
	margin-top: 7px;
}
div.footer div
{
	line-height: 15px;
}
div.footer div span
{
	font-weight: bold;
}
div.footer div a
{
	background-color: transparent;
	color: #424242;
	text-decoration: none;
}
div.footer div.copy
{
	width: auto;
	text-align: left;
	background-color: transparent;
	border-top: 1px solid #595959;
	color: #595959;
}
div.footer div.nav
{
	display: none;
}
/*===== End of Site CSS STYLE =====*/

