body, td {color: black; font-family:Arial, Verdana, Helvetica, sans-serif; font-size: 13px}
body {background-color: rgb(240, 240, 190); text-align: justify}
td {vertical-align: top}
h1 {color: red; font-size: 2em; font-weight: bold; text-align: center}
h2 {color: red; font-size: 1.8em; font-weight: bold; text-align: center}
h3 {font-size: 1.5em; font-weight: bold; text-align: center}
h4 {font-size: 1.2em; font-weight: bold}
h5 {font-size: 1em; text-align: center; text-decoration:underline}
A.black {color: black}

A.menulink {
	display: block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	color: black;
	background-color: red;
	border-style: solid;
	border-width: 2px;
	border-color: maroon;
 }
A.menulink:hover {
	color: silver;
	background-color: black;
	border-color: gray;
 }

A.menutitle {
	display: block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFD700;
	background-color: red;
	border-style: solid;
	border-width: 2px;
	border-color: maroon;
 }
A.menutitle:hover {
	color: green;
	background-color: black;
	border-color: green;
 }

A.menulink2 {
	display: block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	font-style: italic;
	color: brown;
	background-color: red;
	border-style: solid;
	border-width: 2px;
	border-color: maroon;
 }
A.menulink2:hover {
	color: silver;
	background-color: black;
	border-color: gray;
 }

A.menutitle2 {
	display: block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #FFA500;
	background-color: red;
	border-style: solid;
	border-width: 2px;
	border-color: maroon;
 }
A.menutitle2:hover {
	color: green;
	background-color: black;
	border-color: green;
 }

#menu {
 position: absolute;
 top: 40px;
 width: 180px;
 }

#inhalt {
 position: absolute;
 left: 200px;
 right: 20px;
 top: 5px;
 max-width: 1050px;
 }