body {
	margin-top: 0;
	color: black;
	background-color: white;
	font-family: sans-serif;
	text-align: center;
}

/*
a, a:link
{
	color: #7f9f43;
	background-color: white;
	text-decoration: none;
}

a:visited
{
	color: #949f7f;
	background-color: white;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
*/

img { border-width: 0; }
.hidden { display: none; }

div.titel {
	color: black;
	background-color: yellow;
	width: 800px;
	height: 150px;
	margin: 0 auto;
}

h1.titel {
	margin: 0;
	padding: 0;
}

div.menu {
	width: 800px;
	margin: 1em auto 0 auto;
	display: table;
	border-collapse: collapse;
}

.menuitem {
	width: 20%;
	text-align: center;
	vertical-align: middle;
	border-style: solid solid none solid;
	border-width: 1px;
	display: table-cell;
	text-decoration: none;
	padding: 5px 20px;
}

.menuitem:link, .menuitem:visited, menuitem:hover {
	color: #666600;
	background-color: #eeeeee;
	border-color: #dddddd;
}

div.inhalt {
	width: 700px;
	margin: 0 auto 1em auto;
	text-align: left;
	padding: 1em 50px;
	border-color: yellow;
	border-style: solid;
	border-width: 1px;
}

.footer {
	color: black;
	background-color: white;
	font-size: 0.5em;
}

address { font-family: monospace; }
