html, body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #484b4f;
	background: #BDC3CB url(img/header_background.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #006aB5;
	font-size: 200%;
	border-bottom: 1px solid #1B79BC;
	padding-bottom: 8px;
}
h2 {
	color: #006aB5;
	font-weight:normal;
	font-size: 160%;
}
h3 {
	color: #484b4f;
	margin-bottom: 0;
	font-size: 140%;
}
a:link, a:active, a:visited, a:link {
	color: #006aB5;
	text-decoration: none;
}
h1, h2, h3 {
	font-family: 'DIN 1451 W01 Engschrift', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
	line-height: 110%;
	font-weight: normal;
}
#header {
	position: relative;
	padding: 0;
	margin: 0;
	background: url(img/header.jpg) no-repeat left top;
	height: 190px;
}
#logo {
    position: absolute;
	top: 0;
    padding: 16px 36px 0 600px;
}
#logo img {
 float: right;
}
#wrapper {
	max-width:1400px;
	position: relative;
}
#contentwrap {
	margin: 10px 235px 10px 235px;
	position: relative;
	background: #fff;
	border: 2px solid #4A84C5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	 -webkit-box-shadow: 4px 4px 8px #999999;
  -moz-box-shadow: 4px 4px 8px #999999;
  box-shadow: 4px 4px 8px #999999;
}
#content {
	padding: 20px;
}
#content .breadcrumb {
	text-align: right;
	font-style: italic;
}

hr.clear {
clear: right;
margin: 0;
visibility: hidden;
}
#nav {
	position: absolute;
	left: 20px;
	top: 17px;
	width: 186px;
}
#nav #navtop {
	background:url(img/leftnav_head.gif) no-repeat left top;
	display: block;
	color: #FFF;
	text-align: right;
	letter-spacing: 0.02em;
	padding: 26px 12px 20px 0;
	font: 16px 'DIN 1451 W01 Engschrift', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#rightnav {
	width: 186px;
	position: absolute;
	top: 0px;
	right: 36px;
}
#rightnav h1 {
	color: #FFF;
	text-align: right;
	font-size: 16px;
	letter-spacing: 0.02em;
	padding: 33px 12px 0px 0;
	border: none;
}
#rightnav table {
	width:185px;
	margin-top:15px;
}
#rightnav #kontakt {
	background: url(img/rightnav_kontakt.gif) no-repeat left top;
}
#rightnav #datentransfer {
	background: url(img/rightnav_datentransfer.jpg) no-repeat left top;
}
#rightnav #faq {
	background: url(img/rightnav_faqdownload.gif) no-repeat left top;
	overflow: visible;
}
#rightnav #faq h1 {
	padding: 68px 12px 0px 0;
}
#footer {
	margin: 10px 235px 10px 235px;
	text-align:right;
	clear: both;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul ul {
	margin-top: 6px;
}
#nav a {
	text-decoration: none;
	color:#006AB5;
	letter-spacing: 0.02em;
	font: 20px 'DIN 1451 W01 Engschrift', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 102%;
}
#nav ul ul li a {
	font-size: 18px;
	height: 20px;
}
#nav a:hover, #nav a.active, #subnav ul li ul li a.active {
	color: #FFF;
}
ul.inactive {display: none;}

#nav ul {
	margin-bottom: 10px;
	margin-left: 10px;
}
#nav ul li  {
	margin-bottom: 6px;
	margin-left: 0px;
}
#nav ul li ul {
	margin-left: 20px;
}
img.bild_rechts {
	position: relative;
}

/************* Formular **************/

input[type=submit], textarea {
	width: 200px;
}
input[type="submit"] {
	width: auto;
	margin-left: 200px;
}
input[type="reset"] {
	width: auto;
	margin-left: 12px;
}
label {
	display: block;
	width: 200px;
	float: left;
	text-align: right;
	padding-right: 12px;
}
.MailFormField {
	clear:both;
	margin-bottom: 12px;
}
.facebook {
	background: url(img/social.png) no-repeat 0 0;
	padding-left: 20px;
}
.pdf {
	background: url(img/pdf_icon.png) no-repeat;
	padding-left: 24px;
	height: 20px;
	display: block;
	width: 150px;
}

