﻿body {
    font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-left: 75px;
    text-decoration: none;
}

a {
    color: red;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

#nav { margin-bottom: 50px; }

div#nav > a { padding-right: 20px; }

img {
    border-color: inherit;
    border-style: none;
    border-width: 0;
    text-decoration: none;
}

ul { list-style-type: disc; }

.container { 
    display: inline-block; 
    padding-top: 20px;
}

h1 a, h1 a:hover,
h1, h2, h3, h4, h5, h6 {
    color: #4682b4;
    font-family: 'Segoe UI Light', 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

h1 { font-size: 20px; }

h2 { font-size: 17px; }

h3 { font-size: 15px; }

.tableset td { padding-left: 5px; }

.tablesetleft {
    border: 1px solid #DCDCDC;
    border-bottom-width: 0;
    border-left-width: 0;
}

.tablesetright {
    border: 1px solid #DCDCDC;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.tableset { border: 1px solid #DCDCDC; }

.tablesettop { border: 0; }

.box {
    border: 1px solid #DCDCDC;
    padding-left: 25px;
    width: 900px;
}

/* Zeilen abstand */

.box p {
    margin-bottom: 10px;
    margin-top: 0;
}

.content { margin-bottom: 40px; }

.menutitel {
    color: darkgray;
    font-family: 'Segoe UI Light', 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-top: 35px;
}

.hint {
    color: gray;
    font-style: italic;
}

div.content a img { border: 1px solid lightgray; }

div.content a img:hover { border: 1px solid red; }