﻿body {
}
.p_Ueberschrift {
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 15px;
}
.anzeigeDaten {
    text-align: left;
    height: 30px;
    font-family: 'UniversLTStd57Condensed', Arial, Helvetica, sans-serif;
}
.anzeigeDatenEingabe {
    text-align: left;
    height: 40px;
    font-family: 'UniversLTStd57Condensed', Arial, Helvetica, sans-serif;
}
.AbgrenzungsStrich {
    margin-top: 10px;
    margin-bottom: 10px;
    background: silver;
    border: none;
    height: 1px;
    width: 100%;
}

.ToDoLink {
    text-align: right;
    font-size: 0.6em;
    vertical-align: text-top;
    color: #005da8;
    cursor: pointer;
}
.InputBox{
    height: 25px;
    border: 1px solid silver;
    width: 200px;
    padding-left: 5px;
}

/* Aussehen der Neuaufnahmeformulare*/
.p_Ueberschrift {
    font-size: 26px;
    line-height: 12px;
    height: 30px;
}

.Bereich_Ueberschrift {
    margin-top: 10px;
    width: 99%;
    background-color: #d9edf7;
    height: 30px;
    text-align: left;
    padding-top: 5px;
    padding-left: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 16px;
}

.Bereich_Uberschrift_Spalte1 {
    text-align: left;
    color: black;
}

.Bereich_Uberschrift_Spalte2 {
    text-align: right;
    font-size: 1.2em;
    padding-right: 10px;
    font-weight: bold
}

.CheckBoxen {
    width: 20px;
    height: 20px;
}

.Bereich_Inhalt {
    width: 99%;
    background-color: white;
    min-height: 100px;
    text-align: left;
    vertical-align: text-top;
    padding-top: 5px;
    padding-left: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #d9edf7;
}

.Bereich_Inhalt_Spalte1 {
    width: 15%;
}

.Bereich_Inhalt_Spalte2 {
    width: 35%;
}

.Bereich_Inhalt_Spalte3 {
    width: 15%;
}

.Bereich_Inhalt_Spalte4 {
}

.LogoVB {
    height: 75%;
    width: 75%
}

.EingabeDatenTXT {
    color: black; 
    height: 30px; 
    width: 100%; 
    padding-left: 10px; 
    border-radius: 5px;
    font-weight: normal!important
}
.W150{
    width:150px!important;
}
.DatenBeschriftung {
    color: #005da8!important;
    height: 40px!important;
}
.vdkLoginError
{
    color: red;
    text-align: center;
}