html{
	font-size: 100.01%;
}

body{
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: Black;
	background-color: #FFF5CC;
	text-align: center;
}

a:link,
a:visited{
    color: #2273DD;
}

a:hover{
    color: #c00;
}

a img{
    text-decoration: none;
}

/* **********************************************************
 * Globals
  ********************************************************** */


table.preisliste{
    margin: 10px 0 15px 0;
    width: 99%;
    border-collapse: collapse;
    border: 1px solid #7AB02D; /* GREEN COLOR */
}

table.preisliste th,
table.preisliste td{
    border: 1px solid #7AB02D; /* GREEN COLOR */
    padding: 4px 6px;
    vertical-align: top;
}

table.preisliste th{
    background-color: #BDD896; /* GREEN SUB COLOR */
}

div.image{
    margin-bottom: 15px;
}

div.image img{
    border: 1px solid #CCC;
    padding: 4px;
}

div.image span.title{
    font-size: 0.88em;
    color: #444;
    display: block;
    line-height: 1em;
    padding: 3px 0 0 5px;
}

div.image a{
    margin: 0;
    padding: 0;
}

div.image a:hover img{
    border-color: Orange;
}

div.image.links,
div.image.left{
    float: left;
    margin-right: 15px;
}

div.image.rechts,
div.image.right{
    float: right;
    margin-left: 15px;
}

	
p.pagefooter{
	font-weight: bold;
	font-size: 0.8em;
	color: #7AB02D; /* GREEN COLOR */
	margin: 8px auto;
}

p.pagefooter a{
	color: #7AB02D; /* GREEN COLOR */
}

div.weatherbox{
	padding: 0px 15px 15px 20px;
	font-size: 0.70em;
}

div.weatherbox img{
	float: left;
}

div.weatherbox p{
	margin: 0;
	margin-left: 40px;
}

img.webcamthumb{
    width: 150px;
}

div.breadcrump{
    margin: 0 0 10px 0;
    font-size: 0.8em;
    color: #888;
}

div.breadcrump strong{
    color: #666;
    font-weight: normal;
}

/* **********************************************************
 * Layout
  ********************************************************** */

#outline{
	width: 976px;
	background-color: White;
	border: 3px solid #7AB02D; /* GREEN COLOR */
	border-top: none;
	margin: 0 auto;
	text-align: left;
}

#border{
	background-color: #7AB02D; /* GREEN COLOR */
	margin: 0 auto;
	width: 990px;
	background-image: url(../gfx/null.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	text-align: center;
}


#navigation{
	float: left;
	width: 210px;
	border-right: 3px solid #7AB02D; /* GREEN COLOR */
}

#sidebar{
	width: 180px;
	border-left: 3px solid #7AB02D; /* GREEN COLOR */
	float: right;
}

#content{
    width: 580px;
	background-color: #FFE680;
	font-size: 0.9em;
	line-height: 1.5em;
	float: left;
}

div.clearall{
    clear: both;
}


/* **********************************************************
 * Header
  ********************************************************** */

div.header{
	height: 170px;
}

#navigation div.header{
	background-image: url(../gfx/logo.png);
	background-repeat: no-repeat;
	background-position: 50% 80%;
	text-indent: -9999px;
}

#navigation div.header h1{
	margin: 0;
}

#content div.header{
}

#content div.header div.sscontainer{
    width: 100%;
    height: 170px;
    text-indent: -9999px;
    background-position: 50% 50%;
    display: none;
}


div.subheader{
	background-color: #7AB02D; /* GREEN COLOR */
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: White;
	padding: 10px 0 0 0;
	height: 30px;
}

#navigation div.subheader{
	text-align: center;
}

#content div.subheader{
	text-align: right;
	padding-right: 15px;
	color: Black !important;
	font-size: 18px;
	padding-top: 10px;
}

/* **********************************************************
 * Navigation
  ********************************************************** */

#navigation a:link,
#navigation a:visited{
    color: White;
}

#navigation p.fontsize{
    font-size: 0.75em;
    line-height: 1.5em;
    margin: 15px 0 0 20px;
    padding: 5px 10px;
    font-weight: Bold;
    background-color: #6C992B;
}

