html {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

img {
  border: 0px;
}

* {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a:link,a:visited,a:active {
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #7C8596;
}

ul {
  list-style-image: url(img/aufzaehlungspfeil.gif);
  margin: 0px;
  padding: 0px;
  padding-left: 19px;
  padding-top: 17px;
}

li {
  margin-bottom: 10px;
  padding-left: 2px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	background-color: #576278; 
	border: 1px solid #738899; 
	font-weight: bold; 
}



#background {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #2F3D58;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

#header1 {
  position: absolute;
  bottom: 403px;
  left: 0px;
  width: 100%;
  height: 5px;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #ABB1BC;
  border-top: 1px solid #FFFFFF;
  font-size: 1px;
  z-index: 2;
}

#header2 {
  position: absolute;
  bottom: 368px;
  left: 0px;
  width: 100%;
  height: 23px;
  padding-top: 10px;
  background-color: #303E59;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  z-index: 2;
}

#navigation {
  position: absolute;
  bottom: 331px;
  left: 0px;
  width: 100%;
  height: 18px;
  background-color: #303E59;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  font-size: 1px;
  z-index: 2;
}

#error {
	position: absolute;
	left: 380px;
	top: 140px;
	padding:10px;
	text-align: center;
	background-color: #738899;
	border: 1px solid #FFFFFF;
}

.content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 331px;
  z-index: 3;
}
/*
.bg-content-small {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 331px;
	z-index: 2;
	filter:progid;
	top: 555px;
:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='img/bg-small-ie.png');
}

.bg-content-small[class] {
  background-image: url(img/bg-small.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
}
*/
.bg-content-large {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 331px;
  z-index: 2;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='img/bg-large-ie.png');
}

.bg-content-large[class] {
  background-image: url(img/bg-large.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
}

h1 {
	padding:0px;
	margin:0px;
}
