
/* ---------------------------------------------------- body / html ----------------------------------------------------- */
* {
	border:0;
	margin:0;
	padding:0;
}


body {
	background:#ffffff url(../images/body_kachel.gif) repeat-x center 0;
	height:100%;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	height:100%;
}


/* ----------------------------------------------------- wrapper ----------------------------------------------------- */

div#wrapper {
	width:980px;
	margin:0 auto;
	z-index:1;
	position:relative;
	background:url(../images/wrapper_kachel.gif) 0 0 repeat-y;
	min-height:100%;
}

* html div#wrapper {
	height:100%;
}


/* ----------------------------------------------------- head ----------------------------------------------------- */

#head1 {
	width:980px;
	height:141px;
	background: url(../images/head1.gif) 0 23px no-repeat;
}

#head2 {
	width:980px;
	height:314px;
	background: url(../images/head2.jpg) 0 0px no-repeat;
}

/* ----------------------------------------------------- main----------------------------------------------------- */

#main {
	width:980px;
	background: url(../images/main.gif) no-repeat 0 0;
}

/* ----------------------------------------------------- content ----------------------------------------------------- */

#content { 
	width:900px;
	min-height:230px;
	padding:15px 0 150px 64px;
	margin:0;
}

* html #content  {
	height:230px;
}

#spalte01 { float:left; width:204px; margin:39px 0 0 0;}

#spalte02 { float:left; width:328px; background:url(../images/strich2.gif) repeat-y 21px 0;}
#spalte02 p { padding:0 0 0 44px;}

#spalte02 table { margin:0 0 0 44px;}


#spalte03 { 
	float:left; 
	width:328px; 
	margin:39px 0 0 0; 
	padding:0 0 0 0; 
	background:url(../images/strich2.gif) repeat-y 21px 0;
}

#spalte03 p { padding:0 0 0 44px;}


#spalte04 { float:left; width:550px; background:url(../images/strich2.gif) repeat-y 21px 0;}
#spalte04 p { padding:0 0 0 44px;}



#slideshow {
	margin:0 0 0 44px;
}

#slideshow img {
	padding:2px;
	border:1px solid #cccccc;
}

#abstand { margin:0 0 0 44px; }


/* ----------------------------------------------------- footer ----------------------------------------------------- */

div#footer {
	margin:0 auto;
	position:relative;
	z-index:20;
	width:100%;	
	margin:0 auto;
	height:150px;
	margin-top:-150px;
	background: url(../images/footer.gif) 0px 0px repeat-x;
}

div#footer_innen {
	margin:0 auto;
	z-index:20;
	width:897px;	
	margin:0 auto;
	height:70px;
	padding:80px 0 0 83px;
	background:url(../images/strich6.gif) 288px 85px no-repeat;
	position:relative;
}

div#footer p {
	float:left;
	color:#FFFFFF;
	padding:0px 0 0 0;
}


#schmetterling {
	width:135px;
	height:140px;
	background:url(../images/schmetterling.jpg) 0 0 no-repeat;
	position:absolute;
	right:30px;
	top:-1px;

}


/* - Mobile Styles -*/
#mobile-link{
	border: 1px solid #ccc;
	background:#fff url(../images/mobile/bg-btn-desktop.png) repeat-x 0 bottom;
	display:none;
	clear:both;
	position:relative;
	z-index:99999;
}

.btn-mobile {
	display: block!important;
	margin: 0 auto;
	color: #666 !important;
	background:url(../images/mobile/icon-mobile.png) no-repeat 5% 24px;
	text-indent:20%;
	text-decoration: none!important;
	font-size:30px;
	padding: 60px 20px;
	text-transform: uppercase;
}
