
body {
  color: black; 
  background-color: white;
  font-size: 75%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0; 
  padding: 5px;
}

h2 {
	padding-top: 12px;
}

img#logo {
	width: 150px;
	height: 99px;
	margin: 20px 10px 0 0; 
	padding: 0;
}

div#newsletter {
	padding-top: 20px;
	font-size: 75%;
}

div#Nav {
	width: 160px;
	float: left; 
}

ul#Navigation {
	margin: 20px 0 0 0; 
	padding: 0;
}

ul#Navigation li {
	list-style: none;
	margin: 0 0 0 2px; 
	padding: 0;
	float: left;
}
ul#Navigation a {
	display: block;
	text-indent: -700em;
	width: 100px;
	height: 20px;
	/* border: 1px dashed blue; */
}

table {
	font-size: 90%;
}

a#news {
	background: transparent url("/images/news_off.png") no-repeat;
}
a#news:hover {
	background: transparent url("/images/news_on.png") no-repeat;
}
a#dates {
	background: transparent url("/images/dates_off.png") no-repeat;
}
a#dates:hover {
	background: transparent url("/images/dates_on.png") no-repeat;
}
a#band {
	background: transparent url("/images/band_off.png") no-repeat;
}
a#band:hover {
	background: transparent url("/images/band_on.png") no-repeat;
}
a#music {
	background: transparent url("/images/music_off.png") no-repeat;
}
a#music:hover {
	background: transparent url("/images/music_on.png") no-repeat;
}
a#contact {
	background: transparent url("/images/contact_off.png") no-repeat;
}
a#contact:hover {
	background: transparent url("/images/contact_on.png") no-repeat;
}
a#imprint {
	background: transparent url("/images/imprint_off.png") no-repeat;
}
a#imprint:hover {
	background: transparent url("/images/imprint_on.png") no-repeat;
}

a {
	color: #663300;
}
a:hover {
	color: #777777;
}


div#Inhalt {
  margin-left: 165px;
  padding: 0 10px;
  min-width: 500px; 
}
div#Inhalt h1#head {
  font-size: 1.5em;
  margin: 0 0 1em;
}
div#Inhalt h2 {
  font-size: 1.2em;
  margin: 0 0 1em;
}
div#Inhalt p {
  font-size:1em;
  margin: 1em 0;
}


div#gig {
	width: 250px;
	height: 150px;
	float: right; 
	margin-left: 10px;
	background: transparent url("/images/next_gig.png") no-repeat;
}
div#gig h2 {
	text-indent: -700em;
}
div#gig p {
	padding: 20px 10px 12px 12px;
	font-size: 120%;
}


img { 
	border: 0 
}


h1#news_head {
	width: 490px;
	height: 40px;
	text-indent: -700px;
	background: transparent url("/images/news_head.png") no-repeat;
}

h1#imprint_head {
	width: 400px;
	height: 40px;
	text-indent: -700px;
	background: transparent url("/images/imprint_head.png") no-repeat;
}

h1#dates_head {
	width: 400px;
	height: 40px;
	text-indent: -700px;
	background: transparent url("/images/dates_head.png") no-repeat;
}

h1#band_head {
	width: 400px;
	height: 40px;
	text-indent: -700px;
	background: transparent url("/images/band_head.png") no-repeat;
}

h1#band_kelly_head {
	width: 400px;
	height: 40px;
	text-indent: -700px;
	background: transparent url("/images/band_kelly_head.png") no-repeat;
}

h1#band_volker_head {
	width: 400px;
	height: 40px;
	text-indent: -700px;
	background: transparent url("/images/band_volker_head.png") no-repeat;
}

h1#band_frank_head {
	width: 400px;
	height: 40px;
	text-indent: -700px;
	background: transparent url("/images/band_frank_head.png") no-repeat;
}

h1#band_rene_head {
	width: 400px;
	height: 40px;
	text-indent: -700px;
	background: transparent url("/images/band_rene_head.png") no-repeat;
}

h1#band_mica_head {
	width: 400px;
	height: 40px;
	text-indent: -700px;
	background: transparent url("/images/band_mica_head.png") no-repeat;
}

h1#band_uli_head {
	width: 400px;
	height: 40px;
	text-indent: -700px;
	background: transparent url("/images/band_uli_head.png") no-repeat;
}

h1#music_head {
	width: 400px;
	height: 40px;
	text-indent: -700px;
	background: transparent url("/images/music_head.png") no-repeat;
}

h1#contact_head {
	width: 570px;
	height: 40px;
	text-indent: -700px;
	background: transparent url("/images/contact_head.png") no-repeat;
}

h1#newsletter_head {
	width: 400px;
	height: 40px;
	text-indent: -700px;
	background: transparent url("/images/newsletter_head.png") no-repeat;
}

h1#linkz_head {
	width: 400px;
	height: 40px;
	text-indent: -700px;
	background: transparent url("/images/linkz_head.png") no-repeat;
}

p#space {
	width: 400px;
	border-top: 1px dashed #777777;
}

p#head {
	font-weight: bold;
}

#footer
{
	font-family: Verdana, Helvetica, Arial, Sans-serif; 
	border-top: 1px solid;
	border-color: #777777;
	width: 100%;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
}
#footer ul 
{
	margin: 2px;
	padding: 0;
	list-style: none;
}

#footer li 
{
	display: inline;
	padding: 5px;
	font-size: 90%;
}

.hide 
{
	visibility: hidden;
	background: #fff;
	color: #fff;
	clear: both;
	margin: 0;
}
