@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
	padding-top: 0px;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(images/main%20background.png);
}
p {
}
.twoColFixLtHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-top-color: #666666;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left;
	border-bottom-style: none;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-left: 220px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0;
} 
.twoColFixLtHdr #footer {
	padding: 0;
} 
.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: 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;
	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;
}
.language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	word-spacing: 40px;
}
.twoColFixLtHdr #apDiv1 .language:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #apDiv1 .language:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #apDiv1 .language:visited {
	color: #000000;
	text-decoration: none;
}
.linksINtext: link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00254E;
	text-decoration: underline;
}
#sidebar1 img {
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 0px;
}
#mainContent .Aufzahlung_eins {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00254E;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-top: 0px;
}
#mainContent .Aufzahlung_eins:hover {
	text-decoration: underline;
}
#mainContent .background_links {
	background-color: #CCCCCC;
	margin-right: 0px;
}
#mainContent .Aufzahlung_zwei {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	margin-left: 20px;
}
#sidebar1 .links_zwei {
	color: #000000;
	margin-left: 15px;
}
#mainContent .namen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00254E;
}
#mainContent .Name_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #999999;
	padding-left: 170px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
#sidebar1 .liste_namen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 15px;
	padding-left: 0px;
}
#sidebar1 .liste_namen:visited {
	color: #000000;
}
#sidebar1 .liste_namen:link {
	color: #000000;
}
#sidebar1 .liste_namen:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00254E;
}
#sidebar1 a:hover {
	text-decoration: underline;
}
#mainContent .expertise_graphik {
}
#sidebar1 a:visited {
	color: #00254E;
}
#sidebar1 a {
	color: #00254E;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
}
#mainContent .acquisitions_graphik {
	text-align: center;
	padding: 3px;
}
#header .bild {
	height: 72px;
	width: 950px;
}
.twoColFixLtHdr #container #mainContentINDEX {
	text-align: center;
	margin-top: 80px;
}
.twoColFixLtHdr #container #mainContentREF {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
}
.twoColFixLtHdr #container #mainContent #container2 #mainContent2 .stock_man {
	float: right;
	margin-right: 20px;
}
.twoColFixLtHdr #container #sidebar1 .kontaktTEXT {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0em;
}
.twoColFixLtHdr #container #sidebar1 .building {
	margin-left: 0px;
	clear: none;
	float: none;
	margin-top: 0px;
}
