html, body {
   text-align: center;
   /*background-color: #909090;*/
   font-family: Garamond, Arial, sans-serif;
   font-size: 0.9em;
   height: 100%; /*dadurch erstreckt sich der gesamte inhalt mindestens &uuml;ber die gesamte fensterl&auml;nge
                    dazu kommen sollte aber noch ein "min-height" f&uuml;r den wrapper*/
}

html {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://media02.hongkiat.com/oversized-background-image-design/bg.jpg', sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.http://media02.hongkiat.com/oversized-background-image-design/bg.jpg', sizingMethod='scale');
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

li {
    list-style: none;
}

.withstyle li {
    list-style: circle;
    margin-left: 40px;
}


#wrapper{
    width: 1050px;
    margin: 20px auto;  /*dadurch wird der wrapper in die mitte gesetzt*/
    text-align: left; 
    position: relative;
    /*bottom: 10px; f&uuml;r alten IE ben&ouml;tigt, um unten Abstand zu schaffen, verschiebt ganze box um 10px nach oben --> weniger abstand oben*/
    min-height: 100%;   /*ist zus&auml;tzlich zum body height 100% notwendig, damit sich der inhalt &uuml;ber die seite erstreckt*/
    color: black;
    background: white;
    background: rgba(255,255,255,0.85);
    box-shadow: 0px 10px 30px black;
    border: 0px solid #000000;
}

nav, section, footer{
    border-color: white;
    border-style: hidden;
    border-width: thin;
}

/*Kopf*/

header{
      margin-bottom: 0px;
      margin-left: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-top: 0px;
      font-family: pristina;
      height: 250px;
}

header a:link{text-decoration: none;}
header a:visited{text-decoration: none;}
header a:focus{text-decoration: none;}
header a:hover{text-decoration: none;}
header a:active{text-decoration: none;}

header div#title{
    position: absolute;
    height: 250px;
    left: 10px;
    width: 430px;
    top: 30px;
    text-align: left;
    overflow: visible;
}

header div#title{

}

header h1{
    font-size: 5em;
    font-family: pristina;    
}

header h2{
    font-size: 3em;
    font-family: pristina;
    position: relative;
    left: 190px;
    margin: 0 0 0px 0;
    padding: 0;
}

#slideshow {
	position: absolute;
	left: 430px;
	top: 0;
	width: 620px;
	height: 250px;
	padding: 0px;
}

#slideshow div {
	position: absolute;
	top: 0;
	left: 0;
	height: 250px;
}

#slideshow img {
    height: 250px;
    width: 620px;
}

div#horizontalbar{
    width: 100%;
    height: 15px;    
}


/*Navigation*/

#bar {
    position: absolute;
    bottom: 0px;
    left: 10px;
    top: 250px;
/*  background-color: #F6D673;
    background-color: rgba(246,214,115,0.8);*/
    width: 290px;  
    /*    rgba(252,205,77,1)
    background: -moz-linear-gradient(left, rgba(252,205,77,1) 0%, rgba(251,223,147,1) 0%, rgba(252,234,187,1) 0%, rgba(251,223,147,1) 27%, rgba(251,223,147,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,205,77,1)), color-stop(0%, rgba(251,223,147,1)), color-stop(0%, rgba(252,234,187,1)), color-stop(27%, rgba(251,223,147,1)), color-stop(100%, rgba(251,223,147,1)));
    background: -webkit-linear-gradient(left, rgba(252,205,77,1) 0%, rgba(251,223,147,1) 0%, rgba(252,234,187,1) 0%, rgba(251,223,147,1) 27%, rgba(251,223,147,1) 100%);
    background: -o-linear-gradient(left, rgba(252,205,77,1) 0%, rgba(251,223,147,1) 0%, rgba(252,234,187,1) 0%, rgba(251,223,147,1) 27%, rgba(251,223,147,1) 100%);
    background: -ms-linear-gradient(left, rgba(252,205,77,1) 0%, rgba(251,223,147,1) 0%, rgba(252,234,187,1) 0%, rgba(251,223,147,1) 27%, rgba(251,223,147,1) 100%);
    background: linear-gradient(to right, rgba(252,205,77,1) 0%, rgba(251,223,147,1) 0%, rgba(252,234,187,1) 0%, rgba(251,223,147,1) 27%, rgba(251,223,147,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccd4d', endColorstr='#fbdf93', GradientType=1 );*/
}

