/* Hembrock IT-Consulting */

/* Grundeinstellungen */
body {
 color: black;
 background: white;
 background-image: url(bg.gif);
}

table,tr {
 margin: 0px;
 padding: 0px;
 border-collapse:collapse;
}

p, td, th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: black;
}

/* Navigation */
td.nav {
        padding-left: 10px;
        width: 110px;
        vertical-align : top;
}

p.nav {
        font-size : 12pt;
        font-family : Arial, Helvetica, sans-serif;
        color: black;
}

.nav a:link {
        color: darkblue;
        text-decoration: none;
}

.nav a:visited {
        color: darkblue;
        text-decoration: none;
}

.nav a:hover {
        color: white;
        text-decoration: none;
}

.nav a:active {
        color: black;
        text-decoration: none;
}

/* Content */
td.content {
        padding-left: 10px;
        vertical-align : top;
}

.content a:link {
        color: darkblue;
        text-decoration: underline;
}

.content a:visited {
        color: black;
        text-decoration: underline;
}

.content a:hover {
        color: darkblue;
        text-decoration: underline;
        background-color : #EEEEE0;
}

.content a:active {
        color: darkblue;
        text-decoration: underline;
        background-color : #DDDD0;
}

