/* Malte Swart < malte (.) swart (at) web (.) de > */
html {
    background-color:#1C4E63;
}

body {
    font-family: sans-serif;
    font-size: 100%;
    background-color: white;
    color: #000;
    margin: 30px 0 0 230px;
    padding: 0;
}

/* blog-input als Navigation*/
body > b {
    background-color: #133f52;
    line-height: 30px;
    color: #ffffff;
    display:block;
    color:white !important;
    font-size:100%;
    padding:0 0 0 10px;
    line-height: 30px;
    font-family: sans-serif;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    font-size:80%;
    z-index:10;
    font-weight:400;

}

/* Monate als Inhaltverzeichnis*/
div[align=center] {
    background-color: #1C4E63;
    color: #1C4E63;
    display:block;
    width:190px;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    padding:40px 30px 30px 10px;
    font-size:0em;
}
div[align=center] a {
    color:#98DBCC;
    display:block;
    text-align:left;
    padding-left:15px;
    font-size:12pt;
}
div[align=center]:before {
    display:block;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    color:white;
    margin: 0 30px 10px 0px;
    content:"Table Of Contents";
    text-align:left;
    font-size:12pt;
}

/* FAQ + Alternativlos */
body > p {
    position:absolute;
    top:0px;
    right:0px;
    margin:0px;
    color:white;
    line-height:30px;
    z-index:20;
    font-size:85%;
    padding-right:5px;
}
body > p a:first-child:after {
    content:" |";
}
body > p a {
    color:white;
}

/* Made by + Impressum */
div[align=right] {
    color: white;
    font-size: 75%;
    padding: 9px 0px;
    text-align: center;
    background-color:#11303d;
    z-index:10;
    margin-left:-230px;
}
div[align=right]  a {
    color:white;
    text-decoration: underline;
}

/* Inhalt */
h2, h3{
    font-family: 'Trebuchet MS', sans-serif;
    background-color: #f2f2f2;
    font-weight: normal;
    color: #20435c !important;
    border-bottom: 1px solid #ccc;
    margin: 20px 0px 10px 0px;
    padding: 3px 0 3px 10px;
    font-size: 140%;
    font-size: 1.4em;
    font-weight: normal;
}

h2 { font-size:160%;}
h3 { font-size:140%;}

p, dd, li {
    text-align: justify;
    line-height: 130%;
}

pre, blockquote {
    padding: 5px;
    background-color: #eeffcc;
    color: #333333;
    line-height: 120%;
    border: 1px solid #ac9;
    border-left: none;
    border-right: none;
}

tt {
    background-color: #ecf0f3;
    padding: 0 1px 0 1px;
    font-size: 0.95em;
}

a {
    color: #355f7c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
