
{ -------------------------------------fonts------------------------------ }

.normaltext {
        color: #444444;
        font-family: Verdana;
        font-size: 9pt;
        font-weight: normal;
	text-decoration:none;
        }

.errortext {
        color: #CC0000;
        font-family: Verdana;
        font-size: 8pt;
        font-weight: normal;
	text-decoration:none;
        }

.normaltextweiss {
        color: #ffffff;
        font-family: Verdana;
        font-size: 9pt;
        font-weight: normal;
	text-decoration:none;
        }


.headline {
        color: #4B8694;
        font-family: Verdana;
        font-size: 10pt;
        font-weight: bold;
        }


.katalog {
        color: #ffffff;
        padding: 0px;
        padding-left: 0px;
        padding-right: 0px;
        font-family: Verdana;
        font-size: 10pt;
        font-weight: normal;
        }













{ -------------------------------------buttons------------------------------ }

.button {
        background-color: #eeeeee;
        padding: 0px;
        padding-left: 0px;
        padding-right: 0px;
        border:         1px solid #cccccc;
        border-left:  1px solid #999999;
        border-top:  1px solid #999999;
        color: #333333;
        font-family: Arial;
        font-size: 9pt;
        font-weight: bold;
        height: 17px;
        width: 120px;
        }














{ -------------------------------------textfelder------------------------------ }

.textfeld {
        background-color: #ffffff;
        padding: 0px;
        padding-left: 0px;
        padding-right: 0px;
        border:         1px solid #cccccc;
        border-left:  1px solid #999999;
        border-top:  1px solid #999999;
        color: #666666;
        font-family: Verdana;
        font-size: 9pt;
        font-weight: bold;
        height: 17px;
        width: 250px;
	background-image: url(../css/corners.gif);
        }