@charset "utf-8";
/******** Body ********/

html, body {
        height: 100%;
        background-color: #BCD4EC;
        color: #000;
        font-family: verdana, arial, helvetica, sans-serif;
}

/******** Layout ********/

#container {
        max-width: 1000px;
        min-height: 100%;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
}

#header {
        width: 1000px;
}

#logo {
        float: left;
        width: 200px;
        height: 150px;
}

#banner{
        float: right;
        width: 800px;
        height: 150px;
}

content {
        width: 1000px;
        min-height: 100%;
}

#menu {
        float: left;
        width: 200px;
        height: 100%;
        font-size: 11px;
        background-color: #BCD4EC;
}

#text {
        padding-top: 170px;
        margin-left: 200px;
        margin-right: auto;
        max-width: 800px;
        min-width: 300px;
        font-size: 12px;
        background-color: #FFF;
}

#details {
        padding-top: 10px;
}

#footer {
        width: 100%;
        background-color: #BCD4EC;
        text-align: center;
        font-size: 9px;
}
/******** Dokumenten Styles ********/

h1 {
        font-size: 1.5em;
        font-weight: bold;
        padding-left: 10px;
        padding-bottom: 0px;
        color:#000;
}

h2 {
        font-size: 1.5em;
        font-weight: bold;
        padding-left: 10px;
        padding-bottom: 0px;
        color:#000;
}

h3 {
        font-size: 16px;
        font-weight: bold;
        padding-left: 30px;
        color: #aa0000;
}

h4 {
        font-size: 24px;
        font-weight: bold;
        padding-left: 30px;
        color: #000;
}

h5 {

        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
}

a, a:active, a:visited {
        color: #000;
        text-decoration: none;

}

a:hover {
        color: #0000CC;
        text-decoration: underline;
}

.footer p {
        font-size: 11px;
        line-height: 13px;
}

/******** Listen Styles ********/

ul li {
/*        list-style: none;*/
        font-size: 1.25em;
}

/******** Galerie Styles ********/

.overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        z-index: 999;
/*        background: rgba(0,0,0,0.9);        /* 90% Schwarz */
        background: #000000;
}

.overlay a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
}

.overlay_container img {
         background: #ffffff;
         padding: 10px;
}

.overlay:target {
         display: table;
}