/* CSS styles for Herzkoenig website */

html, body {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 140%;
	color: #000;
	background: url(../pics/page_background.jpg) center top repeat-y;
}


/* Font-Family*/ 
@font-face {  
	font-family: 'AppleChanceryRegular';  
	src: url('../fonts/Apple_Chancery.eot');  
	src: url('../fonts/Apple_Chancery.ttf') format('truetype');
}  
@font-face {  
	font-family: 'CopperplateGothicLight';  
	src: url('../fonts/COPPTTB_.eot');  
	src: url('../fonts/COPPTTB_.TTF') format('truetype');
}



/* Generals */

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

a {
	outline: none;
}

p {
	margin: 0px;
	padding: 0px;
}

#sitecontainer {
	width: 990px;
	margin: 0 auto;
	background: url(../pics/page_background_main.png) left top no-repeat;
	position: relative;
	margin-bottom: 50px;
}

.logocontainer {
	position: absolute;
	top: 50px;
	left: 40px;
}

.maincontainer {
	padding-left: 100px;
	padding-right: 50px;
	padding-top: 115px;
}

.navicontainer ul.submenu_content {
	background: none;
	position: absolute;
	text-align: left;
	width: 100%;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	background: url(../pics/subnavi_back.png) left bottom repeat-x;
	-moz-border-radius-bottomleft: 20px;
	-moz-box-shadow: 0px 2px 10px #000;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-box-shadow: 0px 2px 10px #000;
}

.navicontainer ul.submenu_content li {
	margin: 8px;
	padding: 0px;
	float: none;
	background: none;
	text-align: left;
}

.navicontainer ul.submenu_content li a {
	display: block;
	background: none;
	border: none;
	font-family: Verdana;
	font-size: 13px;
	padding: 2px;
	color: #000;
	text-align: left;
}

.navicontainer ul.submenu_content li a:hover {
	color: #7f111b;
}

.navicontainer {
	margin-bottom: 5px;
	z-index: 1000;
	position: relative;
}

.imagefader {
	z-index: 100;
}
.navicontainer ul,
.footercontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.navicontainer li {
	position: relative;
	margin: 0px; 
	float: left;
}

.navicontainer li a {
	color: #fff;
	padding-top: 7px;
	padding-bottom: 3px;
	text-align: center;
	background: #7f111b;
	font-family: 'CopperplateGothicLight';
	font-size: 18px;
	display: block;
	text-decoration: none;
	border: 1px solid #7f111b;
}

.navicontainer li a:hover,
.navicontainer li a.active,
.footercontainer li a:hover,
.footercontainer li a.active {
	background: #ccadae;
	border: 1px solid #7f111b;
	color: #7f111b;
/*
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
*/
}

.navicontainer li.right,
.footercontainer li.right {
	float: right; 
	margin: 0px;
}

.contentcontainer {
	background: #7f111b url(../pics/back_contentcontainer.png) bottom left no-repeat;
	color: #fff;
}


.footercontainer {
	background: url(../pics/footernavi_back.png) top left no-repeat;
	height: 34px;
	padding-left: 130px;
	margin-top: 5px;
}


.footercontainer li {
	margin: 0px; 
	margin-right: 10px;
	float: left;
	text-align: center;
}

.footercontainer li a {
	color: #fff;
	padding-top: 8px;
	padding-bottom: 7px;
	background: #7f111b;
	font-family: 'CopperplateGothicLight';
	font-size: 18px;
	display: block;
	text-decoration: none;
	border: 1px solid #7f111b;
	height: 17px;
}

.footer_bottom {
	text-align: right;
	margin-top: 10px;
	color: #7f111b;
}

.footer_bottom a {
	color: #7f111b;
	text-decoration: none;
}

.footer_bottom a:hover {
	text-decoration: underline;
}

.contentcontainer .content_left h1 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'AppleChanceryRegular';
	line-height: 150%;
	font-weight: lighter;
}

