body {
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 60px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}
#header {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 40px;
	background-color: #777777;
	color: #FFFFFF;
	top: 0px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thick;
	padding-top: 17px;
}
html > body #header {
  position: fixed;
}
#navi {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}
#seite {
	width: 680px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	height: auto;
}
p.seite {
	text-indent: -30px;
	padding-left: 30px;
	line-height: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#content {
}
#seite h2 {
	text-decoration: none;
	letter-spacing: 5px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
#seite h2 a:link {
	color: #555555;
	text-align: center;
}
#seite h2 a:hover {
	color: #FFFFFF;
	background-color: #777777;
}
a {
	text-decoration: none;
}
a:link {
	color: #777777;
}
a:visited {
	color: #777777;
}
a:active {
	color: #777777;
}
a:hover {
	text-decoration: none;
	color: #336699;
}
#seite a {
	text-decoration: none;
}
#seite a:link {
	color: #555555;
}
#seite a:visited {
	color: #555555;
}
#seite a:active {
	color: #555555;
}
#seite a:hover {
	text-decoration: none;
	color: #003366;
	background-color: #EEEEEE;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
	font-weight: normal;
	color: #FFFFFF;
	line-height: normal;
}
#nav a {
	text-decoration: none;
	padding: 0 16px;
}
#nav a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
#nav li li a {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0.2em 6px;
	line-height: normal;
}
#nav li li a:hover {
	padding: 0.2em 6px;
	border-top: 0 solid #777777;
	border-right: 0px solid #777777;
	border-bottom: 0 solid #777777;
	border-left: 0px solid #777777;
	color: #000000;
}
li {
	float: left;
	position: relative;
	cursor: hand;
	border: 1px solid #777777;
	border-width: 0px 0;
	padding-top: 0.5em;
	border-top-color: #777777;
}
li#first {
	font-size: 18px;
	letter-spacing: 3px;
	position: relative;
	padding-top: 1px;
	width: 290px;
}
li#first a:hover {
	font-size: 18px;
	letter-spacing: 3px;
	position: relative;
	padding-top: 1px;
	color: #99CCFF;
}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	font-weight: normal;
	padding: 0.5em 0 1em;
	border-left: 1px solid #EEEEEE;
	background-color: #777777;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
}
li>ul {
	top: auto;
	left: auto;
}
li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
li:hover ul, li.over ul {
	display: block;
}
#top {
	position: absolute;
	top: 0px;
	width: 1px;
	left: 0px;
}
img {
	border: none;
}
