﻿body:before {
    content:"";
	position:fixed;
	top:-10px;
	left:0;
	width:100%;
	height:10px;
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,.8);
	box-shadow:0px 0px 10px rgba(0,0,0,.8);
	z-index:100;
}
#wrapper{
   position:relative;
   margin: 0px auto;
   width: 100%;
   background: #8DA084 url(img/goodwood.png);
   min-height: 100%; /* Mindesthöhe für moderne Browser */
   height: auto !important; /* Important Regel für moderne Browser */ 
   height: 100%; /* Mindesthöhe für den IE */
}
#header{
   float: left;
   width: 100%;
   height: 144px;
   background-image: url(img/contc2.png);
   text-align: center;
   margin-bottom: 15px;
}
#content{
   width: 80%;
   margin: auto;
   padding:10px 10px 90px 10px; /* Innenabstand oben - rechts - unten - links */
}
.inhalt{
   padding-top: 10px;
}
#cont{
   padding-top: 10px;
   padding: 5px;
   overflow: hidden;
   position: relative;
   background-color: #fff;
   box-shadow: 15px 15px 15px -8px #333333,-15px 15px 15px -8px #333333;
  -moz-box-shadow: 15px 15px 15px -8px #333333,-15px 15px 15px -8px #333333; /* Mozilla Firefox */
  -webkit-box-shadow: 15px 15px 15px -8px #333333,-15px 15px 15px -8px #333333; /* Google Chrome */
}
#cont.profil table{
    font-size: 20px;
	width: 100%;
}
#cont.profil h2{
    font-family: 'Merienda One', cursive;
}
.bildschatten {
background: url(img/schatten.png) no-repeat bottom right;
padding: 4px 5px 17px 7px;
position:relative;

}

#footer{
   float: left;
   width: 100%;
   height: 75px;
   background-image: url(img/footer.png);
   position:absolute;
   bottom:0;
   margin:-90px 0 auto;
}
#footer p {
    position: relative;
	top: 15px;
	text-align: center;
	color: #fff;
	font-family: 'Merienda One', cursive;
	font-size: 14px;
}
#footer a {
    text-decoration: none;
	color: #fff;
}
#footer a:hover {
    text-decoration: none;
	color: #008B00;
}
#toTop {
position:fixed;
bottom:173px;
right:80px;
cursor:pointer;
background:url(img/backtotop.png) no-repeat;
text-indent:-9999px;
width:64px;
height:64px;
}
html, body {
   height:100%;
   padding: 0px;
   margin: 0px;
   height: 100%;
   font-size: 90%;
   background-color: #e7e7de;
   
}

/*******  Menü  ********/
#nav, #nav ul { /* all lists */
    width: 600px;
	margin:1px auto;
	list-style: none;
	line-height: 1.1;
	text-align: center;
}

#nav a {
	display: block;
	width: 7em;
	color: #008B00;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Merienda One', cursive;
}
#nav a.current {
	display: block;
	width: 7em;
	color: #fff;
	text-decoration: none;
}
#nav li a:hover {
	display: block;
	width: 7em;
	color: #fff;
	text-decoration: none;
}
#nav li ul a:hover {
	display: block;
	color: #FFFFFF;
	width: 6em;
	position: inherit;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 9em; /* width needed or else Opera goes nuts */
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 20px;
}
#nav li ul a {
    color:#008B00;
	background-image: url(../images/submenubg.png);
	line-height: 20px;
}
#nav li ul a:hover {
    color:#FFFFFF;
	background-image: url(../images/submenubg.png);
	line-height: 20px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/***** Buchung  ******/
.buchung form {
  padding: 3px 0 0;
  margin: 5px auto;
  width: 75%;
}
.buchung fieldset {
  border: none;
  margin: 0;
  padding: 10px 20px 25px;
}
.buchung ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.buchung li {
  float: left;
  padding: 10px;
}

.buchung li.last {
  float: none;
  clear: both;
  text-align: center;
}
.buchung fieldset legend {
  font-weight: bold;
  font-size: 22px;
  margin:15px 0 0 0px;
}
.buchung label {
  display:block;
  cursor: pointer;
  font-weight: bold;
  line-height: 24px;
}
.buchung input, textarea {
  background-color: #fff;
  color: #4d4d4d;
  border: 1px solid #c4c4c4;
  font: 13px Helvetica, Arial, "Nimbus Sans L", FreeSans, sans-serif;
  padding: 8px 12px;
  width: 300px;
}
.buchung textarea {
  width: 425px;
  overflow: auto;
}
.buchung input, textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  -moz-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2, Direction=135, Strength=5);
  -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2, Direction=135, Strength=5)";
}

