﻿/*~~~~~  Browser-Reset  ~~~~~*/
* {
	padding: 0;
	margin: 0;
	font-size: 101%;
}

/* ######################################################### */
/*~~~~~  Schriftformatierung  ~~~~~*/

@import url(http://fonts.googleapis.com/css?family=Vollkorn:regular,bold);

html {
/* background: #244c27 url(../img/bg1.gif) left top fixed no-repeat; */
background: #244c27 url(../img/logo2.gif) left top fixed no-repeat;
}

body {
	margin: 20px 0;
	padding: 0;
	background: url(../img/eule1.gif) right bottom fixed no-repeat;

	font-size: 70%; /* Reset 1em ~ 10px = 62.5%*/
	font-family: 'Vollkorn', Georgia, Serif;
}

acronym {
	font-family: 'Vollkorn', Georgia, New Times Roman, Serif;
	line-height: 20px;
	cursor:help;
}

.extLink {
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height: 12px;
  padding-right: 12px;
  padding-bottom: 18px;
  background: url(../img/link-icon_external_02.gif) right no-repeat;
  background-position: 100% 0%;
}

.abstand { margin-top: 1em; } /* <p class="abstand"> */

.abstand-2 { margin-top: -60px; } /* <p class="abstand-2"> */

.txtlinks { text-align: left; } /* <p class="txtlinks"> */

.einruecken { text-indent: 3em; } /* <p class="einruecken"> */

.left { float: left; } 

/* ######################################################### */
/* Schriftformatierung Kopfzeile */

#header * {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	display: none;
	float: left;
	padding: 15px 0 0 15px;
}

#header h2 {
	display: none;
	float: left;
	padding: 20px 0 0 0;
}

#header p {
	display: none;
	float: left;
	padding: 20px 0 0 0;
}

/* Content - Formatierung */
#content {
	font-family: 'Vollkorn', Georgia, New Times Roman, Serif;
	font-size: 1.4em;
	text-align: left;
	text-decoration: none;
	text-transform: none;
}
/* ######################################################### */
/* für Bilder bei innerText */

#innerText img {
	position: relative;
	display:inline;
	border: double;
	border-width: 7px;
	border-color: #545304;
}

#innerText img.gifs {
	border-style: none;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

/* Bilder ohne Lupe */
#innerText img.links {
	float: left;
	margin: 5px 10px 5px 15px;
}

#innerText img.rechts {
	float: right;
	margin: 0 -5px 5px 5px;
}

/* ==============================================
   Hervorgehobene Textpassage
   ============================================== */
.hervorgehoben {
	text-align: left;
	float:right;
	width: 15em;
	font-size: 110%;
	background-color: #fff9df;
	padding: 0 0 0 15px;
	border-top: 3px solid #f3c600;
	border-bottom: 3px solid #f3c600;
	margin: 0 0 10px 20px;
}

/* die Lupe bei den Bildern */
#bilder {
	margin: 0 0 10px 0; /* 1. oben, 2.rechts, 3.unten 4.links */
	padding: 0 5px 19px 0;
	background: url(../img/lupe.gif) center top no-repeat;
	background-position: 95% 99%;
}

#bilder_R {
	float: right; /* left; right; */
	margin: 0 -5px 0 10px;
	padding: 4px 5px 19px 15px;
	background: url(../img/lupe.gif) center top no-repeat;
	background-position: 95% 101%;
}

#bilder_L {
	float: left; /* left; right; */
	margin: 0 15px 10px -20px;
	padding: 4px 5px 19px 5px;
	background: url(../img/lupe.gif) center top no-repeat;
	background-position: 95% 99%;
}

/* kein Float */
#innerText img.nichts {
	float: none;
	margin: 0 -5px 5px -15px;
}

/* die Lupe bei den Bildern */
#bilder_n {
	float: none; /* left; right; */
	padding: 4px 10px 11px 5px;
	background: url(../img/lupe.gif) center top no-repeat;
	background-position: 95% 99%;
}

/* ######################################################### */
/* slideshow */


