body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.76em;
	background: #000000;
	color: #cccccc;
	text-align: center;
}

a {
	text-decoration: none;
}
a:link, a:visited {
	color:#888888;
}
a:link.aktiv, a:visited.aktiv {
	color:#ffffff;
}
a:hover, a:active {
	color:#ffffff;
}
/* - - - - - - - size, position, common - - - - - - - - - - - - */

#bild, #ruhetage, #simple, #navigation, #footer {
	width: 60em;
	margin: auto;
	text-align: left;
}
/* zum testen
	border: 1px solid #99ff00;
*/
#simple  {
	height: 480px;
}
#bild, #ruhetage  {
	height: auto;
}

/* - - - - - - - - - - - - - - - - - - - */

#bild, #ruhetage, #simple  {
	margin-top: 4em;
}
#navigation, #footer  {
	margin-top: 2em;
	padding: 0.2em;
	text-align: left;
}
#navigation div {
	float: left;
	clear: none;
	width: auto;
	max-width: 36em;
/* zum testen
	border: 1px solid #ff9900;
	display: inline;
*/
	margin: 0px 4em 4em 0px;
	padding: 0.2em;
}
#navigation div p {
	margin-top: 0px;
/* zum testen
	width: auto;
*/
}

#footer  {
	color: #666666;
	clear: both;
}
/*
	font-size: 0.75em;
*/
