body {
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", Times, serif;
}

span.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:17px;
	color: #46708D;
	font-weight:bold;
	text-align:justify;
	text-decoration:none;
	clear:both;
}

span.texthidden {
        font-family: "Times New Roman", Times, serif;
        font-size: 11px;
        line-height:13px;
        color: #96B1C4;
        font-weight:bold;
        text-align:justify;
        text-decoration:none;
        clear:both;
}

	
span.Titel {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #801E20;
	font-weight:bold;
	text-align:justify;
}

span.subtitel {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #801E20;
	text-align:justify;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660038;
}
a:link {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #990000;
}

#header, #menu {
  margin: 0;
  padding: 0;
  border: 0;
  position: fixed;
}

#header {
  width: 100%;
  height: 100px;
  background: #96B1C4;
  z-index:1;
  top:0px;
#url(images/header.jpg) top left;
}

#menu {
  width: 157px;
  height: 100%;
  background: #96B1C4;
  top:100px;
}


