/*#A74100   #CD853F #DAA520 */

body {
  background: #663300;
   margin: 0;
  padding: 1%; 
  min-width: 640px; 
  font-size: 100.01%; 
  font-family: comic sans ms;
}

a:link { text-decoration:none; font-weight:bold; color:#000000; }
a:visited { text-decoration:none; font-weight:bold; color:#000000; }

}
h1 { 
  font-size: 2.5em;
font-weight: normal;
color:#2E8B57;
font-family: Comic Sans MS;
  /*line-height: 0.8em;*/
 padding: 0.6em 0 0 0; 
}

h2, h3, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 { 
color:#2E8B57; 
/*font-family: Georgia, "Times New Roman", Times, serif;*/
}

.fleft { 
  float: left;
  margin: 0 1em 0.2em 0; 
}

.fright {
  float: right;
  margin: 0 0em 0.2em 3em;
  padding: 1px;
}

/* -- Layoutspezifisches -- */
#container { 
 font-size: 0.8em;
  max-width: 72em;
min-height: 71em;
  margin: auto;  
  border: 10px solid #2E8B57; 
  border-top: 10px solid #2E8B57; 
  background: white;
}


#footer {
  clear: both; 
  padding: 0 20px;
}

/* - Logo bzw. Kopf - */
#logo {
  background: white; 
  height: 175x;
  padding: 1px 20px;
  text-align: left;
  font-family: Script MT Bold;
  overflow: hidden;
  letter-spacing: -2px;
}
@font-face { font-family: 'scriptbl'; src: url('font/scriptbl.ttf') format('truetype'); }


#band {
  background: white; 
  height: 120px; 
  padding: 0 35px;
  text-align: left;
  color: #3399ff;
  overflow: hidden; 
    margin: 0;
}
/* - Menü - */
#menu {
  background: yellow;
  padding: 0px 10%; 
  margin: 0;
  text-align: left;
  color: #B22222;
}
#menu li {
  font-size: 1.1em;
line-height: 0.8em;
  list-style-type: none; 
  padding: 5px 10px 0 0px;
  font-weight: bold;
font-family: Comic Sans MS;
}
#menu li a {
  color: #2E8B57; 
  text-decoration: none;
}


/*  Subnavigation */
#subnav {
  width: 22%;  
  min-width: 10em; 
  float: left; 
  padding: 5px 10px 0 15px;
 margin: 0;
  font-size: 0.9em;
}


/* - Der Hauptinhaltsteil - */
#main {
  background: white;
  padding: 0 35px; */
 /*line-height: 1.5em; */

}