@import url(inc_fonts.css);
@import url(inc_common.css);
@import url(inc_nav.css);
@import url(inc_csc.css);
@import url(inc_seekda.css);
@import url(inc_gallery.css);
@import url(inc_datepicker.css);
@import url(inc_htmlarea.css);
@import url(inc_zimmer.css);
@import url(priceSlider.css);
@import url(inc_news.css);

/*
*	STYLES KARNERHOF 
*	(c) BlueChip Software GmbH
*/

.background-top {
	background: #e5eaf0 url(../images/start/bg-header.png) no-repeat center top;
	min-width: 1000px;
}
.background-footer {
	background: url(../images/bg-footer.png) repeat-x left top;
	min-width: 1000px;
	margin-top: 48px;
}
.background-bottom { 
	background: #042841;
	min-width: 1000px;
}
.big-wrapper {
	position: relative;
	z-index: 15;
	max-width: 1400px;
	min-width: 1000px;
	margin: 0 auto;
}
.wrapper {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	text-align: left;
}
.wrapper-footer {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

/* 
*	Header
*---------------------------------*/
.top {
	height: 42px;
	z-index: 150;
	
}
.logo {
	position: absolute;
	z-index: 150;
	width: 310px;
	height: 111px;
	top: 0;
	left: 345px;
	text-align: center;
	padding-top: 0px;
	background-image: url(../images/logo_header_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header {
	height: 578px;
}
.imgheader {
		background: url(../images/header-rahmen.png) no-repeat left top; 
		max-width: 1414px;
}
.imageheader {
	text-align: left;
	padding: 17px 10px 10px 17px;
	overflow:hidden;
	height: 520px;
	z-index: 100;
	position: relative;
}

.flash_header_slide {
	position: absolute;
	z-index: 10;
}

/* slider buttons */
#slider-prev-button,
#slider-next-button{
	width: 78px;
	height: 94px;
	border: 0px solid white;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 190px;
	cursor: pointer;
}
#slider-prev-button{
	background-image: url(../images/slider_prev_arrow.png);
	left: 20px;
}
#slider-next-button{
	background-image: url(../images/slider_next_arrow.png);
	right: 20px;
}

.lt-ie9 #slider-prev-button{
	background-image: url(../images/slider_prev_arrow_ie.png);
}
.lt-ie9 #slider-next-button{
	background-image: url(../images/slider_next_arrow_ie.png);
}

#button-layer{
	position: absolute;
	width: 1380px;
	height: 524px;
	z-index: 999;
}

.navheader {
	position: relative;
	z-index: 250;
	max-width: 1400px;
	margin: 0 auto;
	margin-top: -108px;
}

/* 
*	Schl�sselanh�nger
*---------------------------------*/
.key {
	position: absolute;
	z-index: 170;
/*	left: 384px;
	top: 70px; */
	left: 9px;
	top: -22px;
	width: 46px;
	height: 22px;
	background: url(../images/clear.gif);
}
.anhaenger {
	position: absolute;
	z-index: 200;
}
.key-clicked {
	background: url(../images/key.png) no-repeat left top;
}
.key-attached {
	position: absolute;
	z-index: 200;
	left: 375px;
	top: 92px;
	
}
.key-ie {
	position: relative;
	width: 181px;
	height: 135px;
	padding: 40px 45px 36px 23px;
	overflow:hidden;
	background: url(../images/bg-keyattached.png) no-repeat left top; 
	
}
.key-attached a {
	display: block;
	width: 190px;
	height: 130px;
	text-align: left;
	font-family:"HelveticaNeue55Roman";
	font-size: 19px;
	font-weight: 400;
	color: #fff;
	text-shadow: #a2a6ab -1px 2px 3px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-text-stroke:1px transparent;
	-webkit-transform: rotate(12deg);
	-moz-transform: rotate(12deg);
	-o-transform: rotate(12deg);
	transform: rotate(12deg);
	filter: progid:DXImageTransform.Microsoft.Matrix( M11=0.9781476259231567, M12=-0.2079116851091385,M21=0.2079116851091385, M22=0.97814762592315672, sizingMethod='auto expand'); /* I8+9 */
}
.key-attached p {
	margin-left: 14px;
	margin-top: 10px;
}

