/**************************

**************************/
h1{
	font-size: 20px;
	font-weight: normal;
}
h2.clearLeftBottom {
	padding-left:0px !important;
	padding-bottom:0px !important;
	padding-top:25px !important;
}
.center h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 10px 0px 10px 10px;

}
.error {
/*	border-color:#FF8907; */
	border-color:#FF0000;
}
label.error, span.error {
	/* color:#FF8907; */
	color:#ff0000;
}


/**************************
Content Start (TODO: start.css)
**************************/
#popularCategories{
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 10px;
	margin-top: 10px;
}
.popularCategoriesButtonTeaserLeft{
	display: inline;
	background: url(img/popularCategoriesButtonTeaserLeft.gif) no-repeat left center;
	padding:15px 0px 15px 14px;

}
.popularCategoriesButtonTeaserRight{
	display: inline;
	color: white;
	background: url(img/popularCategoriesButtonTeaserRight.gif) no-repeat right center;
	padding:15px 14px 15px 0px;
	margin-right: 4px;
}
.popularCategoriesButtonLeft{
	display: inline;
	background: url(img/popularCategoriesButtonLeft.gif) no-repeat ;
	background-position: left center;
	padding:15px 0px 15px 20px;
}
.popularCategoriesButtonRight{
	display: inline;
	background: url(img/popularCategoriesButtonRight.gif) no-repeat;
	background-position: right center;
	padding:15px 20px 15px 0px;
	margin-right: 4px;
}
.carousel{
	margin: 0px;
	font-weight: bold;
	text-align:center;
	background: #f8f9fa url(img/carouselTopBg.gif) no-repeat;
	background-position: left top;

}
.carouselTop{
	padding: 8px 0px 0px 0px;

}
.carouselBottom{
	padding: 10px 0px 0px 0px;
}
.carouselPrev{
	display: inline;
	background: url(img/carouselPrev.png) no-repeat;
	background-position: center center;
	padding: 30px 0px 30px 0px;
	float: left;
	width: 40px;

}

.carouselNext{
	display: inline;
	background: url(img/carouselNext.png) no-repeat;
	background-position: center center;
	padding: 30px 0px;
	width: 40px;
	float: left;
}
.carousel ul li{
	display: inline;
	float: left;
	width: 150px;
	margin-bottom: 10px;
}
.carouselBottom{
	background: #f8f9fa url(img/carouselBottomBg.gif) no-repeat;
	background-position: left bottom;
}
.dividerSlashed{
	border-top: 1px dashed #e4e4e4;
	width: 960px;
	float: left;
	margin: 0px 0px 0px 10px;
	height:9px;
}
#designLabels{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding-top: 14px;
	padding-left: 25px;
	margin-top:0px;
}

#hermaQuality{
	background: url(img/hermaQualityBg.gif) no-repeat;
	height: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#superprintXerox {
	background: url(img/superprintxerox.gif) no-repeat;
	height: 180px;
	margin-top: 20px;
	margin-bottom: 15px;
}
#fastDelivery{
	background: url(img/fastDeliveryBg.gif) no-repeat;
	height: 180px;
	margin-top: 20px;
	margin-bottom: 15px;
}
#hermaService{
	background: url(img/serviceBg.gif) no-repeat;
	height: 180px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.plus .serviceText {
	padding-top: 5px;
	padding-left: 19px;
	width: 140px;
	color: #4786c3;
}
.plus .serviceText h2 {
	padding-left: 0px;
	color: #16437e;
	font-weight:bold;
}
.seoboxh2 {
	padding-left: 20px !important;
	color: #16437e !important;
	font-weight:bold !important;
	padding-top: 15px !important;
}
/**************************
Error Message
**************************/
#errorMessage {
	padding: 0px 0px 40px 20px;
	font-size: 12px;
}
#errorDisplay h2{
	padding: 20px 0px 15px 20px;
	font-size: 15px;
}