#navigation p.fontsize a{
    padding: 2px 3px;
}

#navigation p.fontsize a#fontsize_1{
    font-size: 0.8em;
}

#navigation p.fontsize a#fontsize_2{
    font-size: 1em;
}

#navigation p.fontsize a#fontsize_3{
    font-size: 1.15em;
}

#navigation p.fontsize a#fontsize_4{
    font-size: 1.3em;
}

#navigation p.partner{
    font-size: 0.8em;
    margin: 20px 10px 20px 20px;
    text-align: center;
}

#navigation div.navigation{
	background-color: #7AB02D; /* GREEN COLOR */
	border: 15px solid white;
	border-right: none;
}

ul.navigation span{
    display: none;
}

ul.navigation,
ul.navigation ul{
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    font-size: 0.9em;
    line-height: 1em;
}

ul.navigation ul{
    margin: 0;
    font-size: 0.8em;
    font-weight: normal !important;
}

ul.navigation li{
    margin: 0;
    padding: 0;
    list-style: none;
    /* border-bottom: 1px solid #BDD896;*/  /* GREEN SUB COLOR */
}

ul.navigation li.active{
    background-color: #BDD896;  /* GREEN SUB COLOR */
    font-weight: bold;
}

ul.navigation li li{
    /*border-top: 1px solid #7AB02D;*/  /* GREEN COLOR */
    border-bottom: none;
}

ul.navigation a:link,
ul.navigation a:visited{
    color: White;
    text-decoration: none;
    text-align: right;
    border-right: 10px solid #7AD62D;
    display: block;
    padding: 6px 6px;
}

ul.navigation a:hover,
ul.navigation a:active{
    color: #272727 !important;
}

ul.navigation li.active a:link,
ul.navigation li.active a:visited{
    color: #272727 !important;
}


ul.navigation li.blue a{
    border-right-color: #2795C0 !important;
}

ul.navigation li.yellow a{
    border-right-color: #FFCC00 !important;
}


ul.navigation > li:last-child,
ul.navigation li ul > li:last-child{
    border-bottom: none;
}


#navigation div.buttons{
	padding: 0;
	font-size: 0.8em;
	text-align: center;
}

#navigation div.buttons div.button{
    position: absolute;
    width: 160px;
    top: 20px;
    left: 20px;
}

#navigation div.buttons p{
    margin: 8px 0;
}

/* **********************************************************
 * Sidebar
  ********************************************************** */

#sidebar div.header{
    background-image: url(http://waldhotel.4pixel.de/index.php?rex_resize=80a__waldhotel.jpg);
    background-position: 50% 5px;
    background-repeat: no-repeat;
}

#sidebar div.contact{
    padding: 95px 20px 0 20px;
    font-weight: bold;
    color: #555;
    text-align: center;
}

#sidebar div.contact span.t1{
    font-size: 0.8em;
    color: #777;
    padding-bottom: 8px;
}

#sidebar div.subheader{
	background-position: 100% 0;
	background-image: url(../gfx/subheader_green.gif);
	background-repeat: no-repeat;
	text-align: center;
}


#sidebar div.sidebar{
	background-color: #7AB02D; /* GREEN COLOR */
	border: 15px solid white;
	border-left: none;
}

#sidebar div.image img{
    border: none;
    padding: 0;
}

#sidebar div.image span.title{
    display: none;
}

#sidebar div.image.links{
    margin-right: 5px;
    margin-bottom: 2px;
}

#sidebar div.image.left{
    margin-left: 5px;
    margin-bottom: 2px;
}

/* Sidebar Artikelliste */

#sidebar ul.articlelist{
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar  ul.articlelist li{
	background-color: #BDD896; /* GREEN SUB COLOR */
	border: 1px solid #4C6620; /* GREEN SUB COLOR */
	margin: 3px;
	margin-left: 0;
	padding: 6px;
	font-size: 0.7em;
}

#sidebar  ul.articlelist li:hover{
	background-color: #D7E8C0;
}

#sidebar  ul.articlelist li h2,
#sidebar  ul.articlelist li h3,
#sidebar  ul.articlelist li h4,
#sidebar  ul.articlelist li p{
    font-size: 1em;
    margin: 0 0 3px 0;
}

