/****************************************************************************************************/
body {
    background-image: url(../images/background.jpg);
    font: 10pt Verdana;
}
img {
    border: none;
}
/****************************************************************************************************/
#container {
    background-color: #ffffff;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 900px;
    position: relative;
}
/****************************************************************************************************/
#logo {
    height: 150px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 150px;
}
#head {
    background-color: #666666;
    color: #ffffff;
    font-size: 26pt;
    height: 150px;
    left: 150px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 750px;
}
/****************************************************************************************************/
#menu {
    background-color: #666666;
    height: 650px;
    list-style: none;
    left: 0px;
    position: absolute;
    margin-top: 0px;
    padding-left: 0px;
    top: 150px;
    width: 150px;
}
#menu li.menu_item {
    padding-left: 15px;
    padding-top: 30px;
}
#menu a:link    { color: #ffffff; text-decoration: none; }
#menu a:visited { color: #ffffff; text-decoration: none; }
#menu a:focus   { color: #ffffff; text-decoration: none; }
#menu a:hover   { color: #000000; text-decoration: none; }
#menu a:active  { color: #ffffff; text-decoration: none; }
/****************************************************************************************************/
#home {
    height: 650px;
    left: 150px;
    position: absolute;
    text-align: center;
    top: 150px;
    width: 750px;
}
/****************************************************************************************************/
#overview {
    background-color: #ffffff;
    left: 150px;
    position: absolute;
    padding-bottom: 20px;
    text-align: center;
    top: 150px;
    width: 750px;
}
#overview table {
    border-collapse: separate;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
}
#overview td {
    background-color: #eeeeee;
    border: 1px solid #000000;
    text-align: left;
}
#overview td.head {
    font-weight: bold;
}
#overview a:link    { color: #000000; text-decoration: underline; }
#overview a:visited { color: #000000; text-decoration: underline; }
#overview a:focus   { color: #000000; text-decoration: underline; }
#overview a:hover   { color: #e83a43; text-decoration: underline; }
#overview a:active  { color: #000000; text-decoration: underline; }
/****************************************************************************************************/
#gallery {
    background-color: #ffffff;
    left: 150px;
    position: absolute;
    padding-bottom: 20px;
    text-align: center;
    top: 150px;
    width: 750px;
}
#gallery img {
    border: none;
}
#gallery img.download {
    margin: 5px;
}
#gallery .head {
    background-color: #cccccc;
    padding: 5px;
}
#gallery span.highlighted {
    color: #e2183a;
}
#gallery span.invers {
    color: #ffffff;
    font-size: 8pt;
}
#gallery table {
    border-collapse: separate;
    width: 100%;
}
#gallery td {
    background-color: #333333;
    border: 1px solid #000000;
    text-align: center;
}
#gallery a:link    { color: #000000; text-decoration: underline; }
#gallery a:visited { color: #000000; text-decoration: underline; }
#gallery a:focus   { color: #000000; text-decoration: underline; }
#gallery a:hover   { color: #e83a43; text-decoration: underline; }
#gallery a:active  { color: #000000; text-decoration: underline; }
/****************************************************************************************************/
.content {
    background-color: #cccccc;
    height: 610px;
    left: 150px;
    padding: 20px;
    position: absolute;
    top: 150px;
    width: 710px;
}
.content span.highlighted {
    color: #e2183a;
}
.content a:link    { color: #000000; text-decoration: underline; }
.content a:visited { color: #000000; text-decoration: underline; }
.content a:focus   { color: #000000; text-decoration: underline; }
.content a:hover   { color: #e83a43; text-decoration: underline; }
.content a:active  { color: #000000; text-decoration: underline; }
/****************************************************************************************************/