/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	text-shadow: #333333;
}
.navigation {
	font-family: Sylfaen;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #B61115;
	text-align: center;
	display: block;
	font-style: normal;
	width: 140px;
	padding: 8px;
	font-weight: bold;
	height: 20px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #333333;
	border-left-color: #333333;
	cursor: crosshair;
	}
	
.navigation:hover {
	font-family: Sylfaen;
	font-size: 18px;
	color: #B61115;
	background-color: #D4D4D4;
	text-align: center;
	display: block;
	font-style: normal;
	width: 140px;
	padding: 8px;
	font-weight: bold;
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.kopfzeile {
	font-family: Sylfaen;
	font-size: 16px;
	font-weight: bold;
	color: #B61115;
}
.ueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #B61115;
}
.Linkbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B61115;
	vertical-align: middle;
	background-color: #FFFFFF;
}
.Tabellenuerberschrift {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.Tabellenbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

