.wasserzeichen {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(design/wasserzeichen.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
}
.marmor {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(design/marmor_gruen.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.randhintergrund {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(design/rand_hintergrund.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.hintergrund {
	background-attachment: fixed;
	background-color: #44CC29;
	background-image: url(design/hintergrund.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #44CC29;
}
.wasserzeichen_kontakt {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(design/wasserzeichen.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bold_weiss {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
