* {
margin: 0;
padding: 0;
}
h1 {
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
h2 {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}
h3 {
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

html, body { 
top: 0;
right: 0;
left: 0;
min-height: 100%;
width: 100%;
SCROLLBAR-FACE-COLOR: #999999;
SCROLLBAR-SHADOW-COLOR: #dddddd;
SCROLLBAR-ARROW-COLOR: #dddddd;
SCROLLBAR-TRACK-COLOR: #dddddd;
SCROLLBAR-DARKSHADOW-COLOR: #dddddd
}
body { 
position: absolute;
font-family: Arial, sans-serif;
font-size:12px;
font-size: 100.01%;
background: #fff;
}



#menue {
position: fixed;
top:0px;
left:0px;
width:200px;
height:5000px;	
background-color:#fff200;
font-size:12px;

}

#menue a#current {
   display:block;
	background-color: #dddddd;}


#content {
width:300;
height:200;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#spiegel {
max-width: 470px;
padding-left:240px;
}


/* menue und links */
a {
text-decoration: none;
font-color:#000000;
font-weight:bold;
}
 

#menue a{
			display: block;
			border-top: 1px dotted #000000;
			padding: 5px 0px 5px 33px;
			text-decoration:none;
			}
#menue a:hover, #menua:active
		{
			display:block;
			background-color: #dddddd;
		}
		
		

		#submenu2 a,#submenu3 a,#submenu4 a, #submenu5 a, #submenu6 a, #submenu7 a, #submenu8 a,  #submenu10 a, #submenu9 a
		{
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
			background-color:#fff200;
			display: block;
			border-top: 1px dotted #000000;
			padding: 5px 0px 5px 33px;
			text-decoration:none;
			
		}
		#submenu2 a:hover,#submenu3 a:hover, #submenu4 a:hover,
		#submenu5 a:hover, #submenu6 a:hover, #submenu7  a:hover,#submenu8  a:hover, #submenu10 a:hover, #submenu9 a:hover
		{
			display:block;
			background-color: #dddddd;
			text-decoration:none;
		}
		
		a
		{
			color: #000000;
			text-decoration: underline;
			font-weight: bold;
		}
#menueoben a:link{
			color: #666666;
			text-decoration: underline;
			font-weight: bold;
			}

		a:link
		{
			color: #000000;
			text-decoration: underline;
			font-weight: bold;
		}

		a:visited
		{
			color: #000000;
			font-weight: bold;
			}

	a:hover
	{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}	
#spiegel p {
margin-bottom: 10px;

}
#content {

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

* html, 
* html body {
overflow: hidden;
bottom: 0;
height: 100%;
}
* html #menue, html #submenu{
	position: absolute;
	width: 200px;
	z-index: 10;
}

* html #content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
overflow: auto;
z-index: 40;
}
* html #spiegel {
	position:absolute;
	width: 470px;
	z-index: 10;
	left: 0px;
	top: 0px;
	height: 1px;
}

* html #menue a {
width: 168px;
}

* html #menue a:visited.aktiv {
width: 200px;
background: #fff200;
}

