
div.menu_left {
	width: 100%;
}

div.menu_left table {
	margin-left: 0px;
	margin-right: 0px;
	width: 210px;
}

div.menu_left table thead {
	height: 25px;
}

div.menu_left table thead td {
	vertical-align: bottom;
	padding: 3px;
	padding-bottom: 3px;
	padding-left: 11px;
	font-size: 13px;
	font-weight: bold;
	color: black;
}

div.menu_left table tbody td {
}

div.menu_left table tbody td div {
	padding: 0px;
	background-color: #FAE2BC;
}

div.menu_left ul.bottom {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	border-bottom: 2px solid white;
}

div.menu_left ul {
    margin: 0;
    padding: 0px 0px 0px 0px;
    list-style: none;
    border-bottom: 0px solid white;
}


div.menu_left ul li {
  margin:0;
  padding: 1px 0px 1px 1px;
  border-top: 1px solid white;  
}

div.menu_left ul li a {
  display:block;
  padding:2px 2px 2px 10px;
  text-decoration:none;
  font-size: 10pt;
  color:#004B73;
}

div.menu_left ul li a:hover {
  display:block;
  padding:2px 2px 2px 10px;
  text-decoration:none;
  font-weight:bold;
  color:#333;
}

div.menu_left #current {

  }

div.menu_left ul li#current a {
  background-color: #A7C4F2;
  font-weight: bold;
  }

div.menu_left ul li ul {
    margin: 0;
    padding: 0px 0px 0px 0px;
    list-style: none;
    border-bottom: 0px solid white;
}


div.menu_left ul li ul li {
  margin:0;
  padding: 1px 0px 1px 15px;
  border-top: 1px solid white;  
}

div.menu_left ul li#current ul li a {
  display:block;
  padding:2px 2px 2px 10px;
  text-decoration:none;
  font-size: 10pt;
  font-weight:normal;
  color:#004B73;
  background-color: #fae2bc;
}

div.menu_left ul li#current ul li a:hover {
  display:block;
  padding:2px 2px 2px 10px;
  text-decoration:none;
  font-weight:bold;
  color:#333;
}

div.menu_left ul li#current ul li #currentsub {
  background-color: #A7C4F2;
  font-weight: bold;
  }

div.menu_left ul li ul li#currentsub a {
  background-color: #A7C4F2;
  font-weight: bold;
  }

  
.menu_tabs {
  float:left;
  width: 100%;
  font-size:100%;
  line-height:normal;
}

.menu_tabs ul {
  margin:0;
  padding:0px 0px 0;
  list-style:none;
  width: 100%;
  height: 50px;
  background-color: red;
  border-left: 1px solid red;
}

.menu_tabs li {
  float:left;
  margin:0;
  margin-left: 2px;
  padding:0 0 0 0px;
  background-color: white;
  border-left: 1px solid green;
}

.menu_tabs a {
  float:left;
  display:block;
  padding:3px 15px 3px 15px;
  text-decoration:none;
  font-weight:bold;
  color: white;
  background-color: #004B73;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.menu_tabs a {float:none;}
/* End IE5-Mac hack */
.menu_tabs a:hover {
  color:#666;
  }
.menu_tabs #current a {
  background-color: white;
  }
.menu_tabs #current a {
  color:#333;
  }
  
  
.topmenu {
  	width: 100%;
}

.topmenu td {
	padding: 1px;
	border-left: 2px solid white;
	background-color: #004B73;
	text-align: center;
}

.topmenu td a {
  display:block;
  padding:3px 3px 3px 3px;
  text-decoration:none;
  font-weight:bold;
  color: white;
}

.topmenu td#current {
}

 
.topmenu td#current a {
  color: #004B73;
	background-color: #f0f0f0;
 }
 
 /* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.topmenu a {float:none;}
/* End IE5-Mac hack */
.topmenu a:hover {
	color:#004B73;
	background-color: #f0f0f0;  
 }
 
 .subkategorie
{
	text-indent: 10px;
	font-weight: normal;
}

 .subkategorie a
{
	font-weight: normal;
	background: url("../gfx/menu-sub-bg-4.gif") no-repeat left top;	
}

.menu_sub_visible
{
	display: block;
}

.menu_sub_invisible
{
	display: none;
}
	

