body
{
    text-align: center;
    font-size: 13px;
    font-family: Arial;
    background-color: #E0E0E0;
}
#root
{
	width: 982px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #843046;
	border: 1px solid #FFFFFF;
}
#root img
{
	border: 0px;
	display: block;
}
#head
{
	height: 100px;
	width: 982px;
	background-image: url(images/verlauf_1px.jpg);
	background-repeat: repeat-x;
	border-bottom: 2px solid #cacaca;
}
#content
{
	min-height: 360px;
}
#navi
{
	float: left;
	width: 120px;
	color: #FFFFFF;
}
#navi a
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#navi a:hover
{
	font-weight: bold;
	color: #E0E0E0;
	text-decoration: none;
}
#navi ul
{
	list-style-type: none;
	/*list-style-image: url(images/pfeil.jpg);*/
	list-style-position: inside;
	font-variant: small-caps;
	padding: 0px;
	margin-left: 10px;
	margin-top: 20px;
}
#navi li
{
	padding-bottom: 10px;
}
#content_main
{
	float: right;
	min-height: 309px;
	width: 775px;
	margin-top: 21px;
	margin-right: 21px;
	margin-bottom: 21px;
	background-color: #FFFFFF;
	padding: 30px;
}
#content_main a
{
    color: #0000FF;
    text-decoration: underline;
}
#content_main a:hover
{
    color: #9900FF;
}
#content_main h1
{
	font-size: 16px;
	text-decoration: bold;
	color: #843046;
}
#content_main h2
{
	font-size: 14px;
	text-decoration: bold;
}
#content_main h3
{
	font-size: 14px;
	
}
#footer
{
	height: auto;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #cacaca;
	color: #FFFFFF;
	clear: both;
}
#footer a
{
	color: #FFFFFF;
}
#footer a:hover
{
    color: #E0E0E0;
}

