body
{
	font-family: verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
}


p, td, table, th, textarea, input
{
	font-family: verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	/*line-height: 17px;*/
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

a:link, a:visited {
	color: #646466;
	text-decoration: none;
}

a:hover, a:active {
	color: #646466;
	text-decoration: underline;
}


#titelbild
{
	height: 291px;
	width: 950px;
}

#menu
{
	margin-left: 0px;
	float: left;
	height: 33px;
	width: 950px;
}
#inhalt
{
	background-color: #121214;
	float: left;
	height:auto;
	width: 950px;
}

#container
{
	position: absolute;
	top: 0px;
	left: 50%;
	height: 579px;
	width: 934px;
	margin-left: -475px;
	margin-top: 0px;
}

