body{

    font: normal 14px Helvetica, Arial, sans-serif;
    color: #000000;
    background-color: black;
}

a#nav {
        color: #a60000;
        display: block;
        margin: 0em 0em 0.2em 0em;
}
a {
        color: #a60000;
        margin: 0em 0em 0.2em 0em;
}

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; font-weight:bold; }
a:active { text-decoration:underline; font-weight:bold; }
a:focus { text-decoration:none; font-weight:bold; }


div#body{
        width: 800px;
        height: 500px;
        background:url(http://images.bujinkan-leipzig.de/background.png) no-repeat;
        background-color: black;
}

div#navi{
        width: 110px;
        height: 500px;
        float: left;
        padding: 0 0 0 20px;
        text-align: left;

}

div#contentTitle{
        margin: 0 0 20px 100px;
        text-align: left;
        color: #a60000;
        font: normal 16px Helvetica, Arial, sans-serif;
}

div#content{
        margin: 0 0 0 110px;
        padding: 60px 20px 0 20px;
        height: 500px;
}

div#header{
        background:url(http://images.bujinkan-leipzig.de/header.png) no-repeat;
        width: 800px;
        height: 155px;
}

div#text{
        overflow: auto;
        height: 360px;
        text-align: justify;
        width: 600px;
        padding: 0 10px 0 0;
}

div#contentNavi{
        text-align: left;
        color: #a60000;
        font: normal 12px Helvetica, Arial, sans-serif;
}

div#textSmall{
        overflow: auto;
        height: 300px;
        text-align: justify;
        width: 600px;
        padding: 0 10px 0 0;
}

div#kommentar{
        overflow: auto;
        height: 150px;
        text-align: left;
        width: 570px;
}

p#impred{
        font: bold 12px Helvetica, Arial, sans-serif;
        color: #a60000;
}

p#impnor{
        font: normal 12px Helvetica, Arial, sans-serif;
        color: #000000;
}


