body {
	background-color: lightyellow;
	text-align: left;
  font-size: 100%;
}
#webseite {
	width: 1100px;
	margin: 0 auto;
}
#header {
	width: 1100px;
	height: 80px;
	background: CornflowerBlue;
	border-radius: 5px;
}
#header h1 {
	padding-top: 20px;
	font-size: 2em;
	font-weight: bold;
	color: white;
	font-family: Helvetica;
	text-align: center;
}
#main {
	width: 1100px;	
}
nav {
	padding-top: 8px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 0.875em;
}
#menue {
	float: left;
	width: 200px;
	background: lightblue;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	font-size: 0.875em;
	font-family: Helvetica;
}
.clink {
	color: black;
	text-decoration: none;
}
.clink:hover {
	color: red;
	font-style: italic;
}
#inhalt {
	float: right;
	width: 890px;
	background: lightyellow;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	font-size: 0.875em;
	font-family: Helvetica;
}
#inhalt h2 {
	padding-top: 0px;
	font-size: 1.125em;
	font-weight: bold;
	font-family: Helvetica;
	text-align: left;
}
#inhalt2 {
	float: left;
	width: 1100px;
	background: lightyellow;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	font-size: 0.875em;
	font-family: Helvetica;
}
#inhalt2 h2 {
	padding-top: 0px;
	font-size: 1.125em;
	font-weight: bold;
	font-family: Helvetica;
	text-align: left;
}
#inhalt2 h4 {
	padding-top: 0px;
	font-size: 1em;
	font-weight: bold;
	font-family: Helvetica;
	text-align: left;
}
#tab2 {
	/*	Layout der üblichen Seiten */
	margin-left: 40px;
/*	width: 1160px; */
	text-align: left;
	border: 0;
	font-family: Helvetica;
}
#tab2 th {
  background-color: CornflowerBlue;
  color: white;
	font-size: 1em;
	vertical-align: top;
	padding:4px;
}
#tab2 td {
	vertical-align: top;
	font-size: 1em;
	padding:4px;
}
#tab2 tr:nth-child(even) {
	background: Gainsboro; 
}
#tab2 tr:nth-child(odd) {
	background: White;
}
#footer {
	width: 1100px;
	height: 30px;
	background: lightgreen;
	margin-top: 10px;
	border-radius: 5px;
	clear: both;	
}
#footer p {
	text-align: center;
	padding-top: 5px;
	word-spacing: 30px;
	font-size: 0.875em;
	font-family: Helvetica;
}