/* ed_searchbox */
.header-quickform {
	position: absolute;
	z-index: 250;
	overflow: hidden;
	width: 168px; 
	height: 295px; 
	background: #99B338; 
	bottom: 35px;
	left: 403px;
	display: none; 
	color: #fff;
	text-align: left;
	padding: 5px 15px;
}
.header-quickform label {
	display: block;
	width: 100%;
}
.search-input {
	z-index: 10;
	position: relative;
}
#ui-datepicker-div {
	position: absolute;
	z-index: 20;
}
.quick-row {
	float: left;
	width: 100%;
	padding: 8px 0;
	border-bottom: 1px solid #6e9214;
}
.quick-row input {
	width: 134px;
	padding: 3px;
	border: 1px solid #cbe075;
	background: #ABC24D;
	color: #fff;
}
.quick-row img {
	vertical-align: text-top;
	margin-top: 5px;
	cursor: pointer;
}
.quick-row div {
	float: left;
	width: 50%;
}
.quick-person input {
	width: 69px;
}
.quick-submit {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.quick-submit .submit {
	/*border: 1px solid #fff;*/
        font-family: 'PT Sans Narrow',sans-serif;
        font-size:15px;
	color: #6e9214;
	width: 100%;
        height:23px;        
        border:none;
        padding:0px;
        margin:0px;
	cursor: pointer;
	-moz-box-shadow:    1px 0px 2px 2px #6e9214;
	-webkit-box-shadow: 1px 0px 2px 2px #6e9214;
	box-shadow:         1px 0px 2px 2px #6e9214;
}
.quick-submit a {
        font-family: 'PT Sans Narrow',sans-serif;
        font-size:15px;
	color: #6e9214;
        width:100%;
        background-color: #f0f0f0;   
        height:22px;        
	text-align: center;
	text-shadow: none;
	font-weight: normal;
	/*margin: 2px 0 0 0;*/
        margin:0px;
        padding:1px 0 0 0;
	-moz-box-shadow:    1px 0px 2px 2px #6e9214;
	-webkit-box-shadow: 1px 0px 2px 2px #6e9214;
	box-shadow:         1px 0px 2px 2px #6e9214;        
}

/* 
*	Content area
*---------------------------------*/
#mainwrap {
	height: 100%;
	background-color: #f3f5f8;
	border: 1px solid #fff;
	min-height: 600px;
	margin-top: 25px;
}
#mainwrap .wrapper {
	width: 911px;
	padding: 20px 70px 60px 19px;
}
.leftcol {
	float: left;
	width: 272px;
	padding: 13px 0 35px 0;
	background: url(../images/bg-leftcol.png) repeat-y top left;
}
.leftcol .seperator {
	margin: 0 7px 0 5px;
	height: 2px;
	background: url(../images/seperator-leftcol.png) repeat-x left top; 
}

/* indexed Searchbox */
.searchbox {
	margin: 23px 0;
}
.searchbox input {
	border: none;
	color: #005088;
	background: #d6e1ed;
	font-size: 13px;
	padding: 9px 0;
}
.searchbox .search-submit {
	width: 70px;
	height: 13px;
	background: none;
}
.tx-macinasearchbox-pi1 {
	padding-left: 10px;
	width: 228px;
/*	height: 37px; */
	overflow:hidden;
	margin-left: 15px;
	border: 1px solid #bfd3e1;
	white-space: nowrap;
	background: #d6e1ed url(../images/lupe.png) no-repeat right center;	
}
.autocomplete {
	text-align: left;
	margin-top: 1px;
	padding: 2px;
	border: 1px solid #BFD3E1;
	color: #3f7ba5;
	cursor: pointer;
	background: #d6e1ed;
	overflow: hidden;
}
.autocomplete div {
	padding: 2px 0;
}
.autocomplete div:hover {
	background: #004c7f;
	color: #fff;
}

