* {  margin: 0em;
     padding: 0em;
     }
body {
     height:100%;
     margin:0em;
     width:100%;
     background:#deb887 url(bg.gif) top left repeat-x;
     font-size:75%;
     text-align:center;
     }
h1,h2,h3,h4 { clear:both; }
h1  {
     font-size:1.5em;
     font-weight:bold;
     margin-top:5px;
     font-family:Georgia,'Times New Roman', serif;
     }
h2  {
     font-size:1.35em;
     font-weight:bold;
     margin-top:25px;
     font-family:Georgia,'Times New Roman', serif;
     }
h3  {
     font-size:1.2em;
     font-weight:bold;
     margin-top:25px;
     font-family:Verdana, Arial, sans-serif;
     }
p    {
     margin:8px 0px 15px 0px;
     }
img {
     border:none;
     margin:5px;
     }
ol {
     margin-left:30px;
     }
dl {
     float:left;
     margin-bottom:10px;
     }
dd {
     font-size:0.8em;
     }
blockquote {
     margin:0px 30px;
     font-style:italic;
     }
table {
     background-color:#fbf9f5;
     color:#333;
     border-collapse:collapse;
     border:1px solid #800000;
     text-align:left;
     table-layout:auto;
     margin-top:5px;
     }
th {
    background-color:#fbebc5;
    font-weight:bold;
    text-align:left;
    padding:3px 5px;
    border:1px solid #800000;
    }
td {
     padding:3px 5px;
     border:1px solid #800000;
     }
fieldset {
     padding:5px;
     border:1px solid #FF8C00;
     display:block;
     }
caption {
     text-align:left;
     font-size:0.8em;
     }
#wrapper {
     margin:0px auto;
     padding-bottom:10px;
     max-width:1024px;
     height:100%;
     background: url(ahnenbackgr.gif) repeat-y top;
     text-align:left;
     border-right:3px solid #e9b887;
     }
header {
     margin-bottom:10px;
     padding:45px 20px 15px 20px;
     height:140px;
     border-bottom:5px solid #FF8C00;
     text-align:right;
     }
navi {
     display:inline-block;
     background-color:#f7ebcf;
     font-family:Verdana, Arial, sans-serif;
     color:#999;
     width:100%;
     }
navi ul {
     margin: 0;
     padding: 0;
     }
navi a {
     display:block;
     font-size:1.3em;
     font-weight:bold;
     color:#333;
     text-decoration:none;
     }
navi a:hover {
     color:#9d5e41;
     }
navi ul li {
     position: relative;
     float:left;
     list-style-type:none;
     }
navi ul li a {
     padding:10px;
     }
navi ul ul {
     position: absolute;
     top: -9999px;
     left: -9999px;
     background:#f7ebcf;
     }
navi ul ul li {
     float: none;
     width: 245px;
     border-bottom: 1px solid #555;
     }
navi ul ul li a {
     font-size:1.2em;
     font-weight:normal;
     }
navi ul li:hover > ul {
     top: 100%;
     left: 0;
     }
navi ul ul li:hover > ul {
     top: 0;
     left: 200px;
     }
navi ul li.submenu > a:after {
     position: relative;
     float: right;
     content: '';
     margin-left: 10px;
     margin-top: 5px;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 5px solid #333;
     border-bottom: 5px solid transparent;
     }
article {
     float:right;
     margin:10px 20px 10px 10px;
     padding:20px 20px 0px 20px;
     font-family:Verdana, Arial, sans-serif;
     font-size:1.2em;
     font-weight:normal;
     color:#333;
     -moz-border-radius:5px;
     background-color:#f7ebcf;
     width:62%;
     }
article a  {
     color:#800000;
     text-decoration:underline;
     }
article ul li {
     list-style-type:none;
     line-height:180%;
     margin-left:20px;
     }
a.ext:after {
     content: url(bilder/extlink.gif);
     vertical-align:bottom;
     margin-left:2px;
     }
.right {
     text-align:right;
     color:#800000;
     }
.floatleft {
     float:left;
     }
.floatright {
     float:right;
     }
.clear {
     clear:both;
     }
.hide, .layer, .skip  {
     display:none;
     }
.abstand {
     margin-bottom:40px;
     }
.center {
     text-align:center;
     width:100%;
     margin-left:auto;
     margin-right:auto;
     }
.gemarkung ol {
     float:right;
     padding-left:50px;
     }
.gemarkung li {
     list-style-type:upper-latin;
     }
.pagenavi {
     display:block;
     background-color:#f5d6af;
     text-align:center;
     font-size:0.8em;
     padding:5px 0px;
     margin-top:30px;
     }
.pagenavi img {
     margin:0;
     border:none;
     vertical-align:bottom;
     }
#galerie {
     float:left;
     width:630px;
     }
#galerie dl {
     float:left;
     padding:4px;
     width:200px;
     }
#galerie dd {
     font-size:0.7em;
     padding:0 5px;
     }
#galerie dt {
     border:0px solid #eee;
     border-bottom:0px solid #aaa;
     padding:10px;
     }
#sitemap ul {
     list-style-type:disc;
     list-style-image:url(bilder/dreieck.gif);
     border-left: 2px dotted #9c6a2e;
     }
.ebene2 {
     list-style-type:disc;
     margin-left:30px;
     }
.ebene3 {
     list-style-type:circle;
     margin-left:40px;
     }
aside {
     float:left;
     margin-top:10px;
     margin-bottom:10px;
     padding:0px 0px;
     text-align:left;
     color:#333;
     font-size:1.1em;
     font-family:Verdana, Arial, sans-serif;
     -moz-border-radius:5px;
     text-decoration:none;
     font-weight:normal;
     width:23%;
     }
aside a {
     color:#800000;
     text-decoration:underline;
     }
.box {
     background-color:#f7ebcf;
     padding:1px 20px;
     margin:0px 0px 10px 20px;
     font-size:1.0em;
     color:#333;
     -moz-border-radius:5px;
     width:100%;
     }
footer p {
     clear:both;
     text-align:center;
     font-family:Arial, sans-serif;
     font-size:1.0em;
     color:#333333;
     padding-bottom:15px;
     }
footer a {
     color:#333333;
     text-decoration:none;
     }
footer script {
     display:none;
     }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
     }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */