@charset "utf-8";
html,body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 78%;
	
}
body {
	margin: 0 20px;
}
.norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #F0F0F0
}
.menu li {
	float: left;
}
.menu li span,.menu li a {
	display: block;
	padding: 14px 16px;
	text-decoration: none;
	color: black;
}
.menu li a:hover {
	background-color: #CCCCCC;
}
.menu li span {
	background-color: #868686;
	color: white;
}
.nospc {
	padding-bottom: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 1px;
}
.left,.right {
	float: left;
}
.left {
	width: 480px;
}
.right {
	min-width: 800px;
	width: 60%;
	height: 100%;
}
.footer {
	clear: both;
}
.fmtbl td,.fmtbl td.dline {
	height: 38px;
	vertical-align: top;
}
.fmtbl td.dline{
	height: 48px;
}
.data {
	width: 800px;
	height: 78%;
	overflow-y: auto;
}
.lsttbl .ic {
	width: 42px;
	text-align: center;
}
.lsttbl td {
	height: 22px;
}
.lsttbl .hd {
	height: 34px;
	vertical-align: text-top;
	font-weight: bold;
}
.lsttbl .fd {
	height: 42px;
	vertical-align: bottom;
	font-weight: bold;
}
.h1 {
	font-size: 24px;
}
.hline {font-size: 16px}
.error {
	color: #FF0000;
}
label.error {
	display: block;
	font-size: 0.76em;
}
.positiv {
	color: #FF0000;
	font-weight: bold;
}
.negativ {
	color: #009900;
	font-weight: bold;
}
@media (max-width: 1220px) {
	.logo img {
		width: 400px;
	}
	.pdflnk {
		display:none;
	}
@media (max-width: 700px) {
	.logo img {
		width: 300px;
	}
}
