
#content {
        width: 950px;
        padding: 0px;
        margin: 0px;
        position: absolute;
        top: 150px;
        left: 300px;
        z-index: 0;
}


#eyecatcher {
        top: 20px;
        left: 50px;
        width: 200px;
        height: 500px;
        padding: 1px;
        border : 1px solid #000000;
        background-color: #888888;
        position: absolute;
        z-index: 5;
}

#common {
        top: 540px;
        left: 50px;
        width: 204px;
        position: absolute;
        padding-bottom: 20px;
        border-bottom: 1px solid #241009;
}

#common a {
        color: #241009;
        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: 95px;
        left: 450px;
        height: 27px;
        overflow: hidden;
        z-index: 20;
}

a.menuButton, a.menuButtonActive  {
        display: block;
        float: left;
        height: 17px;
        color: #BBBBBB;
        text-decoration: none;
        padding: 5px 6px 5px 6px;
        border-right: 1px solid #000000;
}

.menu {
        background: #0B0C0B url(../images/pmenu.gif) repeat-x top left;
        border: 1px solid #000000;
        padding: 0px;
        position: absolute;
        text-align: left;
        left:0px;
        top:0px;
        visibility: hidden;
        z-index: 10;
}

a.menuItem, a.menuItemActive {
        color: #BBBBBB;
        background-color: transparent;
        display: block;
        padding: 6px 16px 6px 16px;
        text-decoration: none;
        white-space: nowrap;
}

a.menuButtonActive, a.menuButton:hover {
  background-color: #000000;
  color: #ED7F0F;
}

a.menuItem:hover, a.menuItemActive {
  background-color: #000000;
  color: #ED7F0F;
}