/**************************
Popup Windows
**************************/
/* #blanket { Popup Overlay
    background-color:transparent;
    position:absolute;
    z-index: 9001;
    top:0px;
    left:0px;
    width:100%;
}*/
.popUpTop{
	background:url(img/popUpBgTop.png) no-repeat;
	background-position: left top;
	height: 30px;
}
.popUpBottom{
	background:url(img/popUpBgBottom.png) no-repeat;
	background-position: left bottom;
	height: 30px;
}
.popUpClose{
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right: 25px;
	margin-top: 20px;
	padding: 15px;
	display:inline;
	float:left;
	background: url(img/popUpClose.png) no-repeat;
	background-position: right top;
}
.grid-popUpBox620{
	width: 540px;
	margin-top: 20px;
	margin-left:50px;
	margin-right: 30px;
	text-align: left;
}
/*
.grid-550{
	width: 550px;
	display: inline;
	float: left;
}
.grid-25{
	width: 550px;
	display: inline;
	float: left;
}
*/

.popUpCenter{
	background: url(img/popUpBg.png) repeat-y;
}

.popUpCenter input[type=button], #editAddressSubmit {
	display: inline;
	float: left;
	width: 105px;
	margin: 20px 40px;
	margin-left:0;
	padding: 10px;
	text-indent: -9999px;
	background: url(img/saveBtn.gif) no-repeat;
	background-position: left bottom;
	border:none;
}

.popUpCenter #selectAddressWrapper {
	overflow:auto;
	width:570px;
}
.popUpCenter #selectAddressWrapper ul {
	margin-left:60px;
}

.popUpCenter #selectAddressWrapper ul li{
	float:left;
	width: 245px;
	margin-bottom:20px;
    height: 100px;
}

.popUpCenter #addressFormWrapper {
	overflow:auto;
	width:570px;
}

.grid-popUp300Left{
	display: inline;
	float: left;
	width: 250px;
	height: 90px;
	margin: 10px 0px 0px 60px;
	text-align: left;
}
.grid-popUp300Right{
	display: inline;
	float: left;
	width: 310px;
	height: 90px;
	margin: 10px 0px 0px 0px;
	text-align:left;
}
.grid-popUp60{
	width:60px;
	display: inline;
	float: left;
	margin: 5px 5px 5px 0px;
}
.grid-popUp160{
	width: 157px;
	display:inline;
	float: left;
	margin: 5px 5px 5px 0px;
}

select.grid-popUp60{
	width: 80px;
	display:inline;
	float: left;
	/*margin: 5px 5px 5px 3px;*/
}

select.grid-popUp120{
	width: 150px;
	display:inline;
	float: left;
	/*margin: 5px 5px 5px 3px;*/
}

.grid-popUp230{
	width: 230px;
	display: inline;
	float: left;
	padding: 3px;
	margin: 5px 5px 5px 0px;
}

.grid-popUp260{
	width: 260px;
	display: inline;
	float: left;
	/*padding: 3px;
	margin: 5px 5px 5px 0px;*/
}

.grid-popUp185{
	font-size:11px;
	margin-left: 70px;
	width: 115px;
	display: inline;
	float: left;
	padding:6px 0px 0px 0px;
}

.grid-popUp230marginleft {
	display:inline;
	float:left;
	font-size:11px;
	margin-left:53px;
	padding:6px 0 0;
	width:160px;
}

.grid-popUp550marginleft {
	display:inline;
	float:left;
	font-size:11px;
	margin-left:53px;
	padding:6px 0 0;
	width:500px;
}

.popUpDivider620{
	width: 520px;
	margin: 15px 50px 20px 50px;
	border-top: 1px dashed #e4e4e4;
}


