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

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

a:hover {
	text-decoration: none;
	color: #FF9900;
}

a:active {
	text-decoration: none;
}

/*------------------ Links ------------------*/

a:link.links {
	color: #000000;
	text-decoration: underline;
}

a:visited.links {
	text-decoration: underline;
	color: #000000;
}

a:hover.links {
	text-decoration: none;
	color: #FF9900;
}

a:active.links {
	text-decoration: none;
}

/*------------------ Headline / Schriften ------------------*/

h1 {
	font-size:14px;
	color:#333333;
	margin-top:0;
}

li.links{
	list-style:circle;
	line-height:18px;
}

hr {
	background-color:#fdc571; /* Mozilla 1.4 */
	color:#fdc571; /* IE 6 */
	border: #fdc571; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-left:0;
}

h6{
	font-size:10px;
	margin:0;
	font-weight:normal;
}

.L {color: #0000FF; font-weight: bold; }
.U {color: #FF0000; font-weight: bold; }
.S {color: #009900; font-weight: bold; }
.A {color: #FF9900; font-weight: bold; }

.subline{
	font-size:13px;
}
