/* Main page elements */

body {
    background: #FFFFFF url('../gfx/top_bg.png') repeat-x;
    margin: 0;
    padding: 0;
}

table {
    empty-cells: show;
}

#outer_table {
    width: 100%;
    table-layout: fixed;
}

td.outer_cell {
    min-width: 120px;
    vertical-align: top;
}

#container {
    width: 950px;
    vertical-align: top;
}

#container_shadow_left {
    background: transparent url('../gfx/container_shadow_left.png') no-repeat right top;
    border-right: 1px solid #BEBEBE;
}

#container_shadow_right {
    background: transparent url('../gfx/container_shadow_right.png') no-repeat left top;
    border-left: 1px solid #BEBEBE;
}

#module_container {
    padding: 75px 10px 10px 10px;
    vertical-align: top;
}

#module_table {
    width: 100%;
}

#modules {
    width: 250px;
    vertical-align: top;
}

#content_cell {
    padding-left: 26px;
    vertical-align: top;
}

#imprint {
    height: 100px;
    text-align: center;
    vertical-align: middle;
}


/* Main navigation */

#main_nav {
    margin-top: 16px;
    width: 100%;
    height: 33px;
    table-layout: fixed;
}

#main_nav_left {
    background: transparent url('../gfx/main_menu_bg_left.png') no-repeat left top;
    width: 8px;
    height: 33px;
}

#main_nav_right {
    background: transparent url('../gfx/main_menu_bg_right.png') no-repeat right top;
    width: 8px;
    height: 33px;
}

.main_nav_cell {
    background: transparent url('../gfx/main_menu_bg_middle.png') repeat-x;
    width: 100px;
    height: 33px;
    text-align: center;
    vertical-align: middle;
}

.main_nav_cell, .main_nav_cell a, #main_nav_login a {
    color: #FFFFFF;
    font-family: 'Verdana', 'Arial';
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

.main_nav_cell.hover {
    background: transparent url('../gfx/main_menu_btn_hover.png') no-repeat center;
    color: #CA3131;
}

.main_nav_cell.active {
    background: transparent url('../gfx/main_menu_btn_active.png') no-repeat center;
    color: #000000;
}

.main_nav_separator {
    background: transparent url('../gfx/main_menu_bg_middle.png') no-repeat center;
    width: 8px;
    height: 33px;
    text-align: center;
}

#main_nav_login {
    background: transparent url('../gfx/main_menu_login_btn.png') no-repeat;
    width: 116px;
    height: 33px;
    text-align: center;
    vertical-align: middle;
}


/* Main navigation dropdown menu */

.main_nav_dropdown {
    background: transparent url('../gfx/main_menu_dropdown_bottom.png') no-repeat center bottom;
    width: 212px;
    padding-bottom: 18px;
    z-index: 200;
}

.main_nav_dropdown .inner {
    background: transparent url('../gfx/main_menu_dropdown_middle.png') repeat-y center;
    width: 212px;
}

.main_nav_dropdown ul {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
}

.main_nav_dropdown li {
    margin: 5px 0;
}

.main_nav_dropdown a{
    color: #000000;
    font-family: 'Verdana', 'Arial';
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}


/* Module boxes */

#left_menu_bottom {
    background: transparent url('../gfx/box_small_bottom.gif') no-repeat left bottom;
    min-height: 6px;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

#sponsoring_bottom {
    background: transparent url('../gfx/module_sponsoring_bottom.png') no-repeat left bottom;
    min-height: 6px;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

#events_bottom {
    background: transparent url('../gfx/module_events_bottom.png') no-repeat left bottom;
    min-height: 6px;
    padding-bottom: 6px;
}

.module_box_top {
    background: transparent url('../gfx/box_small_top.gif') no-repeat left top;
    min-height: 6px;
    padding-top: 6px;
}

.module_box {
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
}

.module_inner {
    padding: 0 5px;
}

/* for IE */
#sponsoring {
    height: 100px;
}

/* for IE */
#events {
    height: 122px;
}

/* for all other browsers interpreting the attribute selector */
#sponsoring[id] {
    height: auto;
    min-height: 100px;
}

/* for all other browsers interpreting the attribute selector */
#events[id] {
    height: auto;
    min-height: 122px;
}


/* Left menu */

#left_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#left_menu li {
    margin: 4px 0;
    padding: 0;
    border-bottom: 1px solid #E3E3E3;
}

#left_menu li a {
    padding-left: 20px;
}

#left_menu li a.active, #left_menu li a:hover {
    background: transparent url('../gfx/left_menu_arrow.gif') no-repeat 10px center;
}

#left_menu a{
    color: #000000;
    font-family: 'Verdana', 'Arial';
    font-size: 12px;
    text-decoration: none;
}


/* Content area*/

#content_bottom {
    background: transparent url('../gfx/box_big_bottom.gif') no-repeat left bottom;
    height: 600px;
    padding-bottom: 10px;
}

#content_top {
    background: transparent url('../gfx/box_big_top.gif') no-repeat left top;
    height: 590px;
}

#content_area {
    padding: 10px;
}

#content_table {
    width: 630px;
}

#content {
    width: 610px;
    height: 580px;
}

#scroll_content {
    width: 610px;
}

#scrollbar_cell {
    width: 11px;
    vertical-align: top;
}


/* Headlines */

.headline h1 {
    background: transparent url('../gfx/title.png') no-repeat left top;
    height: 64px;
    font-size: 0;
    margin: 0;
    padding-left: 1000px;
    overflow: hidden;
}

.headline h2 {
    margin: 0 0 10px 0;
    color: #C92C2C;
    font-family: 'Verdana', 'Arial';
    font-size: 28px;
    font-weight: bold;
}

.headline h3 {
    background: transparent url('../gfx/module_title_bg.png') no-repeat left top;
    height: 28px;
    margin: 0 0 10px 7px;
    padding: 6px 0 0 8px;
    color: #FFFFFF;
    font-family: 'Verdana', 'Arial';
    font-size: 11px;
    font-weight: bold;
}

.headline h4 {
    margin: 0 0 5px 5px;
    color: #000000;
    font-family: 'Verdana', 'Arial';
    font-size: 12px;
    font-weight: bold;
}


/* Others */

.margin_clearer {
    margin: 0;
    font-size: 1px;
}