*
{
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
#footer
{
	background-image:url(./bg.png);
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:50px;
}
#navigation
{
	position:absolute;
	top:16px;
	left:50%;
	margin-left:115px;
	font-family:Arial,Helvetica;
	font-weight:bold;
	font-size:15px;
}
#navigation a
{
	text-decoration:none;
	color:white;
	margin-right:50px;
}
#logo
{
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-400px;
	background-image:url(logo.png);
	width:800px;
	cursor:pointer;
	height:124px;
	text-decoration:none;
}
#zange
{
	position:absolute;
	bottom:50px;
	left:0;
	background-image:url(zange.png);
	width:466px;
	height:280px;
}
#content
{
	position:absolute;
	left:50%;
	margin-left:115px;
	bottom:0;
	height:380px;
}
#content h2
{
	color:#575656;
	font-family:Arial, Helvetica;
	font-size:30px;
	font-weight:bold;
}
#content td
{
	color:#575656;
	font-family:Arial, Helvetica;
	font-size:18px;
}
#content td a
{
	color:#575656;
}
#impressum
{
	position:absolute;
	left:50%;
	right:0;
	margin-left:115px;
	bottom:50px;
	height:380px;
	overflow:auto;
}
#container h1
{
	font-size:26px;
	font-weight:bold;
}
#container h2
{
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
}
#container strong
{
	font-weight:bold;
}
#container p
{
	margin-bottom:12px;
}
#container td p
{
	margin-bottom:0;
}
#container table
{
	margin-left:-3px;
}
#container
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:15px;
	color:#575656;
	font-family:Arial, Helvetica;
	font-size:12px;
	text-align:justify;
}
.bigscreen
{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-512px;
	margin-top:-330px;
	width:1024px;
	height:660px;
	background-color:white;
	border: 1px solid #575656;
}