/* CSS Document */

h1 {
	font-size: 14px;
	color: #fd8300;
	margin: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 12px;
	color: #fdb000;
	margin: 0px;
	margin-bottom: 10px;
}

p {
	margin: 0px;
	margin-bottom: 10px;
}

strong {
	color: #808080;
}

strong.orange {
	color: #fdb000;
}


.klein {
	font-size: 90%;
}

/* Links */

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

a:visited {
	color: #fdb000;
	text-decoration: none;

}
a:hover {
	color: #fd8300;
	text-decoration: underline;
}

a:active {
	color: #fdb000;
	text-decoration: none;
}


hr {
	background-color:#ccc; 
	color:#ccc;
	border: #ccc;
	height: 1px;
	margin:0;
}
