*
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

/* IE-6-Hack
* html *
{
	font-size: x-small;
}
*/

html, body
{
	margin: 0;
	padding: 0;
}

body
{
	background: #f2f2f2 url(../images/bodyBG.png) repeat-x;
}
* html body
{
	background: #f2f2f2 none;
}

h1
{
	font-size: 120%;
	margin-top: 24px;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
h2
{
	font-size: 100%;
	margin-top: 24px;
	margin-bottom: 4px;
}
h2.Red
{
	color: red;
}
h2.Red_Product_Description
{
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	color: red;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 10px 0px;
}

p { margin: 13px 0; }

form { display: inline;}
/* LINKS */
a:link,
a:active,
a:focus,
a:visited
{
	color: #3f5e76;
	text-decoration: none;
}
a:hover
{
	color: #c00;
	text-decoration: none;
}

#PE_mainFrame
{
	margin: 2px;
}

#PE_mainBorder
{
	border: 1px solid #000;
	min-width: 970px;
	width: 970px;
	margin: 0 auto;
	border-color: #666;
	background: #fff;
	overflow: hidden;
}
/*
 * Schatten-Rand
 */
#PE_mainShadow
{
	width: 972px;
	padding: 0 10px;
	background: url(../images/BG_shadowMiddle.png) repeat-y;
	margin: 0 auto;
}

#PE_mainShadowTop
{
	width: 972px;
	padding: 0 10px;
	height: 12px;
	background: url(../images/BG_shadowTop.png) no-repeat;
	margin: 10px auto 0 auto;
	line-height: 12px;
	overflow: hidden;
	font-size: 1px;
}
#PE_mainShadowBottom
{
	width: 972px;
	padding: 0 10px;
	height: 12px;
	background: url(../images/BG_shadowBottom.png) no-repeat;
	margin: 0 auto 2px auto;
}
* html #PE_mainShadow
{
	background-image: url(../images/BG_shadowMiddle_ie6.png);
}

* html #PE_mainShadowTop
{
	background-image: url(../images/BG_shadowTop_ie6.png);
}

* html #PE_mainShadowBottom
{
	background-image: url(../images/BG_shadowBottom_ie6.png);
}

.PE_1st_navi a:link,
.PE_1st_navi a:active,
.PE_1st_navi a:focus,
.PE_1st_navi a:visited,
.PE_2nd_navi a:link,
.PE_2nd_navi a:active,
.PE_2nd_navi a:focus,
.PE_2nd_navi a:visited
{
	color: #333;
}

a.PE_1st_navi_active,
a.PE_1st_navi_active:link,
a.PE_1st_navi_active:active,
a.PE_1st_navi_active:focus,
a.PE_1st_navi_active:visited,
a.PE_2nd_navi_active,
a.PE_2nd_navi_active:link,
a.PE_2nd_navi_active:active,
a.PE_2nd_navi_active:focus,
a.PE_2nd_navi_active:visited
{
	color: #900;
}
a.PE_1st_navi_active:hover,
a.PE_2nd_navi_active:hover
{
	color: #c00;
}

/* 3./4. Ebene */
.PE_3rd_navi a:link,
.PE_3rd_navi a:active,
.PE_3rd_navi a:focus,
.PE_3rd_navi a:visited
{
	color: #777;
}

.PE_1st_navi a:hover,
.PE_2nd_navi a:hover,
.PE_3rd_navi a:hover,
.PE_4th_navi a:hover
{
	color: #e00;
}

/* 3./4. Ebene (aktiv) */
a.PE_3rd_navi_active:link,
a.PE_3rd_navi_active:active,
a.PE_3rd_navi_active:focus,
a.PE_3rd_navi_active:visited,
a.PE_4th_navi_active:link,
a.PE_4th_navi_active:active,
a.PE_4th_navi_active:focus,
a.PE_4th_navi_active:visited
{
	color: #c00;
}
a.PE_3rd_navi_active:hover,
a.PE_4th_navi_active:hover
{
	color: #e00;
}

/* Language-Select */
#PE_selectLang input { position: relative; top: 3px; }
#PE_selectLang select { width: 122px; padding-left: 26px; background-color: transparent; background-repeat: no-repeat; background-position: 2px center; position: relative; top: 3px; }
#PE_selectLang option { padding-left: 26px; background-color: #e0e0e0	; background-repeat: no-repeat; background-position: 2px center;}
.PE_lang_de { background-image: url(../images/flags/de.gif); }
.PE_lang_se { background-image: url(../images/flags/se.gif); }
.PE_lang_en { background-image: url(../images/flags/en.gif); }

/* BANNER */
#PE_banner
{
	width: 280px;
	height: 63px;
}
img#PE_bannerImg
{
	margin: 0;
	border: 0;
	padding: 0;
}

#PE_bannerRight
{
	float: right;
}

#PE_bannerSearch
{
	padding: 4px;
}

#PE_bannerRecommendation
{
	text-align: right;
	display: none;
}

#PE_bannerSearchForm
{
}

/* LOGO */
#PE_logoWrap
{
	background: #000;
	padding: 0;
	height: 57px;
	width: 970px;
}

#PE_logo
{
	text-align: right;
	float: left;
	width: 200px;
}
img#PE_logoImg
{
	border: 0;
	padding: 0;
	margin: 0;
	margin-right: 100px;
}

#PE_siteSearch
{
	float: right;
	margin: 20px 30px 0 0;
	display: inline;
}

.PE_claim { text-transform: uppercase; font-family: Arial; font-weight: bold; }

/* CONTENT BEREICH */

#PE_contentWrap
{
	padding-bottom: 0;
	overflow: hidden;
}
#PE_content
{
	width: auto;
}


/* NAVIGATION */
#PE_1stNaviWrap
{
	background: #999 url(../images/naviBG2.png) repeat-x left center;
	position: relative;
	border-top: 1px solid #666;
	width: 970px;
}
#PE_2ndNaviWrap
{
	background: #f0f0f0;
	width: 970px;
}

#PE_1stNaviWrap,
#PE_2ndNaviWrap
{
	border-bottom: 1px solid #000;
}

#PE_1stNavi,
#PE_2ndNavi
{
	margin-left: 30px;
	width: 970px;
}
* html #PE_1stNavi,
* html #PE_2ndNavi
{
	width: 940px;
}

#PE_1stNavi { line-height: 200%; }
#PE_2ndNavi { line-height: 160%; }

#PE_1stNaviRight
{
	position: absolute;
	left: 790px;
	top: 0;
}

#PE_1stNavi ul,
#PE_2ndNavi ul,
ul#PE_3rdNavi,
ul#PE_4thNavi
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#PE_3rdNavi
{
	float: left;
	clear: left;
	padding-left: 0;
	border: 1px solid #999;
	border-width: 0 0 1px 0;
	width: 280px;
	margin: 0;
}
ul#PE_4thNavi
{
	padding-bottom: 5px;
	background: url(../images/BG_shadowReverse.png) repeat-x left bottom;
}

#PE_1stNavi li
{
	float: left;
	line-height: inherit;
	font-weight: bold;
	margin-top: 0;
	margin-right: 30px;
	font-size: 13px;
	text-transform: uppercase;
}

#PE_2ndNavi li
{
	float: left;
	line-height: 140%;
	margin-right: 20px;
	font-size: 100%;
}

/* LEFT MENU STYLES */
#PE_3rdNaviTop {
	background: #a8a6a6;
	overflow:hidden;
	position: relative;
	margin-top: 0;
}
#PE_3rdNaviBottom {
	padding-top: 20px;
}

