  html {
    padding: 0;
  }
body {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#bg {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
#bg img {
	height: 100%;
	width: 100%;
}
#logo {
	position: absolute;
	top: 20px;
	right: 10%;
	z-index: 2;
}
#keyimage {
	position: absolute;
	z-index: 3;
	left: 10%;
	top: 20px;
}
#keyimage img {
	border: 4px solid #FFFFFF;
}
#navcontainer {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 95px;
	right: 0px;
	z-index: 2;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
	display: block;
	padding: 3px 10%;
	width: 80%;
	border-bottom: 1px solid #fff;
	text-align: right;
}

#navcontainer a:link, #navlist a:visited
{
	color: #930000;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer a:hover
{
background-color: #930000;
color: #fff;
}
#content {
	position: absolute;
	z-index: 3;
	width: 80%;
	left: 10%;
	top: 275px;
	right: 10%;
	padding-bottom: 100px;
}
#content li {
    line-height: 1.4;
}
#content img {
	border: 4px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
}
#content-text {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 71%;
}
#content a {
	color: #930000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #930000;
}
#content-nav {
	margin-top: 0px;
	margin-right: 3%;
	margin-bottom: 25px;
	margin-left: 0px;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 25%;
}
#content-nav h4 {
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 3px 5px;
	margin: 0;
}
#content-nav a {
	color: #930000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.current {
	color: #000000;
}
#fusszeile {
	z-index: 4;
	width: 100%;
	font-size: 70%;
	color: #FFFFFF;
	background-color: #930000;
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
	line-height: 1.5;
	height: 40px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#fusszeile a {
	color: #FFCC00;
	text-decoration: none;
}

h1 {
	font-size: 140%;
	color: #990000;
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 1.4;
}
#content-nav h4 a:hover {
	color: #fff;
	background-color: #930000;
}
