html {height:101%; }
body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; height:100%;}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,br
     { font-family:"Comic Sans MS",sans-serif;}
h1 { font-size:30pt; color:#FFFFFF}
h2 { font-size:18pt; color:#FFFFFF}
h3 { font-size:16pt; color:#FFFFFF}
h4 { font-size:14pt; color:#FFFFFF}
h5 { font-size:12pt;  color:#FFFFFF}
h6 { font-size:10pt; color:#FFFFFF}
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; color:#FFFFFF}
tt { font-family:"Comic Sans MS",sans-serif; font-size:10pt; color:#FFFFFF}
a:link { color:#FFFFFF; text-decoration:none; }
a:visited { color:#FFFFFF; text-decoration:none; }
a:active { color:#FFFFFF; text-decoration:none; }
a:hover { color:#0002FF; text-decoration:none; }
/* Formatierung Logo, Text links  */
#logo { float:left;  margin:0 0 0 0; width:500px; font-size:30pt; font-weight: bold; color:#FFFFFF; padding-left:50px; padding-top:14px }
 * html #logo {  /* Korrekturen fuer IE 5.x */
    width: 496px;
    w\idth: 496px;
    padding-left: 50px;
    padd\ing-left: 47px;
    padding-top:14px;
    padd\ing-top:12px;
    }

/* Formatierung Logo, Bild rechts  */
#logo_bild {margin: 56px 0 0 657px; }
 * html #logo_bild {  /* Korrekturen fuer IE 5.x */
    marg\in-top: 56px;
    margin-top: 54px;
    margin-left:657px;
    marg\in-left: 655px;
    }

/* Formatierung Logo, Navigationsleiste  */
#nav { clear: both; margin:0 0 0 25px; font-size:11pt; color:#FFFFFF; padding-top: 5px; }

/* Formatierung Container, Hauptfenster  */
#container {  margin:0 0 0 25px; padding-top:5px }
#container a:hover { color:#0BBAF3; text-decoration:none; }


/* Formatierung Fußleiste  */
#bottom {font-size:8pt; color:#FFFFFF;  text-align: center; }
#bottom a:hover { color:#0BBAF3; text-decoration:none; }

/* SLIMBOX */

#lbOverlay {
        position: absolute;
        z-index: 9999;
        left: 0;
        width: 100%;
        background-color: #000;
        cursor: pointer;
}

#lbCenter, #lbBottomContainer {
        position: absolute;
        z-index: 9999;
        left: 50%;
        overflow: hidden;
        background-color: #fff;
}

.lbLoading {
        background: #fff url(grafic/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(grafic/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
        right: 0;
}

#lbNextLink:hover {
        background: transparent url(grafic/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: 113px;
        height: 22px;
        background: transparent url(grafic/closelabel.gif) no-repeat center;
        margin: 5px 0;
        outline: none;
}

#lbCaption, #lbNumber {
        margin-right: 71px;
         font-weight: bold; color:#0000FF
}

#lbCaption {
        font-weight: bold; color:#0000FF
}