/**************************
Change Address (TODO: order.css)
**************************/
#ChangeAddressPopUp {
    /*position:fixed;*/
    position:fixed;
    width:620px;
    z-index: 9002;
    font-size: 13px;
}
#ChangeAddressPopUp ul li span span span{
	padding-top: 6px;
    margin-top: 0px;
}
#ChangeAddressPopUp ul li span span span a{
	text-decoration: none;
	color: #16437e;
    margin-top: 0px;
}
#ChangeAddressPopUp ul li span span{
	margin-left: 0px;
    margin-top: 0px;
}
#ChangeAddressPopUp ul li input, #ChangeAddressPopUp ul li span{
	float: left;

}
#ChangeAddressPopUp a.editAddressPopUp, #ChangeAddressPopUp a.deleteAddressPopUp{
	background:url(img/proceedSmall.jpg) no-repeat;
	background-position: left center;
	padding: 0px 5px 0px 10px;
	font-size: 10px;
}
#ChangeAddressPopUp .addNewAddressPopup{
	background:url(img/proceedBig.gif) no-repeat;
	background-position: left center;
	padding: 3px 15px 3px 23px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
#ChangeAddressPopUp .addNewAddressPopup a {
    text-decoration: none;
    color:#16437E;
}


/**************************
Edit Address (TODO: order.css)
**************************/
#EditAddressPopUp {
	/*position:fixed;*/
	position:fixed;
	width:620px;
	z-index: 9002;
	font-size: 14px;
}
#EditAddressPopUp ul li {
	display: block;
}
#EditAddressPopUp .grid-PopUpPrimaryAddress{
	display: inline;
	float: left;
	width: 300px;
	margin: 20px 30px 0px 53px;
	font-size: 10px;
}
/*
#EditAddressPopUp .grid-PopUpSaveAddress {
	display: inline;
	float: left;
	width: 100px;
	margin: 20px 40px;
	padding: 10px;
	text-indent: -9999px;
	background: url(img/saveBtn.gif) no-repeat;
	background-position: left bottom;
}
/*
.grid-PopUpSaveAddress .button {
    background: url(img/saveBtn.gif) no-repeat;
	background-position: left bottom;
    text-indent: -9999px;
    border: none;
    width: 105px;
    height: 33px;
}
*/

/**********************
Notice Box Popup
**********************/
#noticeBox {
	position:fixed;
	width:620px;
	z-index: 9002;
	font-size: 13px;
}
#noticeBox span.grid-popUpNoticeBoxLeft {
	float: left;
	padding: 0px 20px 100px 80px;
	margin-left:  70px;
    background-color: #fff;
}
#noticeBox span.grid-popUpNoticeBoxSuccess {
	background: url(img/popUpSuccessBg.gif) no-repeat;
}
#noticeBox span.grid-popUpNoticeBoxAlert {
	background: url(img/popUpAlertBg.gif) no-repeat;
}
#noticeBox span.grid-popUpNoticeBoxCenter {
	float: left;
    background-color:#ffffff;
    text-align:left;
    width:380px !important;
}

#noticeBox span.grid-popUpNoticeBoxCenter .noticeBoxbox {
    width:380px;
    margin-bottom: 20px;
}

#noticeBox span.grid-popUpNoticeBoxCenter span {
    float: right;
    margin-bottom: 10px;
}
#noticeBox a.grid-popUpNoticeBoxRight {
	float: left;
	background: url(img/okBtn.gif) no-repeat;
	width:51px;
    height:31px;
}

/************************
Confirmation Dialog Popup
*************************/
#confirmationDialog {
	position:fixed;
	width:620px;
	z-index: 9002;
	font-size: 13px;
}
#confirmationDialog span.grid-popUpConfirmationDialogLeft {
	float: left;
	background: url(img/popUpQuestionBg.gif) no-repeat;
	padding: 0px 20px 100px 80px;
	margin-left:  70px;
    background-color: #fff;
}
#confirmationDialog span.grid-popUpConfirmationDialogCenter {
	float: left;
    background-color: #fff;
}

#confirmationDialog span.grid-popUpConfirmationDialogCenter .confirmationDialogContent {
    width:380px;
    margin-bottom: 20px;
}

#confirmationDialog span.grid-popUpConfirmationDialogCenter span {
    float: right;
    margin-bottom: 10px;
}

