body {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;
}
td { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;
 }
.nav {
	background-color: #DBE1E4;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;
	text-decoration: none;
	font-weight : bold;
}
a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : black;
	text-decoration: underline;
}
a.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;
	text-decoration: none;
	font-weight : bold;
}
a:hover.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #336699;
	text-decoration: none;
	font-weight : bold;
}
.navhigh {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #336699;
	text-decoration: none;
	font-weight : bold;
}
.nav2 {
	background-color: #EFF4F8;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #999999;
	font-weight : bold;
	text-decoration : none;
}
.nav2high {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #336699;
	text-decoration: none;
	font-weight : bold;
}
a:hover.nav2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #336699;
	text-decoration: none;
	font-weight : bold;
}
.textgross { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;
 }
.textklein { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : black;
 }
.linkklein { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #336699;
	text-decoration: none;
 }
.textweisskleinblau { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : white;
	background-color : #336699;
 }
.linkweissklein {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : white;
	text-decoration: underline;
	font-weight : bold;
}
.input {
	border : 1px solid Black;
	color : Black;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	padding-left : 2px;
	background-color : #F7FAFD;
}
.submit {
	border : 1px solid Black;
	color : Black;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	padding-left : 2px;
	background-color : #E3E3E3;
}
.showtable {
	border : 1px solid Black;
	color : Black;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	padding: 2px;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.textrot { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #CC0000;
 }