body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: show;
	overflow: -moz-scrollbars-vertical;
	background-color: #FFFFFF;
	scrollbar-base-color:#FFFFFF;
  	scrollbar-3dlight-color:#3C3B3B;
  	scrollbar-arrow-color:#0667B1;
  	scrollbar-darkshadow-color:#9BC2E0;
  	scrollbar-face-color:#FFFFFF;
  	scrollbar-highlight-color:#59BC2E;
  	scrollbar-shadow-color:#7A7B7A;
  	scrollbar-track-color:#FFFFFF;
}
td.left{
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
td.right{
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
/* Fliesstext */
.TextWeiss {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}
.TextBlau {
	color: #0667B1;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
}
.HeadlineBlau {
	color: #0667B1;
	font-family: Arial;
	font-size: 13px;
	line-height: 15px;
}
.TextBlau12 {
	color: #0667B1;
	font-family: Arial;
	font-size: 12px;
}
.TextSchwarz {
	color: #000000;
	font-weight: normal;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
}
.TextSchwarz12 {
	color: #000000;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
}
a.MainLink:link, a.MainLink:visited, a.MainLink:active, a.MainLink:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
a.BlackLink:link, a.BlackLink:visited, a.BlackLink:active, a.BlackLink:hover {
	text-decoration: underline;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

/* NAVIGATION EBENE I. */
.leftnav a {
	background: url(../images/btn_link.gif) no-repeat;
	background-position: 3px 5px;
	color: #FFFFFF;
	background-color: #0667B1;
}
.leftnav a:hover, .leftnav a.open {
	background: url(../images/btn_link.gif) no-repeat;
	background-position: 3px 5px;
	color: #FFFFFF;
	background-color: #539DCF;
}
.leftnav {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 150px;
}
.leftnav ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
.leftnav li a {
	display: block;
	text-decoration: none;
	padding-left: 19px;
	padding-top: 2px;
	padding-bottom: 2px;
	_height: 0%;
	border-bottom: 1px solid #FFFFFF;
}
/* Beispiel für 2`te Ebene */
.leftnav ul ul li a { 
	background-position: 16px 5px;
	background: none;
	background-color: #9BC2E0;
	color: #0667B1;
	padding-left: 25px;
	font-weight: normal;
}
.leftnav ul ul li a:hover, .leftnav ul ul li a.open {
	background: none;
	background-position: 16px 5px;
	background-color: #9BC2E0;
	color: #FFFFFF;
	padding-left: 25px;
	font-weight: normal;
}
.Input_ERROR {
 	border: #DE002A 1px solid;
	background-color: #F7CBD4;
  	color: #0667B1;
  	font-family: Arial;
  	font-size: 12px;
}
.Input {
	border: #A5ACB2 1px solid; 
	background-color: #FFFFFF;
  	color: #0667B1;
  	font-family: Arial;
  	font-size: 12px;
}
.black ul {
	list-style-type: none;
	margin: 0; padding: 0;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 14px;
}
.black li {
	background: url(../images/black_quader.gif) no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}