/* CSS Document */
			html, body 
			{ 
				width: 100%;
				height: 100%;
				margin: 0;
				padding: 0;
			} 
#header
{
	position:fixed;
	top:0px; left:0px; right:0px;
	height: 96px;
	width: auto;
}

#navi
{
position: fixed; 
				top: 96px; left: 0px; bottom: 0px;
				width: 166px;
				height:auto;
				padding: 0; 
				margin:0;
				overflow: auto; 
				overflow-x:hidden;
}

#inhalt
{
				position: fixed; 
				top: 96px; left: 166px; bottom: 1px; right: 1px;
				width:auto;
				height:auto; 
				overflow: auto;
				text-align:center;
}
#untermenü1
{
display:none;
margin-left:15px; 
padding:0px; 
text-align:left; 
list-style-image:url(Bilder/bauer.gif);
}

#navi a
{
text-decoration:none;
cursor:hand;
				color:#000000;
				font-size:11px;
				font-family:Arial,Helvetica,Geneva;
}
A:hover
{
	text-decoration:underline;
}

#klein_schrift
{
color:#666666;
font-size:9px;
}
h1 
{
	font-family: Arial, Helvetica, Geneva;
	font-size: x-large; 
	font-weight: bold;
	text-align:center;
}


	body {margin-left:0; margin-right:0; margin-top:0; margin-bottom:0; border: 0px}
	td   {font-family:Arial,Helvetica,Geneva; font-size:11px; color:#333300}
	norm {font-family:Arial,Helvetica,Geneva; font-size:10px; color:#333300}
	h5   {font-family:Arial,Helvetica,Geneva; font-size:13px; color:#333300}
	a:link    { color:#333300; text-decoration:underline}
	a:hover   { color:#333300; text-decoration:underline}
	a:visited { color:#333300; text-decoration:underline}
	a:active  { color:#333300; text-decoration:underline}
	a.nounderline:link    { color:#333300; text-decoration:none}
	a.nounderline:hover   { color:#333300; text-decoration:none}
	a.nounderline:visited { color:#333300; text-decoration:none}
	a.nounderline:active  { color:#333300; text-decoration:none}
	.small{font-family:Arial,Helvetica,Geneva; font-size:10px; color:#333300; line-height:10px; width:20px; height:20px}
	.mid{font-family:Arial,Helvetica,Geneva; font-size:10px; color:#333300; line-height:16px}
	.fett{font-family:Arial,Helvetica,Geneva; font-size:11px; color:#333300; line-height:16px; font-weight:bold}
	.gewsumme{color:#CC3333; font-size:14px}
	.style4 {font-size: large}
	.style5 {font-size: 18px; font-weight: bold;}
	.style6 {font-size: xx-small}
li {
	font-size:medium;
	text-decoration:none;
	font-weight: bold;
	line-height:22px;
}

.visibleClass {
	background: url("hoverImg.png") top left;
	z-index: 1000;
	position: fixed;
	top: 250px;
	left: 50%;
	min-height: 279px;
	min-width: 278px;
	display: block;
}

.invisibleClass {
	visibility: hidden;
	display: none;
}