#saison {
    position: absolute;
    right: 35px;
    top: 50px;
    font-size: 2em;
    font-family: pristina, sans-serif;
}

nav{
    width: 265px;
    position: absolute;
    top: 90px;
    left: 10px;
    font-size: 1em;

}

img#lang{
    display: block;
    margin-right: 10px;
    float: left;
    box-shadow: 2px 2px 3px #61614D;
}

img#lang:hover{
    /*transform: scale(1.1) wird unscharf, wenn dann mit gr&ouml;&szlig;erem bild*/
}

div#lang{
    margin: 195px 0px 0 20px;
    visibility: collapse;
}

nav li{
   margin-bottom: 13px;
   margin-left: 15px;
   margin-right: 15px;
   border-style: solid;
   border-width: medium;
   border-bottom: none;
   border-right: none;
   padding: 12px 0 15px 10px;
   font-weight: bold;
   font-size: 1.8em;
   font-family: pristina, arial, sans-serif;
   height: 25px;
   overflow: visible;
   box-shadow: 3px 3px 3px #918E61;
   background-image: url(../images/nav/menu_arrow.PNG);
   background-repeat: no-repeat;
   background-position: -32px 16px;
   }

nav li:hover, nav li:active {
/*    transform: scale(1.05); war vorher der style. schrift wurde gr&ouml;&szlig;ter gemacht*/
/*    background: rgba(136,179,68,1)  no-repeat url(../images/menu_sun.PNG);
    background: -moz-linear-gradient(left, rgba(136,179,68,1) 0%, rgba(114,158,43,1) 50%, rgba(110,163,25,1) 100%) no-repeat url(../images/menu_sun.PNG);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(136,179,68,1)), color-stop(50%, rgba(114,158,43,1)), color-stop(100%, rgba(110,163,25,1))) no-repeat url(../images/menu_sun.PNG);
    background: -webkit-linear-gradient(left, rgba(136,179,68,1) 0%, rgba(114,158,43,1) 50%, rgba(110,163,25,1) 100%) no-repeat url(../images/menu_sun.PNG);
    background: -o-linear-gradient(left, rgba(136,179,68,1) 0%, rgba(114,158,43,1) 50%, rgba(110,163,25,1) 100%) no-repeat url(../images/menu_sun.PNG);
    background: -ms-linear-gradient(left, rgba(136,179,68,1) 0%, rgba(114,158,43,1) 50%, rgba(110,163,25,1) 100%) no-repeat url(../images/menu_sun.PNG);
    background: linear-gradient(to right, rgba(136,179,68,1) 0%, rgba(114,158,43,1) 50%, rgba(110,163,25,1) 100%) no-repeat url(../images/menu_sun.PNG);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88b344', endColorstr='#6ea319', GradientType=1 );
*/  cursor: pointer;
    padding-left: 35px;
    box-shadow: 3px 3px 3px #61614D;
    transition: padding-left, 0.4s;
    -webkit-transition-duration: 0.4s;
}


/*Inhaltsbox*/

