
body
{
	background:#fff url(images/back.jpg) repeat-y top center;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#131313;

}

#center
{
	width:792px;
	height:100%;
	margin:0px auto;
	
}
#header
{
	height:167px;
	width:792px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
#navi
{
	width:792px;
	height:30px;
	background-color:#7a6698;
	padding-top:10px;
	}
#content
{
	width:792px;
	height:100%;
	margin-left:20px;
	margin-top:20px;
}
#links
{
	width:45%;
	float:left;
}
#rechts
{
	width:43%;
	margin-right:10px;
	float:right;
	margin-right:30px;
}

ul
{
	display:inline;
	color:#fff;
	font-size:14px;
	margin-left:320px;
	padding-left:0px;

}

li
{
	display:inline;
	color:#000;
}
a
{
	text-decoration:underline;
	color:#000;
}
a:hover
{
	text-decoration:underline;
	color:#000;
}

a img
{
	border:0;
}

