@CHARSET "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
}

#page_header {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 78px;
	background: url('images/kopf_mitte.jpg') repeat-x;
}

#page_header_left {
	float: left;
	width: 218px;
}

#page_header_right {
	float: right;
	width: 245px;
}

#main_container {
	margin-left: 155px;
	margin-right: 5px;
}

.pageheadline {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}

.pageheadlineStandard {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0071BC;
	padding-top: 10px;
	padding-left: 20px;
	height: 30px;
	border-bottom: 1px solid #000000;
}

.separator {
	background: url('images/blue_cube.jpg') repeat-x;
	height: 2px;
	margin: 10px auto;
}

.separator_left {
	background: url('images/grad_links.jpg') no-repeat;
	width: 308px;
	height: 2px;
	float: left;
}

.separator_right {
	background: url('images/grad_rechts.jpg') no-repeat;
	width: 308px;
	height: 2px;
	float: right;
}

.prodHead {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	min-height: 25px;
	margin-top: 20px;
	text-transform: uppercase;
}

.techDataTab {
	background-color: #FFFFFF;
	margin-top: 10px;
	table-layout: auto;
	border-collapse: collapse;
	font-size: inherit;
	margin-bottom: 15px;
}

.techDataTab th {
	height: 30px;
	border: 1px solid #999999;
}

.techDataTab tr {
	height: 40px;
	margin: 0px;
	padding: 0px;
}


.techDataTab tr .even {
	background-color:#CCFFFF;
}

.techDataTab tr .odd {
	background-color:#CCCCFF ;
}

.techDataTab td {
	text-align: center;
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	height:25px;
}

.techDataTab tr.even td {
	background-color: #CCFFFF;
}

.techDataTab tr.odd  td {
	background-color: #CCCCFF;
}

.secHeadlineStandard {
	color: #FFFFFF;
	background-color: #006cc0;
	padding-top: 3px;
	padding-left: 2px;
	border-bottom: 1px solid #000000;
	background: url("images/secHeadBackgroundStandard.jpg") repeat-x;
}

.techDataHinweis {
	width: 100%;
	font-weight: bold;
	color: #006cc0;
	text-align: center;
}

.subsecHeadlineStandard {
	font-size: 12px;
	color: #006cc0;
	font-weight: bold;
	padding-top: 7px;
}

.secHeadlineSpezial {
	color: #FFFFFF;
	background-color: #008858;
	padding-top: 3px;
	padding-left: 2px;
	border-bottom: 1px solid #000000;
	background: url("images/secHeadBackgroundSpezial.jpg") repeat-x;
}

.secHeadlineSfn {
	color: #FFFFFF;
	background-color: #c6002c;
	padding-top: 3px;
	padding-left: 2px;
	border-bottom: 1px solid #000000;
	background: url("images/secHeadBackgroundSfn.jpg") repeat-x;
}

.descBox {
	float: left;
	padding-right: 10px;
	width: 70%;
}

.descBox p.standard {
	text-align: justify;
}

.descPicBoxNoMarginStandard {
	width: 220px;
	text-align: center;
	float: right;
	margin-top: 0px;
	background-color: #FFAE00;
	padding-top: 5px;
	padding-bottom: 15px;
}

.descPicBoxNoMarginSpezial {
	width: 220px;
	text-align: center;
	float: right;
	margin-top: 0px;
	background-color: #FFAE00;
	padding-top: 5px;
	padding-bottom: 15px;
}

.descPicBoxNoMarginSfn {
	width: 220px;
	text-align: center;
	float: right;
	margin-top: 0px;
	background-color: #FFAE00;
	padding-top: 5px;
	padding-bottom: 15px;
}

.borderedImage {
	border: 1px solid #7D857F;
	margin-top: 10px;
	padding: 2px 2px 10px 2px;
	background-color: #FFFFFF;
}

