/* CSS für die Galerien */

/* Überschriften */

#hauptseite h4 {
  font-family:Arial, sans-serif;
}

#hauptseite .s14 { 
  font-size:14pt;
  font-weight:bold;
  color:Green; 
}

/* Bilder */

#hauptseite .bild {
  width:65%;
  border:2px solid #CC9900;
}

#hauptseite .bild2 {
  width:45%;
  border:2px solid #CC9900;
  padding:4px;
}

#hauptseite .rahmen {
  border:2px solid #CC9900;
  padding:2px;
}
 
#hauptseite .drot {
  color:#880000;
  font-weight:bold;
  padding:2px;
}

#hauptseite .tabweiter {
  width:100%;
  border:none;
  border-collapse:collapse;
}

#hauptseite .td33 {
  width:33.3%;
  padding:2px;
}

#bildausgabe {
  width:800px;
  margin:0 auto;
  padding:3px;
}

#bildausgabe ul {
  list-style-type:none;
}

#bildausgabe .li1 {
  width:250px;
  height:200px;
  text-align:center;
}

#bildausgabe .li2 {
  width:250px;
  border:2px solid #CC9900;
  text-align:center;
}

#bildausgabe table {
  border:2px solid #CC9900;
  border-collapse:collapse;
}

#bildausgabe td {
  border:2px solid #CC9900;
  padding:3px;
}

/* Erlebnisse */

#erlebnisse {
  width:85%;
  border:1px solid #CC9900;
  background:#C0C0C0;
  padding:4px;
}
  
#erlebnisse h2 {
  color:Black;
}

/* Links */

#hauptseite .a2:link { 
  text-decoration:none; 
  font-size:12pt;
  font-weight:Bold;
  color:Black; 
}

