﻿.form
{
    height: 730px;
}

.body   
{
    /*height: 720px;*/
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", "Arial", "Helvetica", "Verdana", "sans-serif";
    margin: 0px;
    padding: 0px;
    color: #696969;    
}

.page
{
    height: 720px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #496077; 
    width: 1000px;   
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.header
{
    margin-bottom: 0px;
    padding: 5px;
    background-color:Navy;
    width: 990px;
    height:125px;    
    -moz-border-radius: 12px 12px 0px 0px;
    -webkit-border-radius: 12px 12px 0px 0px;
    border-radius: 12px 12px 0px 0px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    height: 20px;
}

.panelhead
{
    height: auto;
}

.clear
{
    clear: both;
    height: 19px;
    margin-left: 0px;
}

.MButton
{
    border: 0px solid White;
    word-spacing: 2px;
    min-width: 65px;
    background-color: transparent;
    color: White;
    text-decoration: none;
    text-align: Center;
    font-size: 13px;
    margin-top: 7px;
    margin-left: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.MButton:hover
{
    border: 1px solid White;
    cursor: pointer;
}

.MButton:active
{
    background-color: Gray;
}

.MF_BUTTONS
{
    background-color: yellow;
    text-decoration: none;
    text-align: Center;
    color: black;
    width: 19px;
    height: 24px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 1px solid Black;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.MF_BUTTONS:hover
{
    background-color: red;
    color: white;
    border: 1px solid black;
    cursor: pointer;
}

.EButton {
    border: 1px solid Black;
    word-spacing: 2px;
    min-width: 65px;
    background-color: transparent;
    color: Black;
    text-decoration: none;
    text-align: Center;
    font-size: 13px;
    margin-top: 7px;
    margin-left: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.EButton:hover
{
    cursor: pointer;
}

.EButton:active
{
    cursor: pointer;
    background-color: Gray;
}

.LinkButton
{
    background-color: transparent;
    color: Black;
    font-size: 13px;
    height: 20px;    
    border: 0px solid Black;
}

.LinkButton:hover
{
    cursor: pointer;
}

.LinkButton:active
{
    background-color: Gray;
}

.HetabBtn
{
    background-color: transparent;
    color: Black;
    font-size: 11px;
    height: 15px;    
    border: 0px solid Black;
    width: 90px;
    text-align: left;
}

.HetabBtn:hover
{
    cursor: pointer;
}

.CntButton, .CntButton_long, .CntButton_short
{
    background-color: transparent;
    color: Black;
    font-size: 13px;
    height: 24px;    
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 1px;
    border: 1px solid Black;
    width: 95px;
    margin-left: 0px;
}

.CntButton_long
{
    width: 140px;
}

.CntButton_short
{
    width: 60px;
}


.CntButton:hover
{
    cursor: pointer;
}

.CntButton_long:hover
{
    cursor: pointer;
}

.CntButton_short:hover
{
    cursor: pointer;
}

.CntButton:active
{
    background-color: Gray;
}

.CntButton_long:active
{
    background-color: Gray;
}

.CntButton_short:active
{
    background-color: Gray;
}

.logo24h
{
    width: 120px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.LogoPanel, .LogoPanel2
{
    
    background: White;
    color: Black;
    text-align: center;
    font-variant: small-caps;
    text-transform: none;
    font-family:Segoe UI;
}

.LogoPanel
{
    padding: 7px;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 600;
    -moz-border-radius: 12px 12px 0px 0px;
    -webkit-border-radius: 12px 12px 0px 0px;
    border-radius: 12px 12px 0px 0px;
}

.LogoPanel2
{
    padding: 4px;
    font-size: 18px;
    min-height: 15px;
    -moz-border-radius: 0px 0px 12px 12px;
    -webkit-border-radius: 0px 0px 12px 12px;
    border-radius: 0px 0px 12px 12px;
}

.Headliner
{
    
    font-size: 16px;
    color: Black;
}

.textbox
{
    width: 220px;
}

.textbox2
{
    width: 220px;
    background: #CCFFCC;
}

.Event_tbl
{
    width: 100%;
    height: 576px;
}

.Event_middle_tbl_cell
{
    width: 250px;
    /*width: 225px;*/
    background-color: #FFFFCC;
    padding: 10px 10px 10px 10px;
}

.Event_left_tbl_cell
{
    width: 360px;
    /*width: 360px;*/
}

.Event_other_tbl_cell
{
    background-color: #FFFFCC;
}

.Event_panel
{
    padding: 5px 5px 5px 5px;
}

.Event_panel_re
{
    padding: 5px 5px 5px 5px;
}

.cellPadding
{
    padding: 15px 5px 15px 5px;
}

.Event_TB7_TB8
{
    width: 140px;
    margin-top: 5px;
}

.link_button, .link_button2
{
    border-style: none;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFCC;
    color: Gray;
    font-size: 11px;   
}

.link_button2
{
    background-color: White;
}

.link_button:hover
{
    cursor: pointer;
    color: Black;
}

.link_button2:hover
{
    cursor: pointer;
    color: Black;
}

.link_button:active
{
    color: Red;
}

.link_button2:active
{
    color: Red;
}

.Streckenliste_head
{
    margin-bottom: 3px;
    font-size: 17px;
}

.Streckenliste_2head
{
    margin-bottom: 10px;
    font-size: 14px;
}

.Streckenliste_foot
{
    font-size: 15px;
}

.Helferl_ZHeigth
{
    height: 35px;
    border: 1px solid Gray;
}

.DIVScolling
{
    border: 1px solid Black;
    padding: 1px 1px 1px 1px;
    overflow: scroll;
    overflow-y:auto;
    overflow-x:hidden;
}

.DIVScolling_STR
{
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden;
}

.hf_lb_style
{
    font-size: 11px;
    color: Red;
}

.Ergeblayout
{
    font-size: 14px;
    color: Black;
}

.PointerCss
{
    cursor: pointer;
}


