*
{
margin: 0;
padding: 0;
	height: auto;
}

body
{
position: relative;
height: auto;
font: 10pt Helvetica, Verdana, Arial, sans-serif;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bgindex.jpg) no-repeat center top;
}

#content {
	height: 760px;
	width: 800px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#signatur {
	width: 478px;
	height: 330px;
	left: 360px;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
}

#category {
	text-align: center;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#category li {
	list-style-type: none;
	margin-bottom: 15px;
}

#category a {
	color: maroon;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
}

#category a:hover {
	color: #357203;
}

#category a:visited {
	color: gray;
}



#navi
{
width: 400px;
	font-size: 11px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	display: inline;
}

#navi ul
{
list-style-type: none;
display: block;
	width: 410px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#navi li
{
font-family: Helvetica, Verdana, Arial, sans-serif;
line-height: 1.3em;
	display: inline;
	text-align: center;
	padding-left: 27px;
	padding-right: 27px;
}

#navi a
{
color: #99282a;
text-decoration: none;
	font-weight: bold;
}

#navi a:hover
{
color: #333f0e;
	font-weight: bold;
}