* {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #CCCCCC;
}
#inhalt {
	width: 943px;
	margin: auto;
}
#headbar {
	height: 130px;
	background-repeat: no-repeat;
	background-position: left top;
}
#headbar p {
	color: #FFFFFF;
	padding: 59px 0 0 295px;
}
#headbar p span {
	padding: 0 0 0 10px;
}

#nav {
	float: left;
	width: 142px;
	height: 578px;
	background-color: #3C3C3E;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav ul {
	list-style-type: none;
	margin: 14px 0 0 0;
}	
#nav ul li {
	width: 132px;
	height: 20px;
	text-align: right;
}
#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#subnav {
	float: left;
	width: 141px;
	height: 559px;
	padding: 19px 0 0 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content {
	float: left;
	width: 660px;
	height: 578px;
	background-repeat: no-repeat;
	background-position: left top;
}
