html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
}
body {}
ol, ul {
		list-style: none;
}
blockquote, q {
		quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
}
table {
		border-collapse: collapse;
		border-spacing: 0;
}

/* End of css reset */

.clear {
		clear: both;
}

b {
		font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

.extendableContainer {
		margin: 0 0 10px 0;
		padding: 10px 25px;
		border: 1px solid #000000;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 1);
		border-radius: 5px;
}

.extendableContainer dt {
		padding: 10px;
		cursor: pointer;
		border: 1px solid #000000;
		border-radius: 5px;
}


body {
	margin: 20px 0 20px 0;
	padding: 0;
	color: #333;
	font-family: Arial;
	font-size: 14px;
	background: #e9e9e9 none;
	
	background-repeat: repeat-x;
}

.clear {
	clear: both;
}



.Liste {
	margin: 10px 10px 10px 15px;
	padding: 0;
}

.Liste li {
	padding: 0 0 3px 3px;
	margin: 0 0 5px 0;
	line-height: 16px;
	background-position: 0px 4px;
}

#mainWrapper {
	width: 940px;
	margin: 20px auto 0 auto;
	padding: 0;
	box-shadow: 0px 0px 4px 2px #bbbbbb;
}

#header {
	position: relative;
	width: 940px;
	height: 263px;
	background: #ffffff url("images/icons/vorlage_03_header.png");
}

#mainContent {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-color: #ffffff;
}

#contentLeft {
	float: left;
	margin: 0;
	padding: 15px 0px 25px 25px;
	width: 530px;
	
}

#contentRight {
	float: right;
	width: 307px;
	padding: -15px 0 0 0;
	margin: 0 25px 0 0;
}

h1 {
	margin: 0px 0 2px 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #295d3f;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #295d3f;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

a {
	color: #1c4d7a;
}

ul {
	font-size: 14px;
}

.headContentRight1 {
	font-size: 23px;
	font-weight: bold;
	color: #295d3f;
	margin: 0;
}

.headContentRight2 {
	font-size: 16px;
	font-weight: bold;
	color: #295d3f;
	margin: 0 0 10px 0;
}

.sidebarBoxTelephone {
	margin: 15px 0 20px 0;
	padding: 15px 15px 15px 20px;
	background: #f4f4f4;
	border: 1px solid #ededed;
	: #ededed;
}

.number, .mail {
	color: #e89e00;
	font-size: 30px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

.telBoxText {
	font-size: 13px;
	color: #295d3f;
	font-weight: bold;
}

#contactBox p {
	margin: 0;
	font-size: 13px;
	padding: 0 0 10px 0;
}

form {
	margin: 0px;
	padding: 0px;
}

#formLabel {
	float: left;
	width: 90px;
	margin: 3px 0 5px 0px;
	font-size: 13px;
}

#formInput {
	float: left;
	width: 160px;
	padding: 0px;
	margin: 0px 0 5px 10px;
}

.textInput {
	width: 150px;
	height: 70px;
	border: 1px solid #999;
	padding: 0;
	background-color: #fff;
}

.textareaInput {
	border: 1px solid #999;
	font-size: 13px;
	padding: 0px 2px;
	width: 154px;
	height: 75px;
	background-color: #fff;
}

.submitInput {
	width: 80px;
	font-size: 14px;
	color: #000000;
	background-color: #cbcbcb;
	border: 1px solid #666666;
	position: absolute;
	margin-left: 70px;
}

#footer {
	padding: 10px 15px 10px 25px;
	font-size: 13px;
	background: linear-gradient(to top, #e9e9ea, #ffffff);;
	text-align: left;
	position: relative;
	width: 900px;
	height: 65px;
	color: #ababab;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333333;
}

#footer a {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.box {
	border: 1px solid #ababab;
	padding: 10px;
}

#footer .company:after, #footer .contact span:after {
	content: " |";
}

#footer .contact span.contactZip:after {
	content: none;
}

#logo {
	width: 318px;
	background-image: url("http://www.agreen-garden.de/");
	background-position: center center;
	height: 51px;
	background-repeat: no-repeat;
	align: 50%;
	margin: 30px auto;
}

.dataInput {
	width: 150px;
	height: 19px;
	padding: 0;
	border: 1px solid #aaa5a3;
	font-size: 12px;
}

#formBox td {
	padding: 0 5px 5px 0;
	vertical-align: top;
	position: relative;
}

#header a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.sidebarBoxCustom {
	text-align: center;
}

#formBox {
	position: relative;
}

.boxHilight {
	padding: 25px 25px 17px 25px;
	background: #f4f4f4 none;
	margin: 30px 0 30px 0;
	border: 1px solid #ababab;
}

.Liste li:first-child {
	margin-top: 10px;
}

#footer h1 {
	margin-bottom: 5px;
	font-size: 18px;
	color: #295d3f;
	padding-top: 7px;
}

.sidebarBoxTelephone ul {
	list-style-image: url(images/icons/haken.png);
	list-style-position: inside;
	font-weight: bold;
}

.sidebarBoxTelephone li {
	vertical-align: top;
	font-weight: bold;
	color: #494949;
}

.sidebarBox {
	border: 1px solid #ababab;
	margin: 0 0 20px 0;
	padding: 15px 15px 15px 20px;
	width: 270px;
	//box-shadow: 2px 2px 2px #bfbfbf;
	background: linear-gradient(to bottom, #f2f2f2, #ffffff);
}

.telBoxCaption {
	color: #295d3f;
	
}

.company {
	display: none;
}

#footer p > span {
	color: #333333;
}

#headerbild_l {
	width: 890px;
	height: 230px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background: #295d3f url("images/header.png");
	position: absolute;
	right: 25px;
	top: 25px;
	border-top: 0px solid #295d3f;
	border-bottom: 0px solid #295d3f;
}

.number a, .mail a {
	text-decoration: none;
	color: #e89e00;
}

.mail {
	
	font-size: 20px;
	font-weight: bold;
	
}

.imageLeft {
	float: left;
	margin: 2px 20px 20px 0px;
	display: block;
	font-size: 10px;
}

.imageRight {
	float: right;
	margin: 2px 0 20px 20px;
	display: block;
	font-size: 10px;
}

.sidebarBoxTelephone td {
	background: transparent url("images/icons/haken.png");
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 30px;
}

h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	color: #295d3f;
}

.callButton {
	box-shadow: inset 0px 1px 0px 0px #f5978e;
	box-shadow: inset 0px 1px 0px 0px #f5978e;
	box-shadow: inset 0px 1px 0px 0px #f5978e;
	background: linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	
	background-color: #f24537;
	border-top-left-radius: 10px;
	border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	text-indent: 0;
	border: 1px solid #d02718;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	height: 50px;
	line-height: 50px;
	width: 263px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 1px #810e05;
	margin: 10px 0 10px 0;
}

.callButton a {
	text-decoration: none;
	color: #ffffff;
}

.callButton:hover {
	background: linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	
	background-color: #c62d1f;
}

.callButton:active {
	position: relative;
	top: 1px;
}

p {
    text-align: justify;
}

.sidebarBoxText {
	width: 100%;
	box-sizing: border-box; /* Damit Innenabstände und Rahmen berücksichtigt werden */
	padding: 15px; /* Ggf. angepasst an den Stil der anderen Boxen */
}

.google-maps-iframe {
	width: 100%;
	height: 200px; /* Kann angepasst werden */
	border: 1px solid; /* Passt sich der Gestaltung der Seite an */
	box-sizing: border-box; /* Bezieht Rahmen in die Gesamtbreite mit ein */
	margin: 0;
}
