/*****************************************
*    allgemeine globale Einstellungen    *
*****************************************/

a {
    color:#000080;
    font-weight:bold;
    text-decoration:none;
}

a:hover {
    font-weight:bold;
    color:#FFFF97;
    text-decoration:none;
}

h1 {
    color:#000080;
    font-weight:bold;
    font-size:20px;
        margin:3em:
        padding:0px:
}

h2 {
    color:#000080;
    font-weight:bold;
    font-size:18px;
        padding:0px:
}

h3 {
    color:#000080;
    font-weight:bold;
    font-size:16px;
        padding:0px:
}

h4 {
    color:#000080;
    font-weight:bold;
    font-size:14px;
        padding:0px:
}

p {
    margin-top:10px;
}

.body {
    background-image:url(../upload/images/back.png);
         background-repeat:repeat-x;
        background-color:#019cd9;
         font-family:Verdana,Sans-Serif;
         font-size:12px;
         color:#000;
         margin-top:10px;
}

#main {
    padding-right:25px;
}

hr {
        height:1px;
        border:1px solid #F0856C;
}

.textbox {
        font-family:Verdana,Sans-Serif;
        font-size:10px;
        color:#000;
        background-color:#6CBBF0;
        border:1px #000080 solid;
}

.button {
        font-family:Verdana,Sans-Serif;
        font-size:10px;
        color:#000;
        background-color:#6CBBF0;
        height:16px;
        padding:0px 0px 2px 0px;
        border:1px #000080 solid;
}

#logo {
    background-image:url(../upload/images/logo.gif);
         background-repeat:no-repeat;
         position:absolute;
         width:89px;
         height:100px;
     left:27px;
}

#header {
    background-image:url(../upload/images/header.jpg);
         background-repeat:no-repeat;
    width:568px;
         height:100px;
         float:left;
}

.banner-dffd {
         margin-top:25px;
         margin-left:100px;
}

#images {
         height:100px;
         width:134px;
         position:absolute;
         left:735px;
         top:10px;
         border-right:1px solid #000080;
         border-top:1px solid #000080;
         border-bottom:1px solid #000080;
}

#top-header {
         height:100px;
         width:600px;
         border-left:1px solid #000080;
         border-top:1px solid #000080;
         border-bottom:1px solid #000080;
         margin-left:160px;
}

td.header {
    width:714px;
         padding-bottom:5px;
}

#login {
    width:100px;
    top:20px;
}

#upload {
         position:relative;
}


/*****************************************
********Einstellungen für das Menü********
*****************************************/

#menu {
    font-size:5px;
    width:160px;
    margin-top:2px;
}

.menu-active, .menu-passive {
         background-repeat:no-repeat;
         height:24px;
         width:150px;
         color:#FFE027;
         font-weight:bold;
         font-size:12px;
    padding-left:7px;
    padding-top:5px;
    position:relative;
}

.menu-active {
    background-image:url(../upload/images/menu_active.gif);
}

.menu-passive {
    background-image:url(../upload/images/menu_passive.gif);
}

.menu-active a, .menu-passive a {
    color:#FFE027;
    text-decoration:none;
    font-weight:bold;
}

.sub-menu-active, .sub-menu-passive {
    border:1px solid #000080;
         width:132px;
         height:14px;
    left:8px;
         top:0px;
         position:relative;
         font-size:10px;
         font-weight:bold;
}

.sub-menu-active a, .sub-sub-menu-active a {
    color:#FFE027;
    text-decoration:none;
    font-weight:bold;
}

.sub-menu-passive a, .sub-sub-menu-passive a {
    color:#000080;
    text-decoration:none;
    font-weight:bold;
}

.sub-menu-active {
    background:#000080;
         color:#FFE027;
}

.sub-menu-passive {
    background:#6CBBF0;
         color:#000080;
}

.sub-sub-menu-active, .sub-sub-menu-passive {
         width:123px;
         left:12px;
    padding-left:5px;
         position:relative;
    font-size:9px;
         font-weight:bold;
        border-left:1px solid #000080;
        border-bottom:1px solid #000080;
        border-right:1px solid #000080;
}

.sub-sub-menu-active {
         background:#000080;
         color:#FFE027;
}

.sub-sub-menu-passive {
         background:#6CBBF0;
         color:#000080;
}


/*****************************************
*******Einstellungen für den Content******
*****************************************/

#content, #content-start {
    border:1px solid #000080;
    color:#000;
    padding:5px 15px 5px 5px;
    font-size:12px;
}

#content {
    width:800px;
}

#content-start {
    width:950px;
    margin-left:10px;
}

#content-start img {
    border:1px solid #000080;
}

#content-start img:hover {
    border:1px solid #FFFF97;
}

#content {
         background:#96C8F8;
         position:absolute;
         margin-left:160px;
         top:120px;
}

table {
         padding:5px;
         font-size:12px;
         border-collapse:collapse;
}

tr, td {
         font-size:12px;
         border-collapse:collapse;
}

.table-border {
         border:1px solid;
         border-collapse:collapse;
}

td.aktuelles {
        background:#FFFF97;
}

td.aktuelles-hr {
        background:#900000;
        height:3px;
}

/*********************
* xtcSlimbox Gallery *
*********************/

#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(../upload/images/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(../upload/images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(../upload/images/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(../upload/images/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}

