body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 50px 0px;
    background-color: #00172d;
    background-image: url(img/d_back.png);
    background-repeat: repeat-x;
    background-position: top left;
    color: #cccccc;
    font: 14px Verdana, Arial, sans-serif;
}

a, a:visited {
    text-decoration: none;
    color: #547da7;
}

a:hover, a:active {
    color: #ffffff;
}

h1 {
    color: #547da7;
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    font-weight: bold;
}

h2 {
    color: #cccccc;
    font-size: 26px;
    margin: 0px 0px 20px 0px;
}

h3 {
    color: #ced1e0;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

h5 {
    border-bottom: 1px solid #ced1e0;
    padding-bottom: 2px;
    margin: 40px 0px 10px 0px;
}



#startpage_container {
    width: 477px;
    /*margin: 130px auto 0px auto;*/
    margin: 230px auto 0px 200px;
}

#startpage_text {
    width: 464px;
    margin: 30px 0px 0px 6px;
    text-align: justify;
    font-size: 11px;
    color: #8c9aa8;
}

#startpage_ics {
    margin: 20px 0px 0px 0px;
    font-size: 30px;
}

#startpage_slogan {
    font-size: 18px;
    color: #8c9bab;
}

#startpage_terms_l {
    position: absolute;
    text-align: justify;
    width: 300px;
    height: 200px;
    margin: 100px 0px 0px 127px;
    font-size: 10px;
    padding: 5px;
    overflow: auto;
    border: 1px solid #666666;
}

#startpage_terms_r {
    position: absolute;
    text-align: justify;
    width: 300px;
    height: 200px;
    margin: 100px 0px 0px 470px;
    font-size: 10px;
    padding: 5px;
    overflow: auto;
    border: 1px solid #666666;
}

#startpage_enter_l {
    position: absolute;
    margin: 320px 0px 0px 137px;
    font-size: 20px; 
    color: #8c9bab; 
    font-style: italic;
}

#startpage_enter_r {
    position: absolute;
    margin: 320px 0px 0px 480px;
    font-size: 20px; 
    color: #8c9bab; 
    font-style: italic;
}



#d_container {
    width: 900px;
    margin: auto;
}

#d_language {
    position: absolute;
    width: 50px;
    margin: 10px 0px 0px 844px;
}

#d_topmenu {
    width: 830px;
    height: 70px;
    padding: 20px 0px 0px 0px;
}

a.topmenulink, a.topmenulink:visited {
    text-decoration: none;
    text-align: center;
    width: 112px;
    height: 20px;
    padding: 6px 0px 4px 0px;
    float: left;
    color: #003163;
    font-weight: bold;
    background-color: #969696;
    border: 1px solid #999999;
    background-image: url(img/topmenu_back.png);
    background-repeat: no-repeat;
}

a.topmenulink:hover, a.topmenulink:active {
    color: #ffffff;
    background-color: #c0c0c0;
    border: 1px solid #eeeeee;
}

a.topmenulink_active, a.topmenulink_active:visited {
    text-decoration: none;
    text-align: center;
    width: 112px;
    height: 20px;
    padding: 6px 0px 4px 0px;
    float: left;
    color: #003163;
    font-weight: bold;
    background-color: #ffffff;
    border: 1px solid #999999;
}

a.topmenulink_active:hover, a.topmenulink_active:active {
    color: #ffffff;
    background-color: #c0c0c0;
    border: 1px solid #eeeeee;
}

.topmenulink_margin {
    margin: 0px 5px 0px 0px;
}

#d_main {
}

#d_leftbar {
    width: 100px;
    height: 500px;
    position: absolute;
}

#d_content {
    width: 708px;
    margin: 0px 0px 0px 120px;
    padding: 20px 0px 0px 0px;
    min-height: 600px;
    height: auto;
    _height: 600px;
}

#d_footer {
    margin: 30px 0px 0px 0px;
    text-align: center;
    font-size: 10px;
}

a.footerlink, a.footerlink:visited {
    font-size: 10px;
}

.newsimg {
    margin: 0px 0px 20px 40px;
}

.frontend_textblock {
    text-align: justify;
}

.contact_input {
    border: 1px solid #333333;
    background-color: #eeeeee;
    color: #333333;
    width: 300px;
}

.contact_input_submit {
    border: 1px solid #cccccc;
    background-color: transparent;
    width: 300px;
}

strong, .fat {
    font-weight: bold;
}

.red {
    color: #cc0000;
}

.green {
    color: #00cc00;
}

.event_infoblock {
    width: 520px;
    text-align: justify;
}

.event_pdfblock {
    position: absolute;
    margin: 0px 0px 0px 525px;
    width: 220px;
}

.event_register_link {
    width: 520px;
    display: block;
    text-align: right;
}

.input2 {
    border: none;
    background-color: #eeeeee;
    color: #666666;
    font-weight: bold;
}

.input2:active, .input2:focus {
    background-color: #dddddd;
}

.input_ics {
    border: none;
    background-color: #eeeeee;
    color: #333333;
    font-weight: bold;
}

.i300 {
    width: 300px;
}

.inputLinkButton {
    width: 200px;
    height: 25px;
    color: #333333;
    font-weight: bold;
    border: 1px solid #666666;    
    background-color: #eeeeee;
}

a.inputICSbutton, a.inputICSbutton:visited {
    text-decoration: none;
    text-align: center;
    width: 112px;
    height: 32px;
    padding: 3px 0px 4px 0px;
    float: left;
    color: #003163;
    font-size: 13px;
    font-weight: bold;
    background-color: #bbbbbb;
    border: 1px solid #999999;
    background-image: url(img/topmenu_back.png);
    background-repeat: no-repeat;
    margin: 0px 0px 2px 0px;
}

a.inputICSbutton:hover, a.inputICSbutton:active {
    color: #ffffff;
    background-color: #c0c0c0;
    border: 1px solid #eeeeee;
}

a.inputICSbutton_active, a.inputICSbutton_active:visited {
    text-decoration: none;
    text-align: center;
    width: 112px;
    height: 32px;
    padding: 3px 0px 4px 0px;
    float: left;
    color: #003163;
    font-weight: bold;
    background-color: #ffffff;
    border: 1px solid #999999;
    margin: 0px 0px 2px 0px;
}

a.inputICSbutton_active:hover, a.inputICSbutton_active:active {
    color: #ffffff;
    background-color: #c0c0c0;
    border: 1px solid #eeeeee;
}

.i_mandatory {
    background-image: url(img/star.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

.ics_loginform {
    background-color: #cccccc;
    color: #333333;
    font-weight: bold;
}

.ics_loginform_r {
    background-color: #eeeeee;
}

em {
    font-style: italic;
}

#terms_and_conditions {
    width: 660px;
    height: 300px; 
    overflow: auto; 
    background-color: #ffffff; 
    color: #333333; 
    padding: 10px; 
    font-family: courier;
}

.separator {
    border-top: 1px solid #555555; 
    width: 540px; 
    margin-bottom: 10px;
}

.underline {
    text-decoration: underline;
}

.gal_single_preview_image_container, .gal_single_preview_image_container:visited {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0px 2px 10px 2px;
    background-color: #00172d;
    border: 1px solid #00172d;
}

.gal_single_preview_image_container:hover, .gal_single_preview_image_container:active {
    background-color: #10273d;
    border: 1px solid #666666;
}
