html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	cursor: pointer;
}
.sub {
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.sub2 {
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.sub3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.sub4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
}
.sub5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.topic {
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
a.topic {
	color: #FFFFFF;
}
a:hover.topic {
	text-decoration: none;
}
table.aussen {
	width: 100%;
	height: 100%;
}
table.aussen td  {
	text-align: center;
	vertical-align: middle;
}
div.innen {
	margin-left: auto;
	margin-right: auto;
}
a:hover.back {
	color: #FF0000;
	text-decoration: none;
}
a.back {
	color: #333333;
}
a.ref {
	color: #333333;
}
.white {
	color: #FFFFFF;
}
a.white {
	color: #FFFFFF;
}
a:active.white {
	color: #FF0000;
}
.small {
	font-size: 10px;
}
.back {
	position: absolute;
	bottom: 5px;
	right: 8px;
	font-weight: bold;
}
.ref {
	font-weight: bold;
}
.scroll {
	overflow: scroll;
	overflow-x: hidden;
}
#bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#content {
	padding: 15px;
}
#popup {
	position: absolute;
	padding: 0px;
	width: 580px;
	height: 360px;
	background-image: url(../gfx/bg_grey.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}
#popup2 {
	position: absolute;
	padding: 0px;
	width: 580px;
	height: 360px;
	background-image: url(../gfx/bg_grey2.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}
#menu {
	position: absolute;
	background-color: #990000;
	padding: 0px;
	margin: 20px;
	width: 580px;
	height: 360px;
	z-index: 5;
}
#page {
	margin: auto;
	width: 900px;
	height: 500px;
	background-color: #990000;
	border: solid 5px #FF0000;
	z-index: 2;
}
#dot {
	background-color: #FF0000;
	border: #FFFFFF 2px solid;
	width: 8px;
	height: 15px;
	z-index: 4;
}
#dot2 {
	background-color: #FF0000;
	width: 9px;
	height: 16px;
	z-index: 9;
}
#dot3 {
	background-color: #FF0000;
	width: 8px;
	height: 14px;
	z-index: 4;
}
#infobox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	top: 60px;
	right: 20px;
	padding: 0;
	margin: 0;
	height: 180px;
	width: 270px;
	z-index: 0;
}
#wt_footer {
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 0;
	margin: 0;
	height: 230px;
	width: 900px;
	background-image: url(../gfx/werbeschriftart.gif);
	z-index: 0;
}
#footer {
	text-align: left;
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	bottom: 6px;
	left: 25px;
	padding: 2px;
	margin: 0;
	width: 630px;
	z-index: 1;
}


