body {
  font-family:Georgia,serif;
  font-size:12px;
  color:white;
  background-color:white;
  margin:0;
  padding:0;
}

* {
  margin:0;
  padding:0;
}

p {
  margin-bottom:12px;
}

textarea {
  width:200px;
  height:50px;
}

input.newsletter_input {
  width:200px;
}

input, textarea {
  margin-bottom:3px;
}

h1 {
  color:#99ccff;
  font-weight:bold;
  font-size:14px;
  padding:0 0 12px 0;
  margin:0;
}

#page {
  margin:20px;
  background-color:black;
}

.index {
  text-align:center;
  padding-top:40px;
  color:black;
}

#header {
  padding:20px 0 50px 15px;
  background-color:black;
  border:20px white;
}

#header img {
  border:0;
}

#menue {
  float:left;
  width:200px;
  position:relative;
  left:-20px;
}

#menue .not-seeable {
  display:none;
}

#menue ul {
  list-style-type:none;
  list-style-position:outside;
  padding:0;
  margin:0;
}

#menue ul li {
  margin-bottom:15px;
}

#menue ul li a {
  height:50px;
  width:150px;
  display:block;
}

#info {
  background:url("info.png") no-repeat scroll 40px 12px #cc231e;
}

#pics {
  background:url("pics.png") no-repeat scroll 40px 12px #aacd79;
}

#live {
  background:url("live.png") no-repeat scroll 40px 12px #a1dbf3;
}

#music {
  background:url("music.png") no-repeat scroll 40px 12px #cc231e;
}

#links {
  background:url("links.png") no-repeat scroll 40px 12px #aacd79;
}

#contact {
  background:url("contact.png") no-repeat scroll 40px 12px #a1dbf3;
}

#main {
  background-color:black;
  width:750px;
  padding-bottom:40px;
}

#main .main-header {
  font-size:16px;
  font-style:italic;
}

#main .blau {
  color:#99ccff;
  font-weight:bold;
}

#content {
  float:right;
  width:500px;
}

a {
  color:white;
  text-decoration:underline;
}

a.img {
  text-decoration:none;
}

img.umrandung {
  border:2px white solid;
  margin:0 5px 5px 0;
}

.news_entry {
  padding-bottom:30px;
}

#footer {
  clear:both;
  height:40px;
}

