@charset "utf-8";
body {
	background-image: url(../Bilder/bg_body.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #012E55;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.1em;
}

#stage {
	background-image: url(../Bilder/BG.jpg);
	height: 647px;
	width: 948px;
	overflow: hidden;
	text-align: left;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
}
#stage #content {
	width: 680px;
	margin-left: 200px;
	padding: 5px;
	margin-top: 180px;
}
#stage #content h1 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #012E55;
	border-right-color: #012E55;
	border-bottom-color: #012E55;
	border-left-color: #012E55;
	height: 25px;
}
#stage #content ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
#stage #content li {
	margin-bottom: 10px;
}
#stage #menu {
	position: absolute;
	left: 34px;
	bottom: 32px;
	height: 25px;
	width: 880px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
#stage #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#stage #menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
#stage #menu li a {
	width: 176px;
	display: block;
	text-align: center;
	background-image: url(../Bilder/button_bg.png);
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
}
#stage #menu li a.last {
	background-image: url(../Bilder/bg_last_off.png);
}
#stage #menu li a.last:hover {
	background-image: url(../Bilder/bg_last_on.png);
}
#stage #menu li a.active, #stage #menu li a:hover  {
	background-image: url(../Bilder/button_on.png);
}
