/*Linkformatierung horizonate Navigation*/
a:link.hor, a:visited.hor, a:hover.hor, a:acitve.hor{
	font-weight: bold;
	text-align: center;
	width: 92px;
	height: 20px;
	text-decoration: none;
	color: #000000;
		}
a:hover.hor{
color:#FFFFFF
	}
/*Linkformatierung vertikale Navigation*/
a:link.ver, a:visited.ver, a:hover.ver, a:acitve.ver{
	font-weight: bold;
	text-align: left;
	width: 170px;
	height: 20px;
	text-decoration: none;
	color: #000000;
		}
a:hover.ver{
color:#FFFFFF
	}

/*Formation Body*/
body{
	background-color: #EFEFEF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}
td{
	font-size: 10pt;
}

/*Klassendefinition für Hintergründe*/
.ban{
	background-color: Yellow;
}


/*Gestaltung Kopf*/
.banner{
	font-size: 13pt;
	color: Maroon;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	padding-left: 10px
}
/*Gestaltung Navigation*/
.nav{
border:1px solid #000000;
margin:2px 2px 2px 2px;


	}
white{
color: White;
font-weight: bold;
}
