body {
	background-color: #F5F5F5;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#container_kopf {
	background-image: url(../bilder/images/hintergrund_kopf.gif);
	background-repeat: repeat-x;
	height: 150px;
}
#navigation {
	width: 200px;
	padding-left: 25px;
	float: left;
	padding-top: 25px;
	margin-bottom: 25px;
}
#container_fuss {
	clear: both;
	padding-left: 25px;
	background-color: #383838;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #FFFFFF;
	background-image: url(../bilder/bckgrnd_title.jpg);
	background-repeat: repeat-x;
}
#container_fuss img {
	margin: 0px;
	vertical-align: top;
	top: 0px;
}

#content {
	width: 750px;
	float: left;
	padding-left: 25px;
	padding-top: 25px;
}
th {
	color: #FFFFFF;
	background-color: #3A3A3A;
	padding: 4px;
	font-weight: bold;
	height: 18px;
	background-image: url(../bilder/bckgrnd_title.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
td {
	padding: 4px;
}
tr.odd {
	background-color: #dddddd;
}


label {
	display: block;
	font-size: 7pt;
}
a {
	color: #333333;
	text-decoration: none;
}
#navigation ul {
	margin-bottom: 10px;
}

#navigation li {
	list-style-type: none;
}

h3 {
	font-size: 14pt;
	font-weight: lighter;
	margin-bottom: 10px;
}
tr {
}
#navigation td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

tr.even {

	background-color: #eeeeee;
}
#ChartForm td {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
#ChartForm table {
}
p {
	margin-bottom: 10px;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
input.tippText {
	width: 100px;
}
input.suchText {
	width: 300px;
}

div.hint {
	height: 160px;
	width: 300px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	overflow: auto;
}
div.hint ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.hint li {
	font-size: 8pt;
}
#plattenueberschrift {
	background-image: url(../bilder/bckgrnd_title.jpg);
	background-repeat: repeat-x;
	width: 150px;
	height: 25px;
	margin-bottom: 2px;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #999999;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #F5F5F5;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	background-color: #000000;
}

