body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/main.bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #7B0000;
}
#main {
	height: 100%;
	width: 720px;
	margin-left: -360px;
	position: absolute;
	left: 50%;
}
#main .stage {
	width: 680px;
	margin-left: 20px;
}
#main .stage .header {
	display: block;
}
#main .stage .navi {
	background-color: #000000;
	height: 15px;
	text-align: right;
	line-height: 11px;
}

#main .stage .navi a {
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
}
#main .stage .content .footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #951B1B;
	text-align: right;
	line-height: 15px;
	margin-right: 10px;
}
#main .stage .content {
	minheight: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	position: relative;
}
#main .stage .content .headline {
	position: absolute;
}
#main .stage .content .text {
	padding-top: 80px;
	margin-right: 96px;
	margin-left: 96px;
	margin-bottom: 120px;
}


#main .stage .footer a {
	color: #951B1B;
	text-decoration: none;
}
#main .stage .footer a:hover {
	text-decoration: underline;
}


#main .stage .navi a:hover {
	text-decoration: underline;
}
#main .kreuz {
	position: absolute;
	left: -6px;
}
#main .stage .s1 {
	left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	position: absolute;
}
#main .stage .s2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	position: absolute;
}
#main .stage .s3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	position: absolute;
}

#sidebar {
	position: absolute;
	width: 150px;
	top: 135px;
	left: 50%;
	margin-left: 350px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:15px;
	color: white;
}

#sidebar a {
	color: white !important;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