#PE_3rdNavi li,
#PE_4thNavi li {
	float: left;
	clear: left;
	width: 100%;
}

#PE_3rdNavi li a,
#PE_4thNavi li a
{
		display: block;
		float: left;
		clear: left;
}

#PE_3rdNavi li
{
	border: 1px solid #ccc;
	width: 276px;
	float: none;
	padding: 2px 1px 0 1px;
	background: #fff;
	border-bottom: 0;
	text-align: left;
}

#PE_3rdNavi li a
{
	font-size: 100%;
	font-weight: bold;
	line-height: 200%;
	padding: 0 10px;
	border: 0;
	display: block;
	background: #f0f0f0;
	float: none;
	padding-left: 30px;
}
#PE_4thNavi li a.PE_navi_1st_item
{
	background: url(../images/BG_shadow.png) repeat-x left top;
	padding-top: 5px;
}

#PE_4thNavi li
{
	border-left: 0;
	border: 0;
	width: 274px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: inline;
}

#PE_4thNavi li a
{
	border-left: 0;
	border-bottom: 0;
	font-size: 80%;
	font-weight: normal;
	padding: 0 20px;
	line-height: 170%;
	border: 0;
	background: #f8f8f8;
	padding-left: 45px;
}

/* FOOTER */
#PE_footWrap
{
	margin-bottom: 12px;
}

