@CHARSET "utf-8";
/* CSS-Styles */

html,body {
	margin:0px;
	padding:0px;
}

body {
	background-color:#565656;
	font-family: Verdana,Helvetica,Sans-Serif;
	font-size: 80%;
	color: white;
}

#page {
	margin: 0 auto;
	width:978px;
	text-align:center;
}

#header {
	background:#565656 url(/img/header.jpg) no-repeat top right;
	width:978px;
	height:200px;
}

#header .headline {
	float:right;
	margin-right:25px;
	margin-top: 130px;
	font-size: 1.2em;
	font-weight:bold;
	color:white;
}

#content {
	clear:both;
	background:#969696;
	padding: 10px;
}

#content p {
	text-align:left;
}

#content .weiter {
	float:right;
}

#content .weiter a {
	text-decoration:underline;
	font-size:1.3em;
	font-weight:bolder;
	color:white;
}

#content .weiter a:hover {
	text-decoration:none;
	color:#000;
}

#content .zurueck {
	float:left;
}

#content .zurueck a {
	text-decoration:underline;
	font-size:1.3em;
	font-weight:bolder;
	color:white;
}

#content .zurueck a:hover {
	text-decoration:none;
	color:#000;
}

#content .pages {
	clear:both;
	text-align:center;
	margin: 10px 0px;
}

#content .pages a {
	text-decoration:underline;
	font-size:0.9em;
	font-weight:bold;
	color:white;
}

#content .pages a:hover {
	text-decoration:none;
	color:#000;
}

#footer {
    text-align:center;
    font-size:0.8em;
    color:#fff;
}

#footer a {
    text-decoration:underline;
    color:#fff;
}
#footer a:hover {
    text-decoration:none;
}
