html, body, h1, h2, h3, h4 {
        margin: 0;
        padding: 0;
}
h1 img {
        display: block;
}
img {
        border: 0;
}
a {
        color: #8F6A2B;
        font-weight: bold;
        text-decoration: none;
}
a:hover {
        color: #E21E11; /*#C4861C;*/
        text-decoration: underline;
}
.left {
        float: left;
}
.right {
        float: right;
}
.more {
        text-align: right;
}
.clear {
        clear: both;
}
body {
        background: url(images/bg.jpg) repeat-x;
        text-align: center;
        font: 0.9em verdana, arial, sans-serif;
        color: #5D5D5D;
}
#wrapper {
        text-align: left;
        margin: auto;
        width: 699px; /*686px;*/
        position: relative;
}
#header {
        position: absolute;
        background: url(images/header_new.jpg) no-repeat;
        width: 366px;
        height: 155px;/*204px;*/
        top: 0px;
        left: -40px;
        text-align: center;
        padding-top: 35px;
        color: #E9B578;
        font: 1.4em "Lucida Handwriting", "Lucida Calligraphy", verdana, arial, sans-serif;
        z-index: 1;
}
#header a, #header a:hover {
        color: #E9B578;
        font: 1.4em "Lucida Handwriting", "Lucida Calligraphy", verdana, arial, sans-serif;
        text-decoration: none;
}
#family {
        position: absolute;
        border: 0;
        width: 383px;
        height: 381px;
        top: 155px; /*204px;*/
        left: -59px;
        z-index: 1;
}
#nav {
        width: 259px;
        position: absolute;
        top: 585px;
        left: 0;
        background: url(images/nav_bg.jpg) repeat-y;
}
#nav ul {
        margin: 0;
        padding: 0 0 0 20px; /*37px 0 45px 64px;*/
        font: 1em arial, sans-serif;
        /*background: bottom left url(images/nav_bot.gif) no-repeat;*/
}
#nav li {
        margin: 0;
        padding: 0 0 0 20px; /*40px*/
        list-style: none;
        background: top left url(images/bullet_white.gif) no-repeat;     /*top*/
}
#nav a {
        font-weight: normal;
        color: #fff;   /*white*/
}

#search {
        margin: 0;
        padding: 20px 2px 2px 20px;   /*oben rechts unten links*/
        font: 0.8em arial, sans-serif;
        /*background-color: #036;*/
        color: #FFF;
        text-align: center;
        background: url(images/nav_bg.jpg) repeat-y;
}
#search input {
        width: 75%; /*95*/
        font-size: 0.8em;
}
/*
.login a:link, .login a:visited, .login a:active {
        color: #DDD;
        text-decoration: none;
}
.login a:hover {
        color: #FFF;
        text-decoration: none;
}
*/

#body {
        position: absolute;
        width: 427px;
        top: 0;
        left: 259px;
        background: white;
        overflow: hidden;
}
#body .content {
        padding: 69px 45px 84px 74px;
}
#head-top {
        position: absolute;
        top: 0;
        left: 259px;
        width: 427px;
        height: 32px;
        z-index: 2;
        background: url(images/head_top.gif) no-repeat;
}
#head-right {
        position: absolute;
        top: 0;
        left: 686px;
        width: 13px;
        height: 145px;
        z-index: 3;
        background: url(images/head_right.gif) no-repeat;
}
#body h1 {
        text-align: center;
        color: #0259FE;
        font: 1.2em verdana, arial, sans-serif;
}
#body h2 {
        font: 1.1em verdana, arial, sans-serif;
        font-weight: normal;
        margin-top: 25px;
}
#body h2.shallow {
        margin-top: 10px;
}
#body h2 strong {
        color: #576B02;
        font-size: 1.2em;
        font-weight: normal;
}
#body h2.orange strong {
        color: #8F6A2B;
}
#body p {
        margin: 1em 0;
}
/*#body ul {
        margin: 0;
        padding-left: 20px;
}*/
/*#body li {
        margin: 1em 0;
        list-style: none;
        padding: 0 0 0 20px;  /*30
        background: top left url(images/bullet_orange.gif) no-repeat;
}*/

#view {
        float: left;
        width: 115px;
        text-align: center;
        margin-right: -50px;
}
#funtravel {
        margin-top: 10px;
}
#collect {
        float: left;
        width: 203px;
}
#collect p.dark, #view p.dark {
        text-align: center;
        color: #000;
        font: 1em "Arial narrow", arial, verdana, sans-serif;
        margin-bottom: 2px;
        margin-top: 3px;
}
#collect p.orange, #view p.orange {
        text-align: center;
        color: #F25C00;
        font: 1em "Arial narrow", arial, verdana, sans-serif;
        margin-top: 2px;
        margin-bottom: 10px;
}
#view p.dark {
        margin-top: 40px;
        margin-bottom: 10px;
}
#view p.dark a {
        color: #000;
        font-weight: normal;
        text-decoration: none;
}
#view p.orange a {
        color: #F25C00;
        font-weight: normal;
        text-decoration: none;
}
#collect p.other {
        margin-left: 12px;
}
#copyright {
        text-align: center;
        clear: both;
        color: black;
        padding-top: 15px;
        font: 0.8em "Arial narrow", arial, verdana, sans-serif;
}



