/*******************************
Stylsheet
by Anselm Kugelmeier
16.01.2007

Farben:
Braun:	#C25526
********************************/

html {}
body {
	margin:0;
    padding:0;
	font-family:Verdana, Arial;
    font-size:0.8em;
}

pre {
	font-family:Verdana, Arial;
    font-size:10pt;
}
a:link {
	text-decoration: none;
	color: #C25526;
	font-weight:bold;
}

a:visited {
	text-decoration: none;
	color: #C25526;
	font-weight:bold;
}

a:hover {
	color: #C25526;
	text-decoration: underline;
	font-weight:bold;
}

a:active {
	text-decoration: none;
	font-weight:bold;
	color: #C25526;
}
.grau {
	color:#9F9F9F;
}
.orange {
	color:#C25526;
}
.rot {
	color:#FF0000;
}