body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #A5A397;
	background : Gray url("../images/navigation/bgrd.jpg");
}

a:link {
	color: #333333;
	text-decoration : none;
}

a:visited {
	color: #545454;
	text-decoration: none;
}

a:hover {
	color: Red;
}

.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	line-height: normal;
	color: Black;
	font-style: normal;
}

.textmed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	color: Black;
	font-style: normal;
}

.texttitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	color: Black;
	font-style: normal;
	text-decoration : underline;
}

.textklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: normal;
	color: Black;
	font-style: normal;
}


.menutext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	line-height: normal;
	color: #333333;
	font-style: normal;
}