body {
/*	background: url(../images/backgrounds/body.png) 0 0 repeat-x; */
	background-color: #ddd;
}

div#wrapper {
	width: 768px;
	height: 512px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5px;
}

div#header {
	height: 192px;
	width: 100%;
}

div#content {
	height: 128px;
	width: 100%;
	text-align: center;
}

div#impressum {
	height: 256px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

div#footer {
	height: 30px;
	width: 100%;
	margin-top: 20px;
}

p.foot {
	position: relative;
	float: center;
	font-family: sans-serif;
	font-size: 12px;
	text-align: center;
	color: #666;
}

a {
	text-decoration: none;
	color: #666;
}
 
a:hover	{
	text-decoration: underline;
}
 
a:active {
	border: none;
}

