body {
	font-family: times,serif;
	font-size: 13px;
	color: #818141;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #ffffff url(../images/system/bg-body.gif) repeat-y center;
}

#header {
	height: 220px;
	width: 1024px;
	margin: 0 auto 0 auto;
}

#logo {
	float: left;
	width: 220px;
	height: 220px;
	margin: 0 0 0 97px;
}

#nav {
	float: left;
	width: 700px;
	padding-top: 160px;
}

#nav ul {
	list-style-type: none;
	float: left;
	margin:  0 0 0 0;
}

#nav ul li {
	float: left;
	margin: 0 5px 0 0;
	font-size: 14px;
}

#nav ul a {
	text-decoration: none;
	font-weight: bold;
	color: #818141;
		
}

#nav ul a:hover 
{
	color: #d16d21;
}

#nav ul a.aktiv, #nav2 ul a.aktiv 
{
	color: #d16d21;
	text-decoration: underline;
}

#nav ul.subnav {
	padding-top: 10px;	 }

#nav ul.subnav li {
	font-size: 13px;	 }

/* Ende Navigation */

#main {
	width: 100%;
	height: 330px;
	background: #cdcba9 url(../images/system/bg-main.gif) repeat-x center;
}

#frame {
	clear: both;
	height: 330px;
	width: 1024px;
	margin: 0 auto 0 auto;
}

#left {
	float: left;
	width: 220px;
	height: 330px;
	margin: 0 0 0 97px;
	background: url(../images/system/bg-left.gif) no-repeat top;
}

/* Inhalte */

#content {
	float: left;	
	width: 330px;
	height: 187px;
	margin: 20px 0 0 40px;
	padding: 65px 10px 20px 10px;
}

#content h1 {
	display: none;
}

#content ul {
	list-style-image: url(../images/content/arrow.gif);
}

#content ul li {
	line-height: 15px;
	padding: 0 0 5px 0;	
}

#content p {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 25px;
	margin: 8px 0 0 0;	 }

#content a {
	font-weight: bold;
	color: #818141;
}

#content a:hover {
	color: #d16d21;	
}

/* Ende Inhalte */

#moodimage {
	float: left;
	width: 313px;
	height: 272px;
	margin: 20px 0 0 0;
}

#footer {
	height: 220px;
	width: 1024px;
	margin: 0 auto 0 auto;
}

#nav2 {
	float: right;
	width: 700px;
	height: 120px;
}

#nav2 ul {
	list-style-type: none;
	float: left;
}

#nav2 ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0 5px 0 0;
	font-size: 12px;
}

#nav2 ul a {
	text-decoration: none;
	color: #818141;
	font-weight: bold;
		
}

#nav2 ul a:hover {
 color: #d16d21;
}

br.clear {
	clear: both;
	}