html {
    margin: 0; 
    border: 0; 
    padding: 0;
    height: 100%; 
    min-width: 725px;
    max-height: 100%; 
    background-image: url(/gif/pergament.gif);

    color: black;
    font-size: 76%; 
    font-family: Tahoma, Arial, Helvetica, sans-serif;	
    
    /* hide overflow:hidden from IE5/Mac */ 
    /* \*/ 
    overflow: hidden; 
    /* */ 
}

a {
    text-decoration: none;
}

.hidden {
    visibility: hidden;
}

body {
    margin: 0; 
    border: 0;
    padding: 0; 
    height: 100%; 
    max-height: 100%; 
    overflow: hidden; 
}

#header {
    top: 0; 
    left: 0; 
    margin: 0; 
    z-index: 5; 
    width: 100%; 
    height: 108px;
    display: block; 
    overflow: auto; 
    min-width: 785px;
    max-height: 108px;
    position: absolute; 
}

#kopf{
    background: url(/gif/top-background.gif) repeat-x;  
    font-weight: bold;
    overflow: auto;
    color: #ffffff;
    font-size: 1em;
    height: 65px;
    margin: 0px;
    width: 100%;
}

#kopfleft {
    float: left;
}

#kopfright {
    color: white;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    text-align: center;
    font-weight: bold;
}

#topnav { 
    background: #595959;
    font-weight: bold;
    height: 1.75em;
    width: 100%;
}

#topnav ul,
#topnav li,
#topnav ol {
    margin: 0;
    padding: 0;
    display: inline;
    font-weight: bold;
    list-style: none;
}

#topnav a {
    float:left;
    color: white;
    padding: 3px 8px 4px 12px; 
    border-right: 1px solid white;	
}

#topnav a:hover {
    background: #CF0C05;
}

#topnav strong {
    float: left;
    color: #ffffff;  
    position:relative;
    background: #E18C0C;
    text-decoration: none;
    padding: 3px 8px 4px 12px; 
    border-right: 1px solid white;	
}

#breadcrumbs {
    padding: 3px 8px 4px 12px; 
    background: #7B7B7B;
    font-weight: bold;
    color: white;
}

#breadcrumbs a {
    color: white;
    padding: 3px 8px 4px;
}

#breadcrumbs a:hover {
    background: #CF0C05;
}

/* Navigation links */

#navleft {
    left: 0; 
    z-index: 4; 
    top: 108px;
    bottom: 78px; 
    width: 165px; 
    overflow: auto; 
    position: absolute; 
    background-image: url(/gif/pergament.gif);
}

* html #navleft {
    top: 0;
    bottom: 0;
    height: 100%; 
    border-top: 108px solid #fff;
    border-bottom: 66px solid #fff;
}

#google {
    background-color: #EEEEEE;
    background-repeat: repeat-y;
    background-image: url(/gif/back_left_white.gif);
}

#google form {
    display: inline;
    padding-left: 10px;
}

#navleft li {
    font-weight: normal;
}

.nav {
    margin: 0px;
    padding-left: 15px;

    background-color: #999999;
    background-repeat: repeat-y;
    background-image: url(/gif/back_left.gif);

    list-style-type: disc;
    list-style-image: url(/gif/bullet.gif);
}

.nav a:hover {
    color: white;
    background: #CF0C05;
}

.nav li {
    display: inline;
}

.nav strong {
    color: white;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid white;

    margin: 0px;
    margin-left: -15px;

    padding: 2px;
    padding-left: 14px;
    background-repeat: no-repeat;
    background-position: 2px 4px;
    background-image: url(/gif/bullet.gif);
}

.subnav {
    background-color: #EEEEEE;
    background-image: url(/gif/back_left_white.gif);
    background-repeat: repeat-y;
    font-weight: normal;
    list-style-type: none;
    list-style-image: none;
    margin-left: -15px;
    padding-left: 15px;
}

.subnav a {
    color: black;
}

.subnav strong {
    display: block;
    font-weight: normal;
    background-image: none;
    border-bottom: 1px solid #999999;
}

#content {
    z-index: 3; 
    right: 0px; 
    top: 108px;
    left: 165px; 
    bottom: 78px; 
    overflow: auto; 
    position: absolute; 
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(/gif/pergament.gif);    
}

* html #content {
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    width: 100%; 
    height: 100%; 
    max-height: 100%; 
    border-top: 108px solid #fff; 
    border-left: 165px solid #fff;
    border-bottom: 66px solid #fff; 
}

#fullcontent {
    z-index: 3; 
    left: 0px; 
    right: 0px; 
    top: 108px;
    bottom: 78px; 
    overflow: auto; 
    position: absolute; 
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(/gif/pergament.gif);    
}

* html #fullcontent {
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    width: 100%; 
    height: 100%; 
    max-height: 100%; 
    border-top: 108px solid #fff; 
    border-bottom: 66px solid #fff; 
}

#bottom {
    position:absolute;
    min-width: 725px;
    margin:0; 
    bottom:0; 
    left:0; 
    display:block; 
    width:100%; 
    height:65px; 
    z-index:5; 
    overflow:hidden; 

    padding: 6px;
    background: #595959;    
    font-weight: bold;
    font-size: 10px;
    color: white;
}

#bottom a:link {
    color: white;
    text-decoration: none;
}

#bottom a:active {
    color: white;
    text-decoration: none;
}

#bottom a:hover {
    text-decoration: underline;
}

#bottom a:visited {
    color: white;
    text-decoration: none;
}

#bottom a:visited:hover {
    text-decoration: underline;
}

#bottomleft {
    float: left;
}

#bottomright {
    float: right;
    height: 60px;
    text-align: right;
    padding-right: 10px;
}

#google {
    padding-left: 5px;
}

#google-search {
    background-repeat: no-repeat;
}

.bild {
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    height: 450px;
}

.bild h2 {
    padding-top: 200px;
}