.orangelink {
        text-decoration: none;
	color: orange;
        }

.dflink {
        text-decoration: none;
        color: #dfdfdf;
        }

.dreieinslink {
        text-decoration: none;
        color: #313131;
        }

.weisslink {
        text-decoration: none;
        color: #ffffff;
        }

.justify
        {
        text-align: justify;
        }

.input
	{
	font-family: arial;
	font-size: 13;
	background: #535353;
	color: #dfdfdf;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1.0mm solid;
	border-color: #737373;
	}

.absenden
        {
        font-family: arial;
        font-size: 13;
        background: #313131;
        color: #dfdfdf;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 0.1mm solid;
        border-color: #737373;
	}