.buchung input[type="submit"] {
  background-color: #008B00;
  color: #fff;
  cursor: pointer;
  font: italic bold 1em/1.2 Georgia, "Times New Roman ", Times, Cambria, "Nimbus Roman No9 L ", serif;
  padding: 5px 10px;
  width: auto;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius: 0;
}

.buchung input[type="submit"] {
  background: -moz-linear-gradient(top, #e1001a, #c50a1f);
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0, #e1001a), color-stop(1, #c50a1f));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e1001a, EndColorStr=#c50a1f);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#e1001a, EndColorStr=#c50a1f)";
  -webkit-box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f,0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
  -moz-box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f,0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
  box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f,0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
  text-shadow: 1px 1px 3px #333;
}

.buchung input[type="submit"]:hover {
  background: #c50a1f;
  text-shadow: none;
}

.buchung input[type="reset"] {
  background-color: #008B00;
  color: #fff;
  cursor: pointer;
  font: italic bold 1em/1.2 Georgia, "Times New Roman ", Times, Cambria, "Nimbus Roman No9 L ", serif;
  padding: 5px 10px;
  width: auto;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius: 0;
}
.buchung input[type="reset"] {
  background: -moz-linear-gradient(top, #e1001a, #c50a1f);
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0, #e1001a), color-stop(1, #c50a1f));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e1001a, EndColorStr=#c50a1f);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#e1001a, EndColorStr=#c50a1f)";
  -webkit-box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f,0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
  -moz-box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f,0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
  box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f,0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
  text-shadow: 1px 1px 3px #333;
}
.buchung input[type="reset"]:hover {
  background: #c50a1f;
  text-shadow: none;
}

input#absender_neue_karte_1 {width: 50px;}
input#absender_neue_karte_2 {width: 50px;}
input#absender_agb {width: 50px;}
input.zaehler_text {
    width: 40px;
	float: right;
}
textarea{resize: none}

*+html legend {margin-left: 0px}
*+html textarea {width: 430px}
*+html li.last {padding: 5px}
*+html input[type="submit"] {width: 100px}

/*****  Gallery  *****/
#cont.gallery h2{
    font-family: 'Merienda One', cursive;
}


/*****  Blog *******/
.blog{
   padding-top: 10px;
   padding: 5px;
   overflow: visible;
   position: relative;
   background-color: #fff;
}
.folded {
    position:absolute;
    padding: 7px 30px 10px;
	margin-left: -24px;
    background: url(img/1.png) no-repeat right bottom;
	display: inline-block;
    color: white;
    font-size: 13px!important;
    font: bold 1em/1.2 Georgia, "Times New Roman ", Times, Cambria, "Nimbus Roman No9 L ", serif;
    letter-spacing: 0!important;
	overflow: visible;
	box-shadow: -1px 2px 2px -1px black;
}

.blogfolded {
    position:absolute;
    padding: 10px 25px 7px;
	margin-left: -24px;
    background: url(img/1.png) no-repeat right bottom;
	display: inline-block;
    color: white;
    font-size: 13px!important;
    letter-spacing: 0!important;
	overflow: visible;
	box-shadow: -1px 2px 2px -1px black;
}
.folded a {
    color: white;
	text-decoration: underline;
}
.folded a:hover {
    color: #008B00;
	text-decoration: underline;
}
.rechts fieldset {
	width: 250px;
	border-color: #008B00;
	border-width: 1px;
}
.links { 
float:left;
width:60%;
text-align: left;
overflow:visible;
}
.links fieldset {
    border-color: #008B00;
}
.text {
    width: 650px;
	height: 55px;
	padding: 40px 5px;
	overflow:hidden;
}
.blogtext {
	padding: 40px 5px;
	overflow:hidden;
}
.content .links a {
    text-decoration: underline;
}
.rechts {
float: right;
width:30%;
text-align: left;
}
.rechts input {
  background-color: #fff;
  color: #4d4d4d;
  border: 1px solid #c4c4c4;
  font: 13px Helvetica, Arial, "Nimbus Sans L", FreeSans, sans-serif;
  padding: 8px 12px;
  width: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  -moz-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2, Direction=135, Strength=5);
  -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2, Direction=135, Strength=5)";
}
.rechts input[type="submit"] {
    background-color: #006400;
    color: #fff;
    cursor: pointer;
    font: italic bold 1em/1.2 Georgia, "Times New Roman ", Times, Cambria, "Nimbus Roman No9 L ", serif;
    padding: 5px 8px;
    width: auto;
}
.content .rechts a {
    color: #008B00;
}

.clear {
    clear:left;
}
.abstand {
    height: 25px;
}