/*
 * Screen style sheet.
 *
 * @name $Id: screen-layout.css
 * @domain: jungfrauregion.ch
 * 
 * @author		Martin Melheritz martin@visioninternet.ch
 * @date created	05/08/2011
 * @last modified	04/06/2012
 * @copyright 		Copyright (C) 2011 Visioninternet Science & Consulting
 *
 * This is a commercial software product, please visit http://www.visioninternet.ch for more information.
 */
body {
	padding: 0px;
	margin: 0px;
}
div.page-wrap1 {
	width: 100%;
	height: auto;
	margin: 0px;
	text-align: center;
	background-image: url(daten/background/back1.jpg);
	background-repeat: repeat-x;
	background-color: #e4e3e8;
}
div.page-top {
	position: relative;
	height: 150px;
	width : 940px;
	margin: 0px auto 15px auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right center;
}
div.logo-jungfrauregion {
	background-image: url(daten/bilder/jungfrauregion_logo.jpg);
}
div.logo-grindelwald {
	background-image: url(daten/bilder/grindelwald_logo.jpg);
}
div.logo-mylauterbrunnen {
	background-image: url(daten/bilder/lauterbrunnen_logo.jpg);
}
div.logo-mymuerren {
	background-image: url(daten/bilder/muerren_logo.jpg);
}
div.logo-wengen {
	background-image: url(daten/bilder/wengen_logo.jpg);
}
div.logo-jungfrauregion-link,
div.logo-grindelwald-link,
div.logo-mylauterbrunnen-link,
div.logo-mymuerren-link,
div.logo-wengen-link {
	position: absolute;
	right: 0px;
}
div.logo-jungfrauregion-link {
	width: 150px;
	height: 70px;
	top: 40px;
}
div.logo-grindelwald-link,
div.logo-mylauterbrunnen-link {
	width: 150px;
	height: 35px;
	top: 60px;
}
div.logo-mymuerren-link,
div.logo-wengen-link {
	width: 150px;
	height: 55px;
	top: 50px;
}
div.page-top-nav1 {
	position: absolute;
	margin: 3px 0 3px 0; 
	width: auto;
	top: 0px;
	right: 0px;
}
div.page-top-nav2 {
	position: absolute;
	width: auto;
	top: 4px;
	left: 0px;
}
div.page-top-nav3 {
	position: absolute;
	margin: 3px 0 3px 0;
	width: auto;
	top: 35px;
	left: 0px;
}
div.page-top-nav4 {
	position: absolute;
	width: auto;
	top: 120px;
	left: 0px;
}
div.shadow-container-banner {
	position: relative;
	width : 960px;
	height: auto;
	top: 4px;
	left: 4px;
	margin: 0px auto auto;
	text-align: center;
	background-color: #e0e0e3;
}
div.page-center {
	position: relative;
	width : 964px;
	left: 2px;
	margin: 15px auto 0px auto;
	text-align: left;
	background-color: #e4e3e8;
	height: auto;
}
/* Page-center x-wide content */
div.shadow-container-page-center-x-wide {
	position: relative;
	width : 960px;
	top: 4px;
	left: 4px;
	margin: 15px auto 0px auto;
	text-align: left;
	background-color: #e0e0e3;
	height: auto;
}
/* Page-center on start page */
div.page-center-start-page {
	position: relative;
	width : 960px;
	left: 0px;
	margin: 15px auto 0px auto;
	text-align: left;
	background-color: #e4e3e8;
	height: auto;
}
/* News Box on tart Page*/
div.shadow-container-news {
	position: relative;
	width : 960px;
	height: auto;
	top: 4px;
	left: 4px;
	margin: 15px auto 0px auto;
	text-align: left;
	background-color: #e0e0e3;
}
/* Page-center background definition start */
div.page-center-bg-top,
div.page-center-bg-bottom,
div.page-center-bg-top-wide-right,
div.page-center-bg-bottom-wide-right,
div.page-center-bg-top-wide-left,
div.page-center-bg-bottom-wide-left {
	background-repeat: no-repeat;
	height: 4px;
}
div.page-center-bg-middle,
div.page-center-bg-middle-wide-right,
div.page-center-bg-middle-wide-left {
	background-repeat: repeat-y;
	height: auto;
}
div.page-center-bg-top {
	background-image: url(daten/background/bg-page-center-top.png);
}
div.page-center-bg-middle {
	background-image: url(daten/background/bg-page-center-middle.png);
}
div.page-center-bg-bottom {
	background-image: url(daten/background/bg-page-center-bottom.png);
}
div.page-center-bg-top-wide-right {
	background-image: url(daten/background/bg-page-center-top-wide-right.png);
}
div.page-center-bg-middle-wide-right {
	background-image: url(daten/background/bg-page-center-middle-wide-right.png);
}
div.page-center-bg-bottom-wide-right {
	background-image: url(daten/background/bg-page-center-bottom-wide-right.png);
}
div.page-center-bg-top-wide-left {
	background-image: url(daten/background/bg-page-center-top-wide-left.png);
}
div.page-center-bg-middle-wide-left{
	background-image: url(daten/background/bg-page-center-middle-wide-left.png);
}
div.page-center-bg-bottom-wide-left {
	background-image: url(daten/background/bg-page-center-bottom-wide-left.png);
}
/* Page-center background definition end */
div.page-center-left {
	padding: 30px 0px 15px 0px;
	width: 190px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
	float: left;
}
div.page-center-content {
	margin: 0 15px 0 15px;
	padding: 6px 10px 60px 10px;
	width: 530px;
    height: auto;
    float: left;
}
/* Page-center wide right & left content */
div.page-center-wide-right-content,
div.page-center-wide-left-content  {
	margin: 0px 0px 0px 15px;
	padding: 6px 10px 60px 10px;
	width: 735px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
    float: left;
}
/* Overwrite margin for wide left content */
div.page-center-wide-left-content {
	margin: 0px 15px 0px 0px;
}
div.page-center-right {
	padding: 30px 10px 15px 10px;
	width: 170px;
	height: auto;
	float: left;
}
div.wrap1-bottom-space1 {
	width: 100%;
	height: 6px;
}
div.wrap1-bottom-space2 {
	width: 100%;
	height: 10px;
}
div.page-wrap2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px;
	text-align: center;
	background-image: url(daten/background/back2.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #ffffff;
}
div.page-footer {
	position: relative;
	height: 300px;
	width : 940px;
	top: 15px;
	margin: 0px auto 0px auto;
	text-align: left;
}
div.page-footer-nav1 {
	position: absolute;
	width: auto;
	top: 0px;
	left: 0px;
}
div.page-footer-nav2 {
	position: absolute;
	width: auto;
	top: 40px;
	right: 10px;
}
div.page-footer-nav2 div {
	float: left;
}
div.page-footer-nav2 div.mobile-text {
	width: 90px; 
	margin-top: 10px;
	margin-left: 5px;
}
div.page-footer-nav3 {
	position: absolute;
	width: auto;
	top: 78px;
	left: 0px;
}
div.tourism-partners {
	width: auto;
	float: left;
}
div.partner-title {
	width: 100%;
	border-bottom-color: #e4e3e8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}
div.corporate-partners {
	width: auto;
	float: left;
	margin-left: 40px;
}
/* Navigation Left */
div.left-nav-level1 {
	padding : 3px 10px 3px 10px;
}
div.left-nav-level1-bgcolor {
	padding : 3px 10px 3px 10px;
	background-color: #ffffff;
}
div.left-nav-level2-bgcolor {
	padding : 3px 20px 3px 20px;
	background-color: #ffffff;
}		

/* CSS container shadow start */

/* Banner, page-center-x-wide, News */
div.banner-content,
div.shadow1-banner, 
div.shadow2-banner, 
div.shadow3-banner,
div.news-content,
div.shadow1-news,
div.shadow2-news,
div.shadow3-news,
div.page-center-x-wide-content,
div.shadow1-page-center-x-wide,
div.shadow2-page-center-x-wide,
div.shadow3-page-center-x-wide {
	position: relative;
	left: -1px;
	top: -1px;
}
div.shadow1-banner,
div.shadow1-news,
div.shadow1-page-center-x-wide{
	background: #dbdbdf;
}
div.shadow2-banner,
div.shadow2-news,
div.shadow2-page-center-x-wide {
	background: #d6d5d9;
}
div.shadow3-banner,
div.shadow3-news,
div.shadow3-page-center-x-wide {
	background: #d1d1d5;
}
div.banner-content,
div.page-center-x-wide-content {
	background: #ffffff;
	padding: 10px;
}
div.page-center-x-wide-content {
	min-height: 400px;
	height: auto!important;
	height: 400px;
	padding-bottom: 60px;
}
div.news-content {
	background: #ffffff;
	height: 35px;
	padding-left: 10px;
}
div.news-content span {
	margin-left: 20px;
}

/* Boxes on start page */
div.shadow-container-box-top-left,
div.shadow-container-box-top-left-langs,
div.shadow-container-box-top-center,
div.shadow-container-box-middle-left,
div.shadow-container-box-middle-center,
div.shadow-container-box-bottom-center,
div.shadow-container-box-bottom-left {
	position: relative;
	width: 370px;
	height: 140px; 
	top: 4px;
	left: 4px;
	background-color: #e0e0e3;
	float: left;
}
div.shadow-container-box-top-center,
div.shadow-container-box-middle-center {
	margin: 0 0 15px 15px;
}
div.shadow-container-box-bottom-center {
	margin: 0 0 0 15px;
}
div.shadow-container-box-top-left-langs {
	width: 755px;
	margin: 0 0 15px 0;
}
div.shadow-container-box-top-right,
div.shadow-container-box-middle-right,
div.shadow-container-box-bottom-right {
	position: relative;
	width: 190px;
	height: 295px;
	top: 4px;
	left: 4px;
	background-color: #e0e0e3;
	float: right;
}
/* Overwrite height */
div.shadow-container-box-bottom-left {
	height: 295px;
}
/* Overwrite height */
div.shadow-container-box-middle-right,
div.shadow-container-box-bottom-right {
	height: 140px;
}
div.box-properties {
	position: relative;
	height: 100%;
	left: -1px;
	top: -1px;
}
div.shadow1-box-color{
	background: #dbdbdf;
}
div.shadow2-box-color{
	background: #d6d5d9;
}
div.shadow3-box-color{
	background: #d1d1d5;
}
div.content-box-color {
	background: #ffffff;
}
div.box-content{
	padding: 0px 0px 0px 0px;
}
div.box-content-langs {
	padding: 10px;
	height: 120px;
	overflow: hidden;
}
div.box-content1{
	padding: 10px 0px 0px 10px;
}
/* CSS container shadow end */


/* Page elements */
div.wrap-list {
	position: relative;
}
div.print-logo,
div.print-footer,
div.panorama-map {
	display: none;
}
div.social-media {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	position: absolute; 
	width: 32px;
	top: 169px;
	left: 0px;
}
body > div.social-media {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
div.page-top-nav2 input {
	border: none;
	width: 120px;
	height: 15px;
}
div.page-top-nav2 img {
	margin-top: -1px;
	display: block;
	float: right; 
}
div.menu-title {
	height: 22px;
	width: auto;
	padding: 2px 0px 0px 0px;
}
div.image-info {
	position: relative;
}
div.image-info-description {
	position: absolute;
	background-image: url(daten/background/bgopac.png);
	bottom: 0; 
	left: 0; 
	width: 100%; 
	color: #ffffff;
	display: none;
}
div.share {
	position: absolute;
	bottom: 14px;
}
div.package-title{
	min-height: 36px;
	height: auto!important;
	height: 36px;
	margin-top: 5px;
}
div.package-thumb {
	position: relative;
	width: 170px;
	height: 115px;
	margin-top: 5px;
}
div.package-content {
	margin-top: 5px;
}
div.package-hide {
	display: none;
}
div.banner-hint {
	position: absolute;
	width: auto;
	height: auto;
	bottom: 10px;
	z-index: 300;
}
div.wrap-linkfarm {
	position: absolute;
	width: 100%;
	top: 197px;
	background-color: #ffffff;
	z-index: 100;
}
div.linkfarm {
	width: 940px; 
	margin:auto;
	text-align: left;
	padding-bottom: 90px;
}
div.linkfarm div {
	margin-top: 10px;
}

/* Banner Layout */
.peKenBurns {
	width: 940px;
}
/* Banner border size */ 
.peKenBurns .peKb_slides {    
	padding: 0px;
	-moz-border-radius: 0px;     
	-webkit-border-radius: 0px;     
	border-radius: 0px;
}

/*-------------------------------------------------/
 * Include files
 *
/* Lists & Top-Events */
div.list-item-title-wrap {
	position: relative;
	height: 17px;
	margin-top: 3px;
	text-align: right;
}
div.list-item-title {
	position: absolute;
	left: 0px;
}
div.list-item-image {
	margin-top: 5px;
}
div.list-item-description {
	margin-top: 20px;
}
div.list-item-text {
	margin-top: 25px;
}
div.list-item-infos {
	margin-bottom: -25px;
}
div.list-category-link-image {
	text-align: right;
	margin-top: 5px;
}
div.list-wrap-entry-first {
	margin-top: 0px;
}
div.list-wrap-entry {
	margin-top: 20px;
}
div.list-entry-image {
	width: 185px;
	height: 115px;
	float: left;
	overflow: hidden;
}
div.list-entry-description {
	width: 335px;
	height: 115px;
	float:right;
}
div.list-detail-wrap {
	height: auto;
	float:left;
}
div.list-detail-title {
	position: relative;
	margin-top: 15px;
}	
div.list-detail-image {
	height: 330px;
}
div.list-detail-content {
	min-height: 20px;
	height: auto!important;
	height: 20px;
	margin-top: -10px;
	padding-bottom: 10px;
}
div.list-detail-content-item {
	margin-top: 25px;
}
div.wrap-enumeration-list {
	position: relative;
}
div.list-detail-bottom-space {
	height: 20px;
}
div.list-detail-bottom-left-content {
	margin-top: 2px;
}


/* Top-Events */
div.topevent-back {
	margin-top: -22px;
	text-align: right;
} 
div.topevent-title {
	margin-top: 5px;
}
div.topevent-text {
	margin-top: 25px;
}
/* Pauschalen */
div.pauschalen-back {
	margin-top: -23px;
	margin-bottom: 6px;
	text-align: right;
}

/* Packages  on start page */
div.wrap-package,
div.wrap-topevent,
div.wrap-excursion {
	width: 370px;
}
div.wrap-package-hide,
div.wrap-topevent-hide,
div.wrap-excursion-hide {
	width: 370px;
	display: none;
}
div.wrap-package-content-left {
	width: 170px; 
	height: 140px;
	float: left;
	padding: 0px 10px;
}
div.package-content-top {
	height: 27px;
}
div.package-content-middle {
	height: 73px;
	padding-top: 10px;
}
div.package-content-bottom {
	height: 30px;
}
div.package-content-thumb {
	position: relative;
	width: 180px;
	height: 140px;
	float: left;
}
div.package-content-nav {
	position:absolute;
	right: 0px;
	bottom: 0px;
}
div.package-content-nav:hover {
	cursor: pointer;
}
div.topevent-content-thumb,
div.excursion-content-thumb {
	width: 190px;
	height: 140px;
	float: left;
}
div.wrap-topevent-content-right,
div.wrap-excursion-content-right {
	width: 180px; 
	height: 140px;
	float: left;
}
div.topevent-top,
div.excursion-top {
	height: 90px;
	padding: 10px 10px 0px 10px;
}
div.topevent-bottom,
div.excursion-bottom {
	height: 40px;
	text-align: right;
}
img.topevent-content-nav:hover,
img.excursion-content-nav:hover {
	cursor: pointer;
}
/* Live on start page */
div.wrap-live {
	position: relative;
	width: 370px; 
	height: 295px; 
}
div.live-links {
	position: absolute;
	width: 171px; 
	right: 10px;
	top: 0px;
}
div.live-links div{ 
	padding-top: 10px;
}
div.live-meteo {
	position: absolute;
	left: 10px;
	top: 5px;
}

/* Search page */
#results{
	margin-top: 10px;
}
#did_you_mean{
	margin-bottom: 10px;
}
/* Advertisements */
div.ad {
	position: absolute;
	top: 0px;
	left: 965px;
	margin-top: 165px;
	text-align:left;
}
div.ad table {
	border-collapse: collapse;

}
div.ad th, 
div.ad td {
	padding: 0px 0px 15px 0px;
}

/* Reset height for Firefox */
div.ad table td{
	height: 0px;
}

/* Sitemap */
ul.sitemap{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li.sitemap-menu-level1{
	margin-top: 5px;
}
li.sitemap-menu-level2{
	background-image: url(daten/elemente/strich.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 10px;
}
li.sitemap-menu-level3{
	background-image: url(daten/elemente/strich.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding-left: 20px;
}
li.sitemap-menu-level4{
	background-image: url(daten/elemente/strich.gif);
	background-repeat: no-repeat;
	background-position: 20px 8px;
	padding-left: 30px;
}

/* Background Gallery */
#gallery {
	position: absolute;
	top: 50px;
	left: 5px;
}
#website {
	position: absolute;
	top: 50px;
	left: 5px;
}
#close {
	position: absolute;
	top: 160px;
	right: 5px;
}
#prev {
	position: absolute; 
	left: 5px; 
	top: 50%;
}
#next{
	position: absolute;
	right: 5px;
	top:50%;
}
#gallery:hover,
#website:hover,
#prev:hover,
#next:hover,
#close:hover {
	cursor: pointer;
}
#website,
#close {
	display: none;
}