#confirmationDialog a.grid-popUpConfirmationDialogConfirm {
	float: left;
	background: url(img/okBtn.gif) no-repeat;
    width:51px;
    height:31px;
}
#confirmationDialog a.grid-popUpConfirmationDialogCancel {
	float: left;
	background: url(img/cancelBtn.gif) no-repeat;
	width:86px;
    height:31px;
    margin-left:15px;
}
/**********************
Serienbrief
**********************/
#MailMergePopUp{
	position:absolute;
	width:620px;
	z-index: 9002;
	font-size: 13px;
	height: 100px;
}
#MailMergePopUp .listStyle{
	padding-right: 10px;
	float: left;
}
#MailMergePopUp .listStyle, #MailMergePopUp .addressText{
	color: gray;
	display: inline;
	float: left;
}
#MailMergePopUp .addressText{
	color: black;
	margin-right: 70px;
}

#MailMergePopUp ol li {
    display: block;
	float: left;
	margin-left: 70px;
}

.editMailMergeAddresses {
	background:url(img/proceedBig.gif) no-repeat left center;
	padding: 20px 20px 20px 25px;
	margin-top: 40px;
	margin-bottom: 40px;
}


/**********************
Formulare (!!!!!!TODO!!!!!)
**********************/
input {
	color: #16437E;
	background-color: #f0f0f0;
	display: inline;
	float: left;
	border: 1px solid #BEBEBE;
	padding: 3px;
}

input[type=submit] {
	color: #16437E;
	background-color: #f0f0f0;
	display: inline;
	float: left;
	border: 1px solid #BEBEBE;
	padding: 2px;
}

input[type=image] {
	border: none;
}

input[type=radio] {
	height: auto;
	padding: 0;
	border:none;
}

input[type=checkbox] {
	padding: 0;
	margin-right: 3px;
}

input[type=hidden] {
	display:none;
}

select {
	color: #16437E;
	background-color: #f0f0f0;
	display: inline;
	float: left;
	border: 1px solid #BEBEBE;
	height: 24px;
	padding:2px;
}

/***************************
NewsletterRegistrationForm
***************************/
#NewsletterRegistrationForm{
	background: url("img/newsletter_bg.gif") no-repeat scroll left bottom #FFFFFF;
}
/*
#NewsletterRegistrationForm a{
	color: #123664;
	text-decoration: none;
	font-weight: bold;
}
*/
#NewsletterRegistrationForm h1{
	margin-bottom: 15px;
	font-size: 20px;
}
#NewsletterRegistrationForm h2{
	font-weight: normal;
	font-size: 12px;
	padding-left: 0px;
}
#NewsletterRegistrationForm h3{
	margin-bottom: 5px;
}
#NewsletterRegistrationForm ul li span{
	display: inline;
	float: left;
	margin: 10px 55px 10px 0px;
}
#NewsletterRegistrationForm ul li .last {
	margin-right: 0px;
}
#NewsletterRegistrationForm div form span input, #NewsletterRegistrationForm div form span select{
	width: 175px;
}
#NewsletterRegistrationForm div form span input{
	padding-right: 0px;
	padding-left: 0px;
}
#NewsletterRegistrationFormLeft{
	display: inline;
	float: left;
	width: 755px;
	padding: 0px 0px 40px 15px;
}
#NewsletterRegistrationFormLeft p {
	padding:0px;
	margin:0px;
	width:650px;
}
#NewsletterRegistrationFormLeft div div{
	margin-bottom: 5px;
	margin-top: 20px;
}
#NewsletterRegistrationFormLeft span{
	margin-bottom: 5px;
	margin-top: 20px;
}
#NewsletterRegistrationFormLeft #Captcha img{
	margin: 0px 55px 0px 0px;
	width: 175px;
}
#NewsletterRegistrationFormLeft #Captcha div{
	display: block;
	margin-top: 0px;
	width: 175px;

}
#NewsletterRegistrationFormLeft div input{

}
#NewsletterRegistrationFormLeft img{
	display: inline;
	float: left;
	margin: 0px 0px 10px 0px;
}
#NewsletterRegistrationFormLeft #Captcha{
	margin-top: 15px;
}
#NewsletterRegistrationFormLeft #Captcha input{
	margin-top: 15px;
	width: 175px;
}
#NewsletterRegistrationFormSidebar {
	display:inline;
	float: left;
	width: 200px;
}
#NewsletterRegistrationFormSidebar div{
	background: transparent	 url(img/newsletterSidebarBg.png) no-repeat;
	background-position: center top;
	padding: 10px 10px 15px 10px;
	margin: 10px 0px;
	text-align: center;
}
#NewsletterRegistrationFormSidebar .first{
	margin: 0px 0px 10px 0px;
}
#NewsletterRegistrationFormSidebar h3 {
	font-size:13px;
}
#NewsletterRegistrationFormSidebar h3 a {
	color:#16437E;
	text-decoration:none;
}
#NewsletterRegistrationFormSidebar h3 a:hover {
	text-decoration:underline;
}
#NewsletterRegistrationFormSidebar span a {
	color:#16437E;
	text-decoration:none;
}
#NewsletterRegistrationFormSidebar span a:hover {
	text-decoration:underline;
}
#NewsletterRegistrationFormSidebar div img{
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}
#NewsLetterBtn{
/*	background: url(img/newsLetterBtn.png) no-repeat left center; */
	color: white;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	z-index:20;
	width:100%;
}

