body {
text-align: center; 
padding: 1em 0;
}

hr {
display: none;
}

img {
border: none;
}

#container {
margin: 0 auto;
text-align: left;
width: 730px;
line-height: 150%;
}

#header {
height: 105px;
border-bottom: 5px solid #eee;
border-top: 5px solid #eee;
}

#header h1 {
line-height: 90px;
padding: 0 15px;
}

#navi {
float: right;
width: 200px;
}

#navi-innen {
padding: 0 15px 10px 15px;
}

#content {
margin: 1em 215px 1.5em 15px;
font-size: 1.1em;
}

#footer {
clear: both;
margin: 3em 15px 0 15px;
padding: 5px;
text-align: center;
}

.center {
text-align: center;
}

#searchform
{
  border: 1px solid #ffc;
  padding-left: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
}

#searchform > h2
{
  margin-top: 5px;
}

div #navi > div #navi-innen
{
}

