* {
	margin: 0;
	padding: 0;
	
}

body {
	font-family: "Century Gothic";
	font-size: 100%;
	line-height: 120%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}

#container {
	width: 800px;
	margin: 50px auto;
	text-align: left;
}

#header {
	text-align: center;
	height: 100px;
	line-height: 200%;
}

#navigation {
	height: 30px;
	font-weight: normal;
	text-align: center;
}

#navigation ul {
	list-style-type: decimal;
	text-align: center;
	text-decoration: none;
}

#navigation li {
	display: inline;
}

#navigation a {
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#navigation a:hover {
	text-decoration: underline;
}

#mainContent {
	background-image: url(../images/background.gif);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 5px 0px 0px 0px;
	text-align: justify;
}

#mainContent a {
	color: #000000;
	text-decoration: none;
}

#mainContent a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer {
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 10px;
	background-image: url(../images/trennlinie.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 200%;
}

#footer a {
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#footer a:hover {
	color: #5f55a9;
	text-decoration: none;
}
