body
{
	margin: 0;
	padding: 12px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}

#main
{
	border-color: #09F;
	border-width: 1px;
	border-style: solid;
	width: 800px;
	text-align: left;
	margin: 0px auto;
}

#content
{
	height: 338px;
}

#content h1 span
{
		color: #C00;
}

#logoImgKopf
{
	display: block;
}

#logoImgFuss
{
/*	display: block;*/
/*	position: absolute;*/
/*	bottom: 0px;*/
}

#meta
{
	padding: 14px 14px 0px 14px;
	margin: 0px 0px 4px 0px;
}

#meta div
{
	float: right;
}

#meta img
{
	vertical-align: middle;
	display: block;
}

a
{
	color: #999;
	text-decoration: none;
	font-size: 12px;
}

a:hover
{
	color: #09F;
	text-decoration: underline;
}

#meta div a.aktiv
{
	color: #09F;
}

.clearAll { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }