* {
  font-family: Verdana;
  font-size: 11px;
  line-height: 18px;
  color: #838383;
  margin: 0px;
  padding: 0px;
}

img {
	border: 0px;
}

html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

body {
  background-image: url('/images/header_bg.png');
  background-repeat: no-repeat;
}

body div#body {
  position: relative;
  width: 932px;
  min-width: 932px;
  max-width: 932px;
}

#header {
  background-image: url('/images/header.png');
  background-repeat: no-repeat;
  width: 932px;
  min-width: 932px;
  max-width: 932px;
  height: 225px;
  min-height: 225px;
  max-height: 225px;
  position: absolute;
  text-align: left;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#header #headmenu {
  font-family: Arial Narrow, Arial;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #c9d9e1;
  display: inline;
  position: absolute;
  left: 202px;
  top: 42px;
  width: 730px;
}
#header #headmenu a {
  font-family: Arial Narrow, Arial;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
	color: #c9d9e1;
	text-decoration: none;
}
#header #headmenu a:hover {
}
#header #headmenu #suche {
	font-family: Arial Narrow, Arial;
	font-size: 12px;
	font-weight: 600px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #c9d9e1;
	text-decoration: none;
}
#header #headmenu a.lang {
  letter-spacing: 0px;
  color: #759baf;
  text-transform: uppercase;
}
#header #headmenu a.lang:hover {
	color: #c9d9e1;
}
#header #headmenu a.langactive {
  letter-spacing: 0px;
  color: #c9d9e1;
  text-transform: uppercase;
}

#headnav {
	position: absolute;
	left: 42px;
	top: 113px;
	height: 32px;
	width: 848px;
	text-align: left;
	z-index: 3;
}
#headnav a {
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	display: block;
	float: left;
	margin-right: 4px;
	text-decoration: none;
	cursor: pointer;
}
#headnav a span.text {
	padding: 0px 4px 0px 4px;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	display: block;
	float: left;
	background-image: url('/images/headnav_button.gif');
	line-height: 32px;
  font-family: Arial Narrow, Arial;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
	color: #c6d2d6;
	text-decoration: none;
}
#headnav a:hover span.text {
	text-decoration: underline;
}
#headnav a span.left {
	background-image: url('/images/headnav_button_left.gif');
	background-repeat: no-repeat;
	width: 8px;
	min-width: 8px;
	max-width: 8px;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	display: block;
	float: left;
}
#headnav a span.right {
	background-image: url('/images/headnav_button_right.gif');
	background-repeat: no-repeat;
	width: 8px;
	min-width: 8px;
	max-width: 8px;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	display: block;
	float: left;
}
#headnav a.active {
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	display: block;
	float: left;
	margin-right: 4px;
	text-decoration: none;
	cursor: pointer;
  color: #5082a1;
}
#headnav a.active span.text {
	padding: 0px 4px 0px 4px;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	display: block;
	float: left;
	background-image: url('/images/headnav_active.gif');
	line-height: 32px;
	font-family: Arial Narrow, Arial;
	font-site: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #5082a1;
	text-decoration: none;
}
#headnav a.active:hover span.text {
	text-decoration: underline;
}
#headnav a.active span.left {
	background-image: url('/images/headnav_active_left.gif');
	background-repeat: no-repeat;
	width: 8px;
	min-width: 8px;
	max-width: 8px;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	display: block;
	float: left;
}
#headnav a.active span.right {
	background-image: url('/images/headnav_active_right.gif');
	background-repeat: no-repeat;
	width: 8px;
	min-width: 8px;
	max-width: 8px;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	display: block;
	float: left;
}

#page {
  background-image: url('/images/bg_page.png');
  background-repeat: no-repeat;
  width: 848px;
  min-width: 848px;
  max-width: 848px;
  min-height: 540px;
  position: relative;
  top: 121px;
  padding: 42px 42px 0px 42px;
  text-align: left;
  z-index: 2;
}

#footer {
	text-align: center;
  border-top: 1px solid #838383;
  width: 848px;
  min-width: 848px;
  max-width: 848px;
  font-family: Arial Narrow, Arial;
  font-size: 11px;
  line-height: 11px;
  padding: 10px 0px;
  text-transform: uppercase;
  margin-top: 36px;
  margin-bottom: 8px;
  clear: both;
}
#footer a {
  font-family: Arial Narrow, Arial;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
  color: #306d9a;
}

#page .header {
  height: 170px;
  min-height: 170px;
  max-height: 170px;
}

#page .header .headerleft {
	background-image: url('/images/header-left.jpg');
	background-repeat: no-repeat;
	float: left;
	width: 198px;
	min-width: 198px;
	max-width: 198px;
	height: 141px;
	min-height: 141px;
	max-height: 141px;
	padding: 180px 8px 8px 8px;
	position: relative;
}
#page .header .headerleft .inlay {
	position: absolute;
	color: white;
}

