@charset "iso-8859-1";
/* CSS Document */


body {
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	margin:0;
	background: url(../img/layout/bg_main.gif) top left repeat-x #eeeff0;
	color:#5e6061;
}

a {
	outline:none;
	color:#5e6061;
}

a:hover {
	color:#35766f;
}


#mainWrapper {
	width:885px;
	margin:0 auto;
	background:url(../img/layout/bg_mainwrapper.png) top left repeat-y;
	min-height:576px;
}

#mainWrapperEnd {
	width:885px;
	height:17px;
	margin:0 auto;
	background:url(../img/layout/bg_mainwrapperEnd.png) top left repeat-y;
}

#backgroundStar {
	margin-left:7px;
	width:870px;
	min-height:577px;
	background:url(../img/layout/bg_star.jpg) top left no-repeat;
}

#footer {
	width:870px;
	height:25px;
	margin:0 auto;
	text-align:right;
	padding-right:14px;
	margin-top:10px;
	color:#939393;
}

#footer a {color:#939393;text-decoration:none;}
#footer a:hover {color:#35766f; text-decoration:underline;}

/* ***** Navigation ***** */
#navigationWrapper {
	position:absolute;
	width:241px;
	height:213px;
	background:url(../img/layout/kasten-navi.png) top left no-repeat;
	margin:200px 0 0 20px;
}

ul#navigation {
	position:absolute;
	margin:217px 0 0 45px;
	width:200px;
	list-style-type:none;
	padding:0;
	line-height:20px;
	color:6d6e71;
	z-index:100;
}

ul#navigation li {
	text-align:right;
}

ul#navigation li a {
	text-decoration:none;
}

ul#navigation li a:hover, ul#navigation li a.active  {
	font-weight:bold;
	color:#35766f;
}

#shortcutHomeKontakt {
	position:absolute;
	width:77px;
	height:9px;
	background:url(../img/layout/shortcut-home-kontakt.png) top left no-repeat;
	margin:111px 0 0 790px;
}

#shortcutHomeKontakt a span {display:none;}

#shortcutHomeKontakt a#goHome{
	display:block;
	width:12px;
	height:9px;
	float:left;
}

#shortcutHomeKontakt a#goKontakt{
	display:block;
	width:12px;
	height:9px;
	float:left;
	margin-left:6px;
}

/* ****** Home Special ***** */
#homeSpecial {
	position:absolute;
	z-index:10!important;
	width:670px;
	height:385px;
	margin:166px 0 0 126px;	
}

#homeSpecial.kiwi {background:url(../img/layout/home-1.png) top left no-repeat;}
#homeSpecial.schmetterling {background:url(../img/layout/home-2.png) top left no-repeat;}
#homeSpecial.puzzle{background:url(../img/layout/home-3.png) top left no-repeat;}

/* ***** Content ***** */

#contentWrapper {
	width:401px;
	min-height:359px;
	padding:218px 0 0 295px;
}

/* ***** Seitenumschalter ***** */
#pageChange {
	position:absolute;
	margin:330px 0 0 476px;
	width:49px;
	height:13px;
}

#pageChange .left {
	width:19px;
	height:13px;
	background:url(../img/icons/arr-left.png) top left no-repeat;
	float:left;
}
#pageChange .leftInactive {
	width:19px;
	height:13px;
	background:url(../img/icons/arr-left-inactive.png) top left no-repeat;
	float:left;
}

#pageChange .right {
	width:20px;
	height:13px;
	background:url(../img/icons/arr-right.png) top left no-repeat;
	float:left;
	margin-left:2px;
}
#pageChange .rightInactive {
	width:20px;
	height:13px;
	background:url(../img/icons/arr-right-inactive.png) top left no-repeat;
	float:left;
	margin-left:2px;
}

#pageChange div a {display:block;width:100%; height:100%;}

#spruch {
	position:absolute;
	width:220px;
	margin:461px 0 0 24px;
}

#spruch.aktuell {height:58px; background:url(../img/content/spruch_aktuell.png) top left no-repeat;}
#spruch.dienstleistungen {height:58px; background:url(../img/content/spruch_dienstleistugnen.png) top left no-repeat;}
#spruch.unternehmen {height:58px; background:url(../img/content/spruch_unternehmen.png) top left no-repeat;}
#spruch.referenzen {height:58px; background:url(../img/content/spruch_referenzen.png) top left no-repeat;}
#spruch.links {height:58px; background:url(../img/content/spruch-home.png) top left no-repeat;}
#spruch.kontakt {height:58px; background:url(../img/content/spruch-home.png) top left no-repeat;}


