* {
	margin: 0;
	padding: 0;
	}
p {
	margin: 0 0 16px 0;
	}
body {
	color: #58585a;
	font-size: 12px;
	line-height: 16px;
	font-family: arial, helvetica, sans-serif;
	background-color: #fff;
	background-image:url(img/halbkreisbody.gif);
	background-position: bottom left;
	background-attachment:fixed;
	background-repeat: no-repeat;
	}
h2 {
	font-size: 12px;
	margin: 0 0 16px 0;
	}
a {
	color: #c54623;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
#logo {
	height: 110px;
	width: 276px;
	margin: 32px 0 0 140px;
	}
#halbkreis {
	height: 30px;
	width: 60px;
	position: fixed;
	bottom: 0px;
	left: 140px;
	display: none;
	}
#m3-abc {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px;
	height: 240px;
	}
	#m3-abc img {
		margin: 0 0 32px 0;
		}
#navigation {
	display: block;
	width: 200px;
	position: absolute;
	top: 206px;
	left: 0;
	list-style: none;
	}
	
	#navigation li {
		padding: 0 0 0 32px;
		height: 24px;
		line-height: 24px;
		}
	
	#navigation li.aktiv {
	background-image:url(img/navigation.gif);
	background-repeat: no-repeat;
	background-position: center left;
		}
		#navigation li.aktiv a {
			text-decoration: none;
			font-weight: bold;
			}
#inhalt {
	width: 400px;
	padding: 32px 0 0 0;
	margin: 0 0 0 210px;
	}
