html,body
{
  margin:0px;
  padding:0px;
  font-family:arial, sans-serif;
  background-color:#ffffcc;
  background-image:url(images/hintergrund.gif);
  text-align:center;
}
#innen
{
  width:900px;
  height:auto;
  margin-left:auto;
  margin-right:auto;
}
#header
{
  width:100%;
  height:130px;
  background-image:url(images/logo.png);
  background-repeat:no-repeat;
  font-size:80px;
  text-align:right;
  padding-right:10px;
  color:#663300;
}
#inhalt
{
  width:900px;
  height:auto;
  background-image:url(images/fusszeile.png);
  background-repeat:no-repeat;
  background-position:bottom right;
  padding-bottom:130px;
}
#navi
{
  float:left;
  width:250px;
  height:auto;
  text-align:left;
  padding-top:30px;
}
#navi a
{
  display:block;
  color:#663300;
  font-size:24px;
  padding-left:15px;
  width:98%;
  height:30px;
  text-decoration:none;
  background-image:url(images/navi_link.png);
  background-repeat:no-repeat;
}
#home #navi1,
#veranstaltungen #navi2,
#vorschau #navi3,
#karten #navi4,
#ansichten #navi5,
#historisches #navi6,
#anfahrt #navi7,
#kontakt #navi8,
#impressum #navi9
{
  background-image:url(images/navi_aktiv.png);
  background-repeat:no-repeat;
  padding-left:28px;
}
#text
{
  float:right;
  width:640px;
  height:auto;
  text-align:left;
  padding-top:20px;
}
#text a
{
  color:#663300;
}
#text a:hover
{
  text-decoration:none;
}
#text input,textarea
{
  border:1px solid #663300;
}
#datum
{
  width:100%;
  height:26px;
  font-size:20px;
  color:#000000;
  background-color:#cc9999;
}
#datum2
{
  width:100%;
  height:22px;
  font-size:18px;
  color:#000000;
  background-color:#cc9999;
  margin-bottom:3px;
}
#bild
{
  float:right;
  width:166px;
  height:auto;
  padding-bottom:20px;
  background-color:#cc9999;
  text-align:center;
}
h2
{
  font-size:18px;
}