body		{
	font-family: Arial;
	background-color: #FFF;
	width: 1024px;
	min-width: 1024px;
	margin: auto;
	background-color: #00ccff;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
}
#news		{
	position: absolute;
	top: 25%;
	left: 0;
	width: 350px;
}
#cNews		{
	border: 1px solid #000;
	background-color: #ffffff;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	padding-left: 10px;
}
#box		{
	background-color: #ffffff;
	min-height: 600px;
	border: 1px solid #000;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomright: 30px;
}
#menu		{
	width: 1000px;
	min-width: 1000px;
	text-align: center;
}
#mContent	{
	text-align: center;
	width: 1000px;
	text-align: center;
}
.mMenu			{
	font-size: medium;
	text-decoration: none;
	margin-right: 10px;
	color: blue;
}
.mMenu:hover	{
	font-size: medium;
	text-decoration: none;
	margin-right: 10px;
	color: red;
}
#content	{
	width: 1024px;
}
.cHead		{
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	padding-left: 20px;
	font-size: large;
	background-image: url(../images/hback.gif);
	background-repeat: no-repeat;
	width: 600px;
	min-width: 600px;
	color: white;
}
#cText		{
	padding-top: 10px;
	padding-left: 10px;
	font-size: medium;
}
.footer		{
	font-size: small;
}
#zusatz		{
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Text Config */
h2	{
	color: #cc0000;
	background-color: #ffff00;
	font-family: Comic Sans MS;
	font-size: large;
	display: inline;
}
.hl	{
	background-color: #ffff33;
	color: #ff0000;
}