* {
      margin: 0;
      padding: 0;
    }
    ul#navigation {
	width: 145px;
	float: left;
	list-style: none;
    }
    #navigation li a{
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #CCC;
	background-image: url(../images/layout/button_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
	height: 19px;
	margin-bottom: 3px;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
    }
    #navigation a:hover {
	background-image: url(../images/layout/button_main_hover.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFF;
    }
	#navigation li #akt{
	background-image: url(../images/layout/button_main_akt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
    }
	ul#navigation_box {
	width: 145px;
	float: left;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
    }
    #navigation_box li a{
	display: block;
	text-decoration: none;
	height: 12px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-indent: 15px;
	color: #CCC;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 85%;
    }
    #navigation_box a:hover {
	color: #FFF;
	background-image: url(../images/layout/button_sub_akt.gif);
	background-repeat: no-repeat;
	background-position: left top;
    }
#navigation_box li #akt_sub{
	background-image: url(../images/layout/button_sub.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FF3333;
    }
#navigation_box li #akt_sub_description {
	color: #3366cc;
	font-weight: bold;
	font-size: 105%;
}
	ul#navigation_unten {
	width: 145px;
	float: left;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
    }
    #navigation_unten li a{
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CCC;
	background-image: url(../images/layout/button_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
	height: 19px;
	margin-bottom: 3px;
	font-size: 85%;
    }
    #navigation_unten a:hover {
	background-image: url(../images/layout/button_main_hover.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFF;
    }
	#navigation_unten li #akt{
	background-image: url(../images/layout/button_main_akt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
    }

