body,td,th {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01357E;
	line-height: 16px;
	margin: 0;
}

body {
	background-color: #D4CFC9;
	margin: 0px;
}

ul {
	list-style-type: none;
	  /*     text-indent: -10px; */
 	margin-left: 0px;
 	padding: 0px;
}

ul ul {
	list-style-type: none;
    /*  text-indent: -20px; */
    margin: 0px;
    padding: 0px;
}

ul li{
	margin-left: 0px;
/*	padding-left: 25px;*/
}

ul ul li{
	margin-left: 0px;
	padding-left: 10px; 
}
/*
ul li:hover{
	background: url('http://www.dr-muecke.de/img_nav/muecke-navi.gif') no-repeat left;
}
*/

/*
ul ul li:hover{
	background: none;
}
*/
ul li a{
	display: block;
	padding-left: 25px;
}


ul li a:hover{
	background: url('http://www.dr-muecke.de/img_nav/muecke-navi.gif') no-repeat left;
}

ul ul li a:hover{
	background: none;
}


h1 {
	font-size: 14px;
}

a:link, a:visited, a:active {
	  color: #01357E;
	text-decoration: none;
}

a:hover {
  color: #01357E;
	text-decoration: underline;
}

.menu {
	background-color: #ffffff;
		list-style-type: none;
	color: #01357E;
        padding: 0px;
	vertical-align: top;
}


/*  .navi {
   padding-left: -0.5em;
   font-size: 11px;
   line-height: 28px;
} */

.menu ul, .menu li {
	background-color: #ffffff;
	list-style-type: none;
	display: block;
	margin: 1px;
	padding: 0;
	padding-left: 0px;
}

.menu-top {
    padding-right: 5px;
    font-size: 11px;
    line-height: 28px;
    text-align: left;
    /* margin-left: -1px; */
}

.menu-current {
	list-style-type: none;
	font-weight: bold;
}

.menu-expand .menu-sibling {
 
    padding-right: 5px;
    font-size: 9px;
    line-height: 16px;
    text-align: left;
 /*   margin-left: -30px;   */
}

.menu-expand:hover{
	background: none;
}

.menu-sibling:hover{
	background: url('http://www.dr-muecke.de/img_nav/muecke-navi.gif') no-repeat left;
}

.menu-expand .menu-current {
 
    padding-right: 5px;
    font-size: 9px;
    line-height: 16px;
    text-align: left;
/*    margin-left: -30px;  */
}

.menu-child {
 
    padding-right: 5px;
    font-size: 9px;
    line-height: 16px;
    text-align: left;
 /*   margin-left: -30px; */
    font-weight: normal;  
}

.highlight {
background-color: #D0D0D0;

}

.content {

	background-color: #ffffff;
	padding: 20px;
	height: 400px;
	vertical-align: top;

}
