/**
 * Style sheet zweispalten
 */
.links
{
	background:#333333;
	 left:0;
	 position:absolute;
	 top:0;
	 width:25%
}

.rechts
{
	background:#666666;
	 border-left:1px solid #ccc;
	 border-bottom:1px solid #ccc;
	 margin:0 0 0 25%
}
