/*
 *  Stylesheet fuer mvcsys.de - reduzierte Version fuer alte Browser
 */
body {
    background-color: white;
    font-family: Georgia,Times New Roman,Times,serif;
    font-size: normal;
    color: #0F0F33;
}

body.index {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    background-image: url(background.jpg);
    background-color: #f0f0f0;
}

body.index2 {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    background-image: url(../background.jpg);
    background-color: #f0f0f0;
}

p,pre,li,table,img {
    margin-bottom: 0,5em; 
}

em {
    font-family: Georgia,Times New Roman,Times,serif;
    font-style: italic;
}

th {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-align: center;
}

table.layout {
    border: none;
}

pre {
    font-size: 95%;
}

code {
    font-size: 110%;
}

h1,h2,h3,h4,h5,h6,div.inhalt {
    color: #1144AA;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 2.4em;
}

h2,div.inhalt {
    font-size: 2em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 0.5em;
}

.navigation {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-style: bold;
    color:#1144AA;
}

.navigation .selected {
    font-weight: bold;
    color: #0f0f33;
}

.navigation2 {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-style: bold;
    color:#1144AA;
}

.navigation2 .selected {
    font-weight: bold;
    color: #0f0f33;
}

.heading {
    border-bottom: 3px solid;
    border-color: #1144AA;
    padding-top: 8px;
    padding-bottom: 8px;
}

div.footer {
    margin-top: 4px;
}

.footer p {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: smaller;
    margin: 0px;
    text-align: center;
}

