.pxcontent {
	display:none;
}
.auswahlbox-head {
	background-image:url(/fileadmin/Herma/php/scout/img/bg_auswahlbox.gif);
	width:220px;
	height:24px;
}
.auswahlbox-head-inside {
	padding:5px 0px 0px 8px;
}
.scout {
	border-top:0px;
	border-left:1px solid #D4DBEB;
	border-right:1px solid #D4DBEB;
	border-bottom:0px;
	width:218px;
	margin-top:0px;
}
.scout .jScrollPaneTrack {
	background-image:url(/fileadmin/Herma/php/scout/img/scout20_track.gif);
}
.auswahlbox {
	margin-bottom:0px;
}
.scout {
	margin-bottom:10px;
}
.auswahlelement img, .auswahlelement_aktiv img, .auswahlelement_disabled img {
	width:auto;
	height:auto;
}
.auswahlelement {
	background-image:url(/fileadmin/Herma/php/scout/img/checkbox20.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	background-color:#fff;
	padding-left:15px;
	text-decoration:none;
}
.auswahlelement_hover {
	text-decoration:underline;
}
.auswahlelement_aktiv {
	background-image:url(/fileadmin/Herma/php/scout/img/checkbox20_checked.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:15px;
	background-color:#fff;
	text-decoration:none;
}
.auswahlelement_disabled {
	background-image:url(/fileadmin/Herma/php/scout/img/checkbox20.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:15px;
	text-decoration:none;
}
.auswahlelement_parent {
	background-image:none;
	padding-left:0px;
}
.auswahlelement_parent .auswahlelement {
/*	background-image:none;
	padding-left:0px; */
}
.auswahlelement_parent .auswahlelement_aktiv {
/*	background-image:none;
	padding-left:0px; */
	font-weight:bold;
}
.auswahlelement_parent .auswahlelement_disabled {
/*	background-image:none; 
	padding-left:0px; */
	color:#C6C6C6;
}
.subelement, .auswahlelement_aktiv .subelement, .auswahlelement_disabled .subelement {
	background-image:none;
	padding:none;
	padding-left:0px;
}
.auswahlelement_child {
	background-position:17px 6px;
	padding-left:32px;
}


#ajaxcontent {
	margin:0px !important;
	background-color: #ffffff; color: #103255; margin-left: 14px; margin-right: 14px;
}
#loader {
	position: fixed; 
	top: 50%; 
	left: 50%; 
	margin-top:-25px;
	margin-left:-40px;
	width: 80px; 
	padding: 15px; 
	z-index: 100; 
	text-align:center;
	background-color:#f0f0f0;
	/*
	background-image: url(/fileadmin/Herma/php/scout/img/loader.gif);
	background-repeat:no-repeat;
	background-position:center;
	*/
    position: expression("absolute");
    top: expression(screen.availHeight / 2 + parseInt(document.documentElement.scrollTop) - 150);
    
	/*display: none; */
}
#feedbackfeld {
	display:none; position:absolute; top:70px; left:470px; z-index:120; width:400px; height:300px;
}
#feedback_reply {
	display:none; color: #103154; position: absolute; z-index:111; padding-top: 10px; padding-left: 10px;
}
.artikelwahlbox {
	background-color:#fff;
	border:1px solid #D9E0F0;
}
#scoutheader {
	background-image:url(/fileadmin/Herma/php/scout/img/bg_header.gif); 
	background-repeat:repeat-x; 
	height:199px;
	padding-left:23px; 
	padding-right:15px; 
	overflow:hidden;
}
#scoutheadline {
	padding-top:19px; 
	width:213px; 
	float:left;
}
#scoutheadertools {
	float:right; 
	width:430px;
}
#links_oben {
	padding:19px 0px 7px 0px; 
	margin:0px;
}
#figur_container {
	clear:both;
}

#tooltip {
	position: absolute;
	z-index: 10000;
	border-top: 1px solid #CBCCCE;
	border-left: 1px solid #CBCCCE;
	border-right: 1px solid #CBCCCE;
	border-bottom: 1px solid #CBCCCE;
	-moz-border-radius-topright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	-khtml-border-radius-topright:4px;
	-khtml-border-radius-topleft:4px;
	-khtml-border-radius-bottomright:4px;
	-khtml-border-radius-bottomleft:4px;
	width:325px;
	background-color: #E8EFF5;
	padding: 5px;
	opacity: 1;
}
#tooltip h3, #tooltip div { margin: 0; font-size:11px; padding-top:0px; color:#14315B }

