#content {
        width: 540px;
        height: 577px;
        padding: 0px;
        margin: 0px;
        position: absolute;
        top: 260px;
        left: 126px;
        overflow: auto;
        z-index: 10;
}

#sidebar {
        position: absolute;
        top: 305px;
        left: 867px;
        width: 215px;
        padding: 5px;
        background-color: transparent;
        border-bottom: 0px solid #ff8500;
        border-left: 0px solid #ff8500;
        border-right: 0px solid #ff8500;
        z-index: 50;
}

#logo {
        width: 1px;
        height: 1px;
        padding: 0px;
        margin: 0px;
        position: absolute;
        z-index: 30;
        top: 0px;
        left: 0px;
        font-size: 1%;
        /*font-variant : small-caps;  */
        color: #60B12E;
}

#plaintext {
        position: absolute;
        top: 55px;
        left: 820px;
}

#plaintext a {
        color: #0099ff;
        text-decoration: none;
}


#eyecatcher {
        top: 0px;
        left: 0px;
        width: 1100px;
        height: 850px;
        padding: 1px;
        border : 0px solid #000000;
        background-color: transparent;
        position: absolute;
        z-index: 0;
}

#common {        /* Unterseiten */
        top: 1px;
        left: 1102px;
        width: 1px;
        height: 1px;
        position: absolute;
        padding-bottom: 12px;
        padding-left: 12px;
        background-color: transparent;
        color: #ffffff;
        border-bottom: 0px solid #f60000;
        border-top: 0px solid #f60000;
        border-left: 0px solid #f60000;
        border-right: 0px solid #f60000;
}

#common a {
        color: #60B12E;
        display: block;
        text-decoration: none;
        padding: 4px 0px 4px 15px;
        background : url(../images/pbull.gif) no-repeat 0px 3px;
        /* font-weight: bold;
        font-style: italic; */
}

#common a:hover {
        color: #ffffff;
}


/* Menü */

#menuBar {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 165px;
        left: 20px;
        z-index: 60;
        height: 27px;
        font-size: 14px;
        overflow: hidden;
}

a.menuButton, a.menuButtonActive  {
        display: block;
        float: left;
        height: 27px;
        color: #000000;
        text-decoration: none;
        padding: 5px 6px 5px 6px;
        border-right: 0px solid #000000;
        z-index: 60;
}

.menu {
        border: 1px solid #ffffff;
        padding: 0px;
        position: absolute;
        text-align: left;
        visibility: hidden;
        left:0px;
        top:0px;
        z-index: 70;
}

a.menuItem, a.menuItemActive {
        color: #ffffff;
        background-color: #71920C;
        display: block;
        padding: 6px 16px 6px 16px;
        text-decoration: none;
        white-space: nowrap;
}

a.menuButtonActive, a.menuButton:hover {
  background-color: transparent;
  color: #ffcc00;
}

a.menuItem:hover, a.menuItemActive {
  background-color: #000000;
  color: #ffcc00;
}

form.search {
        padding: 0px;
        position: absolute;
        top: 20px;
        left: 820px;
}

form.search input {
        margin: 0px;
        vertical-align : middle;
}

input.search {
        border: #888888 1px solid;
        background : #ffffff url(../images/pfade.gif) repeat-x;
        width: 126px;
        padding: 2px;
        margin: 0;
}