* {
margin:0;
padding:0;
}

body {
	background-image: url(../images/green_cup.png);
	background-repeat: repeat;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #333;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 1.7em;
	line-height: 2em;
	font-family: Oswald;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.45em;
	line-height: 1.6em;
	font-family: Oswald;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
h4 {

}

a:link {
	font-style: italic;
	color: #e40613;
	text-decoration: none;
}
a:visited {
	color: #e40613;
}
a:hover, a:active {
	color: #930;
}
a:hover {
	color: #900;
}
a img {
border:none;
outline:none;
}
.copy {
	font-style: italic;
	font-weight: bold;
	color: #0062a9;
}
.copy:hover {
	color: #094b87;
	text-decoration: underline;
}
.copy:visited {
	color: #0062a9;
}
p {
	margin-bottom: 15px;
}
#wrapper {
	height: auto;
	width: 100%;
}
#wrapper_inside {
	height: auto;
	width: 1024px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
	padding: 15px;
}
#page {
	background-image: url(../images/cream_pixels.png);
	background-repeat: repeat;
	float: left;
	width: 1024px;
		-webkit-box-shadow: 1px 1px 12px 1px #000000; /* WebKit */
	-moz-box-shadow: 1px 1px 12px 1px #000000; /* Firefox */
	box-shadow: 0px 1px 8px 1px #646463;
}

#top {
	float: left;
	height: auto;
	width: 1024px;
	background-color: #FFF;
}
#logo {
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 1024px;
}
#main_navi {
	float: left;
	width: 1000px;
	margin-top: 10px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #d8d2c2;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d8d2c2;
	background-color: #FFF;
}
#main_navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main_navi ul li {
	display: inline;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main_navi ul li a {
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	font-family: Oswald;
	font-style: normal;
}
#main_navi ul li a:hover {
	color: #e40613;
}
#main_navi ul li .current {
	color: #e40613;
}



#slider {
	float: left;
	height: 350px;
	width: 1024px;
	margin: 0px;
	padding: 0px;
}


#contact_box {
	background-color: #ece7da;
	float: left;
	height: 90px;
	width: 1024px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #796e55;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.95em;
	line-height: 1.5em;
	background-image: url(../images/bg_contact.jpg);
	background-repeat: repeat-x;
}
#contact_left {
	float: left;
	width: 300px;
	text-align: right;
	margin-right: 41px;
}
#contact_right {
	float: left;
	width: 341px;
	text-align: center;
}
#office {
	float: left;
	width: 300px;
	text-align: left;
	margin-left: 41px;
}
#shadow {
	background-image: url(../images/header_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 35px;
	width: 1024px;
}

#content {
	float: left;
	height: auto;
	width: 1024px;
	padding-bottom: 15px;
}
#content_inside {
	float: left;
	width: 944px;
	min-height: 350px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.content_left {
	float: left;
	width: 472px;
	height: 230px;
}
#content_right {
	float: left;
	width: 472px;
	height: 230px;
}



#leistungen {
	float: left;
	height: auto;
	width: 1024px;
	margin-top: 35px;
	font-family: Oswald;
	font-size: 1em;
	font-weight: 400;
	color: #222;
}
#leistungen a {
	font-style: normal;
	color: #222;
	text-decoration: none;
}

