body {
	background:url(../images/bg_body.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	margin:0;
	padding:0;
	height:100%;
	font:100.01% 	Verdana, Arial, sans-serif;
	color:			#541d6f;
}

hr{
	border-top:1px dashed #ae256c;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
}
img{
	border:0px;
}
/* __________________________________________________________________________ DIV´S */
#wrap{
	position:absolute;
	top:255px;
	left:0px;
	width:100%;
}
#content-wrap{
	width:100%;
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-y;
}
#navigation{
	float:left;
	background-image:url(../images/bg_navigation.gif);
	background-repeat:no-repeat;
	height:370px;
}
#navigation ul{
	padding-top:20px;
	margin-left:-20px;
}
#navigation ul li{
	font-size:0.8em;
	font-weight:bold;
	margin-top:8px;
	list-style:none;
	background-image:url(../images/list_point.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:15px;
}
	#navigation ul li ul{
		font-size:1.2em;
		padding-top:0px;
		margin-bottom:10px;
		margin-left:-30px;
	}
#navigation ul li a{
	text-decoration:none;
	color:#541d6f;
}
#navigation ul li a:hover{
	text-decoration:none;
	color:#ae256c;
}
#navigation .active a{
	color:#ae256c;
}
#content{
	width:570px;
	font-size:0.8em;
	padding:30px 0px 30px 230px;
	min-height:340px;
}
	#content ol li{
		margin-bottom:15px;
	}
	#content ol li ul{
		margin-top:10px;
		margin-bottom:10px;
	}
	#content ol li ul li{
		margin-bottom:5px;
	}
#footer {
	width:350px;
	text-align:center;
	font-size:0.7em;
	margin:10px 0px 20px 205px;
}


/* __________________________________________________________________________ ÜBERSCHRIFTEN */
h1{
	color:#541d6f;
	font-size:		2.0em;
	font-weight:	normal;
	margin:			10px 0px 5px 0px;
}
h2{
	color:#541d6f;
	font-size:		1.3em;
	font-weight:	normal;
	margin:			20px 0px 5px 0px;
}
h3{
	color:#541d6f;
	font-size:		1.0em;
	font-weight:	bold;
	margin:			20px 0px 5px 0px;
}
h4{
	color:#ae256c;
	font-size:		1.0em;
	font-weight:	bold;
	margin:			20px 0px 5px 0px;
}


/* __________________________________________________________________________ LINKS */

a:link, a:visited{
	color:#ae256c;
	text-decoration:underline;
}
a:hover, a:active{
	color:#ddb0c7;
}