@import "common.css";

body {
    background-color: #000000;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#page {
    position: relative;
    margin: 0px auto;
    padding: 20px;
    width: 720px;
    text-align: left;
}

* html #page {
    width: 763px;
    w\idth: 723px;
}

#header {
    width: 720px;
    height: 160px;
    background-image: url(../pictures/logo.gif);
    background-repeat: no-repeat;
}

#footer {
    clear: both;
}

#picture {
    top: 180px;
    width: 720px;
    height: 40px;
    background-image: url(../pictures/menu_start.gif);
    background-repeat: no-repeat;
    text-align: right;
}

#picture img {
    vertical-align: bottom;
}

#menu {
    float: left;
    width: 160px;
    padding-bottom: 20px;
    background-image: url(../pictures/menu_end.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

#menu ul {
    padding: 0;
    margin: 0;
    width: 160px;
    list-style-type: none;
    font-size: 10px;
    font-weight: bold;
    line-height: 19px;
}

#menu li {
    display: block;
    padding: 0;
    margin: 0;
    text-align: right;
    vertical-align: middle;
    float: left;
    clear: both;
}

#menu ul a {
    background-image: url(../pictures/menu_background.gif);
    background-repeat: no-repeat;
    height: 19px;
    display: block;
    width: 150px;
    padding-right: 10px;
    color: white;
    border-bottom: 1px solid black;
}

#menu span.active, #menu a.active {
    height: 19px;
    display: block;
    width: 150px;
    padding-right: 10px;
    background-color: white;
    background-image: none;
    color: black;
    border-bottom: 1px solid black;
}

/* Box model hack for IE 5.x */

* html #menu span.active, * html #menu a.active, * html #menu ul a {
    width: 160px;
    w\idth: 150px;
}

#menu ul ul {
    padding: 0px;
    background-image: none;
}

#menu ul ul {
    color: #999900;
}

#menu ul a.open {
    background-image: none;
    background-color: white;
    color: black;
}

#menu ul ul a {
    background-image: url(../pictures/inactive_submenu_background.gif);
    color: #999900;
}

#menu ul ul .active, #menu ul ul a:hover {
    background-image: url(../pictures/active_submenu_background.gif);   
}

#menu ul a:hover {
    text-decoration: none;
    background-image: none;
    background-color: white;
    color: black;
}

#content {
    background-color: white;
    width: 400px;
    float: left;
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 20px;
    background-image: url(../pictures/text_end.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

/* Box model hack for IE 5.x */

* html #content {
    width: 560px;
    w\idth: 400px;
}
