body {
	background-color: #cccccc;
	font-family: "Helvetica Narrow", Arial, sans-serif;
}

#main {
	margin-top: -8px;
	width: 801px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	background-image: url(banner.png);
	width: 800px;
	height: 172px;
}

#navbar {
	background-image: url(navbar.png);
	width: 800px;
	height: 42px;
	margin-top: 0px;
}

#nav1 a {
	position: absolute;
	margin-left: 60px;
	margin-top: 5px;
	width: 81px;
	height: 30px;
}

#nav1 a:hover{
	background-image: url(news_hover.png);
}

#nav2  a{
	position: absolute;
	margin-left: 156px;
	margin-top: 5px;
	width: 76px;
	height: 30px;
}

#nav2 a:hover{
	background-image: url(band_hover.png);
}

#nav3 a{
	position: absolute;
	margin-left: 250px;
	margin-top: 5px;
	width: 124px;
	height: 30px;
}

#nav3 a:hover{
	background-image: url(termine_hover.png);
}

#nav4 a {
	position: absolute;
	margin-left: 388px;
	margin-top: 5px;
	width: 91px;
	height: 30px;
}

#nav4 a:hover{
	background-image: url(music_hover.png);
}

#nav5 a {
	position: absolute;
	margin-left: 493px;
	margin-top: 5px;
	width: 92px;
	height: 30px;
}

#nav5 a:hover{
	background-image: url(fotos_hover.png);
}

#nav6 a {
	position: absolute;
	margin-left: 599px;
	margin-top: 5px;
	width: 135px;
	height: 30px;
}

#nav6 a:hover{
	background-image: url(kontakt_hover.png);
}

#maincontent {
	width: 800px;
	height: 750px;
}

#news {
	width: 800px;
	height: 60px;
	background-image: url(news.png);
}

#band {
	width: 800px;
	height: 60px;
	background-image: url(band.png);
}

#bandimage {
	float: left; 
	width: 245px;
	height: 200px;
}

#bandtext1 {
	float: left;
	width: 480px;
	height: 200px;
}

#bandtext2 {
	float: left;
	margin-top: 15px;
	font-size: 1em;
}

#termine {
	width: 800px;
	height: 60px;
	background-image: url(termine.png);
}

#music {
	width: 800px;
	height: 60px;
	background-image: url(music.png);
}

#fotos {
	width: 800px;
	height: 60px;
	background-image: url(fotos.png);
}

#kontakt {
	width: 800px;
	height: 60px;
	background-image: url(kontakt.png);
}

#middlebar {
	width: 800px;
	height: 750px;
	background-image: url(middlebar.png);
}

#content {
	width: 750px;
	height: 692px;
	float: left;
	padding-top: 17px;
	padding-left: 27px;
	padding-right: 10px;
	background-image: url(content.png);
	font-size: 14px;
	overflow:scroll;
}

#content a {
	color: black;
}

#content a:hover {
	color: #3366ff;
}

#content h1 {
	font-size: 2em; 
	color: black;
}

.headline {
	font-size: 1.8em;
	font-variant: small-caps
}

.text {
	font-size: 1em;
}

.textsmall {
	font-size: 0.8em;
}

.textbold {
	font-size: 1em;
	font-weight: bold;
}

#validate {
	visibility: hidden;
	color: black;
}

#footer {
	position: absolute;
	background-image: url(footer.png);
	width: 800px;
	height: 61px;
	font-size: 10px; 
	color: white;
	text-align: center;
}