body {
	text-align: center;
	font-size: 14px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#seite {
	width: 850px;
	margin: 10px auto 20px;
}

#contain   {
	text-align: left;
	width: 100%
}

#werbebutton {
	float: right;
}

#navlist ul	{
	margin-bottom: 10px;
}

#navlist li	{
 	display: inline;
 	/* for IE5 and IE6 */
}

#navlist	{ 
	color: #000; 
	font-size: 14px; 
	background-color: transparent; 
	margin: 0; 
	padding: 0; 
	border-top: 1px solid #00008b; 
	border-right: 1px solid #00008b; 
	border-left: 1px solid #00008b; 
	width: 99.99%
}

#navlist a	{ 
	color: #000; 
	text-decoration: none; 
	background-color: transparent; 
	text-align: left; 
	padding-top: 0.5em; 
	padding-bottom: 0.5em; 
	padding-left: 0.25em; 
	border-bottom: 1px solid #00008b; 
	width: 99.99%; 
	display: block
}

#navlist a:hover   { 
	color: #fff; 
	background-color: #009
}

.einruecken { 
	padding-left: 1em 
}

a  { 
	color: #191970; 
	font-weight: bolder; 
	text-decoration: none
}

a:hover  { 
	color: #808080; 
	text-decoration: underline
}

.hervorgehoben {
	display: block;
	background-color: #cffefe;
}