.sb-slider {
	position: relative;
	padding: 15px 0;
}
.sb-buttons {
	text-align: center;
	padding-top: 20px;
}
.sb-buttons a {
	display: block;
	width: 210px;
	height: 52px;
	line-height: 52px;
	font-size: 26px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-shadow: #4B5C0D 2px 1px 2px;
	text-decoration: none;
	color: #fff;
	margin: 0 auto 11px auto;
	background: url(../images/bg-sbbuttons.png) no-repeat left center;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.7);
}
.rightcol {
	float: left;
	margin-left: 50px;
	width: 587px;
}
.content {
	margin-top: 20px;
}
.content-bottom {
	clear: left;
	margin-left: 322px;
	width: 600px;
	border-top: 1px dotted #b5cbdc;
}
.content-bottom div {
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
.content-bottom .printlink {
	width: 300px;
}
.content-bottom .social {
	width: 300px;
	text-align: right;
}
.content-bottom .plusOneButton {
	margin-left: 5px;
}
.printlink a {
	background: url(../images/print.gif) no-repeat left center;
	padding-left: 19px;
	color: #033d76;
}
.printlink a.addthis_button_email {
	margin-left: 15px;
	padding-left: 22px;
	background: url(../images/mail-ico.png) no-repeat left center;
}
.printlink a.addthis_button_email span {
	background: none;
	display: none;
}
.content-bottom .tx-bcsocial-pi1 {
	width: 100%;
	padding: 0;
}
.content-bottom .tx-bcsocial-pi1 div {
	float: none;
	display: inline-block;
	padding: 0;
	position: relative;
}
.likeButton iframe {
	margin-top: -3px;
}


/* 
*	Footer & bottom area
*/

.background-footer {
	height: 221px;
	background: url(../images/bg-footer.png) repeat-x left top;
}
.background-bottom {
	height: 60px;
	line-height: 60px;
	background-color: #042841;
	color: #8294a0;
}
.background-bottom a {
	color: #8294a0;
	text-decoration: underline;
}
.background-footer div div {
	float: left;
	margin-top: 40px;
	padding: 10px 0;
}
.logo-footer {
	width: 290px;
}
.background-footer .contact-data {
	width: 214px;
	margin-top: 30px;
	padding: 10px 25px;
	color: #fff;
	border-right: 1px dotted #447da5;
	border-left: 1px dotted #447da5;
}
.contact-data h3,
.buttons-footer ul {
	margin: 0;
}
.contact-data p {
	margin-bottom: 0;
}
.contact-data a {
	color: #fff;
}
.background-footer .buttons-footer {
	margin: 42px 0 0 25px;
	padding-top: 0;
	text-align: right;
}
.buttons-footer li {
	float: left;
	list-style-type: none;
}
.background-bottom div div {
	float: left;
	width: 35%;
}
.background-bottom div .siteby {
	float: right;
	text-align: right;
	margin-right: 9px;
}

/*
*	Slider sidebar
*-------------------------------------*/

.arrow {
	width: 43px;
	height: 23px;
	margin: 0 auto;
	cursor: pointer;
}
#arrow-top {
	background: url(../images/arrow-top.png) no-repeat left top;
}
#arrow-bottom {
	background: url(../images/arrow-bottom.png) no-repeat left top;
}
.slider-content {
	position: relative;
	overflow: hidden;
	width: 210px;
	height: 400px;
	margin: 17px auto;
	background: url(../images/bg-sbslider.png) no-repeat left bottom;
}
.sbslider-content { background: url(../images/bg-sbslider-co.png) repeat-y left top; }
.sb-imgoverlay {
	position: absolute;
	z-index: 150;
	top: 0px;
	width: 210px;
	height: 183px;
	/* background: url(../images/sbslider-overlay.png) no-repeat left top;	*/
}
.sb-image {
	width: 210px;
	height: 183px;
	overflow:hidden;
}
.sb-txt {
	text-align: center;
	color: #fff;
	padding: 30px;
	height: 160px;
	font-size: 13px;
}
.sb-txt h3,
.sb-txt h3 a {
	margin: 0;
	color: #fff;
	font-size: 13px;
}
.sb-txt p {
	height: 35px;
	overflow: hidden;
}
.sb-txt .sb-period {
	margin-bottom: 25px;
	height: 16px;
}
.sb-txt span a {
	display: block;
	text-align: center;
	font-family:"HelveticaNeueLtCn";
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 2px #305f7f;
	border-top: 1px dotted #6f9cbc;
	padding-top: 13px;
}
.sb-txt span a:hover {
	color: #000;
}


/*
*	Slider bottom
*-------------------------------------*/
.main-scroller {
	text-align: left;
	height: 205px;
	margin: 58px auto 0 auto; 
	white-space: nowrap;
	overflow:hidden;
	display: none;
}

.act-js { display: block; }

