/* CSS Document main.css */
body, td, div, a, input, select, textarea, h1, h2, h3, h4, li {
    font-family:                        Verdana;
    color:                              #333;
    font-size:                          12px;
}
img {
    border: 0px;
}
body {
    text-align:                         center;
    background-color:                   rgb(232,232,232);
}

#header {
    width:                              800px;
    height:                             210px;
    border:                             1px solid #333;
    border-bottom:                      0px;
    background-image:                   url(bilder/header.jpg);
    margin-left:                        auto;
    margin-right:                       auto;
}
#topmenu {
    height:                             20px;
    background-image:                   url(bilder/topmenu_bg.jpg);
    background-repeat:                  repeat;
    border-left:                        1px solid #333;
    border-right:                       1px solid #333;
    padding-left:                       147px;
    padding-top:                        7px;
    margin-left:                        auto;
    margin-right:                       auto;
    width:                              653px;
}
#topmenu a, #topmenu a.aktiv {
    font-size:                          10px;
    text-decoration:                    none;
    color:                              #fff;
    font-weight:                        bold;
    margin-right:                       8px;
    margin-left:                        8px;
}
#topmenu a.aktiv,
#topmenu a.aktiv:hover,
#topmenu a:hover {
    color:                              gold;
}
#topmenu a:hover {
    color:                              orange;
}
#middle {
    border-left:                        1px solid #333;
    border-right:                       1px solid #333;
    background-color:                   #fff;
    width:                              802px;
    margin-left:                        auto;
    margin-right:                       auto;
}
#monitor {
    position:                           absolute;
    z-index:                            2;
    width:                              151px;
    height:                             101px;
    background-image:                   url(bilder/monitor.jpg);
    margin-top:                         -27px;
}
#menu {
    width:                              142px;
    float:                              left;
    margin-right:                       15px;
    padding-top:                        90px;
    padding-left:                       5px;
    margin-bottom:                      35px;
    text-align:                         left;
}
#menu div.menustart {
    border-bottom:                      1px dotted #333;
}
#menu div.menuitem, #menu div.menuitem_mo, #menu div.menuitem_aktiv_mo, #menu div.menuitem_aktiv {
    border-bottom:                      1px dotted #333;
    color:                              rgb(0,89,165);
    font-weight:                        bold;
    font-size:                          10px;
    padding-top:                        5px;
    padding-bottom:                     5px;
}
#menu div.menuitem_mo {
    background-color:                   rgb(229,229,229);
}
#menu div.menuitem_aktiv, #menu div.menuitem_aktiv_mo {
    background-color:                   #d1d4d9;
}
#menu div.menuitem a, #menu div.menuitem_mo a, #menu div.menuitem_aktiv_mo a, #menu div.menuitem_aktiv a {
    font-size:                          10px;
    color:                              rgb(0,89,165);
    text-decoration:                    none;
}

#content {
    width:                              625px;
    float:                              left;
    margin-top:                         10px;
    margin-bottom:                      15px;
    text-align:                         left;
}
#bottom {
    width:                              800px;
    height:                             12px;
    border:                             1px solid #333;
    border-top:                         0px;
    background-image:                   url(bilder/bottom_bg.jpg);
    padding-top:                        27px;
    margin-left:                        auto;
    margin-right:                       auto;
    font-size:                          10px;
    color:                              #fff;
}
#bottom a {
    text-decoration:                    none;
    font-size:                          10px;
    color:                              #fff;
}
#bottom a:hover {
    color:                              orange;
}
h1 {
    color:                              rgb(149,153,165);
    font-size:                          16px;
    margin:                             0px;
    padding:                            0px;
    margin-bottom:                      15px;
    padding-bottom:                     5px;
    width:                              625px;
    border-bottom:                      1px dotted #333;
}

a {
    color:                              darkblue;
}

a:hover {
    color:                              red;
}
a.info {
    color:                              darkgreen;
    border-bottom:                      1px dashed #333;
    font-style:                         italic;
    text-decoration:                    none;
}

a.info:hover {
    color:                              #333;
    border-bottom:                      1px dashed #333;
    font-style:                         italic;
    text-decoration:                    none;
}
li {
    margin-bottom:                      2px;
    font-size:                          13px;
}

.error {
    font-weight:                        bold;
    color:                              darkred;
}

ul {
    margin-left:                        -25px;
}