body {
    /*background: url("images/background.png");
    background-repeat: repeat;*/
    background-color: rgb(255,255,255);
    font-family: verdana;arial; 
    color:rgb(50,53,52);
    font-size: 0.8em;
    padding:0px;
    margin:0px;
}
#kasten1 {
    position:absolute;
    background-color: rgb(255,255,255);
    top:30px;
    left:5px;
    z-index:500;
}   
#person {
    position:absolute;
    top:70px;
    left:260px;
}   
#bilderrechts {
    position:absolute;
    top:90px;
    left:570px;
}   

/*ab hier Tooltip-Style*/

#overDiv { 
    position:relative; 
    visibility:visible; 
    z-index:1000;
}
.fontClass {
    font-family: 'Comic Sans MS';  
    font-size: 12px;
}
.capfontClass {
    font-family: Arial, sans-serif
    font-size: 14px; 
    font-weight: bold;
    color:  #ffffff;
}
.capfontClass A {
    color: #ffffff; font-size: 9px;
}
.fgClass {
    background-color: #FFFFCC;
}
.bgClass {
     background-color: red;
}