body,select,option,input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
	font-weight: normal;
	color: #ffffff;
  text-align: left;
	background-color: #00000;
  line-height: 14px;
}
body {
  margin-top: 0px;
  margin-left: 0px;
  background-image:url(pics/bg.gif); 
  background-repeat:repeat-x;
}
input {
  width: 200px;
}
textarea {
  width: 200px;
  height: 150px;
}
/* links */     	
a:link {
	color: #ffffff;
  font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
  font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #000000;
  background-color: #ffffff;
	text-decoration: none;
}
a:link.marked {
  font-weight: bold;
  color: #0099DF;
}
a:visited.marked {
  font-weight: bold;
  color: #0099DF;
}
a:hover.marked {
}

/* rahmen */

#head {
  height: 242px;
  width: 410px;
  margin-left: auto;
  margin-right: auto;
  background-image:url(pics/logo.gif); 
}

#main {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
  #navi {
    float: left;
    width: 150px;
    margin-top: 3px;
    text-align: right;
  }

  #middle {
    float: left;
    background-image:url(pics/content-bg.gif);
    background-repeat:no-repeat;
    width: 309px;
  }
  
    #content {
      float: left;
      margin-top: 10px;
    }
    
  #media {
    float: left;
    width: 141px;
  }
/*sonstiges*/

.marked {
  font-weight: bold;
  color: #0099DF;
}

.bold {
  font-weight: bold;
}

.button {
  text-align: center;
}

.flugplanbild {
  margin-top: 20px;
  margin-left: 1px;
}

.flugplantext {
  margin-top: 10px;
}

.navi {
  float: right;
  clear: right;
  margin-right: 10px; 
  margin-top: 10px; 
  height: 8px; 
  overflow: hidden;
} 

.lineup-names {
  font-weight: bold;
  color: #EB008E;
  margin-top: 20px;
}

.lineup-images {
  height: 155px;
  width: 205px;
  margin-top: 5px;
}

.top {
  margin-top: 0px;
}

/* gaestebuch */     	

.eintrag1 {
  border-bottom-width:0px;
  border-bottom-style:solid;
  border-bottom-color:white;
  text-align: left;
  overflow:hidden;
  margin-top: -7px;
}
.eintrag2 {
  border-bottom-width:0px;
  border-bottom-style:solid;
  border-bottom-color:white;
  text-align: left;
  overflow:hidden;
  margin-top: -7px;
}

.rahmen {
  width: 309px; 
  height: 551px;
  background-color: #ffffff; 
  border-width:0px;
  overflow: hidden;
  margin-top: 20px; 
  float: left;
}

.important {
  font-weight: bold;
}