@charset "UTF-8";
/* CSS Document */

body  {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #CCCCCC;/* E5DCCF */
	margin: 0;
	text-align: center;
}
.twoColFixLtHdr #container { 
	width: 855px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header1 {
	overflow: auto;
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* 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 */
	margin-left: 25px;
	margin-top: 15px;
	margin-right: 22px;
}

.twoColFixLtHdr #content2 {
	overflow: auto;
	float: left;
	width: 260px;
	margin-top: 120px;
	margin-left: 10px;
	padding-right: 20px;
}

.twoColFixLtHdr #inhaber3 {
	overflow: auto;
	float: left;
	width: 155px; 
	margin-left: 25px;
	margin-top: 5px;
	margin-right: 22px;
}

.twoColFixLtHdr #fon4 {
	overflow: auto;
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-top: 5px;
	padding-right: 0px;
}

.twoColFixLtHdr #bottomlogo5 {
	float: right;
	float: left;
	width: 170px;
	margin-left: 10px;
	margin-top: 4px;
	padding-right: 20px;
}

.twoColFixLtHdr #whitebgd {
	width: 850px;
	height: 394px;
	background-color: #f7f7f7;
	margin-top: 10px;
}
.twoColFixLtHdr #bottom {
	width: 850px;
	vertical-align: bottom;
}
.twoColFixLtHdr #mainContent {
	overflow: auto;
	float: left;
	width: 263;
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 50px 0px;  remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background-image:url(images/footerbg.jpg);*/
	vertical-align: super;
} 
.twoColFixLtHdr #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: 15px 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ccae7a;
	font-size: 1em;
	font-weight: bold;
	line-height: 0em;
}
.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;
	margin-right: 8px;
}
.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;
}
h1, h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #720000;
	text-align: right;
	font-size: 16px;
}
h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: lighter;
	font-size: 12px;
}
p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: lighter;
	font-size: 10px;
}

<!--[if gte IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->