body, html	{
	background-color: maroon;
	text-align: center;
	color: #F8C751;
	}
	
#Titelzeile {
	height: 125px;
	background-color: maroon;
	}

#Menue {
	float: left;
	width: 160px;
	padding-top: 4.5px;
	}

#Inhalt {
	float: left;
	width: 700px;
	background-color: maroon;
	padding-top: 2.5px;
	}

a:link	{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #F8C751;
	text-decoration: none;
	}

a:visited	{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #F8C751;
	text-decoration: none;
	}

a:focus	{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #F8C751;
	text-decoration: none;
	}
	
a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #F8C751;
	text-decoration: underline;
	}

a:active	{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #F8C751;
	text-decoration: underline;
	}

h1 	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #F8C751;
	color: maroon;
	text-indent: 0em; 
	}

p 	{
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: justify;
	line-height: 120%;
	}

li 	{
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: justify;
	line-height: 120%;
	}

.tabelle{
	display: table; border: 1px solid;
	}

.zeile	{
	display: table-row
	}

.zelle	{
	display: table-cell; padding: 10px; border: 1px solid;
	}

.menue 	{
	line-height: 75%;
	}

.zentriert {
	text-align: center;
	}
	
.rechts {
	text-align: right;
	}

.links {
	text-align: left;
	}