.standard {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.titel {
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
}
.ueberschrift {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.orange {
	font-size: 12px;
	color: #FFCC66;
	font-weight: bold;

}
.links {
	font-size: 12px;
	font-weight: bold;
	color: #333399;
}
.fusszeile {
	font-size: 10px;
	color: #333399;
}
.navi {
	font-size: 12px;
	font-weight: bold;
	color: #333399;
}
a:link {
	text-decoration: none;


}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #333399;
	text-decoration: underline;
	font-weight: bold;
}
body {
	font-family: Verdana, Tahoma, sans-serif;
}
.rahmen {
	border: 1px solid #D3D9EB;
}
.rahmen2 {
	border: 1px solid #999999;
}
