/* 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:80%;
  border:2px solid #CC9900;
}

#hauptseite .rahmen {
  border-bottom:2px solid #CC9900;
  padding:4px;
}

#hauptseite .bdm1 {
  font-family:Arial,sans-serif;
  font-size:14pt;
  font-weight:bold;
  color:#FFE075;
  background-color:Green;
}

#hauptseite table {
  border:none;
  border-collapse:colapse;
  width:100%;
}

#hauptseite .td250 {
  width:250px;
}

#hauptseite .tdp5 {
  font-weight:bold;
  padding:0 5px;
}
  
#kopf {
  width:99%;
  height:80px;
}

#monatzurueck {
  width:15%;
  float:left;
  padding:5px;
}

#monatweiter {
  width:15%;
  float:right;
  padding:5px;
}

#monatstitel {
  width:60%;
  float:left;
  padding:25px 5px 5px 5px;
  margin-left:10px;
}

#grossbild {
  width:650px;
  margin:0 auto;
  padding:3px 5px;
}
