/* CSS Document */
body{
	padding: 0;
	margin: 0;
	background-image:url(bilder/bg.jpg);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #434343;
}

#wrapper{
	background-repeat:repeat-y;
	background-color:#DCDCDC;
	width: 990px;
	text-align: left;
	right: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.Textklein {
	font-size: 10px;
}

.verlinkung{
	font-size: 14px;
	color: #007FC8;
	text-decoration: underline;
}
.newscopy{
	font-size: 12px;
	color: #ffffff;
}
.newshead{
	font-size: 14px;
	color: #434343;
	font-weight: bold;
}
.covercopy{
	font-size: 10px;
	color: #434343;
}
.coverhead{
	font-size: 14px;
	color: #434343;
	font-weight: bold;
}