/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../bilder/seite_bg.jpg);
	background-repeat: repeat-x;
	background-color:#F6f6f6;
}
.wolkeLinks {
	background-image: url(../bilder/wolke-links.jpg);
	background-repeat: repeat-x;
	background-position: right center;
}
.wolkeRechts {

	background-image: url(../bilder/wolke-rechts.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.textRot {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
}
.textBlau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
.textNew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

