/*************************************************************/
/* Boxen */

/* in weiss: die Boxen-Titel*/
.boxen_titel{
font-family:Arial;
font-size:12px;
color:#000000;
font-weight:bold;
}

.title_of_box{
/* Background */

/* Text */
font-family:Verdana;
font-size:12px;
color:#000000;
font-weight:bold;
}

/*Für Text in der Boxen */
.box_text{
font-family: Verdana;/*'Trebuchet MS'; */
font-size:12px; 
font-weight:normal;
color:#000000;
}



.fb_box_head{
    height:27px;
    border-top-color:#cccccc;
    border-top-width:1px;
    border-top-style:solid;
    background:#999;
    background:url(../bilder/seite/formbg.gif) repeat-x left top;
}

.fb_box_head:hover{
    height:26px;
    border-bottom-color:#cccccc;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-top-color:#cccccc;
    border-top-width:1px;
    border-top-style:solid;
    background:#999;
    font-size:11px;
    background:url(../bilder/seite/formbg_pressed.gif) repeat-x left bottom;
}
.fb_box_head_in{
    padding-top:5px;
    padding-left:5px;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    color:#002266;
}

.fb_box_head_in:hover{

    padding-top:4px;
    padding-left:5px;
    font-family:Verdana;
    font-size:13px;
    font-weight:bold;
    color:#002266;
}
