/* Allgemeines */

body
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;

	background-color: #FFFFFF;
	background: url("img/seite/bg.gif") left top;

}

a:link
{
	color: #8C1B08;
	text-decoration: none;

	border-style: none;
	border-width: 0px;
}

a:visited
{
	color: #8C1B08;
	text-decoration: none;

	border-style: none;
	border-width: 0px;
}

a:active
{
	color: #8C1B08;
	text-decoration: none;

	border-style: none;
	border-width: 0px;
}

a:hover
{
	color: #000000;
	text-decoration: none;

	border-style: none;
	border-width: 0px;
}

span.ausgabe
{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}

.float_right
{
	float: right;
}

.float_left
{
	float: left;
}
