
/************************************************************
	 Allgemein
*************************************************************/

html {
	height:100%;
}
body {
	margin:0;
	font-size:14px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	line-height:18px;
	color:#fff;
	background-color:#000;
	background-position:top center;
	background-repeat:no-repeat;
	height:100%;
	background-size:100%;
}
a {
	text-decoration:none;
	outline:none;
}
.fixFloat {
	clear:both;
	height:0px;
}
img {
	border:none;
}


/************************************************************
	 Raster
*************************************************************/

#wrapper {
	width:962px;
	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 */ 
	position:relative;
	margin:0 auto;
	background:url(img/wrapper-back.png);
}
#navigation {
	position:absolute;
	top:18px;
	left:62px;
	width:190px;
	padding-top:150px;
}
#subnavigation {
	position:absolute;
	top:18px;
	left:252px;
	width:222px;
	padding-top:150px;
}
#content {
	position:absolute;
	top:18px;
	right:62px;
	width:426px;
	padding:150px 0 100px 0;
}


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

ul.navi {
	margin:0;
	padding:0;
	list-style:none;
	font-size:15px;
	font-weight:200;
	line-height:15px;
}
#subnavigation ul.navi {
	margin-left:16px;
}
ul.navi li.logo {
	position:absolute;
	top:29px;
	left:-1px;
}
ul.navi li.logo a {
	display:block;
	width:149px;
	height:64px;
	background:url(img/navi-logo.png) no-repeat;
}
ul.navi li {
	margin-bottom:5px;
}
ul.navi li a {
	color:#fff;
	text-transform:lowercase;
}
ul.navi li a:hover, ul.navi li.current a {
	color:#2f9ed4;
}


/************************************************************
	 Optionsmenü
*************************************************************/

div.opt {
	position:absolute;
	top:38px;
	right:62px;
	text-align:right;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
div.opt a {
	margin-left:10px;
	color:#fff;
	font-weight:500;
}
div.opt a:hover {
	color:#2f9ed4;
}
ul.opt {
	position:absolute;
	top:32px;
	right:62px;
	margin:0;
	padding:0;
	list-style:none;
}
ul.opt li {
	float:right;
}
ul.opt li.txt a {
	display:block;
	padding-top:7px;
	margin-right:5px;
	color:#fff;
	font-weight:500;
}
ul.opt li.txt a:hover {
	color:#2f9ed4;
}
ul.opt li.btn a {
	display:block;
	width:23px;
	height:23px;
	margin-left:7px;
}
ul.opt li.btn a:hover {
	background-position:bottom;
}
ul.opt li.home a {
	background:url(img/opt-home.png);
}
ul.opt li.mail a {
	background:url(img/opt-mail.png);
}
ul.opt li.fbook a {
	background:url(img/opt-fbook.png);
}


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

body.gras {
	background-image:url(../back_gras.jpg);
}
body.rosablume {
	background-image:url(../back_rosablume.jpg);
}
body.sonnenblume {
	background-image:url(../back_sonnenblume.jpg);
}
body.pflaster {
	background-image:url(../back_pflaster.jpg);
}
body.back_01 {
	background-image:url(../img/back_gras.jpg);
	background-size:100%;
}
#background {
	width:100%;
	height:100%;
	overflow:hidden;
}
#background img {
	width:100%;
}
h1 {
	position:absolute;
	top:80px;
	left:0;
	font-size:20px;
	line-height:22px;
	padding:0;
	margin:0;
	font-weight:200;
	color:#fff;
}
h1.einzeilig {
	padding-top:22px;
}
#motivBox {
	position:relative;
	width:426px;
	height:150px;
	margin:0 0 20px 0;
}
p {
	padding:0;
	width:400px;
	margin:0 0 20px 0;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}
#subnavigation p {
	width:190px;
}
p.footer {
	position:fixed;
	bottom:0px;
	margin:0 0 0 2px;
	padding:15px 0 20px 62px;
	border-top:1px solid #343641;
	font-size:11px;
	clear:both;
	width:896px;
	background:#000;
}
p.footer a {
	display:inline-block;
	margin-left:10px;
}
span.einzug {
	display:inline-block;
	width:15px;
	font-weight:bold;
}
p a {
	color:#2f9ed4;
}
p a:hover {
	text-decoration:underline;
}
p a.arrow {
	display:inline-block;
	width:10px;
	min-height:8px;
	background:url(img/icn_arrow.png) no-repeat left center;
	padding-left:15px;
}


