@charset "utf-8";

body {
	background-image: url(Bilder/Hintergrund-14-E.gif);
	background-repeat: repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#site {
	position: fixed;
	bottom: 1em;
	right: 2em;
	opacity: 0.4;
	z-index: 5;
	font: 2em "American Typewriter", "Courier New", Courier, mono;
}

#navi {
	background-color: none;
	display: block;
	position: fixed;
	bottom: 10em;
	left: 1em;
	color: white;
	width: 8em;
	overflow: hidden;
}

#navi li {
	list-style-type: none;
	padding: .2em;
	margin: 0;
	color: #4d040e;
	list-style-position: outside;
	opacity: 1;
}

#navi a {
	color: #323634;
	text-decoration: none;
	padding: .1em;
	font-size: 11pt;
	font-weight: bold;
}

#navi a:hover {
	text-decoration: underline;
}

#inhalt {
	top: 4em;
	left: 20em;
	position: absolute;	
}

#inhalt .arbeiten {
	display: block;
	margin-bottom: 2em;
	z-index: 1;
	border: 2px solid #434946;
}