#PE_foot
{
	width: 970px;
	color: #777;
	font-size: 80%;
	text-align: center;
	position: relative;
	margin: auto;
}

#PE_foot ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin: auto;
	position: absolute;
	left: 50%;
}

#PE_foot li
{
	float: left;
	line-height: 140%;
	margin: 0 10px;
	font-size: 100%;
}

/* HELPER */
.PE_clear
{
  clear: both;
	height: 0px;
	font-size:0;
}

.PE_clear_left
{
	clear: left;
}

.PE_clear_right
{
	clear: right;
}

.PE_active {
	color: #c00!important;
}

/* ALTE STYLES */
#PE_contentCol0
{
	font-size: 12px;
	min-height: 525px;
	padding: 0px;
	margin: 0px;
	width: 970px;
	vertical-align: top;
	text-align: left;
	padding-bottom: 170px;
}

#content_td_menu, #PE_contentCol1
{
	font-size: 12px;
	min-height: 500px;
	padding: 0px;
	margin: 0px;
	width: 280px;
	padding-bottom: 50px;
	vertical-align: top;
}

#content_td_area, #PE_contentCol2
{
	border-left: 1px solid #666;
	margin: 0px;
	vertical-align: top;
	padding: 20px 35px 20px 34px;
	width: 660px;
	min-height: 400px;
}

#PE_contentCol2 a:link,
#PE_contentCol2 a:visited,
#PE_contentCol2 a:focus,
#PE_contentCol2 a:active { color: #3f5e76; }
#PE_contentCol2 a:hover { color: #c00; }

#content_td_area a:link,
#content_td_area a:visited,
#content_td_area a:focus,
#content_td_area a:active { color: #3f5e76; }
#content_td_area a:hover { color: #c00; }

#PE_contentCol2 p { line-height: 140%; }

#content_td_right, #PE_contentCol3
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	padding-bottom: 50px;
}

/* GLOSSARY */

.glossary_anker
{
	border-bottom: 1px dashed #777777;
}

.glossary_anker:hover
{
	background-color: #dddddd;
}

#glossary_info
{
	color: #333333;
	padding: 2px;
	background-color: #FFFFE1;
	border: 1px solid #333333;
	position: absolute;
	visibility: hidden;
	width: 250px;
}

/*
 * TABELLEN (deprecated !!!)
 */

.table_grey
{
	background-color: #f7f7f7;
  border-collapse: collapse;
}

.table_grey tr
{
}

.table_grey th
{
	border: 1px solid #999999;
	padding: 5px;
	text-align: left;
}

.table_grey td
{
	border: 1px solid #999999;
	padding: 5px;
}

.table_grey .td_bold
{
	font-weight: bold;
}

/* HELPER (deprecated!!!) */

.clear
{
  clear: left;
  clear: right;
}

.clear_left
{
	clear: left;
}

.clear_right
{
	clear: right;
}

/*
 * INFOSCOPE-Boxen (LC)
 */
.PE_infoScopeBox
{
	margin-bottom: 12px;
	border: 1px solid #999;
	width: 615px;
}

