body {
    background-color: #f0f0f0; 
    font-family: georgia;
}
h1 {
    background-color: #8b87cb;
    text-align: left;
    padding: 0px 0px 0px 20px;
}
h2 {
    color: #ffffff;
    background-color: #8b87cb;
    font-size: 18px;
    padding: 4px 0px 4px 20px;
}
h3 {
    color: #4b478b;
    font-size: 12px;
    line-height: 15px;
    padding: 0px 0px 0px 0px;
    font-style: italic;
    text-decoration : none;
}
p {
    font-size: 12px;
    line-height: 16px;
}
p a {
    text-decoration : none;
    color: #4b478b;       
}
p a:hover {
    text-decoration : underline;
    color: #4b478b;      
}
p.ueberschrift {
    color: #4b478b;
    font-size: 17px;
    line-height: 19px;
}
p.ueberschrift a { 
    text-decoration : none;  
    visible: false;
    color: #4b478b;
}
p.ueberschrift a:hover { 
    text-decoration : underline;  
    visible: false;
    color: #4b478b;
}
p.schreiber { 
    text-decoration : none;
    color: #4b478b;
}
p.schreiber a {
    text-decoration : none;
    color: #4b478b;
}
p.schreiber a:hover { 
    text-decoration : underline;
    color: #4b478b;
}
p.fuss {
    text-align: right;
}
dl {
    border-top: 1px dotted  #4b478b;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 0px 0px 0px;
}
dl a {
    text-decoration : none;
    color: #4b478b;    
}
dl a:hover {
    text-decoration : underline;
    color: #4b478b;    
}
blockquote {
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
}
hr {
    border-top: 1px dotted  #4b478b;
}
#textleft {
    position: absolute;
    top: 125px;
    width: 250px;
    padding: 0px 0px 0px 20px;
}
#textright {
    position: absolute;
    top: 125px;
    left: 310px;
    width: 400px;
    padding: 0px 0px 0px 20px;
}
