* {
	padding: 0;
	margin: 0;
}

img.bg {
	/* Hintergrund fuellen */
	min-height: 100%;
	min-width: 1024px;

	/* Skalieren */
	width: 100%;
	height: auto;

	/* feste Positionierung */
	position: fixed;
	top: 0;
	left: 0;
}

#content {
	/* Der Inhalt liegt auf dem Hintergrundbild */
	position: relative;
	font-family: Avenir Light, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 16pt;
	color: #fff;
	letter-spacing: 0.05em;
}
#content h1 {
	position: relative;
	margin-bottom: 20px;
	top: 80px;
	left: 40px;
	width: 500px;
	font-size: 30pt;
	letter-spacing: 0.08em;
	word-spacing: 0.1em;
	font-weight: lighter;
	color: #435e63;
}

#content p {
	position: relative;
	margin-bottom: 20px;
	top: 80px;
	left: 40px;
	width: 450px;
	font-size: 14pt;
	line-height: 26pt;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
	color: #435e63;
}
#content #aktuell {
	position: fixed;
	height: 200px;
	width: 300px;
	bottom: 40px;
	background: url(../aktuell/venice_faust.jpg) 0 0 no-repeat;

}
#content #aktuell p {
	width: 260px;
	font-size: 14pt;
	line-height: 18pt;
	letter-spacing: 0.05em;
	word-spacing: 0.1em;
	margin-top: 60px;
	color: #fff;
}
#content #aktuell a {
	font-size: 11pt;
	
}


#content #menu {
	position: fixed;
	height: 40px;
	width: 100%;
	bottom: 0px;
	background-color: #435e63;
}
#content .hellgrau {
	color: #839ea8;
	text-align: left;
}
#content #menu ul {
	margin: 10px 0px 0px 40px;
}

#content ul li {
	list-style: none;
		display: inline;

}

#content ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #839ea8;
}

#content ul li a:hover {
	color: #fff;
}

body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 0;
	padding: 20px 0 0 0;
}