.PE_infoScopeBox h3
{
	margin: 0;
	padding-left: 12px;
	line-height: 160%;
	text-align: left;
	background-color: #f4f4f4;
	border-bottom: 1px solid #e8e8e8;
	font-size: 13px;
}

.PE_infoScopeBox .PE_infoScopeImg
{
	float: left;
	width: 100px;
	min-height: 140px;
	margin-right: 8px;
}
.PE_infoScopeImg img {
	border: 0;
}
.PE_infoScopeBox .PE_infoScopeInfo
{
	float: left;
	padding: 6px;
	width: 492px;
}

.PE_infoScopeBox p { margin-top: 0px; }


.PE_infoScopeSize { font-size: 10px; color: #555; }

/* Startseite */
div.PE_HomeBlock
{
	float: left;
	width: 250px;
	margin: 0 25px;
	color: #333;
}
div.PE_HomeBlock img
{
	border: 0;
}

/* LC: Endoskope-Aufbereitung Schritt-fuer-Schritt */
.PE_stepByStep { width: 603px; border: 1px solid #ccc; border-collapse: collapse; background-color: #f7f7f7; margin-bottom: 12px; table-layout: fixed;}
.PE_stepByStep td,
.PE_stepByStep th {border: 1px solid #ccc; width: 200px; padding: 0; width: 200px;}
.PE_stepByStep tr.PE_headRow { background: #f4f4f4; vertical-align: top; line-height: 20px; }
.PE_stepByStep tr.PE_dataRow { vertical-align: top; }
.PE_stepByStep td p { padding: 4px 8px; margin: 0; font-size: 11px;}
.PE_stepByStep th#PE_headPoster { background-color: #f4f4f4; vertical-align: middle; width: 401px;}
.PE_stepByStep td#PE_dataPoster { vertical-align: middle; padding: 20px; width: 361px; padding: 20px;}
.PE_hint { margin-bottom: 12px; }

/* LC: Produkte-Teaser */
.PE_lcProductTeaser {
	float: left;
	margin: 0 12px 12px 0;
	width: 280px;
	height: 140px;
	border: 1px solid #999;
	padding: 8px;
}

/* IE 6 Hack */
* html .PE_lcProductTeaser {
	width: 285px;
	height: 140px;
}

.PE_lcProductTeaser h3 { font-size: 13px; font-weight: bold; margin-top: 0; margin-left: 0; padding: 0;}
.PE_lcProductTeaser img { margin: 0; padding: 0; margin-right: 8px;}

.PE_fullWidth {
	width: 590px!important;
	height: auto;
	float: none;
}

* html .PE_fullWidth {
	width: 600px!important;
	height: auto;
	float: none;
}

a.PE_icon_default {
	padding-left: 16px;
	background: url(../images/link.gif) no-repeat left center;
}
a.PE_icon_default:hover {
	background: url(../images/link_hover.gif) no-repeat left center;
	color: #c00;
}
a.PE_icon_pdf {
	padding-left: 19px;
	background: url(../images/file_icons/icon_PDF.gif) no-repeat 0 center;
}
a.PE_icon_pdf:hover {
	background: url(../images/file_icons/color_PDF.gif) no-repeat 0 center;
	color: #c00;
}
a.PE_icon_jpg {
	padding-left: 19px;
	background: url(../images/file_icons/icon_JPG.gif) no-repeat 0 center;
}
a.PE_icon_jpg:hover {
	background: url(../images/file_icons/color_JPG.gif) no-repeat 0 center;
	color: #c00;
}

a.PE_icon_email {
	padding-left: 22px;
	background: url(../images/email.gif) no-repeat left center;
}
a.PE_icon_email:hover {
	background: url(../images/email_hover.gif) no-repeat left center;
	color: #c00;
}

img.PE_img_left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 0
}

img.PE_img_right {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	border: 0
}

/* Link-Trennlinie mit Ziel-Anker top */
a.PE_linkToTop
{
	background:transparent url(../images/top.gif) repeat scroll right center;
	display:block;
	font-size:0px;
	height:13px;
	margin: 8px 0;
	overflow:hidden;
}

/*
 * Buttons mit Bildchens
 */
div.PE_submit
{
	text-align: right;
}

input.PE_btn:hover
{
	background-color: #c00;
	color: #fff;
}

input.PE_btn_noText
{
	width: 24px;
	overflow:hidden;
	background-position: 50% 50%!important;
	padding-left:0!important;
}
input.PE_btn_cancel
{
	padding-left: 20px;
	background: #ddd url(../images/actions/process-stop.png) no-repeat 1px 1px;
	border-width: 1px;
}
input.PE_btn_cancel:hover { background-color: #c00; color: #fff; }

input.PE_btn_search,
button.PE_btn_search
{
	padding-left: 20px;
	background: #ddd url(../images/actions/system-search.png) no-repeat 2px center;
	border-width: 1px;
}
input.PE_btn_search:hover,
button.PE_btn_search:hover
{ background-color: #c00; color: #fff; }

input.PE_btn_send,
input.PE_btn_next
{
	padding-left: 20px;
	background: #ddd url(../images/actions/go-next.png) no-repeat 2px center;
	border-width: 1px;
}

input.PE_btn_send:hover,
input.PE_btn_next:hover
{
	background-color: #c00;
	color: #fff;
}

input.PE_btn_back
{
	padding-left: 20px;
	background: #ddd url(../images/actions/go-previous.png) no-repeat 2px center;
	border-width: 1px;
}
input.PE_btn_back:hover { background-color: #c00; color: #fff; }

input.PE_btn_select
{
	padding-left: 20px;
	background: #ddd url(../images/actions/go-next.png) no-repeat 2px center;
	border-width: 1px;
}
input.PE_btn_select:hover { background-color: #c00; color: #fff; }

input.PE_btn_calc
{
	padding-left: 20px;
	background: #ddd url(../images/actions/accessories-calculator.png) no-repeat 2px center;
	border-width: 1px;
}
input.PE_btn_calc:hover { background-color: #c00; color: #fff; }

input.PE_btn_buy
{
	padding-left: 20px;
	background: #ddd url(../images/actions/cart.png) no-repeat 2px center;
	border-width: 1px;
}
input.PE_btn_buy:hover { background-color: #c00; color: #fff; }

input.PE_btn_load
{
	padding-left: 20px;
	background: #ddd url(../images/actions/document-open.png) no-repeat 2px center;
	border-width: 1px;
}
input.PE_btn_load:hover { background-color: #c00; color: #fff; }


/*
 * Info-/Error-Boxen
 */
#PE_info
{
	padding: 12px;
	padding-left: 50px;
	min-height: 30px;
	margin-bottom: 12px;
	position: relative;
	font-weight: bold;
}

.PE_info_error
{
	background: #e1af74 url(../images/dialog-error.png) no-repeat 10px 10px;
	border: 1px solid #600;
	color: #600;
}
.PE_info_msg
{
	background: #a6cfab url(../images/dialog-information.png) no-repeat 10px 10px;
	border: 1px solid #666;
	color: #090;
}

#PE_info #PE_infoButton {
	position: absolute;
	top: 6px;
	right: 6px;
}

#PE_info a.PE_close_button
{
	line-height: 22px;
	padding-left: 14px;
	width: 14px;
	height: 14px;
	background: url(../images/actions/error_close.gif) no-repeat left center;
	cursor: pointer;
}

/*
 * Formulare im Content-Bereich
 */

#PE_contentCol2 fieldset
{
	margin-bottom: 24px;
	border: 1px solid #999;
	padding: 12px;
	background: #f6f6f6;
}

#PE_contentCol2 legend
{
	background: url(../images/Legend_BG.png) repeat-x left top;
	border: 1px solid #999;
	border-bottom: 0;
	padding: 2px 8px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
}

.PE_contentPair
{
	clear: left;
	padding-bottom: 6px;
}

.PE_contentPair label
{
	width: 150px;
	float: left;
	padding-bottom: 8px;
}

#PE_bannerSearchForm input,
#PE_selectLang select,
#PE_contentCol2 input,
#PE_contentCol2 textarea,
#PE_contentCol2 select
{
	border-width: 1px;
	border-bottom-color: #999;
	border-right-color: #999;
}

/*
 * Warn- und Fehlermeldungen
 */
.PE_warning
{
	color: #ff0000 !important;
}

.PE_msg
{
	color: #000000 !important;
}

/*
 * Content-Boxen
 */
div.PE_contentBox
{
	border: 1px solid #999;
	margin-bottom: 12px;
}
div.PE_contentBox p
{
	color: #222;
	padding: 2px 8px;
}
div.PE_contentBox h4
{
	margin: 0;
	padding: 0 8px;
	background: #f4f4f4;
	border-bottom: 1px solid #e8e8e8;
	color: #222;
	line-height: 150%;
}

.DCMS_PAGE_TYPE_IFRAME
{
	border: 0;
	width:620px;
}
#PE_page_630 .DCMS_PAGE_TYPE_IFRAME
{
	height: 600px;
}

/*
 * Azubi-Erfahrungsbericht-Boxen
 */
div.PE_azubiReport
{
	border: 1px solid #999;
	margin-bottom: 12px;
}
div.PE_azubiReport h4
{
	margin: 0;
	padding: 2px 8px;
	background: #f4f4f4;
	border-bottom: 1px solid #e8e8e8;
	color: #222;
	letter-spacing: 1px;
	font-size: 12px;
}
div.PE_azubiReport p {
	text-align: left;
	margin: 0;
	padding: 4px;
	font-size: 10px;
	height: 75px;
}
div.PE_azubiReport .PE_claim { font-size: 10px; }
div.PE_azubiReport div { text-align: right; padding-right: 4px; line-height: 12px;}
div.PE_azubiReport div a { font-size: 10px; }
div.PE_azubiReport img { width: 88px; height: 95px; float: left; margin-right: 4px; }

.PE_footnote { font-size: 80%; }

/*
 * Workshop-Teaser
 */
div.PE_workshopBox,
div.PE_workshopBoxWide
{
	width: 400px;
	border: 1px solid #999;
	position: relative;
	margin-bottom: 12px;
	float: left;
}
div.PE_workshopBox h4,
div.PE_workshopBoxWide h4
{
	padding: 2px 8px;
	background: #f4f4f4;
	border-bottom: 1px solid #e8e8e8;
	margin: 0;
}

div.PE_workshopBoxWide img
{
	width: 400px;
	border:0;
}
div.PE_workshopBoxWide p
{
	padding: 4px 8px;
	font-size: 11px;
}
div.PE_workshopBox img
{
	width: 200px;
	border:0;
	float: left;
}
div.PE_workshopBox p
{
	width: 184px;
	padding: 4px 8px;
	float: left;
	font-size: 11px;
}

div.PE_workshopBox a.PE_workshopMore,
div.PE_workshopBoxWide a.PE_workshopMore
{
	display: block;
	position: absolute;
	right: 8px;
	bottom: 4px;
	clear: left;
}

/* SEO-Pages LogosMedia */
#PE_lm img { border: 0; }

/* DEBU-Ausgaben */
#debug {display: none; white-space: pre; }

/*
 * Content-Tabellen f�r diverse Templates
 */

#PE_pluginLeftImage #PE_contentCol2
{
}
#PE_pluginLeftMenu
{
}
#PE_pluginLeftContent
{
}
#PE_mainLeftImage
{
}
#PE_mainLeftImageCol2 #PE_contentCol2,
#PE_mainLeftMenuCol2 #PE_contentCol2
{
	width: 385px!important;
}
#PE_mainLeftImageCol2 #PE_contentCol3,
#PE_mainLeftMenuCol2 #PE_contentCol2
{
	padding-right: 35px;
}

#PE_mainLeftContent
{
}

#PE_page_62 #PE_home .PE_homeTeaser
{
	margin: 20px 40px 20px 30px !important;
	display: inline;
}
