.text {
        font-family: times new roman, sans-serif;
        font-size: 14px;
        font-weight: normal;
		color: #006699;
}

.textjust {
        font-family: times new roman, sans-serif;
        font-size: 14px;
        font-weight: normal;
		color: #006699;
}

.textgrau {
        font-family: times new roman, sans-serif;
        font-size: 14px;
        font-weight: normal;
		color: #cccccc;
}

.textfett {
        font-family: times new roman, sans-serif;
        font-size: 14px;
        font-weight: bold;
		color: #006699;
}

.textklein {
        font-family: times new roman, sans-serif;
        font-size: 11px;
		color: #006699;
}


.input {font-size:11px;}

.i {
	font-family: times new roman, sans-serif;
    font-size:12px;
	width:200px;
	font-weight:bold;
    text-decoration: none;	
    background-color:#FFcc33;
    color: #006699;
	 border-left: 1px solid #006699;
     border-bottom: 1px solid #006699;
     border-right: 1px solid #006699;
     border-top: 1px solid #006699;
}

.su {
	font-family: times new roman, sans-serif;
    font-size:12px;
	width:200px;
	font-weight:bold;
    text-decoration: none;	
    background-color:#FFcc33;
    color: #006699;
	 border-left: 1px solid #006699;
     border-bottom: 1px solid #006699;
     border-right: 1px solid #006699;
     border-top: 1px solid #006699;
	cursor:hand;
}

.headline {
    font-family: times new roman, sans-serif;
        font-size: 16px;
    color: #006699;
    font-weight: bold;
 }

a:link {
    color: #006699;
}

a:visited {
    color: #006699;
}

a:active {
    color: #006699;
}

b   {
    font-weight: bold;
}

.unsichtbar {display:none;}