#content h1 {
	margin: 0;
	font-weight: normal;
	font-size: 167%;
	line-height: 128%;
	color: #ff9431;
}

#content h2 {
	margin: 0 0 0.5em 0;
	font-weight: normal;
	font-size: 144%;
	line-height: 128%;
	color: black;
}

#content h3 {
	margin: 0 0 0.5em 0;
	font-weight: normal;
	font-size: 120%;
	line-height: 128%;
	color: black;
}

#content h4 {
	margin: 0 0 0.5em 0;
	font-weight: normal;
	font-size: 120%;
	line-height: 128%;
	color: #ff9431;
}

#slogan h1.slogan {
	margin: 0;
	font-weight: normal;
	font-size: 167%;
	line-height: 174%;
	color: #ff9431;
	display: inline;
	margin-right: 5px;
}

#slogan span {
	display: inline;
}

#content a {
	text-decoration: none;
	color: #ff9431;	
}

#content a:hover {
	text-decoration: none;
}

#content ul,
#content ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ul li {
	background-image: url(../images/aufzaehlung_navi.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 15px;
}


#content ol,
#content ol li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ol {
	padding-left: 35px;
}

#content ol li {
	background: none;
	list-style: decimal;
	padding: 0;
	margin: 0;
}

#content div.boxtop {
	background-color: #ff9431;	
	background-image: url(../images/boxtop.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: white;
}

#content div.box {
	border-left: 1px solid #ff9431;
	border-right: 1px solid #ff9431;
}

#content div.boxbottom {
	background-image: url(../images/boxbottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 10px;
}

/* iE6 Hack */
* html #content div.boxbottom {
	background-image: url(../images/boxbottom_iE6.jpg);
	margin-bottom: 1px;
	margin-top: -5px;
}