body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C5CCD2;
	background-image: url(../img/hintergrund.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	overflow-y: scroll;
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}
h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
hr {
  height:1px;
  width: 100%;
  border: 0;
  background-color: #333333;
  margin-top: 10px;
  margin-bottom: 10px;
}
a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #333333;
}
a:active {
	color: #000000;
}
.rahmen {
	border: 1px solid #333333;
}
.rahmen2 {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 0px solid #333333;
	border-left: 1px solid #333333;
}
.rahmen3 {
	border-bottom: 1px solid #333333;
}
.schriftklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.schriftvorschau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
}
.zelle {
	padding: 10px;
}
.button {
	height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 2px none #FFFFFF;
	cursor: hand;
}
.formfeld {
	height:16px;
	font-size: 11px;
	font-weight: bold;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
}
.formfeldtrans {
	height: 16px;
	font-size: 11px;
	background-color: #EAEAEA;
	text-align: right;
	border: 2px none #EAEAEA;
}
.vzahl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background-color: #EAEAEA;
	text-align: center;
	margin-top: -2px;
	height: 14px;
	width: 8px;
	font-weight: bold;
	border: 0px none #000000;
	vertical-align: top;
}
.begriffe{
	position:relative;
}
.begriffe ul{
	position:absolute;
	margin:0;
	padding:0;
	background:#FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	top:0;
	left:0;
}
.begriffe li{
	margin:0;
	padding:0;
	list-style:none;
}
.begriffe li a{
	margin-top:5px;
	margin-bottom:5px;
	display:block;
	font-weight:bold;
	text-indent:5px;
	text-align:left;
	color:#999999;
}
.begriffe li.selected a{
	background:#EAEAEA;
}