.contentcontainer .content_left {
	padding: 20px;
	padding-bottom: 0px;
	width: 215px;
	margin-right: 10px;
	float: left;
	line-height: 160%;
	height: 460px;
	overflow: hidden;
	position: relative;
}
.contentcontainer .content_left a {
	color: #fff;
	text-decoration: none;
}
.contentcontainer .content_left a:hover {
	text-decoration: underline;
}

.contentcontainer .content_right {
	float: right;
}

.contentcontainer .content_left .scroll {
	position: absolute;
	overflow: auto;
	height: 450px;
}


.product_dock {
	padding: 20px;
	margin-top: 10px;
}

.products {
	float: left;
	position: relative;
	width: 754px;
	height: 80px;
	overflow: hidden;
}

.product_wrapper {
	width: 50000px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.product_dock img {
	margin-left: 11px;
}
.product_dock img:hover {
	cursor: pointer;
}


.product_controll {
	float: left;
	margin-right: 7px;
}


.topnavi {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	float: right;
}

.topnavi ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.topnavi li {
	margin: 0px; 
	margin-left: 11px;
	float: left;
}

.topnavi li a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 9px;
	font-family: 'CopperplateGothicLight';
	font-size: 18px;
	display: block;
	text-decoration: none;
	height: 17px;
	background: #ccadae;
	border: 1px solid #7f111b;
	color: #7f111b;
}
.topnavi li a:hover {
	background: #7f111b;
	color: #fff;
	border: 1px solid #7f111b;
}


/* Gutscheine */
.gutschein_form {
	margin: 20px;
}

/* zend form styling */
dl.zend_form {
	padding: 0px;
	margin: 0px;
	width: 530px;
}
dl.zend_form fieldset {
	border: 1px solid #fff;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	padding: 12px;
	margin-bottom: 10px;
	padding-left: 17px;
	background: #CCADAE;
}
dl.zend_form fieldset legend {
	padding-left: 15px;
	padding-top: 2px;
	padding-right: 15px;
	color: #fff;
	background: #CCADAE;
/*
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
*/
	font-weight: normal;
}

dl.zend_form fieldset textarea {
	background: #fff;
	padding: 2px;
	color: #7F111B;
	border: 1px solid #7F111B;
	height: 100px;
	width: 275px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	resize: none;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

dl.zend_form fieldset label {
	display: block;
	color: #7F111B;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 185px;
}

dl.zend_form fieldset select {
	padding: 2px;
	margin-bottom: 10px;
}

dl.zend_form fieldset input {
	border: 1px solid #7F111B;
	padding: 2px;
	width: 275px;
	margin-bottom: 10px;
	color: #7F111B;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

dl.zend_form input.submit_btn {
	background: #CCADAE;
	color: #7F111B;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: pointer;
	font-weight: bold;
}

dl.zend_form ul.errors {
	background: #c00;
	color: #fff;
	width: 380px;
	padding: 2px;
	padding-left: 5px;
	margin-bottom: 15px;
	list-style-type: none !important;
}

dl.zend_form img {
	margin-bottom: 5px;
	border: 1px solid #949EA9;
	display: block;
	width: 240px;
	margin-top: 20px;
}

dl.zend_form label[for="captcha"] {
	margin-top: 20px;
}

#street_e-label, 
#street_e-element, 
#city_e-label, 
#city_e-element {
	display: none;
}

#adressswitch-label {
	margin-bottom: 11px;
}

#captcha-input {
	margin: 0px;
	padding: 2px;
	margin-left: 145px;
	margin-top: -20px;
	width: 236px;
}

dl.zend_form dd {
	padding: 0px;
	margin: 0px;
}

.content_left ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

.content_left li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}


/*Scrollbars*/



.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #aaa;
	/*background: #666 url(../pics/jScrollArrowUp.jpg) left top no-repeat;*/
	height: 12px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #aaa;
	/*background: #666 url(../pics/jScrollArrowDown.jpg) left bottom no-repeat;*/
	height: 13px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}