﻿/*Allgemeines Stylesheet*/

body {
    color: #2B4953;
    background-color: #FFFFFF;
    margin: 0;
}

a {
    color: #001E48;
    display: block;
    margin: 5px 0;
}

    a:visited {
        color: #001E48;
    }

    a:hover {
        color: #2B4953;
    }

    a:active {
        color: #2B4953;
    }

#container {
    margin: 20px;
}

#image {
    width: 150px;
    height: 150px;
    float: left;
}

#status {
    margin-left: 20px;
    color: #2B4953;
    float: left;
}

a img {
    border: none;
}

.header {
    font-weight: bold;
    font-size: large;
    margin-top: -4px !important;
}

.statusline {
    margin-left: 10px;
    max-width: 200px;
}

.level2 {
    margin-left: 20px !important;
}

.level3 {
    margin-left: 30px !important;
}

.statuserror {
    margin-left: 10px;
    border: solid 1px red;
    background: lightpink;
    color: #2B4953;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px;
}

.statusheader {
    font-weight: bold;
    margin-top: 4px;
}

.status {
    margin-left: 20px;
    color: #2B4953;
    float: left;
}