body {
	color:white;
	background-color:black;
	font-family:sans-serif;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#logo {
	width:800px;
	height:324px;
	background-image:url("layout/empire.png");
	margin-left:auto;
	margin-right:auto;
}

#logo a {
	display:block;
	height:273px;
}

#logo a:hover {
	text-decoration:none;
}

#logo span{
	visibility:hidden;
}

#menu {
	height:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
	width:800px;
	padding-left:20px;
}

#nav {
	list-style:none;
	padding:0px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#nav li {
	height:30px;
	float:left;
}

#nav li.bullet {
	height:30px;
	width:14px;
	display:block;
	background:url("menu/bullet.png") no-repeat center center;
	float:left;
}

#nav a {
	display:block;
	height:30px;
}

#nav a:hover {
	text-decoration:none;
}

#nav a span {
	visibility:hidden;
}

#nav li.index		{ background:url("menu/index_h.png") no-repeat center center; width:99px; }
#nav a.index		{ background:url("menu/index.png"); }
#nav a.index:hover	{ background:transparent; }

#nav li.band		{ background:url("menu/band_h.png") no-repeat center center; width:99px; }
#nav a.band		{ background:url("menu/band.png"); }
#nav a.band:hover	{ background:transparent; }

#nav li.bio		{ background:url("menu/bio_h.png") no-repeat center center; width:67px; }
#nav a.bio		{ background:url("menu/bio.png"); }
#nav a.bio:hover	{ background:transparent; }

#nav li.musik		{ background:url("menu/musik_h.png") no-repeat center center; width:116px; }
#nav a.musik		{ background:url("menu/musik.png"); }
#nav a.musik:hover	{ background:transparent; }

#nav li.on_tour		{ background:url("menu/on_tour_h.png") no-repeat center center; width:155px; }
#nav a.on_tour		{ background:url("menu/on_tour.png"); }
#nav a.on_tour:hover	{ background:transparent; }

#nav li.kontakt		{ background:url("menu/kontakt_h.png") no-repeat center center; width:171px; }
#nav a.kontakt		{ background:url("menu/kontakt.png"); }
#nav a.kontakt:hover	{ background:transparent; }

#oben {
	width:800px;
	height:111px;
	background-image:url("layout/oben.png");
	margin-left:auto;
	margin-right:auto;
}

#inhalt {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	color:black;
	background-color:rgb(255, 210, 0);
}

#inhalt p {
	text-align:justify;
}

#unten {
	width:800px;
	height:114px;
	background-image:url("layout/unten.png");
	margin-left:auto;
	margin-right:auto;
}

#designby {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	color:rgb(255, 210, 0);
	text-align:right;
	font-size:small;
}

#designby a {
	color:rgb(255, 210, 0);
}

