/* CSS Document */


.pflicht { font-size:12px; } 

.textform {
    FONT: 11px Arial, Helvetica, sans-serif; COLOR: #FFFFFF; BACKGROUND-COLOR: #999966
}
INPUT {
    FONT: 10px Verdana, Geneva, Arial, Helvetica, sans-serif; COLOR: #656565
}
.text {
    FONT: 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif; COLOR: #656565
}
.textformoblig {
    FONT: 11px Arial, Helvetica, sans-serif; COLOR: #000000; BACKGROUND-COLOR: #c4c4a6
}

body {
    font-family: Verdana, Arial;
    font-size: 12px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}    
.fett {
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #C4C4A6;
    text-decoration: none;
}

.border_right {
    border-right: #C4C4A6 1px solid;
}

.border_bottom {
    border-bottom: #C4C4A6 1px solid;
}
.error,
.ui-state-error{
    font-size: 12px;
    color: #999966;
    font-weight: bold;
}
.div{
    background-color:#FFFF99;
}

th 
{
    background-color:#999966;
    background-color:#C4C4A6;
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    height: 13px;
    border: 1px solid #CCCCCC;
    width: auto;
}
.th1
{
    background-color:#C4C4A6;
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    width: auto;
}

div.copyright a:link,
div.copyright a:visited,
div.copyright a:active{
    font-size:10px;
    color: #6D6D49 !important;
    text-decoration:none;
    color: #6D6D49; 
    font-weight: bold;
}

div.copyright a:hover{
    font-size:10px;
    color: #6D6D49; 
    font-weight: bold;
    text-decoration:underline;
}
.ui-state-error
{
    color:red;
}