#infobar {
	font: message-box;
	position: fixed;
	z-index:20;
	width: 100%;
}

#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	color: InfoText;
	background: InfoBackground url(img/warning.gif) no-repeat fixed .3em .3em;
	padding: .45em .3em .45em 2em;
	border-bottom: .16em outset;
	text-decoration: none;
	cursor: default;
}

#infobar a:hover {
	color: HighlightText;
	background: Highlight url(img/warning2.gif) no-repeat fixed .3em .3em;
}

#hermaOverlay {
	position: fixed;
}

/* Fix for position:fixed in IE6 */
* html #ChangeAddressPopUp, * html #EditAddressPopUp, * html #hermaOverlay, * html #noticeBox, * html #confirmationDialog  {
	position: absolute!important;
	z-index: 2000;
}
.simpleCheckbox {
	width:auto !important;
	display:block !important;
	margin-right:1em !important;
	border: 0px !important;
	float:left;
}
#ytRegisterForm_register, #ytRegisterForm_credit, #ytRegisterForm_newsletter, #ytNewsletterForm_appellation, #ytLoginForm_rememberMe, #ytOrderInfoForm_shipping, #ytOrderInfoForm_payment, #paymentAddressId,  #CustomerAddress_type, #ytCustomerAddress_is_primary, #shippingAddressId {
	display:none;
}
.blockLabel {
	width:830px;
	display:block;
	float:left;
}
#herma-fluss {
	background-image:url(img/schweif.gif);
	width:136px;
	height:318px;
	background-repeat:no-repeat;

	position:absolute;
	top:0px;
	left:0px;
}
.serviceText ul, .serviceText li {
/*	list-style-type:disc;
	list-style-position:inside; */
}
.wideBox {
	width:983px;
	height:175px;
	background-image:url(img/bgBoxWide.gif);
	background-repeat:no-repeat;
}

#seoBox.wideBox {
	width:983px;
	height:270px;
	background-image:url(img/bgBoxWider.gif);
	background-repeat:no-repeat;
}

.wideBox img {
	float:right;
	margin:20px 63px 20px 77px;
}

.wideBox img.small {
	float:right;
	margin:20px 63px 20px 77px;
}

.wideBox h2 {
	color:#16437E;
	margin:0px;
	padding:20px 0px 10px 20px;
	font-size:14px;
	font-weight:bold;
}
.wideBox p {
	margin:0px;
	padding:0px 0px 20px 19px;
	color:#4786C3;
}
.wideBox p a {
	display:block;
	margin-top:8px;
	float:none;
}

