/* CSS Document */

body {
	font-size: 0.9em;
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	background: #FFFFFF;
	background-image: url(../images/body.jpg);
	background-position: top center;
	padding: 0px;
	background-repeat: no-repeat;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 1040px;
	height: auto;
	/*background-image: url(../content.png);
	background-position: center bottom;
	background-repeat: no-repeat;*/

}

/*#navi {
	width: 200px;
	height: auto;
	padding: 0px;
	float: left;
	margin-top: 108px;
}

#navi a {
}

#navi a:link, a:active, a:visited{
	text-decoration: none;
	color: #000033;
}

#navi a:hover {
	text-decoration: none;
}

#navi li {
	padding: 3px;
	}

#navi ul {
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 0px;
}

#navi .info {
	font-size: 0.8em;
	padding-right: 5px;
}*/

#content {
	width: 1040px;
	float: left;
	height: auto;
	margin-top: 120px;
	padding: 12px;
	text-align: center;
}

/*#slideshow {
	float: right;
	width: 430px;
	height: auto;
	margin-top: 200px;
}*/

#fuss {
	clear: both;
	width: 1040px;
	height: 30px;
	float: none;
	font-size: 0.75em;
	color: #333333;
	text-align: center;
}

h1 {
	color: #000033;
	text-shadow: 2px 4px 3px #CCC;
}

h2 {
	color: #333333;
	font-family: 'Damion', arial, serif;
}

.blau {
	color: #000033;
}

.grau {
	color: #666666;
}

a:link, a:active, a:visited {
	color: #0000033;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}