.prodlistImage {
	float: left;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.prodlistBoxHeader {
	margin: 0px;
	padding: 2px 0px;
	margin-bottom: 5px;
	color: white;
}

.prodlistBoxHeader a {
	color: white;
	font-size: 12px;
}

#hochdruck_sticker {
	width: 97px;
	height: 97px;
	float: right;
	margin: 15px 20px;
	margin-right: 120px;
}

.hochdruck_icon {
	width: 15px;
	height: 15px;
	padding-top: 3px;
	float: left;
}

.faq_box {
	border: 1px solid #006cc0;
	padding: 5px;
	margin-top: 10px;
	background-color: #E6E6E6;
}

.faq_box p {
	text-align: justify;
}

.faq_question {
	font-weight: bold;
	background-color: #006cc0;
	color: #FFFFFF;
}

.formrow {
	width: 400px;
	margin: 5px;
}

.formrowWide {
	width: 600px;
	margin: 5px;
}

.formlabel {
	width: 80px;
	float: left;
	font-weight: bold;
}

.formspacer {
	float: left;
	width: 5px;
}

.checkBoxListing {
	padding-left: 15px;
}

.checkBoxListing li {
	list-style-type: none;
}

.wrongInput {
	border: 1px red solid;
}

input {
	border: 1px black solid;
}

.faqUpButton {
	float: right;
	padding-right: 5px;
	padding-top: 2px;
	border: 0;
}

#langSwitch {
	margin-left: 46px;
	margin-top: 32px;
	border-width: 0px;
}

#hochdruckLegend {
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 10px;
}

div#patientenKreisBox {
	width: 550px;
	margin: auto;
}

div#patientenKreisBox div#labelTop {
	width: 202px;
	margin-left: 0px
}

div#patientenKreisBox div#labelBottom {
	width: 340px;
	text-align: right;
	margin-left: 160px;
}

div#patientenKreisBox div#labelBottomDe {
	width: 340px;
	text-align: right;
	margin-left: 195px;
}

div#patientenKreisBox img#patientenKreis {
	margin-left: 140px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* PRODUKTLISTE */
table#produktTabelle {
	width: 98%
}

table#produktTabelle td {
	width: 45%;
	height: 250px;
	vertical-align: top;
}

table#produktTabelle td div {
	height: 95%;
	width: 95%;
}

table#produktTabelle td div * {
	margin-left: 10px;
	margin-right: 10px
}

table#produktTabelle td div.prodListImgContainer {
	float: left;
	width: 170px;
}

table#produktTabelle td div.prodListDesc {
	margin-top: 10px;
	width: auto;
}

table#produktTabelle td div p {
	
}

#prodlistBoxStandard {
	background: url(images/secHeadBackgroundStandard.jpg) repeat-x;
	background-color: #B4E4E1;
}

#prodlistBoxSpezial {
	background: url(images/secHeadBackgroundSpezial.jpg) repeat-x;
	background-color: #89C5B3;
}

#prodlistBoxSfn {
	background: url(images/secHeadBackgroundSfn.jpg) repeat-x;
	background-color: #D6A7AD;
}

#prodlistBoxAnokryo {
	background: url(images/secHeadBackgroundStandard.jpg) repeat-x;
	background-color: #B4E4E1;
}

table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
}

#stickie {
	width: 166px;
	height: 171px; //
	background-color: rgb(236, 255, 166);
	text-align: center;
	float: right;
	margin: 10px 10px 10px 60px;
	font-weight: bold;
	background: url(images/stickie.jpg) no-repeat;
}

#indexPageContainer {
	width: 815px;
	margin: 0px auto;
}

.quotation {
	margin: auto;
	width: 80%;
	padding: 20px 40px;
	font-style: italic;
	background-color: #D1EEFF;
	border: 1px solid #0080CA;
}

.photorow {
	width: 840px;
}

.photocellbig {
	width: 420px;
	float: left;
}

.photocellsmall {
	width: 210px;
	float: left;
}

.slideshow {
	margin-top: 640px;
	margin-bottom: 40px;
	}
