body {
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 9pt;
  height: 100%;
}

table{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 9pt;
	line-height: 25px;
}
h1.titel {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
}
a.mlink {
  font-weight: bold;
  display: block;
  height: 25px;
  padding-top: 4px;
  padding-left: 10px;
  text-decoration: none;
  color: #000000;
}
a.mlink:active{
  font-weight: bold;
  height: 25px;
}

a.mlink:focus{
  font-weight: bold;
  height: 25px;
}

  
a.mlink:hover{
  font-weight: bold;
  height: 25px;
}

a.mlinka {
  font-weight: bold;
  display: block;
  height: 25px;
  padding-top: 4px;
  padding-left: 10px;
  text-decoration: none;
  color: #FFFFFF;
	background-color: #595959;
}

ul.menulist {
  padding: 0;
  margin-top: 15px;
  margin-left: 10px;
  width: 130px;
}
li.menueintrag {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  list-style: none;
  font-size: 10pt;
  font-weight: bold;
  background-color: #fffcdd;
  margin-left: 10px;
  height: 25px;
  width: 120px;
} 

td.foto {
  vertical-align: top;
  border: 1px dotted black;
	padding: 2px;
	width: 130px;
}

#container {
  padding: 0;
	margin: 0;
	height: 520px;
  width: 720px;
}
#header {
  width: 720px;
  height: 100px;
  background-image: url('images/kopf.jpg');
  background-repeat: no-repeat;
}
div.footer{
  clear: both;
  margin-top: 10px;
  width: 720px;
  height: 32px;
  background-image: url('images/footer-bg.gif');
}
#menu {
  text-align: left;
  margin-left: 20px;
  margin-right: 10px;
  padding: 0;
  float: left;
  width: 160px;
  height: 400px;
  background-image: url('images/menu-bg.gif');
	display: inline;
}
#content {
  text-align: left;
  float: left;
  margin-top: 15px;
  width: 520px;
	height: 385px;
  overflow: auto;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 9pt;
}
