@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixLt #container {
	width: 1060px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #FFCC00;
	padding: -10px;
	height: 600px;
	clear: none;
}
.twoColFixLt #mainContent {
	float: right; /* since this element is floated, a width must be given */
	background-color: #FFFFFF;
	z-index: 0;
	height: 600px;
	width: 820px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	vertical-align: top;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	overflow: auto;
	clear: none;
	padding: 0px;
	position: absolute;
	left: 182px;
} 

.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.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;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}
.twoColFixLt #container #sidebar1 #menu {
	position: relative;
	top: 10px;
	visibility: visible;
	z-index: 2;
	height: 440px;
	width: 145px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLt #container #mainContent #picture {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 820px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	float: none;
	right: 0px;
	bottom: 0px;
	clear: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLt #container #mainContent #ueberschrift {
	clear: none;
	float: none;
	height: 40px;
	width: 820px;
	position: relative;
	background-color: #C5E4FF;
	top: 0px;
	margin: 0px;
	z-index: auto;
	padding: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}
.twoColFixLt #container #mainContent #tabelle {
	margin: 0px;
	clear: none;
	float: left;
	height: 460px;
	width: 235px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixLt #container #mainContent #grafik {
	background-color: #FFFFFF;
	width: 579px;
	margin: 0px;
	clear: none;
	float: none;
	height: 340px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	border-color: #FFFFFF;
	padding: 0px;
	visibility: visible;
}

.twoColFixLt  #container  #mainContent  #tabelle  .tabFeldU {
	background-color: #ebebeb;
	text-align: left;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 5px;
	padding: 0px;
	vertical-align: middle;
}
.twoColFixLt  #container  #mainContent  #tabelle  .tabFeldUW {
	background-color: #c5e4ff;
	text-align: center;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLt  #container  #mainContent  #tabelle  .tabFeldGW {
	background-color: #ffffc5;
	text-align: center;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}.twoColFixLt #container #mainContent #tabelle .tabUeberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ebebeb;
	text-align: center;
	height: 25px;
	width: 70px;
}
.twoColFixLt #container #mainContent #trennbalken {
	float: none;
	height: 25px;
	width: 580px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #9900FF;
	background-image: url(../img_m/balken_zimas.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-indent: 5px;
	color: #FFFFFF;
	right: 0px;
	bottom: 0px;
}
.twoColFixLt #container #mainContent #daten {
	background-color: #CC99FF;
	padding: 0px;
	clear: none;
	float: right;
	height: 440px;
	width: 580px;
	left: 0px;
	top: 0px;
	position: relative;
}
.twoColFixLt #container #mainContent #kommentar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 110px;
	width: 574px;
	float: none;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFC5;
	visibility: visible;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.auswahl_box {
	margin: 10px;
	height: 30px;
	top: 550px;
	width: 150px;
	float: left;
	position: relative;
	padding-top: 0px;

}
.twoColFixLt #container #mainContent #daten #auswahl {
	height: 33px;
	width: 820px;
	float: right;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #C5E4FF;
}
.twoColFixLt #container #mainContent #daten #tabelle font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-indent: 0mm;
	word-spacing: normal;
	white-space: pre;
	display: inline;
}
.twoColFixLt #container #mainContent #daten #tabelle #tabzeile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: inherit;
	line-height: 25px;
	text-indent: 5px;
	font-weight: normal;
	height: auto;
	text-decoration: underline;
}

