.Standard {
	font-family:"Arial";
	font-size:11px;
}

.Ueberschrift {
	font-family:"Arial";
	font-size:14px;
	font-weight:bold;
}

.Ueberschrift2 {
	font-family:"Arial";
	font-size:14px;
	text-decoration:underline;
}

.Aufzaehlung { }

.Links { }

.hr {
	display:block;
	width:95%;
	height:1px;
	line-height:1px;
	background:url('../gfx/hr.gif');
	margin:3px auto;
}

.Links a {
	color:#4776AE;
	text-decoration:none;
	font-weight:bold;
	padding-left:10px;
}

.clickable {
	cursor:pointer;
}