* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.jpg) repeat-x scroll center top #e5e7f2;
	color: #444;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.master {
	boder-bottom: 1px solid #004e8a;
	margin: 0 auto;
	/* overflow: hidden; */
	width: 790px;
}
.innen {
	background: transparent url(../images/bg_master.jpg) repeat scroll left center;
	float: left;

}

/* kopfbereich */
.header {

}
.logo {
	background: #f5faff url(../images/logo.jpg) no-repeat scroll center center;
	border-bottom: 2px solid #004e8a;
	border-top: 2px solid #004e8a;
	float: left;
	height: 116px;
	margin: 5px 8px 0 8px;
	width: 148px;
}
* html .logo {
	margin: 5px 8px 0 4px;
}
.adresse {
	background: transparent url(../images/head.jpg) no-repeat;
	color: #e13400;
	float: left;
	font-family: "Times New Roman",arial, verdana,serif;
	font-size: 14px;
	line-height: 22px;
	height: 110px;
	padding: 20px 0 0 300px;
	width: 318px;
}
a {
	color: #004e8a;
	text-decoration: underline;
}

/* navigation */
.left {
	float: left;
	padding: 35px 8px 8px 8px;
	width: 148px;
}
.navigation {
	color: #fff;
}
.navul {
	list-style: none;
}
.navul a {
	color: #fff;
	text-decoration: none;
}
.navliaktiv {
	background: transparent url(../images/nav-active.jpg) no-repeat left center;
	border: 1px solid #e13400;
	height: 22px;
	margin-bottom: 8px;
	padding: 3px 0 0 22px;
}
.navli {
	background: transparent url(../images/nav-off.jpg) no-repeat left center;
	border: 1px solid #004e8a;
	height: 22px;
	margin-bottom: 8px;
	padding: 3px 0 0 22px;
}
.zeiten {
	background-color: #fff;
	border-bottom: 1px solid #004e8a;
	border-top: 1px solid #004e8a;
	margin: 15px 0;
	padding: 6px 0 0 5px;
}
.hometext .zeiten {
	border-bottom: 1px solid #004e8a;
	border-top: 1px solid #004e8a;
	float: left;
	margin: 20px 0 15px 0;
	padding: 15px 0 0 0;
	width: 500px;
}
.zeiten23 {
	background-color: #fff;
	border-bottom: 1px solid #004e8a;
	border-top: 1px solid #004e8a;
	margin: 15px 0;
	display: block;
	float:left;
	width: 510px;
	padding: 6px 0 0 5px;
}
.map {
	margin-left: 10px;
	width: 138px;
}
* html .map {
	margin-left: 0;
}
*:first-child+html .map {
	margin-left: 0;
}
.map img {
	border-bottom: 2px solid #004e8a;
	border-top: 2px solid #004e8a;
	float: right;
	margin: 0;
}


/* subnavigation */
.contenthead {
	font-weight: bold;
	margin: -28px 0 0 0;
}
.subaktiv {
	background: transparent url(../images/subnav-active.jpg) no-repeat;
	color: #fff;
	float: left;
	margin: 2px 20px 5px 0;
	text-align: center;
	width: 120px;
}
.subinaktiv {
	background: transparent url(../images/subnav-off.jpg) no-repeat;
	color: #fff;
	float: left;
	margin: 2px 20px 5px 0;
	text-align: center;
	width: 120px;
}
.subinaktiv a {
	color: #fff;
	text-decoration: none;
}



/* content */
.content {
	float: right;
	padding: 32px 58px 20px 38px;
	width: 530px;
}
* html .content {
	float: right;
	margin: 0 10px 0 0;
	padding: 33px 0 10px 0;
	width: 550px;
}
h1 {
	background: transparent url(../images/icon_h1.jpg) no-repeat scroll left bottom;
	color: #004e8a;
	float: left;
	font-size: 21px;
	letter-spacing: 0.02em;
	margin: 0 0 30px -21px;
	padding-left: 20px;
	width: 100%;
	word-spacing: 0.07em;
}
* html h1 {
	background: transparent url(../images/icon_h1.jpg) no-repeat scroll left top;
	margin: 0;
	padding: 0 0 30px 20px;
}
h2 {
	color: #444;
	font-size: 14px;
	margin: 0 0 5px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.abstandlinks {
	float: left;
	margin-bottom: 20px;
}
.hometext {
	float:left;
	width: 500px;
}
.hometext img {
	float: left;
	margin: 5px 10px 15px 0;
}
.standardabsatzsubhl {
	font-size: 14px;
	font-weight: bold;
}
.standardabsatztext {
	margin: 0 30px 13px 0;
}
.standardabsatztext li {
	list-style: disc outside none;
	margin-left: 30px;
}
*:first-child+html .standardabsatztext li {
	list-style: none outside url(../images/icon_list.gif);
	margin-left: 30px;
}
.standardabsatztext2 {
	margin-bottom: 15px;
}
img {
	border: none;
	float: right;
	margin: 25px 0 15px 10px;
}
.contenttext {
	
}
.abstandhalter {
	height: 5px;
}
* html .abstandhalter {
	line-height: 5px;
}



/* links */
.links {
	line-height: 20px;
}
.links ul {
	list-style: disc outside none;
	margin-left: 30px;
}
.links a {
	color: #004e8a;
}



/* formular */
.formframe {
	line-height: 22px;
}
label {
	display: inline-block;
	margin: 3px 0;
	vertical-align: top;
	width: 90px;
}
input {
	margin-top: 7px;
}
.eingabefeld {
	margin-top: 5px;
}
.buttonabstandlinks {
	float: left;
	width: 90px;
}
.button {
	margin: 20px 20px 10px 0;
}
.hinweis {
	font-size: 11px;
	margin: 5px 0 10px 0;
}


/* iframe */
.crmframe {
	float: left;
	margin-bottom: 10px;
}



/* footer */
.seitenanfangbutton {
	background: transparent url(../images/icon_top.jpg) no-repeat left center;
	border-top: 1px solid #e5e7f2;
	float: left;
	font-size: 10px;
	padding: 4px 0 0 15px;
	width: 516px;
}
.seitenanfangbutton a {
	color: #004e8a;
}


