html, body {
    margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color: #043873;
	line-height: 1.5em;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

/* IE mainDiv */
body{
	text-align: center;
}
body *{
	text-align: left;
}
/* IE mainDiv ende */

img { 
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
	padding: 0;
	color: #043873;
	font-weight: normal;
}
ul{
	margin: 20px;
	margin-left: 30px;
	padding: 0px;
}
li {
	margin-bottom: 7px;
	list-style-image: url(images/list.gif);
}
a {
	color: #2889FF;
	text-decoration: underline;
}
a:hover {
	color: #000;
}



#center {
	margin-left: auto;
	margin-right: auto;
	width: 825px;
}
#top {
	width: 825px;
	height: 86px;
}
#mid {
	width: 825px;
}
#nav {
	float: left;
	width: 152px;
	height: 208px;
}
#content {
	float: left;
	width: 460px;
	background-image: url(images/contentbg.jpg);
}
#contentOben {
	width: 460px;
	height: 20px;
}
#contentInnen {
	width: 360px;
	background-image: url(images/contentInnen.jpg);
	background-repeat: no-repeat;
	padding: 40px;
	padding-top: 13px;
	padding-right: 60px;
}
h1 {
	font-size: 13px;
	font-weight: bold;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #3D70BC;
}
hr {
	margin-bottom: 20px;
	border: none;
	height: 1px;
	background-color: #5C92CD;
}

* html hr {
	margin-bottom: 10px;
	border: solid 1px #5C92CD;
	height: 1px;
}
.schwarz{
	color: #000;
}
.blau{
	color: #3D70BC;
	font-weight: bold;
}
iframe{
	border: solid #666666 1px;
}

#rechts {
	float: left;
	width: 213px;
	height: 565px;
}
#subnav {
	width: 158px;
	height: 305px;
	background-image: url(images/subnavbg.jpg);
	padding: 20px;
	padding-top: 15px;
	padding-right: 35px;
	color: #043873;
	font-size: 12px;
	font-weight: bold;
}
#desubnav {
	width: 158px;
	height: 305px;
	background-image: url(images/de-subnavbg.jpg);
	padding: 20px;
	padding-top: 15px;
	padding-right: 35px;
	color: #043873;
	font-size: 12px;
	font-weight: bold;
}
#subnav hr {
	margin-bottom: 10px;
	border: none;
	height: 1px;
	background-color: #FFF;
}
* html #subnav hr {
	margin-bottom: 0px;
	border: solid 1px #FFF;
	height: 1px;
}

#footer {
	width: 460px;
	height: 50px;
}
* html #footer {
	width: 460px;
	height: 50px;
	margin-top: -13px;
}

/*form */

form {
	margin: 0px;
	padding: 0px;
}
* html form {
	margin-top: -5px;
}

label{
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

input{
	width: 250px;
	color: #2E4970;
	background: #DFEAFD;
	border: 1px solid #2E4970;
	margin: 2px 0px;
}
* html input{
	margin: 1px 0px;
}
#bellen, #emailsturen{
	width: 20px;
	background: none;
	margin-left: 20px;
	border: none;
	vertical-align: middle;
}

#submit{
	margin-left: 250px;
	width: 8em;
	text-align: center;
	color: #2E4970;
	background: #DFEAFD;
	border: 1px solid #2E4970;
}
* html #submit{
	margin-top: 20px;
}
fieldset{
	border: 1px solid #2E4970;
	width: 340px;
	padding: 20px 10px;
	margin: 20px 0px;
}
* html fieldset{
	padding: 0px 8px;
	padding-bottom: 15px;
}

legend{
	color: #2E4970;
	background: #FFF;
	border: 1px solid #2E4970;
	padding: 2px 6px;
	margin: 0px 15px;
}
* html legend{
	margin-top: 20px;
	margin-bottom: 10px;
}
textarea{
	width: 300px;
	color: #2E4970;
	background: #DFEAFD;
	border: 1px solid #2E4970;
	margin: 2px 10px;
}