section {
    margin-left: 320px;
    margin-bottom: 33px;
    padding: 60px 60px 50px 30px;
    /*"background-color: rgba(255,255,255,0.8);*/
    font-family: sans-serif;
    font-size: 1.2em;
    min-height: 500px;
    min-width: 400px;
    /*background: #FBCF49;
    background: rgba(251,223,147,1);
    background: -moz-linear-gradient(left, rgba(251,223,147,1) 0%, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 57%, rgba(248,181,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(251,223,147,1)), color-stop(0%, rgba(252,234,187,1)), color-stop(0%, rgba(252,205,77,1)), color-stop(57%, rgba(248,181,0,1)), color-stop(100%, rgba(248,181,0,1)));
    background: -webkit-linear-gradient(left, rgba(251,223,147,1) 0%, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 57%, rgba(248,181,0,1) 100%);
    background: -o-linear-gradient(left, rgba(251,223,147,1) 0%, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 57%, rgba(248,181,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(251,223,147,1) 0%, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 57%, rgba(248,181,0,1) 100%);
    background: linear-gradient(to right, rgba(251,223,147,1) 0%, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 57%, rgba(248,181,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdf93', endColorstr='#f8b500', GradientType=1 ); */
}

section h1 {
margin-bottom: 20px;
font-size: 2.5em;
font-family: pristina;
}

section h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 2.0em;
    text-align: center;
    font-family: pristina;
}

section span.firstletter {
    font-size: 2.5em;
    font-family: pristina;  
}

section p{
    max-width: 550px;
    margin: 20px auto 25px;
    line-height: 1.8em;
}


/*Querbalken*/

hr.contentdivider {
    margin: 30px auto 30px;
    width: 80%;
    height: 2px;
    border: none;
    text-align: center;
}


/*Bilder im Flie&szlig;text*/

img.contentpicr {
    float: right;
    margin: 0px 0px 20px 20px;
}

img.contentpicl {
    float: left;
    margin: 0px 20px 20px 0px;
}

img.contentpicm {
    display: block;
    margin: 0 auto 20px;
}

div.data {
    text-align: center;
}


/*Anfahrt*/

#googlemap{
    width: 100%;
    text-align: center;
}

#googlemap iframe{
    display: inline;
}


/*Kontaktformular*/

#contact{
    margin-left: 50px;
}

#contact td{
    padding-bottom: 10px;
}

#contact input{
    height: 15px;
    padding: 5px 0;
}

#contact td.leftcol{
    text-align: right;
    padding-right: 15px;
}

#contact td.rightcol{
    text-align: left;
}

#btnsend {
    padding: 5px 10px;
    border: thin solid black;
    border-radius: 5px;
    box-shadow: 0 0 5px black;
    text-align: center;
    margin-right: 50px;
}


/*Preise*/

#preise p {
    margin: 0;
    padding: 0;
}

#preise table, tr, td, th{
    border: 1px solid #C7D4A9;
    padding: 10px 8px;
}

#preise table {
    border-spacing: 0px;
    border-collapse: collapse;
}

#preise td{
    text-align: center;
    vertical-align: top;
}

#preise th{
    font-weight: 200;
    text-align: left;    
}


/*Zimmer*/

div.pictable{
    margin-top: 0px;
    text-align: center;
    width: 100%;
}

.pictable img {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}


/*Ausflüge*/

section ul.list {
    max-width: 550px;
    margin: 20px auto 25px;
    padding-left: 40px;
    line-height: 2.5em;    
}


/*Ankerlinks*/

div.anchor{
    text-align: left;
    width: 100%;
}

.anchor ul{
    display: inline-block;
}

.anchor li{
    float: none;
    margin-left: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: circle;
}

.anchor a:link{color: #932040; text-decoration: underline;}
.anchor a:visited{color: #932040; text-decoration: underline;}
.anchor a:focus{color: #932040; text-decoration: underline;}
.anchor a:hover{color: #932040; text-decoration: underline;}
.anchor a:active{color: #932040; text-decoration: underline;}

div.gototop{
    text-align: center;
    width: 100%;
    margin-top: 30px;
    text-decoration: underline;
}

div.data{
    text-align: center;
    width: 100%;
}

footer{
    margin: 0 auto;
    width: 100%;
    height: 20px;
    padding-top: 8px;
    padding-bottom: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: arial, sans-serif;
    font-size: 1.1em;
}

footer ul{
    text-align: center;
    margin: 0 auto;
}

footer li{
    display: inline;
    margin-right: 1%;
    margin-left: 1%;
}

footer a {
     text-decoration: underline;
}