.fusszeile {
	font-family: Arial;
	font-size: 9px;
	font-weight: light;
	color: #545454;
	}
a.fusszeile:link{ font-weight:light; color:#545454; text-decoration:none }
a.fusszeile:visited { font-weight:light; color:#545454; text-decoration:none }
a.fusszeile:hover { font-weight:light; color:#ABB400; text-decoration:none }
a.fusszeile:active { font-weight:light; color:#ABB400; text-decoration:none }

.uberschrift {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #ABB400;
	letter-spacing: 4px;
	}
.slogan {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 23px;
		letter-spacing: 2px;
		text-transform:uppercase;
	}
.lauftext {
	font-family: Arial;
	font-size: 12px;
	font-weight: light;
	color: #333333;
	line-height: 17px;
	}
a.lauftext:link{ font-weight:light; color:#333333; text-decoration:underline }
a.lauftext:visited { font-weight:light; color:#333333; text-decoration:underline }
a.lauftext:hover { font-weight:light; color:#ABB400; text-decoration:underline }
a.lauftext:active { font-weight:light; color:#ABB400; text-decoration:underline }

.navi {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
a.navi:link, a.navi:visited {

 display: block;
line-height: 23px;
margin-bottom: 2px;
	color: #686868;
	background-color: #E2E2E2;
	width: 184px;
	text-indent: 10px;
	text-decoration: none;
	}

a.navi:hover, a.navi:active {
	color: #FFFFFF;
	background-color: #ABB400;
}


