﻿body
{
    font-family: Tahoma;
    font-size: 12px;
    color: #606060;
}

.title
{
    font-family: Tahoma;
    font-size: 13px;
    color: #606060;
}

.content
{
    font-family: Tahoma;
    font-size: 12px;
    color: #606060;
}

div.login_header div.login_title {
    color: #00325D;
    font-family: 'Verdana', 'Calibri', 'Arial';
    font-size: 30px;
    margin-top: 20px;
}
div.login_header div.login_client {
    color: #9FA3AC;
    font-family: 'Verdana', 'Calibri', 'Arial';
    font-size: 20px;
    margin-top: 5px;
}

div.login_header img.logo {
    margin-top: 25px;
}

div.login_header div.login_testumgebung {
    color: #C80000;
    font-family: 'Verdana', 'Calibri', 'Arial';
    font-size: 26px;
    margin-top: 10px;
}

#DivTestumgebungMaster {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 5px;
}

.CheckBoxList td
{
    width: 60px;
}

h2.dialogsessionexpire {
    font-weight: normal;
    color: #999999;
}

#legendBeurteilungen td {
    padding-right: 50px;
}
#legendBeurteilungen span.kuerzel {
    font-weight:bold;
    padding-right: 10px;
}

.breadcrumbs 
{
    margin: 0;
    list-style-type: none;
    list-style-image: none;
    padding: 0;
}

.breadcrumbs li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.breadcrumbs a 
{
    padding: 0 5px 0 0;
}

.breadcrumbs li:not(:first-child)::before {
    content: "»";
    padding-right: 5px;
}