html, body
{
    font-weight:normal;
    width:100%;
    height:100%;    
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;

}

body, div, p, span, ul, li, input, textarea 
{
    font-family: Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
    font-size: 12px; 
    color: #404060;
    font-weight:normal;  
    margin: 0px; 
    padding: 0px; 
}

li
{
    margin-left:14px;
}

h1
{
    margin-top:10px; 
    margin-bottom:4px;
    padding:0px;
    color:#400000;
    font-size:28px;
    font-weight: bold;
    width:100%;
    text-shadow: 0.5px 0.5px 1px #003060;
}

h2
{
    margin-top:10px; 
    margin-bottom:6px;
    padding:0px;
    color:#a01010;
    font-size:18px;
    font-weight:normal;
    width:100%;
    text-shadow: 0.5px 0.5px 1px #003060;
    border-bottom: dotted 2px #c0c0ff;
}

h3
{
    margin-top:0px; 
    margin-bottom:2px;
    padding:0px;
    color:#a01010;
    font-size:18px;
    font-weight:normal;
    width:100%;
    text-shadow: 0.5px 0.5px 1px #003060;
    border-bottom: dotted 2px #c0c0c0;
}

h4
{
    margin-top:0px; 
    margin-bottom:2px;
    padding:0px;
    color:#a01010;
    font-size:12px;
    font-weight:bold;
    width:100%;
}

h5
{
    margin-top:0px; 
    margin-bottom:0px;
    padding:0px;
    color:#a01010;
    font-size:12px;
    font-weight:normal;
    width:100%;
}

h6
{
    margin-top:10px; 
    margin-bottom:10px;
    margin-left: 25px;
    padding-left: 6px;
    color:#606060;
    font-weight: normal;
    font-size:14px;
    width:100%;
    border-left:solid 4px #ff6600;
}

a
{
    color: #0000ef;
    text-decoration: none;
    font-size: 12px;
}
a:hover 
{
    color: #ff1010; 
    text-decoration: underline;
}

.TextWeiss
{
    font-size: 12px; 
    color: #ffffff;
    font-weight:normal;
}

.TextKlein 
{
    font-size: 9px;
}

.TextGross 
{
    font-size: 15px;
}

.cssTabelle 
{
    border: 2px solid #ff6600;
    background-color:#f0f0f0;
}
.ue02 
{
    margin-top:10px; 
    margin-bottom:6px;
    padding:0px;
    color:#a01010;
    font-size:18px;
    font-weight:normal;
    width:100%;
    text-shadow: 0.5px 0.5px 1px #003060;
    border-bottom: dotted 2px #c0c0ff;
}
.ue01 
{
    margin-top:0px; 
    margin-bottom:4px;
    padding:0px;
    color:#000020;
    font-size:28px;
    font-weight: bold;
    width:100%;
    text-shadow: 0.5px 0.5px 1px #003060;
}

.HeadDiv
{
    color:#ffffff;
    text-shadow: 2px 2px 3px #000000,-2px -2px 3px #000000;
    font-size:48px;
    font-family: serif;
    padding-top:5px;
    padding-left:5px;
    font-weight: bold;
    height:140px;
    width:930px;
    display:inline-block;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    background-image: url(../img/bg_black.png);
    box-shadow: 0.1px 0.1px 20px rgba(0, 0, 0, .5);
}

.ArticleVL
{
    display:block; 
    background-color:#f0f0ff;
    padding:8px 6px 8px 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 6px;
    border: 1px solid #e0e0f0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    margin-top:10px;
}

.ArticleVLTerminHead
{
    display:block; 
    background-color:#e0e0f0;
    padding:10px 2px 10px 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 6px;
    border: 1px solid #e0e0f0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.LinkButton 
{
    margin: 4px 0px 0px; 
    padding: 3px 8px 3px; 
    border-radius: 5px; 
    border: 1px solid rgba(0, 0, 0, 0.3); 
    clear: both; 
    font-size: 12px; 
    text-decoration: none; 
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.1); 
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3)); 
    -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3)); 
    -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    cursor:pointer;
}

.LinkButton:hover 
{
    background: rgba(255, 255, 255, 0.05);
}
.LinkButton:active 
{
    -webkit-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5)); 
    -moz-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5)); 
    -o-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
}

.KalenderDefault, KalenderDefault:hover, KalenderDefault:active
{
    margin-left:10px;; 
    padding: 8px 2px 2px; 
    border-radius: 5px; 
    border: 1px solid rgba(0, 0, 0, 0.3); 
    clear: both; 
    float: right;
    color:#ffffff;
    height:76px;
    width:90px;
    font-size: 42px; 
    text-decoration: none; 
    display: inline-block;
    text-align: center;
    vertical-align:middle;

    box-shadow: 0.5px 0.5px 10px rgba(0, 0, 0, .5);

    background-image: linear-gradient(bottom, #bc5400 0%, #e39600 50%, #ffc600 100%);
    background-image: -o-linear-gradient(bottom, #bc5400 0%, #e39600 50%, #ffc600 100%);
    background-image: -moz-linear-gradient(bottom, #bc5400 0%, #e39600 50%, #ffc600 100%);
    background-image: -webkit-linear-gradient(bottom, #bc5400 0%, #e39600 50%, #ffc600 100%);
    background-image: -ms-linear-gradient(bottom, #bc5400 0%, #e39600 50%, #ffc600 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #bc5400),
        color-stop(0.5, #e39600),
        color-stop(1, #ffc600));
}
.KalenderRight, KalenderRight:hover, KalenderRight:active
{
    margin-left:0px;; 
    padding: 8px 2px 2px; 
    border-radius: 5px; 
    border: 1px solid rgba(0, 0, 0, 0.3); 
    clear: both; 
    color:#ffffff;
    height:50px;
    width:50px;
    font-size: 24px; 
    text-decoration: none; 
    display: block;
    text-align: center;
    vertical-align:middle;

    box-shadow: 0.5px 0.5px 10px rgba(0, 0, 0, .5);

    background-image: linear-gradient(bottom, #bc5400 0%, #e39600 50%, #ffc600 100%);
    background-image: -o-linear-gradient(bottom, #bc5400 0%, #e39600 50%, #ffc600 100%);
    background-image: -moz-linear-gradient(bottom, #bc5400 0%, #e39600 50%, #ffc600 100%);
    background-image: -webkit-linear-gradient(bottom, #bc5400 0%, #e39600 50%, #ffc600 100%);
    background-image: -ms-linear-gradient(bottom, #bc5400 0%, #e39600 50%, #ffc600 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #bc5400),
        color-stop(0.5, #e39600),
        color-stop(1, #ffc600));
}

.ShowHiddenTextButton
{
    margin-top:6px; 
    color:#0000a0; 
    cursor:pointer; 
    padding:0px;
    color: #0000ef;
    text-decoration: none;
    font-size: 12px;
}
.ShowHiddenTextButton:hover
{
    margin-top:6px; 
    color:#0000a0; 
    cursor:pointer; 
    padding:0px;
    color: #ff1010; 
    text-decoration: underline;
    font-size: 12px;
}
