@charset "UTF-8";
* { margin:0px;
    padding: 0px;
  }
img {border:none;}
body {
  color:#000;
  background-color: #a07c64;
  font-size: 13px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height: 1.8em;
  font-weight:bold;
}
h1 { font-size: 1.7em; margin-bottom:20px; font-weight:bold;}
h2 { font-size: 1.4em; margin-bottom:15px; font-weight:bold;}

a  { color: black; text-decoration: underline;  }
a:hover { color: #555;}

.k{ font-style:italic;}
.b{ font-weight:bold; }
p { margin-bottom: 15px;}

#content { width:1024px; margin: auto; height:768px; position: relative;}
#content { background: no-repeat url("grafiken/oma_bauer2.jpg");}
#text { position: relative; left:500px; top: 250px; width: 350px; }
#navigation {width: 400px; position:absolute; left: 630px; top: 80px;}
#navigation a { display:block; float:left; width: 80px; text-align:center;}

#artikel_navigation { position:absolute; bottom: 150px; left: 400px; }
#artikel_navigation a { margin-right:10px;}
#footer {position:absolute; bottom:0px; width: 100%; text-align:center; font-weight:normal; color:#6e5545;}
#footer a {color:#6e5545;}
#valid { text-align: center;}
div.break {width:100%; float:none; clear:both;}

