body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	font-weight: bold;
	line-height:13px;
}
a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #E2B800;
}
h1 {
	font-size: 12px;
	color: #000000;
}



#container {
	position: absolute;
	width: 955px;
	height: 600px;	
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -320px;
}

#navigation {
	position: absolute;
	width: 320px;
	height: 380px;
	top: 130px;
}
#language {
	position: absolute;
	width: 150px;
	left: 360px;
	top: 85px;
}
#content {
	position: absolute;
	width: 590px;
	left: 360px;
	top: 135px;
}
#logo {
	position: absolute;
	height: 100px;
	width: 200px;
	top: 10px;
}

#subnav_cases {
	position: absolute;
	top: 250px;
	height: 20px;
	width: 250px;
}

#subnav_fragen {
	position: absolute;
	top: 440px;
	height: 20px;
	width: 250px;
}
#footer {
	position: absolute;
	width: 955px;
	top: 610px;
	left: 0px;
}

