/*
*     Style sheet for http://www.haus-auf-dem-land-kaufen.de
*     © SiriuS Website Design 2008
*     Gerrit van der Bend
*/

body {
      margin: 0;
      padding: 0;
      font-family: Verdana, Arial, sans-serif;
      font-size: 12px;
      background: #fff;
      color: #404040;
}
#container {
      position: relative;
      width: 760px;
      height: 100%;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
}
#header {
      padding: 5px 5px 0 5px;
      margin: 5px 20px 3px 175px;
      text-align: center;
      height: 100px;
}
#content {
      margin: 3px 20px 3px 175px;
}
#content p {
      padding-left: 8px;
      padding-right: 12px;
}
h1 {
      font-size: 130%;
}
h2,h3 {
      font-size: 18px;
      font-weight: bold;
      padding-bottom: 17px;
}
h4 {				
      font-size: 17px;
      font-weight: bold;
      padding-bottom: 20px;
}
#footer {
      margin-right: 20px;
      margin-left: 20px;
      text-align: center;
      font-size: 10px;
}
img {
      vertical-align: top;
      padding: 0 2px 5px 0;
      border: 0;
}
.bigger {
      font-size: 14px;
}
.centered {
      text-align: center;
}
.just {
      text-align: justify;
}
.spacer {
      clear: both;
}
a.links	{        		
      font-weight: bold;
      text-decoration: underline;
      color: #808080;
}
a.links:hover {		
      font-weight: bold;
      text-decoration: underline;
      color: #333;
}
a:focus {
      outline: none
}

.bigS {
      font-family: "Times New Roman", serif;
      font-size: 18px;
}
.iriu {
      font-family: "Times New Roman", serif;
      font-size: 12px;
}
a.imp {
      color:#8b4;
}
a.imp:hover {
      color:#693;
}
a img { 
      border:0;
}
#footer a {
      font-size: 11px;
      font-weight: bold;
      text-decoration: none;
      color: #808080;
}
#footer a:hover,
#footer a.current {
      font-weight: bold;
      text-decoration: none;
      color: #c0c0c0;
}
#slide {
      position: absolute;
      top: 5px;
      left: 13px;
}
.hidden	{
      display:none;
}