#sidebar a.shortcontact{
    font-style: normal;
    color: White;
    font-weight: Bold;
    font-size: 0.8em;

    padding: 3px 0 3px 20px;

    background-image: url(../gfx/email.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}


/* **********************************************************
 * Content
  ********************************************************** */

#content div.subheader{
	background-position: -130px 0;
	background-image: url(../gfx/subheader_green.gif);
	background-repeat: no-repeat;
}

#content div.content{
	background-color: White;
	padding: 15px;
}

div.content ul.articlelist{
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

div.content  ul.articlelist li{
    margin: 0 0 15px 0;
    padding: 0 0 0 10px;
}

div.content ul.articlelist ul{
    margin: 15px 0;
}

div.content ul.articlelist li li{
    padding: 0;
    margin: 0;
    list-style: disc;
}


div.content  ul.articlelist li h2,
div.content  ul.articlelist li h3,
div.content  ul.articlelist li h4{
    font-size: 1em;
}

div.content ul.articlelist li div.section.more{
    padding: 4px;
    background-color: #BDD896;
    padding-left: 10px;
    clear:left;
}

div.content div.MORELINK{
    height: 1px;
    overflow: hidden;
    background-color: #CCC;
    margin: 10px 0;
}

div.content div.MORELINK hr{
    display: none;
}

div.content h2,
div.content h3,
div.content h4,
div.content h5{
	margin: 0;
	padding: 0 0 10px 0;
	color:  #7AB02D; /* GREEN COLOR */
	font-weight: normal;
}


div.content h3,
div.content h4,
div.content h5{
    margin: 20px 0 10px 0;
}

div.content h3.slogan{
    font-weight: normal;
    margin-top: -8px !important;
    zoom: 1;
}

div.content p{
    margin: 0 0 15px 0;
}

div.content div.clear{
    width: 400px;
    clear: both;
}

div.content div.section.btnanfrage p,
div.content div.section.btnprev p,
p.printlink{
    margin: 15px 0 5px 0 !important;
    padding: 5px 10px;
    background-color: #FFF2BB;
}

div.content div.hinweis{
    padding: 10px 10px 10px 60px;
    margin: 15px 0;
    background-color: #FFF2BB;
    font-size: 0.9em;
    line-height: 1.3em;

    background-image: url(../gfx/lightbulb.png);
    background-position: 7px 8px;
    background-repeat: no-repeat;

    border: 1px solid #FFEB98;
    border-left: none;
    border-right: none;
}


/* **********************************************************
 * Subcontent
  ********************************************************** */

div.contentextra{
	font-size: 0.85em;
	line-height: 1.4em;
}

div.contentextra a:link,
div.contentextra a:visited{
    color: #046FA8;
    font-weight: bold;
    text-decoration: underline;
}

div.contentextra p.prevnext{
    margin: 0;
    padding: 5px 15px 10px 15px;
}

div.contentextra ul.articlelist{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100px;
}

div.contentextra ul.articlelist li{
    margin: 0;
    padding: 10px 15px;
    overflow: auto;
    height: 80px;
}

div.contentextra  ul.articlelist li h2,
div.contentextra  ul.articlelist li h3,
div.contentextra ul.articlelist li h4,
div.contentextra ul.articlelist li p{
    font-size: 1em;
    margin: 0 0 3px 0;
}

div.contentextra ul.articlelist li div.section.more{
}


/* **********************************************************
 * KForm
  ********************************************************** */


fieldset.formular{
  border:none;
  padding: 0;
  margin: 0;
}

fieldset.formular legend{
  display: none;
}

fieldset.formular div.row{
  clear:left;
  padding: 5px 5px;
}

fieldset.formular label{
  width: 140px;
  text-align:right;
  float:left;
  margin: 2px 20px 0 0;
  font-size:0.9em;
}

fieldset.formular span.foreign{
    font-size: 0.9em;
    font-weight: normal;
    color: #666;
}

span.pflicht{
  color:#c00;
}

fieldset.formular textarea{
  width: 350px;
  height: 180px;
}


/* **********************************************************
 * miniKForm
  ********************************************************** */

#shortcontact{
    font-size: 0.75em;
    text-align: left;
}

