#navi_top  {
	float: left;
	font-size:70%;
	/*background:#2C39A6;*/
	background:#2D4C9C;
	width: 575px;
	height: 30px;
	min-height: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

#navi_top  ul {
	margin:0;
	padding:0;
	list-style:none;
      }
#navi_top  li {
    display:inline;
    margin:0;
    padding:0;
    }
#navi_top  a {
    float:left;
    margin:0;
    padding:2px 0 0 4px;
    text-decoration:none;
    }
#navi_top  span a {
    float:left;
    display:block;
    padding:8px 15px 4px 16px;
    color:#FFFFFF;
    }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
	
#navi_top  a span {float:none;}
    /* End IE5-Mac hack */
	
#navi_top span a:hover {
    color:#fff;
    text-decoration:underline;
    }
	  
#navi_top  a:hover {
    background-position:0% -42px;
    }
	  
#navi_top  a:hover span {
    background-position:100% -42px;
    text-decoration:underline;
    }

#navi_main  {
	float: left;
	font-size:70%;
	background:#2D4C9C;
	width: 575px;
	height: 30px;
	min-height: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
        border-bottom: 1px solid #000000;
        z-index:1;
    }

#navi_main  a:hover {
         color:#000;
	/*background: #87B4EC;*/
	background: #DCE8F6;
      }

#navi_main .aactive {
	/*border-bottom: 5px solid #FFF;
	padding-bottom: 7px;
         font-weight:bold;*/
	background: #DCE8F6;
	height: 22px;
	min-height: 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	color: #000;
 	z-index:2;
      }

ul {
    	list-style-type: none;
}

#nav a {
    	display: block;
    	padding: 8px 12px 0px 12px;
    	font-weight: normal;
}

#nav a.menumain {
    	display:block;
    	height:22px;
    	/*border-bottom: 5px solid #000000;*/
}

#nav li {
    	padding: 0px;
    	margin: 0px auto;
    	float: left;
    	background-color: #2D4C9C;
}

#nav ul li {
    	float:none;
}

#nav ul li.hover, #nav ul li:hover {
    	/*background-color: #2D4C9C;*/
	background-color: #DCE8F6;
    	color: #FFF;
    	display:block;
    	/* Highlight im DropDown Menue */
    	/* border: 1px solid #FFFFFF; */
}

#nav ul {
    	margin:0;
    	padding: 0;
    	position: absolute;
    	/*background-color: #5DA4EB;*/
    	background-color: #87B4EC;
    	border: 1px solid #000000;
    	display: none;
    	width: 20em;
}

#nav ul a {
        padding-bottom: 10px;
        }

#nav li.hover ul, #nav li:hover ul  {
    	display: block;
    	line-height: 16px;
    	margin: 0px 2px 10px 2px;
    	opacity: .99;
    	/* filter: alpha(opacity=90); */
}

#nav li.hover ul ul, #nav li:hover ul ul {
    	display: none;
    	margin-left: 16em;
    	margin-top: -1.5em;
}

#nav li.hover ul li.hover ul, #nav li:hover ul li:hover ul {
    	display: block;
}

#nav li.hover ul li.hover ul ul, #nav li:hover ul li:hover ul ul {
    	display: none;
}

#nav li.hover ul li.hover ul li.hover ul , #nav li:hover ul li:hover ul li:hover ul {
    	display: block;
}

.sprache  {
	float: left;
	background:#2D4C9C;
	width: 199px;
	height: 30px;
	min-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}

#text_sprache {
	font-size: 70%;
	color: #FFF;
        padding: 8px 0 0 10px;
    }

#left,#right {
	width:182px;
	padding:20px 9px;
	/*background-color:#678FC2;*/
}


.box_download {
	width:180px;
	background:url(../images/download_bg.gif) repeat-x #09A16D;
	/*background-color:#2D4C9C;*/
	border: 1px solid #000;
	margin-bottom: 10px;
	display:inline:
}

.box {
	width:180px;
	/*background-color:#4465AC;
	background-color:#125FAB;*/
	background-color:#2D4C9C;
	border: 1px solid #000;
         padding-bottom: 5px;
	margin-bottom: 10px;
	display:inline:
}

#left {
float:left;

}
#right {
float:right;
}





