		html, body
		{
			top:0; left:0; right:0;
			height:534px;
			margin:0;
			padding:0;
			width:100%;
			font-family:verdana, sans-serif;
		}
		#header_rahmen
		{
			position: absolute;
			top: 99px; left:0px;
			height:5px;
			width:100%;
			background-color: #FFFFFF;
			z-index:3;
			margin:0;
		}
		#header_nav1
		{
			position: absolute;
			top:18px; left:230px;
			height:50px;
			width:750px;
			background-color: transparent;
			z-index:9;
			margin:0;
			text-align: left;
		}
		#menu_container
		{
			position:fixed;
			top:104px;
			left:0px;
			width:196px;
			height:100%;
			background-color: transparent;
			z-index:10;
			background-image: url(img/links.jpg);
			background-attachment:fixed;
			background-repeat:no-repeat;
			background-position:left 104px;
			border-right: 5px solid white;
		}
		#start_schatt
		{
			width: 310px;
			height: 31px;
			padding:0;
			background-color: transparent;
			background-image: url(img/rot.png);
			background-repeat:no-repeat;
			background-position:left top;
		}
		#start_gart
		{
			width: 310px;
			height: 31px;
			padding:0;
			background-color: transparent;
			background-image: url(img/gruen.png);
			background-repeat:no-repeat;
			background-position:left top;
		}
		#menu
		{
			position:absolute;
			top:0px;
			left:10px;
			width:168px;
			height: 410px;
			background-color: transparent;
			z-index:100;
		}


/*noch beatbeiten*/
		#menu_punkt
		{
			position:relative;
			top:15px;
			left:0px;
			width:173px;
			height: 25px;
			z-index:11;
			text-decoration:none;
		}
		#menu_pause
		{
			position:relative;
			left:0px;
			top:16px;
			width:173px;
			height: 5px;
			z-index:4;
		}







		#content
		{
position:absolute;
right:0px;
left:201px;
top:104px;
display:block;
text-align: left;
overflow:auto;
z-index:3;
bottom:0px;
height:81%;
width:80%;
/*			position:absolute;
			bottom:0; right:0;
			height:78%;
			overflow:auto;
			margin:0;
			top: 155px;
			left: 183px;
			width:82%;
*/
		}
#content_kat
{
background-color:#FFFFFF;
position:absolute;
right:0px;
left:201px;
display:block;
text-align: left;
overflow:auto;
z-index:3;
margin:0;
bottom:0px;
height:81%;
width:80%;
top: 224px;
}
#nav_kat_oben
{
background-color:#FFFFFF;
position:absolute;
top:104px;
left:201px;
right:0;
margin:0;
width:750px;
z-index:1;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 202px; /* Width of Menu Items */
	z-index:100;
	}

ul li {
	position: relative;
	z-index:100;
	}

li ul {
	position: absolute;
	left: 201px; /* Set 1px less than menu width */
	top: -2px;
	display: none;
	z-index:100;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	background: transparent;
	padding: 0px;
	z-index:100;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; z-index:100; }
* html ul li a { height: 1%; z-index:100; }
/* End */

li:hover ul { display: block; z-index:100; } /*  The magic */