#leistungen h3 {
	font-size: 1.6em;
	font-weight: 400;
	color: #e40613;
	font-style: normal;
}
.leistung_box_jub {
	float: left;
	height: 180px;
	width: 460px;
	margin-left: 16px;
	-webkit-box-shadow: 1px 1px 12px 1px #000000; /* WebKit */
	-moz-box-shadow: 1px 1px 12px 1px #000000; /* Firefox */
	box-shadow: 0px 0px 6px 0px #868581;
	background-repeat: no-repeat;
	padding: 10px;
	background-image: url(../images/jub.jpg);
	background-position: left center;
	margin-bottom: 30px;
	background-color: #ebe7db;
	border: 1px solid #FFF;
}
.leistung_box_baumpflege {
	float: left;
	height: 180px;
	width: 460px;
	margin-left: 28px;
	-webkit-box-shadow: 1px 1px 12px 1px #000000; /* WebKit */
	-moz-box-shadow: 1px 1px 12px 1px #000000; /* Firefox */
	box-shadow: 0px 0px 6px 0px #868581;
	background-repeat: no-repeat;
	padding: 10px;
	background-image: url(../images/baumpflege.jpg);
	background-position: left center;
	margin-bottom: 30px;
	background-color: #ebe7db;
	border: 1px solid #FFF;
}
.leistung_box_geruest {
	float: left;
	height: 180px;
	width: 460px;
	margin-left: 16px;
	-webkit-box-shadow: 1px 1px 12px 1px #000000; /* WebKit */
	-moz-box-shadow: 1px 1px 12px 1px #000000; /* Firefox */
	box-shadow: 0px 0px 6px 0px #868581;
	background-repeat: no-repeat;
	padding: 10px;
	background-image: url(../images/geruestbau.jpg);
	background-position: left center;
	margin-bottom: 30px;
	background-color: #ebe7db;
	border: 1px solid #FFF;
	margin-right: 16px;
}
.leistung_box_handel {
	float: left;
	height: 180px;
	width: 460px;
	margin-left: 28px;
	-webkit-box-shadow: 1px 1px 12px 1px #000000; /* WebKit */
	-moz-box-shadow: 1px 1px 12px 1px #000000; /* Firefox */
	box-shadow: 0px 0px 6px 0px #868581;
	background-repeat: no-repeat;
	padding: 10px;
	background-image: url(../images/handel.jpg);
	background-position: left center;
	background-color: #ebe7db;
	border: 1px solid #FFF;
}
.leistung_box_buehnen {
	float: left;
	height: 180px;
	width: 460px;
	margin-left: 16px;
	-webkit-box-shadow: 1px 1px 12px 1px #000000; /* WebKit */
	-moz-box-shadow: 1px 1px 12px 1px #000000; /* Firefox */
	box-shadow: 0px 0px 6px 0px #868581;
	background-repeat: no-repeat;
	padding: 10px;
	background-image: url(../images/buehnen.jpg);
	background-position: left center;
	background-color: #ebe7db;
	margin-right: 16px;
	border: 1px solid #FFF;
}
.leistung_text {
	float: left;
	width: 250px;
	margin-left: 180px;
	height: 160px;
	background-image: url(../images/bg_leistung.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.leistung_text:hover {
	background-color: #FFF;
}
#leistungen ul {
	list-style-position: outside;
	list-style-type: circle;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#leistungen ul li {
	margin-bottom: 5px;
}
.referenzen {
	float: left;
	width: 100%;
	margin-bottom: 35px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e40613;
}
.referenzen h3 {
	font-weight: 500;
}
.referenzen .fancybox img {
	margin-right: 30px;
	border: 5px solid #FFF;
	-webkit-box-shadow: 1px 1px 12px 1px #000000; /* WebKit */
	-moz-box-shadow: 1px 1px 12px 1px #000000; /* Firefox */
	box-shadow: 0px 0px 5px 0px #8f8f8f;
	margin-bottom: 15px;
}



#footer {
	float: left;
	width: 984px;
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 0.85em;
	line-height: 1.75em;
	color: #796e55;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #d9d2c2;
	padding-bottom: 15px;
	background-color: #ebe7db;
}
#footer h2 {
	font-size: 1.45em;
	color: #77705c;
	font-family: Oswald;
	font-weight: 400;
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#maps {
	float: left;
	height: auto;
	width: 400px;
}
#maps iframe {
	background-color: #d9d2c2;
	padding: 1px;
}

#contact {
	float: left;
	height: 220px;
	width: 240px;
	margin-left: 55px;
}
#opentime {
	float: left;
	height: 220px;
	width: 250px;
	margin-left: 35px;
}
#copy {
	background-color: #d9d2c2;
	float: left;
	width: 1000px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: right;
	font-size: 0.8em;
	color: #77705c;
	padding-right: 12px;
	padding-left: 12px;
}
#copy a {
	font-style: italic;
	color: #77705c;
	text-decoration: none;
}
#copy a:hover {

	color: #0061a5;

}
