/* CSS Document */

body {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:100.01%;
background: url(http://www.onlandis.com/bg.gif);
text-align: center;
margin:0;
padding:0;
}

#template {
background-color:#fff;
border: 1px solid #000;
width: 779px;
margin: 0 auto;
padding: 0;
text-align: left;
}

#titelbild {
background: url(http://www.onlandis.com/title.jpg) no-repeat;
height: 120px;
border-bottom: 1px solid black;
}

img {
border:0;
}

 div#Inhalt {
    text-align:left;
    padding: 0 1em;
      }

  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#Inhalt h1 {
    font-size: 1em;
    margin: 1em 0;
    color: navy;
  }
  div#Inhalt h2 {
    font-size: 0.8em;
    margin: 1em 0;
    color: navy;
  }
  div#Inhalt p {
    font-size: 0.8em;
  }

/* 1. Navigation links  */

#navcontainer
{
 width: 170px;
 height: 1000px;
 font-size:0.8em;
 color: #000;
 float: left;
 margin-right: 2em;
 border-right: 1px solid black;
 background-color: #AED7FF;
}

#navcontainer-in ul
{
 list-style: none;
 margin: 1.5em 0 0 0;
 padding: 0;
 border: none;
}

html>body #navcontainer-in li a { width: auto; }

#navcontainer-in li
{
  margin: 0.5em 1em;
}

#navcontainer-in li a
{
 color: #000;
 text-decoration: underline;
}

#navcontainer-in li a:hover
{
 text-decoration: underline;
 color: #fff;
}

ul#navlist
{
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
padding: 3px 20px;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 0px 15px; font-size: 80%;}

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: underline;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

#footer {
border-top: 1px solid;
font-size: 80%;
padding: 3px 15px;
text-align:left;
}

.ads {
  margin-top: 1em;
}

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

.suche {
   margin-top: 3em;
}

