* {
  padding: 0;
  margin: 0;
}

html {
 height: 101%;
}

body {
  color: #663300;
  background: #fff3dc;
  text-align: center;    /*Zentrierung IEs */
  font-size: 100.01%;
  font-family: Arial, Helvetica, sans-serif;
}

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}

.fliesstext_underline {
  text-decoration: underline;
  color: #663300;
  font-size: 0.9em;
}

/* Links im Text **/
a {
  text-decoration: underline;
}

a:link    { color: #FFF;}
a:visited { color: #FFF;}
a:focus, a:hover, a:active { color: #FFF;}

/* Rahmen umgibt alles => Zentrierter Teil */
#rahmen {
  width: 900px;
  margin: 0 auto;    /* Zentrierung */
  text-align: left;   /* Aufhebung Zentrierung IEs */
  background: #FFF;
  font-size: 0.9em;
  line-height: 1.3em;
}

/* Kopfzeile */
#kopf {
  width: 900px;
  height: 163px;
}

#logo {
  width: 299px;
  float: left;
}

#image1 {
  width: 299px;
  float: left;
  margin-left: 2px;
}

#slogan {
  width: 298px;
  float: left;
  margin-left: 2px;
}

/* Mittelzeile */
#mitte {
  width: 900px;
  margin-top: 2px;
  background: #fff url(bilder/mitte-back.gif) repeat-y;
}

#navigation {
  width: 299px;
  float: left;
  background: #ffcc66;
  margin-right: 1px;
}

#navigation ul {
  list-style: none;
  margin-top: 20px;
}

#navigation ul li {
  padding: 6px 0px 6px 20px;
  border-bottom: 2px solid #FFF;
  font-size: 0.9em;
  line-height: 0.9em;
  font-weight: bold;
  color: #993300;
}

#navigation ul li a {
  text-decoration: none;
  color: #993300;
}

#navigation ul li a:link    { color: #993300;}
#navigation ul li a:visited { color: #993300;}
#navigation ul li:focus, #navigation ul li:hover, #navigation ul li:active {
  color: #993300;
  background: #fff;
}

.aktiv {
  background: #FFF;
}

#intro {
  width: 280px;
  float: left;
  padding: 40px 10px 0px 10px;
  font-size: 0.9em;
}

#image2 {
  width: 300px;
  height: 370px;
  float: left;
}

/* Fußzeile */
#fuss {
  width: 900px;
  background: url(bilder/fuss-back.gif) repeat-y;
}

#kontakt {
  width: 279px;
  float: left;
  margin-right: 1px;
  padding-left: 20px;
  color: #663300;
}

#kontakt h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.6em;
}

#kontakt p {
  font-size: 0.8em;
  line-height: 1.6em;
}

#info {
  width: 278px;
  float: left;
  margin-left: 2px;
  padding: 10px 10px;
  color: #FFF;
}

#info h3 {
  margin-bottom: 25px;
  font-size: 1.0em;
  line-height: 1.6em;
}

#info p {
  font-size: 0.9em;
  line-height: 1.3em;
}

#zitat {
  width: 298px;
  float: left;
  margin-left: 2px;
  color: #FFF;
}

#zitat h3 {
  margin-top: 50px;
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: center;
  font-weight: normal;
}

/* Text-Formatierungen */
p {
  padding-bottom: 10px;
}