/*#A74100   #CD853F #DAA520 */

body {
  Background: #DAA520 url(../hbild/gelb1.jpg); 
  background-attachment:fixed; 
  margin: auto;
  min-width: 640px; 
  overflow-Y: scroll; 
  font-family: comic sans ms;
  padding: 1.5%;
  font-size: 100.01%; 
}

a:link { text-decoration:none; font-weight:bold; }
a:visited { text-decoration:none; font-weight:bold; color:#000000; }

h1 { 
  font-size: 2em;
  font-weight: bold;
  font-color:#B22222;
  font-family: Comic Sans MS;
  padding: 0 0 0 0;
  margin: 0;
}

/* Logo bzw. Kopfzeile */
#logo {
  background-color: white; 
  height: 113px; /* kann kleiner wenn ohne News */
  padding: 15px 30px; /* Abstand vom oberen Rand */
  text-align: left;
  overflow: hidden;
  border-radius: 30px;
}

/* -- Layoutspezifisches -- */
#container { 
  font-size: 0.8em;
  max-width: 68em;  /* früher 72.5em*/
  /*min-height: 71em;*/
  margin: auto;
  border: 4px solid #B22222;
  background-color: white;
  box-shadow: 0 0 1.3em 1.3em #ffffff;
  border-radius: 30px;
}

/* Der Hauptinhaltsteil */
#main {
  background: white;
  padding: 0px 0px 0px 25%; /*früher 28%*/
  border-radius: 30px;
  color: #B22222;
}

/* Menü */
#menu {
  float: left;
  width: 18.5%;
  min-height: 26em;
  background-color: white;
  margin-top: 4em; /*urspr. 0.5em*/
  margin-left: 0.1em;
  color: #B22222;
  border-right: 3px solid #B22222;
  /*box-shadow: 0 0 0.2em 0.2em #B22222;*/
  /*border-radius: 30px;*/
}

#menu ul {
  padding: 15px 25px 0px 25px; /*Abstand linker Rand */
  line-height: 155%;  /*hat Auswirkung */
}

#menu li {  
  list-style-type: none; 
  font-weight: bold;
  text-align: left;
}

#menu a {
  display: block;
  background-color: #ffffff; /*weg wegen transparenz*/
  padding: 3px;  
  border-right: 6px solid #B22222;
  border-left: 6px solid #B22222;
  border-top: 1px solid #B22222;  /*Ausgleich, weil a#aktuell auch 3px-Rand hat*/
  border-bottom: 1px solid #B22222;  /*Ausgleich, weil a#aktuell auch 3px-Rand hat*/
  border-radius: 30px;  
  color: #B22222;
  font-weight: bold;
  text-decoration: none;
}

#menu ul a:hover, a#aktuell {
  color: #ffffff;
  background-color: #DEB887;
}

/*nachfolgend alles für Schriftzug Naturkinderland im Kopf */
.fleft { 
  float: left;
  margin: 0 1em 0.2em 0; 
}

.fright {
  float: right;
  margin: 0 0em 0.2em 3em;
} 

.maintext {
 font-family: Comic Sans MS;
 color: #333399;
 margin:auto;
 line-height: 1.7em;
 background: #FFFFFF;
 text-align:justify;
 font-weight: bold;
 font-size: 1.2em;
}


.titeltext {
  border-width:5px;
  border-style:double;
  border-color:#B22222;
  text-align:center;
  text-valign:middle;
  font-size: 2.2em;
  font-weight: bold;
  color: #B22222;
  border-radius: 30px;
  box-shadow: 0 0 0.2em 0.2em #B22222;
  height: 48px;
}

.newstext {
  font-family: Comic Sans MS;
  color: #00EE00;
  margin:auto;
  font-size: 1.8em;
  text-align:center;
}

.text1 {
  font-family: Comic Sans MS;
  color: #B22222;
  font-size: 1.5em;
}

.text2 {
  font-weight: bold;
  font-family: Comic Sans MS;
  color: #333399;
  margin:auto;
  text-align:center;
  font-size: 1em;
  background: #FFFFFF; 
}

.tabellenversatz {
  margin-left: 14.5em;
  width: 35em;
}

/* Button am Ende jeder Seite für nach oben an Seitenanfang*/
#seitenanfang {
  float: right;
  background-color: white;
  margin: center;
  color: #B22222;
}

#seitenanfang li {  
  list-style-type: none; 
}

#seitenanfang a {
  background-color: #ffffff; /*weg wegen transparenz*/
  padding: 3px;  
  border-right: 6px solid #B22222;
  border-left: 6px solid #B22222;
  border-top: 1px solid #B22222;  /*Ausgleich, weil a#aktuell auch 3px-Rand hat*/
  border-bottom: 1px solid #B22222;  /*Ausgleich, weil a#aktuell auch 3px-Rand hat*/
  border-radius: 30px;  
  color: #B22222;
  font-weight: bold;
  text-decoration: none;
}

#seitenanfang ul a:hover, a#aktuell {
  color: #ffffff;
  background-color: #B22222;
}

