html {
	height: 100.01%;
	margin-bottom:1px;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000; /* Text alles */
	background-color: #b7ca9b; /* HIntergrund seitlich */
}

a {
	color: #000000; /* Farbe Text Links */
	text-decoration: none; /* alles außer Content */
}

p,td,h1,h2,h3,h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* Text Content nicht über 12 px, sonst passt nichts mehr*/
}

img {
	border: none;
}

.clearing {
	clear: both;
}

#page {
	margin: auto;
	padding: 0;
	width: 990px;
}

#header {
	margin: 0;
	padding: 127px 0 0 0;
	width: 100%;
	background-image: url(../elemente/bg_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
}

#header p {
	margin: 0 180px 0 230px;
	padding: 0;
	width: 580px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

#main {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(../elemente/bg_main.png);
	background-repeat: repeat-y;
	background-position: left;
}

#left {
	float: left;
	width: 230px;
	margin: 0;
	padding: 0;
	background-image: url(../elemente/bg_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#left #navi_left ul {
	margin: 60px 0 20px 1px;
	padding: 0;
	list-style-type: none;
}

#left #navi_left ul li {
	font-weight: bold;
	font-size: 14px;
}

#left #navi_left ul li a {
	display: block;
	padding: 5px 15px; /* Navi Ausrichtung*/
}

#left #navi_left ul li a:hover {
	background-color: #fff; /* Navi Hintergrund over */
}

#left #navi_left ul li ul {
	margin: 0;
	padding: 0;
}

#left #navi_left ul li ul li {
	font-weight: normal;
}

#left #navi_left ul li ul li a {
	padding: 5px 25px;
}

#left #navi_left ul li ul li a:hover,
#left #navi_left ul li ul li.active a {
	background-color: #fff;
}

#middle {
	float: left;
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px;
	width: 560px;
	background-image: url(../elemente/bg_content.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content {
	margin: 0;
	padding: 0;
	width: 550px;
	min-height: 500px;
}

/* HTML-Daten */

#static_content,
#products {
	margin: 0 auto;
	padding: 0;
	width: 485px;
	background-color:#fff; /* Texthintergrund */
}

#content #products a {
	text-decoration: none;
}

#content a { /* Content Link */
	text-decoration: underline;
	color: #224400;
}

#content a:hover { /* Content Link */
	text-decoration: none;
	color: #224400;
}

#static_content table {
	border-collapse:collapse;
}

#static_content table tr.bg_green {
	background-color: #b7ca9b; /* Tabellen grün */
}

#static_content table th,
#static_content table td {
	border: 1px solid #000;
	padding: 5px;
}


hr{
	border: none;
	border-top: 1px solid #657c4a;
	height: 1px;
	margin: -10px 0px 20px -10px; /* Abstand nach oben, ??, Abstand nach unten, Abstand zur Seite */
}

h1,h2,h3,h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; /* Text Content nicht über 12 px, sonst passt nichts mehr*/
	color: #657c4a;
}


/* Untergruppen */

ul.untergruppen {
	width: 420px;
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

ul.untergruppen li {
	display: inline;
	margin: 5px;
}

ul.untergruppen li a {
	margin: 5px;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #B7CA9B;
}

ul.untergruppen li a:hover {
	color: #fff;
	background-color: #999;
}


h2.ug {
	margin-top: 20px;
}

.p_list_item {
	background-color: #EEEEEE;
	border: 1px solid #999;
	height: 150px;
	width: 485px;
	margin: 20px auto;
	padding: 10px;
}

#right {
	float: left;
	margin: 0;
	padding: 0;
	width: 170px;
}


#infobox {
	background-color: #647B49;
	margin: -10px 10px 0 10px;
	padding: 0;
	width: 150px;
	background-image: url(../elemente/bg_infobox_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#infobox div.infobox_top {
	margin: 0;
	padding: 0;
	width: 150px;
	background-image: url(../elemente/bg_infobox_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#infobox img {
	margin: 0 10px;
}

#infobox p {
	padding: 0 10px 30px 10px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}


#toolbox {
	background-color: #fff;
	margin: 100px 0 0 0;
	width: 160px;
	background-image: url(../elemente/bg_toolbox_top.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}

#toolbox ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	background-image: url(../elemente/bg_toolbox_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#toolbox ul li {
	margin: 0;
	padding: 5px 0;
}

#toolbox ul li a {
	display: block;
}

#toolbox ul li a:hover {
	font-weight: normal;
	text-decoration: underline;
}

#footer {
	margin: auto;
	padding: 0;
	width: 100%;
	background-image: url(../elemente/bg_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
}

#footer p {
	margin: 0 180px 0 230px;
	padding: 10px 0;
	width: 580px;	
	font-weight: bold;
	text-align: center;
}


/* Suchformular */

form.suchformular {
	width: 560px;
	margin: auto;
	padding: 10px;
	background-image: url(../elemente/bg_suchform_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}

form.suchformular div.suchformende{
	width: 560px;
	margin: 0 0 -10px -10px;
	padding: 0;
	background-image: url(../elemente/bg_suchform_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Produktdetails */

div.produktdetails {
	width: 485px;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #999;
}

div.produktdetails h1 {
	text-align: center;
}

table.produktdaten,
table.produktbeschreibung {
	width: 100%;
	margin: 10px 0;
	text-align: left;
	background-color: #DCE5CD;
	vertical-align: top;
}

table.produktdaten td {
	height: 15px;
	vertical-align: bottom;
}

table.produktbeschreibung td {
	vertical-align: top;
}

table.betonfundamente td {
	padding-right: 20px;
	font-weight: bold;
}

/* Suchbegriffe */

div#suchbegriffe a {
	text-decoration: underline;
	color: #224400;
}

