body {
	margin: 0px;
	height: 100%;
	background-image: url(../img/bg_verlauf.gif);
	background-color: RGB(26,26,26);
	background-position: middle left;
	background-repeat: repeat-x;
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

a {
	color: #333333;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #333333;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
	border-color: rgb(255,130,0);
}

#background {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg_raster.png);
}

#contentContainer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 234px;
	height: 250px;
	margin-left: -117px;
	margin-top: -125px;
	text-align: right;
}

#navigation {
	position: absolute;
	width: 750px;
	height: 20px;
	top: 100%;
	left: 50%;
	margin-top: -20px;
	margin-left: -375px;
	font-size: 9px;
	text-align: center;
	display: table-cell;
}

a#buttonEnter {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border: none;
}

a#buttonEnter img {
	background:url(../img/buttons/enter_off.gif) bottom left no-repeat;
}

a#buttonEnter:hover img {
	background-image:url(../img/buttons/enter_on.gif);
}

a#buttonDlFlash {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border: none;
}

a#buttonDlFlash img {
	background:url(../img/buttons/download_flash_off.gif) bottom right no-repeat;
}

a#buttonDlFlash:hover img {
	background-image:url(../img/buttons/download_flash_on.gif);
}

a.download {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border: none;
}

a.download img {
	background:url(../img/buttons/download_off.gif) bottom right no-repeat;
}

a.download:hover img {
	background-image:url(../img/buttons/download_on.gif);
}
