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

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

#content p.red,
#content span.red {
	color: #c22930;
}

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

#content ul,
#content li {
	margin: 0;
	padding: 0;
}

#content ul {
	padding-left: 18px;
}

#content div.boxtop {
	font-size: 93%;
	line-height: 146.5%; 
	background-color: #c22930;	
	background-image: url(../images/boxtop.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: white;
}

#content div.box {
	font-size: 93%;
	line-height: 146.5%; 	
	border-left: 1px solid #c22930;
	border-right: 1px solid #c22930;
}

#content div.boxbottom {
	font-size: 93%;
	line-height: 146.5%; 	
	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;
}