@charset "utf-8";
body {
	background-image: url(../bilder/bg.png);
}
#banner {
	font-family: "Times New Roman", Times, serif;
	height: 153px;
	width: 100%;
	background-image: url(../bilder/banner-navi.png);
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
}
.prax {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
}
#logo {
	float: none;
	margin: 0px;
	position: absolute;
	left: 10px;
	top: 0px;
}
#praxisbox {
	float: none;
	font-size: 18px;
	position: absolute;
	right: 20px;
	top: 12px;
	margin: 0px;
	height: 44px;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
}

ul#Navigation {
	margin: 0px;
	padding: 0em;
	position: absolute;
	top: 61px;
	left: 175px;
	z-index: auto;
	text-align: center;
	border: none;
	float: none;
	width: 900px;
	height: 35px;
  }
  ul#Navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	clear: none;
	float: left;
	width: 140px;
  }
  ul#Navigation a, ul#Navigation span {
	float: left;
	width: 125px;
	margin: 0px;
	text-decoration: underline;
	font-weight: bold;
	color: maroon;
	background-image: url(../bilder/navi.gif);
	height: 20px;
	list-style-type: none;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	border: thin none white;
  }
  * html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: 6em;
  }
  ul#Navigation a:hover, ul#Navigation span {
	border-color: white;
	border-left-color: black;
	border-top-color: black;
	color: #333333;
	background-image: url(../bilder/navi-a.gif);
  }
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

  ul#Navigation div {
     clear: left;
  }

