html, body{
    /*height: 100%;*/
}

body {
    padding: 0;
    margin: 0;
    text-align: left;
    min-width: 1000px;
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
    overflow-x: hidden;
    overflow: -moz-scrollbars-vertical;
}

h1 {
    font-family: Arial, Helvetica, Sans-serif;
    text-align: left;
    align: right;
    margin-left: 0px;
    margin-right: -3px;
    font-weight: bold;
    font-size: 16px;
    color: gray;
    border-bottom: 1px solid gray; 
    border-top: 1px solid gray; 

}

p,td {
    font-size: 10pt;
}

.KuenstlerHauptText {
    font-size: 9pt;
}

hr { 
    color: rgb(210, 210, 210); 
    background-color: rgb(210, 210, 210); 
    height: 2px;
    border: none;
}

.startgrafik {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 10px;
    padding-top: 4px;
}

.indent30 {
    margin-left:30px;
    margin-right:0px;
}

.hr_black { 
    color: black;
    background-color: black;
    width: 100%;
    height: 1px;
    border: none;
}

a {
    color: black; 
    text-decoration: underline;
}

a:hover { 
    color: rgb(190, 190, 190); 
    text-decoration: underline;
}

.navi{
    margin-bottom: 2px;
    width: 240px;
    padding-top: 4px; 
    padding-bottom: 4px; 
    border-bottom: 1px solid black; 
    background-color: rgb(255, 255, 255);
    text-align: left;
}

.navifirst{
    margin-bottom: 2px;
    width: 240px;
    padding-top: 4px; 
    padding-bottom: 4px; 
    border-bottom: 1px solid black; 
    border-top: 1px solid black; 
    background-color: rgb(255, 255, 255);
    text-align: left;
}

a.navileft_passive, a.navileft_active { 
    color: black; 
    font-size: 11px; 
    text-decoration: none ;
}

a.navileft_passive:hover, a.navileft_active:hover { 
    text-decoration: underline;
}

a.additionalnavi {
    font-size: 10px; 
    color: rgb(160, 160, 160); 
}

