body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #94B3A5;
}
.thrColFixHdr #container {
	width: 782px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 1px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
.thrColFixHdr #header {
	background: #FFFFFF url(../images/oben.png) no-repeat left top;
	padding: 60px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 26px;
	width: 778px;
	border: 2px outset #CCCCCC;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	margin-bottom: 2px;
	background-color: #C6D2CA;
	margin-top: 2px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #C6D2CA; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.thrColFixHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #d4dfd9;
	margin-bottom: 0;
	margin-right: 0px;
	margin-top: 2px;
	width: 556px;
	margin-left: 182px;
	border: 2px outset #CCCCCC;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#C6D2CA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	clear: both;
	margin-top: 3px;
	border: 2px outset #CCCCCC;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	width: 100%;
	height: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#wrapper  {
	background-image: url(../images/bggreenmain.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.tabelleIndexInset {
	border: 2px inset #E9E9E9;
	vertical-align: top;
}
.tabelleIndexOutset {
	border: 2px outset #E9E9E9;
	vertical-align: top;
}
.tabelleDetail {
	border: 1px solid #94B3A5;
	vertical-align: top;
}
div#mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 110%;
}
.indexbg {
	background-image: url(../images/index/haus.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.shadow {
 	-moz-box-shadow: 1px 2px 40px #000000;
 	-webkit-box-shadow: 1px 2px 40px #000000;
 	box-shadow: 1px 2px 40px #000000;
}
.productOverview {
	float: left;
	width: 20%;
}