.ms-arrow {
	position: absolute;
	z-index: 100;
	width: 107px; 
	height: 147px;
	background: url(../images/arrow-left.png) no-repeat left center;
	cursor: pointer;
}
.ms-center {
	position: relative;
	z-index: 150;
	margin: 0 auto;
	float: none;
	width: 1000px;
	overflow:hidden;
	padding: 5px; 
	background: url(../images/bg-mainscroller.png) no-repeat left top;
}
.ms-center div {
	float: left;
}
.ms-content {
	height: 137px;
	overflow: hidden; 
}
.act-js .ms-content {
	height: auto;
}
.ms-entry {
	margin-right: 7px;
	width: 990px;
	background: url(../images/bg-mainscroller-co.png) repeat-x left top;
}
.ms-left {
	left: 45px;
}
.ms-right {
	right: 45px;
	top: 2px;
	background: url(../images/arrow-right.png) no-repeat left center;
}
.ms-image {
	width: 208px;
	height: 137px; 
	overflow: hidden;
}
.ms-txt {
	margin-left: 48px;
	width: 640px;
	height: 137px;
	overflow: hidden; 
}
.ms-txt table {
	margin: 0;
}
.ms-txt .slider-td {
	height: 133px;
	border-collapse: collapse;
	
}
.ms-txt .td-left {
	padding-right: 25px;
	background: url(../images/seperator-mainslider.png) no-repeat right top;
}
.ms-txt .td-right {
	padding-left: 25px;
	white-space: normal;
}
.ms-txt h3 {
	margin-bottom: 7px;
}
.ms-txt h3 a {
	font-family: 'JournalRegular';
	color: #033d76;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
.ms-more a {
	display: block;
	width: 80px;
	height: 103px;
	margin-top: 18px;
/*	margin-right: 13px; */
	text-align: center;
	background: url(../images/bg-msmore.png) no-repeat left top;
}
.ms-more span {
	display: block;
	padding-top: 73px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.main-scroller .ms-icons {
	padding-top: 27px;
	width: 990px;
	text-align: center;
}
.ms-icons a {
	display: inline-block;
	width: 38px;
	height: 38px;
	background: url(../images/ms-inactive.png) no-repeat center center;
}
.ms-icons .activeSlide {
	background: url(../images/ms-active.png) no-repeat center center;
}

/*
*	em_googlemaps
*-------------------------------------*/

.tx-emgooglemap-pi1 {
	text-align: left;
}
.tx_emgooglemap_pi1-form {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #09578e;	
}
.tx_emgooglemap_pi1-form label {
	float: left;
	width: 110px;
}
.tx_emgooglemap_pi1-form input,
.tx_emgooglemap_pi1-form select {
	border: 1px solid #09578e;
	color: #09578e;
}
.tx_emgooglemap_pi1-form .button {
	color: #fff;
}

/*
*	FlippingPDF
*-------------------------------------*/
.pageflip-list h2 {
	margin-top: 10px;
	font-size: 19px;
}

/*
*	Mailform
*-------------------------------------*/

.form_r img {
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
	margin: 2px 0 0 0;
	border: 1px solid #c1b064;
}


/*
*	IE Hacks
*-------------------------------------------*/

.lt-ie8 .headernav {
	width: 650px;
	padding-left: 270px;
}
.lt-ie8 .headernav ul {
	float: left;
}
.lt-ie8 #nav-center {
	left: 373px;
}
.lt-ie8 #nav-r {
	margin-left: 168px;
}
.lt-ie8 .header-quickform {
	left: 382px;
}
.lt-ie8 .quick-row div {
	width: 49%;
}
.lt-ie8 .quick-submit {
	padding-top: 10px;
	margin-top: 0;
}
.lt-ie8 .quick-submit .submit {
	border: none;
}
.lt-ie8 .quick-submit a {
	margin-top: -15px;
	padding-top: 2px;
}
.lt-ie8 .searchbox .search-submit {
	width: 45px;
}
.lt-ie8 .autocomplete {
	margin-top: 5px;
}
/* Key */
.lt-ie8 .key-ie,
.lt-ie9 .key-ie,
.ie9 .key-ie {
	padding-left: 15px;
}
.lt-ie8 .key-ie a,
.lt-ie9 .key-ie a,
.ie9 .key-ie a {
	font-size: 21px;
	
}
.lt-ie9 .key-attached p,
.ie9 .key-attached p {
	margin: 0;
	height: 118px;
	overflow:hidden;
}

.bc-loading-overlay {
	background: #F3F5F8;
}


#stoerer {
	position: absolute;
	left: 950px;
	top: 70px;
	z-index: 9999;
	white-space: nowrap;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.75);
	font-weight: bold;
}

#stoerer_gelb {
	background: #fdc400;
	padding: 10px 15px 0px 40px;
	overflow: hidden;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	height: 40px;
}

#stoerer_gelb .zeile2 { font-weight: normal; }
#stoerer_weiss {
	background: #ffffff;
	padding: 10px 15px 0 15px;
	height: 40px;
	overflow: hidden;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#stoerer_auge {
	position: absolute;
	top: -32px;
	left: -45px;
	background: url(../images/stoerer_auge.png) no-repeat left top;
	width: 95px;
	height: 95px;
}

#stoerer_weiss span a {
	color: #31a9dd;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

#stoerer_close {
	position: absolute;
	top: -15px;
	right: -15px;
}

.twocolumns_l {
	float: left;
	width: 45%;
}
.twocolumns_r {
	float: right;
	width: 45%;
}
