
*{ margin: 0; padding: 0; }*
body { font-family: Century Gothic, Verdana, Helvetica, Arial, sans-serif; font-size: 11pt; background: #C0F090  url(images/bg.jpg) repeat-x; color: #696969; }

a { color: #317486; border-bottom:0px dotted #696969; background: inherit; text-decoration: none; }
a:hover { color: #228B22; background: inherit; }

#content { width: 950px; margin: 0 auto; background: transparent; }

#logo { margin: 0 0 0 0; height: 310px; width: 950px; float: left; background-image:url(images/head-grey.png); background-color: transparent; background-repeat:no-repeat; background-position:left; border: 0px solid #000000; text-align: left; font-size: 11pt; }

#background { margin: 0px 0px 0px 0px; padding: 0px 50px 0px 50px; height: 100%; text-align: justify; border: 0px solid red; background-image:url(images/background-grey.png); background-color: #C0F090; background-repeat:repeat-y; background-position:left top; }

#backgrinside { text-align: left; margin:0 25px 0 25px; padding: 25px 25px 25px 25px; border: 0px solid black; }
#backgrinside a { color: #317486; background: none; text-decoration: none; }
#backgrinside a:hover { color: #228B22; }

#navtop { font-size:10pt; border:0px solid green; background-image:url(images/bg-light.png); width:180px; margin: 15px 0px 0px 650px; padding:0 15px 0 15px; text-align: right; color:#000000; }
#navtop a { color: #000000; background: none; text-decoration: none; }
#navtop a:hover { color: #228B22; }

#navleft { font-size:10pt; border:0px solid green; width:120px; margin: 190px 0px 0px 150px; padding:0 10px 0 10px; text-align: right; color:#000000; }
#navleft a { color: #000000; background: none; text-decoration: none; }
#navleft a:hover { color: #228B22; border-bottom:1px dotted; }

#navright { font-size:10pt; border:0px solid green; width:120px; margin: -67px 0px 0px 660px; padding:0 10px 0 10px; text-align: left; color:#000000; }
#navright a { color: #000000; background: none; text-decoration: none; }
#navright a:hover { color: #228B22; border-bottom:1px dotted; }

#fuss { margin: 0px 0px 0px 0px; padding: 10px 0px 0px 0px; height: 140px; text-align: justify; border: 0px solid blue; background-image:url(images/bgfuss-grey.png); background-color: #C0F090; background-repeat:no-repeat; background-position:left top; }

#footer { clear: both; height: 20px; width: 950px; border: 0px solid #000000; padding: 10px 0px 20px 0px; margin: 10px 0px 0px 0px; font-size: 10pt; color: #696969; }
#footer a { color: #317486; border: 0; }
#footer a:hover { color: #228B22; }

#copy { margin: 20px 0 0 0; padding: 0px 0px 0px 0px; font-size: 11px; text-align: center; border: 0px solid red; }

/* SLIMBOX */

#lbOverlay {
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        cursor: pointer;
}

#lbCenter, #lbBottomContainer {
        position: absolute;
        z-index: 9999;
        overflow: hidden;
        background-color: #fff;
}

.lbLoading {
        background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
        position: absolute;
        left: 0;
        top: 0;
        border: 10px solid #fff;
        background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
        display: block;
        position: absolute;
        top: 0;
        width: 50%;
        outline: none;
}

#lbPrevLink {
        left: 0;
}

#lbPrevLink:hover {
        background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
        right: 0;
}

#lbNextLink:hover {
        background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 10px;
        color: #666;
        line-height: 1.4em;
        text-align: left;
        border: 10px solid #fff;
        border-top-style: none;
}

#lbCloseLink {
        display: block;
        float: right;
        width: 66px;
        height: 22px;
        background: transparent url(closelabel.gif) no-repeat center;
        margin: 5px 0;
        outline: none;
}

#lbCaption, #lbNumber {
        margin-right: 71px;
}

#lbCaption {
        font-weight: bold;
}

/* ENDE SLIMBOX */