/* Schrift---------------------------------------------------------------- */

/* Schrift Tags---------------------------------------------------------------- */

p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #2D2A61;
	text-decoration : none;
	line-height: 140%;
}

td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #2D2A61;
	text-decoration : none;
	line-height: 140%;
}

/* Schrift Text---------------------------------------------------------------- */

.ueb1 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #2D2A61;
	text-decoration: none;
}

.text {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #2D2A61;
	text-decoration : none;
	line-height: 140%;
}

.textbold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #2D2A61;
	text-decoration : none;
	line-height: 140%;
}

.textwok {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #A20E32;
	text-decoration : none;
	line-height: 140%;
	font-style: italic;
	font-variant: normal;
}

a:link {
	color: #2D2A61;
	border:none;
	text-decoration: underline;
			}
			
a:visited {
	color: #2D2A61;
	border:none;
	text-decoration: underline;
			}
			
a:hover {
	color: #2D2A61;
	border:none;
	text-decoration: underline;
			}
			
a:active {
	color: #2D2A61;
	border:none;
	text-decoration: underline;
			}
			