#slides {
	position: relative;
	width: 185px;
	height: 110px;
	overflow: hidden;

	background: #2E2E2E;
	left:-1px;
	top: 9px;
	border: 3px double #8C9777; /* solid double */
 }
#slides img {
	display: block;
	width: 185px;
	height: 110px;
 }

/* ######################################################### */
/* Schriftformatierung im Haupt-Content */

#innerText {
	padding-right: 10px;
	padding-left: 5px;
	margin-top: -25px;
	font-size: 0.95em;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.01em;
	word-spacing: 0em;
	line-height: 1.2em;
	text-align: justify;
}

#innerText h2, #innerText h3 {
	font-size: 1.35em;
	text-align: left;
	margin-bottom: 15px;
	padding-top: 15px;
	margin-top: 25px;
	border-bottom: 1px solid #545304;
	background: url(../img/bullet.gif) right no-repeat;
}

#innerText h4 {
	font-size: 1.05em;
	font-weight: normal;
	text-align: left;
	margin-top: 20px;
	border-bottom: 1px solid #545304;
}

#innerText h5 {
	font-size: 1.35em;
	text-align: left;
	margin-top: 20px;
	border-bottom: 1px solid #545304;
}


#innerText p.pL {text-align: left;}

#innerText p.p1 {
	margin-top: 15px;
	border-bottom: 1px solid #003d11;
}

#innerText p.ImmpressumQuelle {
	font-size: 14px;
}

#innerText ul.B {
	list-style: none;
	width: 460px;
	margin-left: 5px;
}

#innerText li.B {
	margin-top: -10px;
	background-image: url(../img/artikel-bullet.gif);
	background-repeat: no-repeat;
	background-position: -0.01em 1.01em;
	font-size: 1.01em;
	text-align: left;
	vertical-align:top;
	line-height: 24px;
	width: 460px;
	padding-left: 25px;
	padding-top: 15px;
	color: #000000;
}

#innerText ul.links {
	list-style: none;
	width: 430px;
	margin-left: 5px;
}

#innerText li.links {
	margin-top: -10px;
	background-image: url(../img/artikel-bullet.gif);
	background-repeat: no-repeat;
	background-position: -0.01em 1.01em;
	font-size: 1.01em;
	text-align: left;
	vertical-align:top;
	line-height: 24px;
	width: 430px;
	padding-left: 25px;
	padding-top: 15px;
	color: #000000;
}


#innerText ol.nr {
	margin-left: 20px;
	width: 450px;
}

#innerText li.nr {
	width: 435px;
	font-size: 1.01em;
	padding-left: 10px;
	padding-right: 15px;
	text-align: left;
	line-height: 24px;
	color: #000000;
}

.fett {
	font-weight:bold;
}

blockquote {
	width: 245px;
	color: #243927;
	font: bold italic 1.2em Times New Roman;
	text-align: center;
	margin: 20px 0 20px 0;
} 

blockquote:first-letter {
	color: #8f0e07;
	font-size: 1.5em;
} 

/* ######################################################### */
/* Schriftformatierung Menüzeile */

#linkList {
	width: 185px;
	margin-left: 8px;
}
#linkList h3 {
	font-size: 0.95em;
	margin-top: 25px;
	margin-left: -3px;
	width: 175px;
	height: 20px;
	border-bottom: 1px solid #003d11; 
}

#linkList ul {
	width: 170px;
	margin-top: 8px;
	margin-left: -1px;
	list-style: none;
}

#linkList li {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 170px;
	font-size: 95%;
	line-height: 1.55em;
	color: #000000;
}

#linkList li a {
	text-decoration: none;
	font-size: 95%;
	color: #006600;
	display: block;
	font-weight: normal;
}

#linkList a:visited {
	font-size: 95%;
	font-weight: normal;
	color:#006600;
	text-decoration:none;/*	font-style:italic; */
}

#menu li:hover {
	background-color: #FFC;
}

#linkList a:hover {
	text-decoration: none;
	background-color: #FFC;
}

#linkListGiF img, #linkListGiF a, #linkListGiF a:hover {
	display:inline;
	margin-left: -1px;
	float: left;
	border: none;
	background-color: transparent;
	padding: 0 1px 0 -1px;
}

