html, body {
    background-color: #FFFFFF;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0;
}

#head {
	background: url('./bg.png') repeat-x left top;
	width: 100%;
	height: 82px;
	margin-top: 50px;
}

#logo {
    background: url('./logo.png') no-repeat left top;
	width: 264px;
	height: 82px;
	margin-left: auto;
	margin-right: auto;
}

#text {
    margin-left: 20%;
	margin-right: 20%;
}

#text-ref {
	margin-top: 50px;
	margin-left: 20%;
	margin-right: 20%;
	color: #777777;
	font-size: 9pt;
}

a:link, a:active, a:visited {
    color: #777777;
	text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.spalte {
    float: left;
	width: 49%;
}

#clear {
    clear: left;
}


