/*****************
* Style Clanpage *
*****************/

a, a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover, a:active {
  color: #ffffff;
  text-decoration: none;
}

h2 {
  font-variant: small-caps;
  font-size: 1.1em;
  border-bottom: 3px solid #000;
  color: #d9372c;
}

body {
  background-color: #fec868;
  text-align: center;
  font-family: Times New Roman, Times, serif;
}

#all {
  background-color: #fec868;
  width: 1024px;
  margin: auto;
  text-align: center;
}

/*
#oben {
  width: 1024px;
}
*/

#banner {
  width: 800px;
  height: 200px;
  background-image: url('ci_banner2.jpg');
  background-repeat: no-repeat;
  border-bottom: 3px solid #000;
  text-align: center;
  margin: auto;
}

#puffer {
  height: 170px;
}

#puffer2 {
  width: 190px;
  float: left;
}

#navi {
  width: 630px;
  float: right;
  font-variant: small-caps;
  font-weight:bold;
}

#content {
  width: 1024px;
  height: 400px;
  padding: 20px 0 0 0;
  background-image: url('elephant2.jpg');
  background-color: #fec868;
  background-repeat:no-repeat;
}

#inhalt {
  width: 600px;
  margin: auto;
  text-align: center;
}

#box {
  width: 550px;
  border-bottom: 3px solid #000;
  border-style: outset;
  background-color: #FDEDC9;
  padding: 5px 20px 10px 20px;
  margin-bottom: 20px;
  text-align: left;
}


