﻿/* Generated by KompoZer */
* {
  margin: 0;
  padding: 0;
}
#menu {
  padding: 0 5px;
  background: white none repeat scroll 0%;
  width: 140px;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  line-height: normal;
  font-size: 10pt;
  color: navy;
}
#menu ul {
  width: 140px;
  list-style-type: none;
}
#menu h3 {
	border: 4px solid white;
	background: #dfe7ff none repeat scroll 0% 50%;
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
#menu h3:hover {
	background: #b1b1dd none repeat scroll 0%;
	color: navy;
	background-color: #339966;
}

#menu a {
  border: 4px solid white;
  background: #dfe7ff none repeat scroll 0%;
  text-decoration: none;
  display: block;
  color: #003366;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
}
#menu a:hover {
  background: #b1b1dd none repeat scroll 0%;
  color: navy;
}
#menu li {
  position: relative;
}
#menu ul ul {
  position: absolute;
  top: 0px;
  left: 140px;
  z-index: 2;
  display: none;
}
#menu ul li:hover ul {
  display: block;
}
* html #menu ul li {
  float: left;
  width: 100%;
}
* + html #menu ul li {
  float: left;
  width: 100%;
}
#menu a.direkt:link {
	border: 4px solid white;
	background: #dfe7ff none repeat scroll 0%;
	color: navy;
	font-weight: bold;
	text-align: left;
}
#menu a.direkt:hover {
  border: 4px solid white;
  background: #b1b1dd none repeat scroll 0%;
  color: navy;
}
