/* Copyright (c) 2011 Martin Puskeiler, All rights reserved
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/
/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}
/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Layout
----------------------------------------------------------------------------------------------------*/
html { 
	background: url(../images/hintergrd.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
    /*background: #FFFFCC;/*#339966;/*f0f0f0;*/
    /*background-image: url(../images/strand.JPG);*/
	border: none;
	color: #333;/*#FF8000;/*#333;*/
	margin: 0 auto;
	font: 16px/24px Helvetica, Arial, sans-serif;
	width: 960px;
}
h1 {
	font: normal bold 34px/50px Arial, Helvetica, sans-serif;
	padding-top: 30px;
}
h2 {
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
}
p {
	font-weight: normal;
	padding-bottom: 22px;
}
a {
	color: #333;/*#CC6600;*/
	text-decoration: none;
}
a:visited {
	/*color: #CC6600;/*#FF8000;*/
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #000000;/*#FF9900;*/
	text-decoration: underline;
}
a:active {
	/*color: #CC6600;*/
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: 1px dotted;
}
#body_header {
    /*background-image:url(../images/header.jpg);*/
}
#body_header h1 {
	padding: 30px 0 20px 40px;
    /*color:#FF8000;*/
}
#body_header h2 {
	padding: 0 0 0 40px;
    /*color:#FF8000;*/
}
#body_header h3 {
    text-align:right;
    margin-top:-147px;
}
#body_header h4 {
    text-align:right;
}
nav#global {
	padding: 10px 0;
	position: absolute;
    width: 960px;/*100%;*/
	background-color: #333;
    margin-left:auto;
    margin-right:auto;
}
nav#global ul {
	margin: 0 auto;
	width: 960px;
	border: none;
}
nav#global ul li {
	display: inline;
	list-style: none;
	padding-left: 40px;
}
nav#global ul li a {
	color: #777;
	background-color: #222;
	border: 2px solid #222;
	font: normal bold 17px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}
nav#global ul li a:hover, nav#global ul li a:focus {
	background-color: #111;
	border: 2px solid #444;
	color: #3E8A39;/*#FF9900;*/
	text-decoration: none;
}
nav#global ul li a.selected {
	color: #3E8A39;/*#FF9900;/*#fff;*/
}
nav#global ul li a.selected:hover {
	color: #fff;/*#FF9900;*/
}
#subnav {
	/*background-color: #FF8000;*/
	margin-top: 100px;
	padding: 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#subnav a {
	color: #3E8A39;/*#FF9900;*/
	background-color: #222;
    border: 2px solid #222;
	font: normal bold 16px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}
#subnav a:hover {
	color: #fff;
	background-color: #111;
	border: 2px solid #444;
	text-decoration: none;
}
#intro {
	/*background-color: #FF8000;*/
	margin-top: 0px;
	padding: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#intro header h2 {
	font-weight: normal;
	line-height: 30px;
	padding: 0 0 15px 0;
}
#intro a {
	color: #3E8A39;/*#FF9900;/*#fff;*/
	background-color: #222;
    border: 2px solid #222;
	font: normal bold 16px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}
#intro a:hover {
	color: #fff;/*#FF9900;*/
	background-color: #111;
	border: 2px solid #444;
	text-decoration: none;
}
#intro #photo_header {
/*
	background-color: #fff;*/
	float: right;
    margin-right:0px;
	margin-top:100px;
/*	-moz-box-shadow: 0 1px 10px #333;
	-webkit-box-shadow: 0  1px 10px #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 400px;
	height: 300px;*/
}
#intro #photo_header section {
/*	background-color: #333;
	margin: 10px auto 0 auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 380px;
	height: 260px;
	text-align: center;*/
}
#main {
	/*background: url(../images/main_bkgd.png) repeat-y top right;*/
    /*background-color:#339966;*/
	border: none;
}
#main #articles {
	float: left;
	margin-left: 40px;
    text-align:left;
	width: 650px;
	border: none;
}
article {
	border-bottom: 1px dotted #aaa;
    margin-bottom:15px;
	padding: 15px 0;
    text-align:left;    
}
article:last-child {
	border-bottom: none;
}
article section a {
	/*color: #FF9900;*/
	background-color: #333;
    border: 2px solid #222;
	font: normal bold 16px/44px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}
article a:hover {
	color: #fff;
	background-color: #111;
	border: 2px solid #444;
	text-decoration: none;
}
#main #ferien{

	/*background-color: #FF8000;*/
	padding: 40px;
   
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    margin-top:50px;
}
#main #ferien section{
      margin-left:40px;
}
#main #wellness{
	/*background-color: #FF8000;*/
	padding: 40px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    margin-top:50px;
}
#main #wellness section{
      margin-left:40px;
}
#main #wellness #logo{

    float: right;
    margin-right:0px;
    margin-top:-300px;
}
#main #route{
	/*background-color: #FF8000;*/
	padding: 40px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    margin-top:50px;
    margin-bottom:20px;
}
#main #route section{
    margin-left:40px;
}
#main #karte{
      margin-top:50px;
      margin-left:40px;
      margin-bottom:200px;
}
#main #karte section p{
      /*color:#FFFFCC;*/
      text-align:justify;
      font-size:xx-small;
      visibility:hidden;
}
#main #buchung{
      margin-top:50px;
      margin-left:40px;
      margin-bottom:200px;
}
/* Das Kontaktformular */
form {
  background-color: #eee;
  width: 370px; /* Breite des Formulars */
  padding: 20px;
  border: 1px solid #8c8c8c;
}
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
}
input#absender,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea {
  height: 7em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}
