body
{
	color: black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer 
{ 
width: 125px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navcontainer a
{
display: block;
padding: 9px;
width: 125px;
text-align: left;
border-bottom: 1px solid #eee;
}


#navcontainer a:link, #navlist a:visited
{
color: white;
text-decoration: none;
}

#navcontainer a:hover
{
color: yellow;
}


.inhalt{
background:white;
margin:5px;
padding:5px;
}

.Headline {
	font-size: 12pt;
	font-weight: bold;
}


.Details {font-size: 12px}


.Promo {
	font-size: 12px;
	color: #808080;
}