#newsbox {
	width: 180px;
	margin-left: -5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 98%;
	line-height: 1.25em;
	padding: 8px 0 0 4px; /* 1. oben, 2.rechts, 3.unten 4.links */
	border: 1px solid #903;
	background-color:#FFC;
}

#newsbox p.p1 {
	font-style:italic;
	font-weight: bold;
	border-bottom: 1px solid #933;
}
/* ######################################################### */
/* Schriftformatierung im Rechtespalte */

#small {
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: -30px;
}

#small h3 {
	font-size:13px;
	margin-bottom: 5px;
	margin-top: 30px;
	height: 18px;
	border-bottom: 1px solid #545304;
}

#small ul {

	margin-top: 8px;
	margin-left: 5px;
	list-style: none;
}

#small p.p1 {border-bottom: 1px solid #003d11;}

#small p.p2, li.li1 { line-height: 1.37em;}
#small p.p3 { text-align: center;font-weight:bold; }

#small p, li {
	font-size:11px;
	text-align: justify;
}

/* ######################################################### */
/* Bottom - Footer */

#footer-bottom {
	clear: both;
/*	border-top: 1px solid #111; */
	width: 880px;
	margin: 10px auto;	
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 0;
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

#footer-bottom a, #footer-bottom p, #footer-bottom a:visited, #footer-bottom a:hover {
	font: normal 1.2em/1.0em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #fff;
	border: none;
	background-color:transparent;
}


/*	margin: 8px 0 0 10px *//* 1. oben, 2.rechts, 3.unten 4.links */
/*	border: 1px solid #545304; */ /*Test Border */

/* Accordion */

h5.acc_trigger {
	padding: 0;
	margin: 0 0 5px 0;
	background: url(../img/h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 465px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h5.acc_trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 50px;
}
h5.acc_trigger a:hover {
	color: #ccc;
}
h5.acc_trigger span{
	font-size: 0.50em;
}

h5.active {background-position: left bottom;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 480px;
	clear: both;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.acc_container .block {
	padding: -1px;
	font-family: 'Vollkorn', Georgia, New Times Roman, Serif;
	text-align: left;
}
.acc_container .block p {
	padding: 5px 0;
	margin: 5px 0;
	font-size: 0.90em;
/*	font-style: normal;
	font-weight: 400;*/
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.01em;
	word-spacing: 0em;
	line-height: 1.1em;
	text-align: left;
}

.acc_container h6 {
	font: 1.45em normal; /*Georgia, "Times New Roman", Times, serif;*/
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #254d28;
	background: url(../img/bullet.gif) right no-repeat;
}

.acc_container h6 span{
	font-size: 0.70em;
}

.acc_container .block ul.colums-two {
   clear: both;
   list-style-type: none;
   margin: 0;
   padding: 0 0 20px 0; }

.acc_container .block li.innen {
   font-size: 0.90em;
   width: 155px;
   font-weight: bold;
   float: left;
   margin: 0;
   padding: 0 20px 10px 0;
 }
      
.acc_container .block li.aussen {
   font-size: 0.90em;
   text-align: left;
   float: left;
   margin: 0;
   padding: 0 0 10px 0;
   width: 295px;
 }

.acc_container .block li.clr {
   display: inline;
   margin: 0;
   padding: 0;
 }

.acc_container .block br.clr {
   clear: left;
   width: 1px;
   font-size:1px;
   margin: 0;
   padding: 0;
   overflow:hidden;
 }
/* Gästebucheinträge */
#GB_tablefrm { width:480px; }
#GB_tablefrm input {vertical-align: top;}
#GB_tablefrm input:hover, .inputbox:hover, button:hover, .button:hover, input:focus, .inputbox:focus, button:focus, .button:focus {
background:#f5f5f5;
border:1px solid #aaa;
}

#GB_tablefrm td { border:0px solid #000; vertical-align:top; overflow:hidden;}
.tdsmall {
	font-size: 0.70em;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.GB_tablecontent .kommentareintrag {
	text-indent: 3em;
	padding: 0 25px;
	width: 100%;
	/*border: 1px solid #545304;*/
}