.nav_info {
	color: red;
	background-color: yellow;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-weight: bold;
	text-decoration: none
}
.titel {
	color: red;
	letter-spacing: 1x;
	font-size: 16px;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-weight: bold;
	line-height: 18px;
}
.text {
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-weight: normal;
	line-height: 16px;
}
.fett {
	color: black;
	font-style: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-weight: normal;
	line-height: 16px;
}
a:link {
	color: red; 
	font-weight: bold; 
	text-decoration: underline;
}
a:visited {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
a:hover { 
	color: red;
	font-weight: bold;
	text-decoration: none;
}
a:active { 
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
.boxtitel {
	color: white;
	letter-spacing: 1x;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-weight: bold;
	line-height: 18px;
}
.boxtext {
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-weight: normal;
	line-height: 16px;
}
.boxtext a:link {
	color: white; 
	font-weight: bold; 
	text-decoration: underline;
}
.boxtext a:visited {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
.boxtext a:hover { 
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}
.boxtext a:active { 
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

/* bilder (rahmen) */

img {
	border:0px;
}

BODY {
scrollbar-3dlight-color: yellow; 
scrollbar-arrow-color: yellow; 
scrollbar-base-color: red; 
scrollbar-darkshadow-color: yellow; 
scrollbar-face-color: red; 
scrollbar-highlight-color: red; 
scrollbar-shadow-color: red; 
scrollbar-track-color: red;
}