.scoutBorder {
	border: 1px solid #CFDCEC;
}
.scoutResultsHeader {
	background-image:url(/fileadmin/Herma/php/scout/img/bg_headline.gif); 
	background-repeat:repeat-x; 
	height:24px;
}
.scoutResultsHeaderArticles {
	padding:5px 0px 0px 10px; 
	float:left;
}
.scoutResultsHeaderPages {
	padding: 5px 10px 0px 0px; 
	float:right;
}
a.scoutPageLink:link, a.scoutPageLink:visited, a.scoutPageLink:hover, a.scoutPageLink:active, img.scoutPageLink {
	display:block; 
	margin-top:4px; 
	margin-right:5px; 
	float:left;
}
.scoutPagination {
	float:left; 
	margin-right:5px;
}
.scoutProductsBox {
	padding:20px 10px 20px 15px; 
	border-bottom:1px solid #CFDCEC;
}
.scoutProductsImage {
	width:99px; 
	float:left;
}
#hermacontent {
	margin-left: 0px; 
	margin-top: 0px;
}
#scoutWrapper {
	background-color: #ffffff; color: #103255; padding-bottom: 14px;
}
.scoutBorderTop {
	height:1px; width:220px; background-color:#D4DBEE; overflow:hidden;
}
.scoutBorderBottom {
	height:1px; width:219px; background-color:#D4DBEE; overflow:hidden;
}
.scoutOpenClose {
	float: left; width:17px;
}
a:link.scoutOpenCloseLink, a:visited.scoutOpenCloseLink, a:active.scoutOpenCloseLink, a:hover.scoutOpenCloseLink {
	color: #123056; text-decoration: none;
}
#groessenform {
	margin:0px 7px; padding:1px 0px;
}
.scoutGFlabel {
	width:17px; padding-top:3px; margin-top:4px; float: left;
}
.scoutGFtext {
	width:85px; margin-top:4px; float: left;
}
.scoutGFinput {
	width:79px; margin-top:4px; float: left;
}
.scoutGFfield {
	width:61px !important; height:16px; border:1px solid #D4DBEE;
}
.scoutGFunit {
	width:23px; margin-top:4px; float: left;
}
a:link.scoutLineLink, a:visited.scoutLineLink, a:hover.scoutLineLink, a:active.scoutLineLink {
	text-decoration: underline; color: #2269AB; font-weight: normal;
}
#feedback_form {
	color: #103154; position: absolute; z-index:111; padding-top: 10px; padding-left: 10px;
}
#error_feedback {
	display:none; margin-bottom:20px; color:red;
}
#feedbackname, #feedbackemail {
	width: 110px; height: 14px;
}
#feedbacktext {
	width:300px; height: 100px;
}
#scoutNoRes {
	padding:20px 10px 20px 15px; border-bottom:1px solid #CFDCEC;
}
.scoutProductsInfo {
	width:334px; float:left;
}
.scoutProductsInside {
	width:293px; float:left;
}
a:link.ecomDeeplink, a:hover.ecomDeeplink, a:active.ecomDeeplink, a:visited.ecomDeeplink {
	color: #2269AB; font-weight: normal; text-decoration: underline;
}
.ecomLinkimg {
	margin-right:5px;
}
.ecomVideo {
	float:right; width:23px;
}
.scoutFormats {
	float:left; margin-top:15px;
	width:125px;
}
.scoutProdOptions {
	float:left; margin-top:15px; width:100px;
}
.scoutCClink {
	float:right; margin-top:15px; width:109px;
}
.scoutPaginationBottom {
	padding:16px 10px;
}
div#scout2 {
	height:auto;
}
#flashcontent04 {
	width:430px;
	height:158px;
}
#FELD4 {
	background-color:#fff;
}
#auswahlelement_a3 {
	border-bottom:0px none;
}
#scoutColLeft {
	padding-bottom:75px;
}

#feedbackform textarea,
#feedbackform input {
	border: 1px solid #ccc;
}
