/**
 * Style sheet downloads
 */
div#main-top
{
	width:100%;
	background-color:#fff;
	min-height: 60px;
}

div#main-spalte-links
{
	width:50%;
	float:left;
	padding-right:15px;
	background-color:#fff;
}

div#main-spalte-links p
{
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
	font-weight:normal;
}

div#main-spalte-rechts
{
	width:20%;
	margin-left:45%;
}

div#main-spalte-rechts p
{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}

