/* Globale Einstellungen */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}

/* Top with Logo */
.Logo {
	width: 207px;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 495px;
}

/* Master Background */
.MasterBG {
	background-image: url(../pics/bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 702px;
	height: 570px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Text Position */
.CenterText {
	width: 477px;
	height: 365px;
	overflow: auto;
	position: absolute;
	left: 128px;
	top: 196px;
}

/* Navigation */
.Navigation {
	width: 95px;
	height: 379px;
	position: absolute;
	left: 1px;
	top: 188px;
}

/* Topic Text */
.TopicText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}

/* Counter */
.Counter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	width: 300px;
	height: 50px;
	left: 305px;
	top: 113px;
	position: absolute;
	overflow: hidden;
	text-align: right;
}