a.underline {
	text-decoration:underline !important;
}
.carousel h2 {
	padding-left:28px !important;
	font-weight:bold;
}
.regFormCheckTextFirst {
	margin-top:20px;
}
.regFormCheckText {
	margin-bottom:10px;
	width:870px !important;
	/*float:left;*/
}
.regFormSubmit {
	width:200px !important;
	margin-top:20px;
}
.errorbox {
	color:#FF8907;
	font-weight:bold;
	margin:1em 0px;
}
#newsletterSubmit, #NewsLetterOptOutBtn {
	background-image:url(img/newsletterSubmit.gif);
	width:187px;
	height:31px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	cursor:pointer;
	border:0px;
}

#NewsLetterOptOutBtn {
    background-image: url(/img/newsletterOptOut.png) !important;
    	width:95px;
	height:31px;
}
.radiobutton {
	width:auto !important;
}
.radiodiv {
	margin:0px 15px 0px 0px !important;
	float:left;
}

#registerButton {
	background-image:url(img/b_registrieren.gif);
	width:154px;
	height:22px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	cursor:pointer;
	border:0px;
	background-color:transparent;
}
#registerButton.hover {
	background-image:url(img/b_registrieren_mo.gif);
}
#loginButton {
	background-image:url(img/b_anmelden.gif);
	width:144px !important;
	height:22px;
	margin:0px;
	padding:0px;
	text-align:left;
	text-indent:-9999px !important;
	cursor:pointer;
	border:0px;
	display:block;
	background-color:transparent;
}
#loginButton.hover {
	background-image:url(img/b_anmelden_mo.gif);
}
#lostPassButton {
	background-image:url(img/b_passwort.gif);
	width:168px !important;
	height:22px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	cursor:pointer;
	border:0px;
	background-color:transparent;
}
#lostPassButton.hover {
	background-image:url(img/b_passwort_mo.gif);
}

a.continueLink, a:visited.continueLink, a:active.continueLink, a:link.continueLink, a:hover.continueLink {
	text-decoration:underline !important;
}

input.orangeButton:hover, a.orangeButton:hover {
	background-image: url(img/bgButtonOrange_hover.gif) !important;
}

input.orangeButton {
    background: url(img/bgButtonOrange.gif) no-repeat top left !important;
    width:182px !important;
	height:31px !important;
	text-indent: 15px !important;
	text-align: left !important;
	font-weight: bold !important;
	color: #FFF !important;
	font-size: 12px !important;
	cursor:pointer !important;
	border:0px !important;
	background-color:transparent !important;
	margin:0px !important;
	padding:0px !important;
	padding-bottom: 4px !important;
}

a.orangeButton {
    background: url(img/bgButtonOrange.gif) no-repeat top left !important;
    width:182px !important;
	height:31px !important;
	text-indent: 15px !important;
	text-align: left !important;
	font-weight: bold !important;
	color: #FFF !important;
	font-size: 12px !important;
	cursor:pointer !important;
	border:0px !important;
	background-color:transparent !important;
	margin:0px !important;
	padding:0px !important;
	padding-bottom: 4px !important;
	display:block;
	float:right;
	overflow:hidden;
	text-decoration: none;
	padding-top: 6px !important;
}

.closeTopButton{
    position: absolute;
	right: 59px;
	top: 96px;
	margin-top: 20px;
	padding: 15px;
	display:inline;
	float:left;
	background: url(img/popUpClose.png) no-repeat;
	background-position: right top;


}

.but-white-left {
	width:8px; height: 29px; background-image:url(/img/but-white-left.gif); background-repeat:no-repeat; float:left;
}
a.but-white-mid {
	height: 29px; display:block; color:#404040; font-weight:bold; text-decoration:none; padding-top:5px; background-image:url(/img/but-white-mid.gif); background-repeat:repeat-x; float:left;
}
.but-white-right {
	width:11px; height: 29px; background-image:url(/img/but-white-right.gif); background-repeat:no-repeat; float:left;
}
.but-white-hover .but-white-left {
	background-image:url(/img/but-white-left-hover.gif);
}
.but-white-hover .but-white-mid {
	background-image:url(/img/but-white-mid-hover.gif);
}
.but-white-hover .but-white-right {
	background-image:url(/img/but-white-right-hover.gif);
}
