html {
	height: 100%; 
	margin-bottom: 1px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EBEBEB;
	margin:0;
	border-top: 4px solid #000;
}
#hrahmen {
	margin:0px auto;  /* hrahmen in anderen Browsern zentrieren. */
	text-align: left; /* Text wieder nach links ausrichten. */
	width: 752px;
	background-color: #FFFFFF;
	padding: 0 15px 0 15px;
}
#logo {
	float: left;
	margin: 10px 360px 0 0;
}
#loginbox {
	float: left;
	margin-top: 5px;
}
#top {
	padding-top:5px;
	text-align:center;
}
#main {
	margin-top:10px;
}
#locate {
	padding-top:5px;
	clear: both;
	font-size: 11px;
	color: #666666;
}
#navi {
	float: left;
	width: 160px;
}
.navi_head {
	background-color: #FF9E33;
	border-top: 3px solid #FF8600;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 3px;
}
a.navi, a.navi:link, a.navi:visited, a.navi:active{
	margin:0;
	display: block;
	text-decoration: none;
	border-left: 4px dotted #FFFFFF;
	border-bottom: 1px dashed #FF8600;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 18px;
	padding-left: 10px;
}
a.navi:hover {
	padding-left: 10px;
	line-height: 18px;
	border-left: 4px dotted #FFFFFF;
	border-bottom: 1px dashed #FF8600;
	color: #CC6600;
}
#content {
	margin-left: 190px;
	text-align: justify;
}
#footer {
	clear:both;
	color:#666666;
	font-size: 10px;
	text-align:center;
	margin-top:20px;
	border-top:1px solid #FCCB94;
	padding-bottom:10px;
}
.clear {
	clear: both;
}
.klein {
	font-size: 10px;
}
.input {
	background-color: #F2F2F2;
	border: 1px solid #8C8C8C;
	height: 18px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF8501;
	font-style: italic;
	margin:0 0 5px 0;
}
a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF8600;
	text-decoration: underlined;
}
.table {
	border: 1px solid #FCCB94;
}
.th {
	background-color: #FF9E33;
	border-top: 3px solid #FF8600;
	color: #FFFFFF;
}
.trg {
	background-color: #FDE7CD;
}
.red {
	color:#FF0000;
}