#page .header .headerright {
	float: left;
	width: 634px;
	min-width: 634px;
	max-width: 634px;
	height: 329px;
	min-height: 329px;
	max-height: 329px;
	background-color: #000000;
}

#page #breadnav {
	padding-left: 214px;
	width: 634px;
	min-width: 634px;
	max-width: 634px;
	height: 28px;
	min-height: 28px;
	max-height: 28px;
	line-height: 28px;
	font-family: Arial;
	font-size: 12px;
	color: #676b6a;
	border-bottom: 1px solid #d9dada;
	margin-bottom: 4px;
}

#page #breadnav a {
	font-family: Arial;
	font-size: 11px;
	color: #676b6a;
	line-height: 28px;
	text-decoration: none;
	text-transform: uppercase;
}
#page #breadnav a:hover {
	text-decoration: underline;
}
#page #breadnav a.active {
	color: #306d9b;
	text-decoration: none;
}
#page #breadnav a.active:hover {
	text-decoration: underline;
}

#page #cbox {
	float: right;
	width: 634px;
	min-width: 634px;
	max-width: 634px;
}
#page #subnav {
	width: 206px;
	min-width: 206px;
	max-width: 206px;
}
#page #cbox #content {
	width: 420px;
	min-width: 420px;
	max-width: 420px;
	min-height: 360px;
	float: left;
}
#page #cbox #margin {
	width: 206px;
	min-width: 206px;
	max-width: 206px;
	float: right;
}
#page #cbox #margin p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

#content h1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #306d9b;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	line-height: 18px;
}
#content h2.distributor {
	color: #306d9b;
	font-size: 12px;
	margin: 0px 0px 6px 0px;
}
#content p {
	margin-bottom: 16px;
}
#content div.image {
	background-color: #ebebeb;
	width: 206px;
	min-width: 206px;
	max-width: 206px;
	overflow: hidden;
	float: left;
	margin: 0px 8px 8px 0px;
	color: #676b6a;
}
#content div.image * {
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
}
#content div.image div {
	margin: 4px;
}
#content p span.headline, #content p span.headline a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #306d9b;
	text-decoration: none;
}
#content p span.headline a:hover {
	text-decoration: underline;
}
#content a {
	color: #306d9b;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#subnav ul {
	list-style-type: none;
}
#subnav ul li, #subnav ul ul {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #d9dada;
}
#subnav ul li a {
	display: block;
	text-align: right;
	padding: 0px 16px 0px 8px;
	line-height: 26px;
	text-decoration: none;
	font-weight: bold;
}
#subnav ul ul li {
	border-top: 0px solid #d9dada;
	border-bottom: 0px solid #d9dada;
}
#subnav ul ul li a {
	font-weight: normal;
	background-color: #ffffff;
	list-style-type: none;
	padding: 0px 32px 0px 8px;
}
#subnav ul li a:hover, #subnav ul ul li a:hover {
	color: #306d9b;
}
#subnav ul li.active, #subnav ul li.active a {
	background-color: #f2f3f3;
	color: #000000;
}
#subnav ul ul li.active a {
  background-color: #ffffff;
	font-weight: bold;
}

input, textarea {
	border: 0px solid #c9d9e1;
	background-color: #c9d9e1;
	color: #000000;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 4px;
  font-family: Verdana;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 4px;
	width: 240px;
	min-width: 240px;
	max-width: 240px;
}
input.short {
	width: 160px;
	min-width: 160px;
	max-width: 160px;
}
input.plz {
	width: 40px;
	min-width: 40px;
	max-width: 40px;
}
input.city {
	width: 192px;
	min-width: 192px;
	max-width: 192px;
	margin-left: 4px;
}
button {
	background-color: #c9d9e1;
	color: #000000;
}
textarea {
	overflow: auto;
}
label {
	float: left;
	width: 120px;
	min-width: 120px;
	max-width: 120px;
}
.required {
	color: red;
}
ul.search {
	list-style-type: none;
}
.borderbottom {
	border-bottom: 1px solid #d9dada;
}
p.distributor {
	float: left;
	width: 206px;
	min-width: 206px;
	max-width: 206px;
}
p.marginright {
	margin-right: 8px;
}
th { border-bottom: 2px solid #838383; text-align: left; }
.prodrow2 { background-color: #e4e4e4; }
td.footerrow { border-top: 2px solid #838383; }

div.attachments ul {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 20px;
}

.textright {
	text-align: right;
}
.prod {
	width: 25px;
	min-width: 25px;
	max-width: 25px;
	margin-top: 2px;
}
tr.prodsum td {
	border-top: 2px solid #838383;
}
tr.prodtotal td {
	font-weight: bold;
}
button {
	color: #306d9b;
	font-weight: bold;
	text-decoration: none;
}

sup {
  font-size: 10px;
  line-height: 11px;
}