﻿/* PANEL CONTROL */
.PanelTop
{
    background-image:url(../../grafik/human/PanelTop.jpg);
    background-repeat:no-repeat;
    width:216px;
    height:26px;
    color:#666; 
    padding: 2px;   
}

.PanelContent
{
    background-image:url(../../grafik/human/PanelContent.jpg);
    background-repeat:repeat-y;
    width:210px;
    padding:5px;
    color:Black;    
}

.PanelBottom
{
    background-image:url(../../grafik/human/PanelBottom.jpg);
    background-repeat:no-repeat;
    width:210px;
    height:5px;
    color:Black;    
    padding:5px;
}
