body {
    margin: 0;
    background-color: #000000;
    background-image: url(../gfx/body.png);
    background-repeat: no-repeat;
}

form {
  margin: 0;
  padding: 0;
}

img {
    border: 0;
}

body, a, td, th, p, div, input, select, textarea, button {
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}
input, select, textarea, button {
    color: #000000;
}

div.layout_main {
    width: 920px;
    margin: 0 auto;
}

div.layout_langs {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: right;
}

div.layout_head {
    float: left;
    width: 100%;
    height: 162px;
    background-image: url(../gfx/header.png);
    cursor: pointer;
}

div.layout_menu {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    background-color: #ffffff;
}
div.layout_menu, div.layout_menu a {
    font-size: 14px;
    color: #000000;
}
div.layout_menu a.selected {
    font-weight: bold;
}
div.layout_menu div.pages {
    float: left;
    height: 100%;
    width: 557px;
}
div.layout_menu div.mailinglist {
    float: left;
    height: 100%;
    margin-top: 3px;
}
div.layout_menu div.mailinglist div {
    float: left;
    height: 18px;
    line-height: 18px;
}
div.layout_menu div.mailinglist div.text {
    width: 125px;
    color: #000000;
    font-weight: bold;
}
div.layout_menu div.mailinglist div.input {
    width: 181px;
    background-image: url(../gfx/mailinglist_input.png);
}
div.layout_menu div.mailinglist div.button {
    width: 26px;
    background-image: url(../gfx/mailinglist_button.png);
}
div.layout_menu div.mailinglist button {
    width: 26px;
    height: 18px;
    border: 0;
    padding: 0;
    background-color: transparent;
}
div.layout_menu div.mailinglist input {
    float: left;
    width: 140px;
    height: 18px;
    margin-left: 7px;
    display: inline;
    border: 0;
    padding: 0;
    background-color: transparent;
}

div.layout_body {
    float: left;
    width: 100%;
    background-color: #001623;
}

div.layout_content {
    float: left;
    width: 557px;
}
div.layout_content div.space {
    float: left;
    width: 100%;
    height: 25px;
}

div.layout_events {
    float: left;
    width: 363px;
}

div.layout_foot {
    float: left;
    width: 100%;
    height: 110px;
    background-image: url(../gfx/footer.png);
}
div.layout_foot div {
    float: left;
    height: 18px;
    line-height: 18px;
}
div.layout_foot div.contact {
    float: left;
    width: 100%;
    margin-top: 88px;
    text-align: center;
}
div.layout_foot div.contact, div.layout_foot div.contact a {
    color: #00568c;
    font-size: 11px;
}


div.layout_events p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}
div.layout_events div.months, div.layout_events div.months a {
    font-size: 14px;
}
div.layout_events div.months a.selected {
    font-weight: bold;
}
div.layout_events table {
    width: 100%;
    margin-top: 15px;
}
div.layout_events table td.date, div.layout_events table td.title a {
    font-size: 14px;
}
div.layout_events table td.title a, div.layout_events table td.description {
    color: #fec800;
}
div.layout_events table tr.odd {
    background-color: #001c2c;
}
div.layout_events table tr.highlight {
    background-color: #003e61;
}
div.layout_events table {
    border-left: 1px solid #000000;
}
div.layout_events table td {
    cursor: pointer;
}
div.layout_events table tr.top td {
    border-top: 1px solid #002d50;
}
div.layout_events table tr.bottom td {
    border-bottom: 1px solid #000000;
}


div.gallery-photos {
    float: left;
    width: 100%;
    margin-top: 25px;
}
div.gallery-photos div {
    float: left;
    width: 100%;
}
div.gallery-photos div.gallery-photo {
    width: 260px;
    margin-left: 15px;
    margin-top: 15px;
    display: inline;
    text-align: center;
}
div.gallery-photo img {
    border: 1px solid #ffffff;
}


div#imageDataContainer span {
    color: #000000;
}