body {
        margin: 10px 30px;
        padding: 0;
        border: 1px solid #334d7f;
        color: #040902;
        font-family: Helvetica,Verdana,sans-serif;
        background-color: #ffffff;
        font-size: 12px;
}

.header {
        margin: 0;
        padding: 0;
        background-color: #d9e2f1;
        height: 130px;
}

.logo {
        float:left;
        width: 190px;
        margin: 15px 25px; 
}

.firma h1 {
        font-size: 24px;
        text-decoration: none;
        margin: 0;
        padding: 50px 30px;
        text-align: right;
        color: #000;
}

.top {
        background-color: #334d7f;
        height: 25px;
}

.middle_container {
        margin: 0;
        background-color: #d9e2f1;
}

.left_menu {
        float:left;
        margin: 0;
        padding: 40px 10px;
        width: 195px;
        background-color: #d9e2f1;
}

.content {
        margin: 0 0 0 215px;
        background-color: #ffffff;
        padding: 40px 30px;
        text-align: justify;
        border-left: 1px solid #334d7f;
        border-bottom: 1px solid #334d7f;
}

.warning {
         color: #cf001c;
         padding: 10px 0 10px 0;
         border-top: 1px solid #cf001c;
         border-bottom: 1px solid #cf001c;
}

img.rechts {
        float: right; 
        padding: 0 30px;
}

div#bilder-hausmeister {
        width: 170px; 
        float:right;
}

div#hausmeister {
        height: 480px;
}

div#index {
        height: 900px;
}

div#standard {
        height: 250px;
}

.footer {
        clear: both;
        margin: 0;
        padding: 5px 30px 0 0;
        background-color: #d9e2f1;
        color: #334d7f;
        text-align: right;
        height: 20px;
}

.footer a {
        color: #334d7f;
        text-decoration: none;
        font-size: 11px;
}

.footer a:hover {
        color: #fff;
        text-decoration: underline;
}

h1 {
        padding: 0 0 10px 0;
        color: #334d7f;
        font-size: 20px;
}

h2 {
        padding: 20px 0 0 0;
        font-size: 16px;
}

h3 {
        padding: 0 0 5px 0;
        font-size: 12px;
        text-decoration: underline;
}

div.content a {
        text-decoration:none;
        color: #000;
}

div.content a:hover {
        text-decoration:underline;
        color: #000;
}

div.left_menu ul {
        margin:0;
        padding:0;
        list-style:none;
}

div.left_menu ul li {
        border-bottom:solid 1px #d9e2f1;
}

div.left_menu ul.sub {
        border-bottom:solid 7px #dec08c;
}

div.left_menu ul.sub li {
text-indent:10px;
border:0;
width:100%;
}

div.left_menu ul li a {
display:block;
background-color:#334d7f;
padding:5px 12px;
border-left:solid 13px #cf001c;
text-decoration:none;
color:#fff;
}

div.left_menu ul.sub li a {
border-left:solid 13px #371a0a;
background-color:#564335;
padding-left:10px;
}

div.left_menu ul a:hover,div.menu ul a:active {
background-color:#718fc1;
}

div.left_menu ul.sub a:hover,ul.sub a:active {
background-color:#a8895d;
border-left-color:#6c5536;
}

div.left_menu span.youarehere {
        position: absolute;
        left:44px;
}

div.content ul li {
        margin: 10px 0 0 0;
}