div.result{
	display: block;
	background: transparent;
	margin: 235px 0px 0px 0px;
	float: left;
	width: 741px;
	height: 20px;
}

/* make sure only IE for windows sees this. \*/ 
* html code {
font-size: 100%;
} 


#nav, #nav ul {
	padding: 0px 0 0 0;
	margin: 0;
	list-style: none;
}

#nav li {
	float: left;
	width: 123px;
	text-align: center;
}

#nav ul {
	position: absolute;
	width: 85px;
	left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}
#nav #active a                                        {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
}
#active-gesch                                        {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
}
#nav a {
	display: block;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	
}

ul a{
	color: #bbbbbb;
	cursor: pointer;
}
ul a:hover{
	color: #ffffff;
}
ul ul a:link, ul ul a:visited{
	font-weight: normal;
	color: #CCC;
	cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}
ul  li   {
	background-color: #0c72b9;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
	border-bottom: 0px solid #FFF;
}

ul ul li{
	background-color: #666;
	border-top-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

* html ul ul li{
	border-top: 1;
}
/* Einde IE only hack */
