/**
 * Style sheet basic
 */
.rechts
{
	position:absolute;
	right:5px;
}

.links
{
	position:relative;
	left:0px;
}

.fett
{
	font-weight:bold;
}

