html, body {
	width: 100%;
	margin: 0;
}
a:link {
	/*text-decoration: none;*/
	color: #006AC1;
}
a:visited {
	/*text-decoration: none;*/
	color: #525252;
}
a:hover {
	/*text-decoration: none;*/
	color: #2c8ed2;
}
a:active {
	/*text-decoration: none;*/
	color: #2c8ed2;
}
a:focus {
	/*text-decoration: none;*/
	color: #2c8ed2;
}
img {
	border: none;
}
button {
	margin: 0 0 10px 0;
}
.cleft {
	clear: left;
	margin: 0;
	padding: 0;
	visibility: hidden;
	height: 1px;
}
.cboth {
	clear: both;
	margin: 0;
	padding: 0;
	visibility: hidden;
	height: 1px;
}
.transparent {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
#head {
	width: 1000px;
	height: 85px;
	margin: 0 auto;
	padding: 0;
	/*background: url(../images/head.png) no-repeat right bottom;*/
}
#logo {
	position: absolute;
	background-color: #fff;
	padding: 0 0 0 5px;
	top: 10px;
	width: 251px;
	height: 78px;
}
#barcode {
	font-size: 1px !important;
	height: 15px;
	margin: 0 0 0 30%;
	padding: 0;
	border-top: 2px solid #006ab3;
	background: url(../images/barcode.png) no-repeat right top;
}
#map {
	border: 1px #666 solid;
}
.B_crumbBox {
	margin: 4px 0 10px 0;
	padding: 0;
	list-style: none;
	height: 22px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #076EB5 url(../images/bread_bg.png) repeat-x left top;
}
.B_crumbBox li {
	display: block;
	float: left;
}
.B_crumbBox li a {
	display: block;
	float: left;
	height: 21px;
	padding: 1px 12px 0 8px;
	color: #fff;
	text-decoration: none;
	background: url(../images/bread_seperator.png) no-repeat right top;
}
.B_crumbBox li.B_firstCrumb, .B_crumbBox li a.B_firstCrumb {
	padding: 0 12px 0 0;
	margin: 0;
}
.B_crumbBox .B_currentCrumb {
	display: block;
	height: 21px;
	padding: 1px 12px 0 8px;
}
.B_crumbBox img {
	vertical-align: middle;
}
.B_crumb {
}
#navigation {
	background: url(../images/nav_bg.png) repeat-x left top;
	height: 31px;
	margin: 0;
	padding: 2px 0 0 0;
}
#navWrapper {
	width: 765px;
	margin: 0 auto;
	padding: 0 0 0 235px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	display: block;
	background: url(../images/nav_break.png) no-repeat left top;
}
#navigation li a.last {
	background: url(../images/nav_break.png) no-repeat right top;
}
#navigation li a {
	display: block;
	float: left;
	height: 21px;
	padding: 4px 15px 0 15px;
	color: #525252;
	text-decoration: none;
}
#navigation li a:hover {
	color: #363636;
}
#navigation .active {
	color: #363636;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#boxWrapper {
	float: left;
	width: 223px;
	margin: 5px 0 0 0;
	padding: 0;
}
#contentWrapper {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 760px;
	margin: 20px 0 0 10px;
	padding: 0;
}
#contentWrapper h2 {
	margin-left:5px;
	font-size: 18px;
	font-weight: bold;
	color: #006ab3;
}
#contentWrapper p {
	font-size: 12px;
	margin-left:5px;
}
.box_head {
	width: 208px;
	height: 22px;
	margin-top: 15px;
	padding: 10px 0 0 15px;
	background: url(../images/box_head.png) no-repeat left top;
}
.box_head h2 {
	margin: 0;
	padding: 0;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #fff;
}
.box_content {
	width: 223px;
	background: url(../images/box_content.png) repeat-y left top;
}
.box_foot {
	width: 223px;
	height: 12px;
	background: url(../images/box_foot.png) no-repeat left top;
}
/*
#produkte {
	margin: 0;
	padding: 15px 0 0 6px;
	width: 211px;
	list-style: none;
}
#produkte li {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#produkte li a {
	display: block;
	width: 192px;
	height: 23px;
	padding: 8px 0 0 19px;
	color: #fff;
	text-decoration: none;
	background: url(../images/navigation.png) no-repeat 0px 0px;
}
#produkte li a:hover, #produkte li a:focus {
	background: url(../images/navigation.png) no-repeat 0px -31px;
}
*/
#produkte { /* all lists */
	margin: 0;
	padding: 15px 0 0 6px;
	width: 211px;
	list-style: none;
}
#produkte a {
	display: block;
	width: 192px;
	height: 23px;
	padding: 8px 0 0 19px;
	color: #fff;
	text-decoration: none;
	background: #087BCA url(../images/navigation.png) no-repeat 0px 0px;
}
#produkte li { /* all list items */
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*float: left;*/
	width: 211px;
	/* width needed or else Opera goes nuts */
	background: none;
}
#produkte li ul { /* second-level lists */
	width: 150px;
	position: absolute;
	list-style: none;
	margin: 0 0 0 211px;
	padding: 0 0 0 4px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 999;
}
#produkte ul li a {
	display: block;
	width: 131px;
	height: 23px;
	padding: 8px 0 0 19px;
	color: #fff;
	text-decoration: none;
	background: #087BCA url(../images/navigation.png) no-repeat 0px 0px;
}
#produkte li ul li {
	width: 150px;
	font-size: 11px;
}
#produkte li a:hover, #produkte li a:focus, #produkte li a.subactive {
	background: url(../images/navigation.png) no-repeat 0px -31px;
}
#produkte li:hover ul ul, #produkte li:hover ul ul ul, #produkte li.sfhover ul ul, #produkte li.sfhover ul ul ul {
	left: -999em;
}
#produkte li:hover ul, #produkte li li:hover ul, #produkte li li li:hover ul, #produkte li.sfhover ul, #produkte li li.sfhover ul, #produkte li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-top: -31px;
}
#vcardL {
	width: 64px;
	height: 89px;
	float: left;
	padding: 13px 7px 0 15px;
	margin: 0;
}
#vcardR {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	float: left;
}
#vcardR p {
	margin: 0;
	padding-bottom: 5px;
}
#vcardR address {
	padding-bottom: 5px;
	font-style:normal;
}
.vcard, a.vcard {
	color: #fff;
	text-decoration: none;
}
p.vname {
	font-weight: bold;
	padding-top: 8px;
}
#datenblaetter {
	width: 160px;
	padding: 0 0 0 35px;
	margin: 0 auto;
	background: url(../images/info.gif) no-repeat 5px 8px;
}
#datenblaetter p {
	margin: 0;
	padding: 3px 0 5px 0;
}
#datenblaetter a {
	font: 11px Arial,Helvetica,sans-serif;
	color: #fff;
	text-decoration: none;
}
.prodwrapper {
	width: 183px;
	float: left;
	margin: 10px 7px 25px 0;
}
.prodhead {
	font: 12px Arial, Helvetica, sans-serif;
	width: 183px;
	height: 29px;
	background: url(../images/prodhead.png) no-repeat left top;
	margin: 0;
}
.prodhead a {
	display: block;
	width: 153px;
	height: 24px;
	padding: 5px 0 0 30px;
	color: #fff;
	text-decoration: none;
}
.prodimg {
	margin: 0 auto;
	width: 175px;
	height: 160px;
	overflow: hidden;
	border: 1px solid #bebebe;
}
.prodimages {
	margin: 0 0 0 4px;
	width: 760px;
	height: 125px;
	overflow: hidden;
}
.prodimages img {
	width: 170px;
	height: 125px;
	border: 1px solid #bebebe;
}
.prodimages img.imgwrap1 {
	margin: 0 0 0 15px;
	padding: 0;
}
.prodimages img.imgwrap2 {
	margin: 0 15px;
	padding: 0;
}
.prodinfo {
	line-height: 17px;
}
/*
.anwendungwrapper {
	width: 183px;
	float: left;
	margin: 10px 7px 25px 0;
}
.anwendunghead {
	font: 11px Arial, Helvetica, sans-serif;
	width: 183px;
	height: 49px;
	vertical-align: middle;
	background: url(../images/anwendung.png) no-repeat left top;
	margin: 0;
}
.anwendunghead a {
	display: block;
	width: 151px;
	height: 39px;
	padding: 5px 7px 5px 25px;
	color: #fff;
	text-decoration: none;
}
*/
.abeispiele {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-image: url(../images/sitemapdot.png);
}
.abeispiele li a {
	display: block;
	text-decoration: none;
	color: #006AC1;
	padding: 4px 0;
}
.abeispiele li a:hover {
	color: #2c8ed2;
}
.beispiele {
	border-top: 1px solid #a9d1ed;
	padding: 10px;
	margin: 0 10px;
	background: url(../images/line.gif) repeat-x left top;
}
.beispiele h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 10px;
	color: #006ab3;
	float: left;
}
.beispiele p {
	line-height: 19px;
}
.tecinfo {
	padding: 0 10px 0 475px;
}
.tecbutton {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 10px 0 0 12px;
	background: url(../images/pdf-icon.gif) no-repeat top left;
}
.tecbutton a {
	display: block;
	text-decoration: none;
	padding: 3px 3px 3px 20px;
	color: #555;
}
.tecbutton a:hover {
	color: #006acf;
}
#referenzen ul {
	margin: 35px 0 0 30px;
	padding: 0;
	list-style: none;
}
#referenzen li {
	font: 12px Arial, Helvetica, sans-serif;
	float: left;
	width: 330px;
	color: #999;
	border-left: 3px solid #1A79BB;
	margin: 0 0 35px 0;
	padding: 5px 0 3px 15px;
}
#referenzen .refers {
	color: #444;
}
#referenzen h3 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #006AC1;
	font-weight: bold;
	display: inline;
}
#referenzen h3 a {
	color: #006AC1;
	text-decoration: none;
}
#sitemap {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style: none;
	padding: 0;
	margin: 0 0 0 45px;
}
#sitemap li {
	padding: 2px 0;
}
#sitemap li a {
	background: url(../images/sitemapdot.png) no-repeat left 9px;
	color: #006ACD;
	padding: 3px 0 0 13px;
	text-decoration: none;
}
#sitemap ul {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	list-style: none;
}
#sitemap ul li {
	padding: 0;
	margin: 0;
}
#sitemap ul li a {
	background: none;
}
/* Formulardesign */
#contactinfo {
	padding: 0 0 0 20px;
	width: 200px;
	float: left;
}
#contactinfo h2 {
	margin-bottom: 28px;
}
#contactinfo a {
	color: #333;
	text-decoration: none;
}
#contactinfo p {
	line-height: 18px;
}
#contactform {
	width: 530px;
	float: left;
}
.errors {
	font-size:12px;
	color:#f00;
	margin: 0 0 25px 0;
}
.label_left {
	text-align: right;
	width: 120px;
	float: left;
	margin: 0 10px 20px 0px;
	font-size: 12px;
	color: #006ab3;
}
.i_text {
	text-align:left;
	float: left;
	margin-left: 20px;
	margin-bottom: 12px;
	width:300px;
	font-size: 12px;
}
fieldset a {
	font-size: 12px;
}
#kontakt fieldset {
	width: 480px;
	border:1px dotted #006ab3;
}
#kontakt legend {
	margin: 0 0 0 5px;
	padding: 10px;
	font-size:12px;
	color:#006ab3;
}
#shopOrderForm fieldset {
	width: 480px;
	border:1px dotted #006ab3;
}
#shopOrderForm legend {
	margin: 0 0 0 5px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color:#006ab3;
}
.clearleft {
	clear: left;
	margin: 0;
	padding:0;
	visibility: hidden;
	height: 1px;
}
.feedbackform {
	border:none;
	font-size: 12px;
	color: #006ab3;
}
#hinw p {
	font: 10px Verdana,Arial,Helvetica,sans-serif;
	color: #595959;
	text-align: justify;
}
.txt_right {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	float: left;
	margin: 0 70px 0 0;
}
.txt_right a {
	text-decoration: none;
	color: #595959;
}
.tbox_content p.partner {
	margin: 6px 0 10px 0;
}
#filelist {
	width: 765px;
	margin: 0 auto;
}
#filelist th {
	font: 15px Verdana, Geneva, sans-serif;
	color: #006ab3;
	font-weight: bold;
	padding-top: 20px;
}
#filelist td.infoFile, #filelist td.infoLink, #filelist td.infoSize {
	border-bottom: 1px dashed #bababa;
}
#filelist td.infoFile {
	padding: 0 0 0 10px;
}
#filelist td.infoFile img {
	margin: 0 5px 0 0;
}
#filelist td.infoFile a {
	font: 12px Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
}
#filelist td.infoSize {
	text-align: right;
	padding: 0 10px 0 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
}
#filelist td.info_kat {
	vertical-align: middle;
	height: 30px;
	background: url(../images/tablehead.png) no-repeat center top;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 0 0 4px 28px;
}
