/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/OpenSans/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/OpenSans/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/OpenSans/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/OpenSans/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/OpenSans/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/OpenSans/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/OpenSans/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/OpenSans/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/OpenSans/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/OpenSans/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/OpenSans/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/OpenSans/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/OpenSans/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/OpenSans/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/OpenSans/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/OpenSans/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/OpenSans/open-sans-v34-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/OpenSans/open-sans-v34-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans/open-sans-v34-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/OpenSans/open-sans-v34-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/OpenSans/open-sans-v34-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans/open-sans-v34-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}


html						{ margin: 0; padding: 0; height: 100%; }
body						{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #bbecf7;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../media/garten.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: 'Open Sans', sans-serif;
	}
	
#centerwrapper{width: 100%;}

#centercell{
	height: 768px;
	width: 1024px;
	position: relative;
	text-align: left;
	background-color: #fff;
	background-image: url(../media/hg_doasahof.jpg);
	background-repeat: no-repeat;
	background-position: center center;}
	

    
a, img, button {border:0 none}

	
a.nav:link, a.nav:visited {
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-decoration:none;
	font-style: normal;
	color:#fff;
	font-weight:normal;
	letter-spacing: 1px;
	
}

a.nav:hover {
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-decoration:none;
	font-style: normal;
	color:#fbe788;
	font-weight: normal;
	letter-spacing: 1px;
}

a.rot:link, a.rot:visited {
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	color: #9e111d;
	text-decoration: none;
	font-weight: 600;
	}

a.rot:hover {
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	color: #44311f;
	text-decoration: none;
	font-weight: 600;
	}


a.navrev:link, a.navrev:visited {
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-decoration:none;
	font-style: normal;
	color:#fbe788;
	font-weight:normal;
	letter-spacing: 1px;
	
}

a.navrev:hover {
	line-height: 18px;
	font-family: 'Open+Sans', sans-serif;
	font-size: 13px;
	text-decoration:none;
	font-style: normal;
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
}





a.nav_impressum:link, a.nav_impressum:visited { font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-style: normal;
	color: #24461e;
	text-decoration: none;
	}

a.nav_impressum:hover { font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-style: normal;
	color: #9e111d;
	text-decoration: none;
	}



.fliesstext_gruen { font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-style: normal;
	color: #24461e;
	text-decoration: none;
	}
	
.fliesstext_braun { font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-style: normal;
	color: #301b21;
	text-decoration: none;
	}
	
.fliesstext_braun15 { font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-style: normal;
	color: #301b21;
	text-decoration: none;
	font-weight: 600;
	}
	
.fliesstext_rot19 { font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	line-height: 26px;
	font-style: normal;
	color: #9e111d;
	text-decoration: none;
	font-weight: 600;
	}
	
	
.natur {
	line-height: 35px;
	font-family: 'Open Sans', sans-serif;
	font-size: 27px;
	text-decoration:none;
	font-style: normal;
	color:#301b21;
	font-weight: normal;
}

#apDiv1 {
	position:absolute;
	left:30px;
	top:51px;
	width:968px;
	height:25px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:69px;
	top:500px;
	width:664px;
	height:193px;
	z-index:2;
}
#apDiv3 {
	position:absolute;
	left:156px;
	top:717px;
	width:840px;
	height:56px;
	z-index:3;
}
#slideshow {
	position:absolute;
	left:22px;
	top:88px;
	width:983px;
	height:380px;
	z-index:1;
}

#apDiv5 {
	position:absolute;
	left:210px;
	top:368px;
	width:491px;
	height:132px;
	z-index:1;
}
#apDiv6 {
	position:absolute;
	left:743px;
	top:200px;
	width:236px;
	height:128px;
	z-index:2;
}
	
	
