body {
	margin: 0px;
	padding: 0px;
	background-color: #FDC848;
	font-size: 83%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#top {
	background-color: #D1D1D1; /*	border-bottom: 1px dashed #808080;*/
}

#top h1 {
	/*color: #336699;*/
	line-height: 1.5em;
	word-spacing: 0em;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0.5em;
	text-align: center;
}

#container {
	background-color: #FFFFFF;
	border: 1px dashed #D1D1D1;
	/*color: #336699;*/
	line-height: 150%;
	margin: 5px auto;
	width: 650px;
}

#content {
	/*border-left: 1px dashed Gray;*/
	/*margin-left: 13em;*/ 
	/*max-width: 36em;*/
	padding: 1em;
	border-top: 1px dashed #D1D1D1;
	/*border-bottom: 1px dashed Gray;*/
	/*background: transparent url(images/whiteback.png) repeat;*/
}
p {
	line-height: 1.5em;
	word-spacing: 0em;
	letter-spacing: 0.1em;
}
#content h2 {
	/*margin-left: -0.5em;*/ /*margin: 0 0 .5em 0;*/
	border-bottom: thin solid #FF4500;
	padding-bottom: 1px;
}
#content h3 {
	/*margin-left: -0.5em;*/ /*margin: 0 0 .5em 0;*/
	border-bottom: thin dashed #FF4500;
	padding-bottom: 1px;
}
.navcontainer {
	background-color: #D1D1D1;
	text-align: center;
}
.navcontainer a {
	text-decoration: none;
}
 #navlist ul
{
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	padding: 3px 10px;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #0075E3;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
.hoch {
	vertical-align: super;
}
.fett {
	font-weight: bold;
}