@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	margin: 0;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}
#hauptdiv {
	margin-top: -380px;
	margin-left: -500px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 700px;
	z-index: 1;
	border: solid 1px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}
.eingang {
	background-image:url(images/ballroom_back1.jpg);
}
.folgeseiten {
	background-image:url(images/ballroom_back2.jpg);
}
#imageContainer {
	position:absolute;
	width:622px;
	margin:auto;
}
#navi a {
	position: absolute;
	top: 46px;
	left: 94px;
	width: 90px;
	height: 27px;
	text-decoration: none;
	z-index: 20;
}
#navi a i {
	visibility: hidden;
}
a#ballroom {
	top: 46px;
}
a#proben {
	top: 73px;
}
a#kontakt {
	top: 139px;
	height: 29px;
}
a#links {
	top: 168px;
	height: 29px;
}
a#ballroom:hover {
	background-image: url(images/ballroom_over.jpg);
}
a#proben:hover {
	background-image: url(images/proben_over.jpg);
}
a#kontakt:hover {
	background-image: url(images/kontakt_over.jpg);
}
a#links:hover {
	background-image: url(images/links_over.jpg);
}
a#ballroom:hover,
a#proben:hover,
a#kontakt:hover,
a#links:hover {
	border: none;
}
a#ballroom_current {
	background-image: url(images/ballroom_over.jpg);
}
a#proben_current {
	top: 73px;
	background-image: url(images/proben_over.jpg);
}
a#kontakt_current {
	top: 139px;
	height: 29px;
	background-image: url(images/kontakt_over.jpg);
}
a#links_current {
	top: 168px;
	height: 29px;
	background-image: url(images/links_over.jpg);
}
#text1 {
	position: absolute;
	top: 76px;
	left: 396px;
	width: 590px;
	height: 265px;
	z-index: 30;
}
#text2 {
	position: absolute;
	top: 445px;
	left: 396px;
	width: 465px;
	height: 215px;
	z-index: 40;
}
#proberahmen {
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -257px;
	width: 512px;
	height:auto;
	border: solid 1px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF6300;
}
