#logo {
	margin-left: 20px;
	margin-top: 50px;
}
#content {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 60%;
}
#menue {
	float: right;
}
#background {
background: url(file:///C|/Dokumente und Einstellungen/Alex/Eigene Dateien/Aufträge/Eigene/Webpage/background.png) no-repeat;
	bottom: 0px;
	left: 0px;
	z-index: -1;
	position: fixed;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a:link {
	text-decoration:none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:focus {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

