/**
 * Style sheet thmoModule
 */
body
{
	margin:0;
	background-color:#Fecc97;
}

#kopf
{
	width:100%;
	height:48px;
	left:0px;
	top:34px;
	position:absolute;
	margin:0;
	text-align:center;
}

h1.kopf
{
	margin:6px 0px 0px 0px;
	font-variant:small-caps;
	font-size:36px;
	color:#cc6633;
	line-height:36px;
}

#schwarzesband
{
	width:100%;
	height:16px;
	top:82px;
	position:absolute;
	text-align:center;
	border-bottom:1px solid #333333;
	font-family:Georgia, serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
}

#maeander
{
	width:100%;
	height:32px;
	top:0px;
	position:absolute;
	padding-bottom:2px;
	background-image:url("maeander.gif");
	background-position:center center;
	background-repeat:repeat-x;
}

#main
{
	padding:0px 16px;
}

#copyright
{
	width:100%;
	height:16px;
	margin-top:16px;
	text-align:center;
	border-top:1px solid #333333;
	border-right:0px solid #333333;
	border-bottom:0px solid #333333;
	border-left:0px solid #333333;
	font-family:Georgia, serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
}

#fuss
{
	width:100%;
	height:32px;
	padding-bottom:2px;
	text-align:center;
	background-image:url("maeander.gif");
	background-position:center center;
	background-repeat:repeat-x;
}