#shortcontact span.foreign{
    font-size: 1em;
    color: #666;
    font-weight: normal;
}

#shortcontact p{
    margin: 0 0 5px 0;
}

#shortcontact p.hinweis{
    padding: 4px 5px 4px 38px;
    background-color: #FFF2BB;

    background-image: url(../gfx/lightbulb_klein.png);
    background-position: 7px 8px;
    background-repeat: no-repeat;

    border: 1px solid #FFEB98;
    border-left: none;
    border-right: none;
}

#shortcontact div.row{
    padding: 5px;
    background-color:#FFF9DE;

    margin: 2px 0;

    border: 1px solid #FFF2BB;
    border-left: none;
    border-right: none;
}

#shortcontact label{
    color: Black;
    font-size: 0.95em;
    font-weight: bold;
    display: block;
}

#shortcontact input#pkf_name,
#shortcontact input#kf_email,
#shortcontact textarea#pkf_bemerkung{
    width: 250px;
}


#shortcontact textarea#pkf_bemerkung{
    height: 90px;
}

#shortcontact p.control{
    margin: 10px 0 0 0;
    padding: 5px 0;
    border-top: 2px solid #aaa;
    text-align: center;
}


/* **********************************************************
 * Panoramen
  ********************************************************** */
div.panoramen div.item{
    border: 1px solid #CCC;
    width: 150px;
    height: 130px;
    text-align: center;
    float: left;
    margin: 0 20px 20px 0;
    padding: 15px 0 0 0;
}

div.panoramen div.item p{
    font-size: 0.85em;
    margin: 0 0 6px 0;
}

/* **********************************************************
 * Gästebuch
  ********************************************************** */
div.gb_eintrag{
    width: 80%;
    margin: 20px auto;
    font-size: 0.9em;
    line-height: 1.4em;
}

div.gb_eintrag h4{
    border-bottom: 1px solid #ccc;
    padding: 0 0 4px 0;
    margin: 0 0 10px 0;
    font-size: 1em;
}

/* **********************************************************
 * Wetter
  ********************************************************** */


div#vorhersage{
    margin-left: 140px;
}

table.wetterbox-forecast{
	border: 1px solid #A3B9E0;
	border-top: none;
	border-collapse: collapse;
	float: left;
	margin: 0 10px 10px 0;
	width: 120px;
}

table.wetterbox-forecast caption{
	background-color: #CBD8EE;
	width: 121px !important;
	width: 120px;
	margin: 0 0 0 -1px;
	border: 1px solid #A3B9E0;
	border-bottom: none;
	padding: 4px 0 4px 0;
	font-weight: bold;
	margin-top: 20px;
}

table.wetterbox-forecast th{
	background-color: #EAEFF8;
}

table.wetterbox-forecast td,
table.wetterbox-forecast th{
	text-align: center;
	padding: 3px 0 3px 0;
}
table.wetterbox-forecast strong{
	font-weight: normal;
	color: blue;
}

div.wetterbox-aktuell{
	margin: 0 0 10px 0;
	font-size: 1.8em;
}

div.wetterbox-aktuell img{
	float:left;
}

div.wetterbox-aktuell ul{
	margin: 0 0 0 140px;
	padding: 20px 0 0 0;
	list-style: none;
}

div.wetterbox-aktuell ul li{
	margin: 0 0 14px 0;
	padding: 0;
}

div.wetterbox-aktuell li.temp span{
	color: #0066CC;
}

p.wetter-link{
	color: #1F1F1F;
	margin: 0 0 20px 140px !important;
	padding-top: 20px;
	clear: left;
}

p.wetter-link img{
	float:left;
	padding: 3px 6px 0 0;
	border: none;
}

/* **********************************************************
 * 360° Popups
  ********************************************************** */
  
div.popup360{
    margin: 2em 0;
    text-align: center;
    font-size: 0.85em;
    line-height: 1.5em;
    color: #555;
}

div.popup360 img{
    display: block;
    margin: 0 auto;
}

div.popup360 p{
    margin: 0;
    width: 80%;
    margin: 0 auto;
}