/************************************************************
	 HoverBox
*************************************************************/

a.hoverBox {
	display:block;
	position:relative;
	width:160px;
	height:85px;
	overflow:hidden;
	margin-bottom:14px;
	cursor:pointer;
}
.hoverBox img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	border:none;
}
.hoverBox div {
	position:absolute;
	top:-85px;
	left:0px;
	background:url(img/black_trans.png);
	width:160px;
	height:85px;
	z-index:2;
}
.hoverBox div p {
	position:absolute;
	bottom:10px;
	left:0;
	color:#fff;
	margin:0 10px;
	font-size:12px;
	padding:30px 0 0 0;
}
.tropfen p {
	background:url(img/icn-tropfen.png) no-repeat;
}
.blatt p {
	background:url(img/icn-blatt.png) no-repeat;
}
.schaufel p {
	background:url(img/icn-schaufel.png) no-repeat;
}
.hoverBox div p span {
	display:block;
	font-size:15px;
	line-height:17px;
}



/************************************************************
	 Slide-Show
*************************************************************/


#slideShowItems {
	position:absolute;
	right:0;
	top:0;
	background:#000 url(img/cbx-loading.gif) center center no-repeat;
}
#slideShowItems div {
	position:absolute;
	display:none;
}
ul#slideShowCount {
	position:absolute;
	margin:0px;
	padding:0px;
}
ul#slideShowCount li.slide {
	float:right;
	cursor:pointer;
	width:14px;
	height:14px;
	margin-right:5px;
	display:block;
	background:url(img/slideShow-indikator.png);
}
ul#slideShowCount li.slide:hover, ul#slideShowCount li.slide.selectedTab {
	background-position:left bottom;
}
#motivBox #slideShowItems {
	width:426px;
	height:150px;
}
#motivBox #slideShowItems div {
	width:426px;
}
#motivBox ul#slideShowCount {
	bottom:10px;
	right:5px;
	width:426px;
}


/************************************************************
	 Referenzen Bildergalerie
*************************************************************/

.seitenBox {
	width:430px;
	margin-left:-2px;
	position:relative;
}
.hidden {
	overflow:hidden;
}
ul.refBilder {
	position:absolute;
	top:0px;
	left:2px;
	padding:0;
	margin:0;
	list-style:none;
	width:450px;
}
ul.galerie {
	padding:0;
	margin:0;
	list-style:none;
	width:450px;
}
ul.refBilder li,
ul.galerie li {
	float:left;
	width:96px;
	height:96px;
	margin:0 14px 14px 0;
}
ul.refBilder li a ,
ul.galerie li a {
	display:block;
	width:96px;
	height:96px;
	position:relative;
}
ul.refBilder li a span,
ul.galerie li a span {
	display:none;
	position:absolute;
	left:5px;
	bottom:5px;
	width:16px;
	height:16px;
	background:url(img/icn_lupe.png);
}
ul.refBilder li a:hover span,
ul.galerie li a:hover span {
	display:block;
}
ul.bilderNav {
	padding:60px 0 0 0;
	margin:0;
	clear:both;
	list-style:none;
}
ul.bilderNav li {
	float:left;
	margin:0 6px 0 0;
}
ul.bilderNav li a {
	display:block;
	height:14px;
	width:14px;
	background:url(img/slideShow-indikator.png) no-repeat;
}
ul.bilderNav li a:hover, ul.bilderNav a.current {
	background-position:left bottom;
}

.seitenBox img.hoverImg {
	position:absolute;
	left:-222px;
	top:0px;
}


/************************************************************
	 Google Maps
*************************************************************/

#map_canvas {
	width:426px;
	height:150px;
	position:relative;
	margin:0 0 20px 0;
}
#mapLink {
	position:absolute;
	display:block;
	top:280px;
	right:-28px;
	width:13px;
	height:15px;
	background:url(img/mapLink.png);
}
.top {
	background-position:left bottom !important;
}