body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

h1, h2, h3, h4 { font-family:Georgia, "Times New Roman", Times, serif }

a {
	color: #CC0000;
	text-decoration: none;
}

a:link {
	color: #CC0000;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:active {
	color: #000000;
}

/*ausgehende Links kennzeichnen - ist CSS3 - funktioniert nur im Mozilla*/
a[href^="http://"]:before { content: "\2197\00A0"; } 

.revision
{color:#999999}
