@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
	padding: 0;
}
.oneColLiqCtrHdr #container {
	width: 850px;
	margin: 10px auto 0px auto;
}
.oneColLiqCtrHdr #header {
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
}
.oneColLiqCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #F90;
	font-size: 18pt;
	font-weight: bold;
}
.oneColLiqCtrHdr #mainContent {
	background: #FFF;
	text-align: center;
}
.oneColLiqCtrHdr #content {
	padding: 0;
	margin:0;
	text-align: justify;
	width: 580px;
	margin: 0 0 50px 250px;
}
.oneColLiqCtrHdr #leftnav {
	padding: 0;
	margin:0;
	width:200px;
	text-align: left;
	float: left;
	font-weight: bold;
}
.oneColLiqCtrHdr #footer {
	padding: 0;
	font-size: 10pt;
	text-align: center;
	margin: 50px 0;
	border-top: solid black 1px;
} 
.hartografie {
	color: #F90;
	font-weight: bold;
}
.navigation {
	font-size: 10pt;
	text-align: right;
	font-weight: normal;
	color: #000;
}
.subheader  {
	color: #000;
	font-size: 11px;
	font-weight: normal;
}
.oneColLiqCtrHdr #leftnav2 {
	padding: 0;
	margin:0;
	width:200px;
	text-align: left;
	float: left;
	font-weight: bold;
}
.oneColLiqCtrHdr #content2 {
	padding: 0;
	margin:0;
	text-align: justify;
	width: 580px;
	margin: 0 250px;
}
.emphasis {
	font-weight: bold;
}
.oneColLiqCtrHdr #comparison {
	background: #FFF;
	text-align: left;
	margin: 0 auto 0 auto;
}
.table_border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

