/* ############################################################
	FARBEN
###############################################################

	hellblau:	#0385B6
	blau:		#026288
	orange:		#FF8500
	rot:		#C41200

###############################################################
	HINTEGRUND	oben | rechts | unten | links
############################################################ */

body {
	background-color: #C41200;
	background-image:   url(../images/background/blume_2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 99px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
}

/*###############################################################
	ALLGEMEIN	oben | rechts | unten | links
############################################################ */

p {
	margin: 0 0 15px 0;
}

a:active { color: #FFFFFF; text-decoration: underline; }
a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: underline; }

.logo {
	text-align: right;
	margin-left: 440px;
	margin-top: 229px;
	position: absolute;
	width: 270px;
}

.Logo_Jubilaeum {
	text-align: right;
	margin-left: 440px;
	margin-top: 399px;
	position: absolute;
	width: 270px;
}

.titel {
	text-align: right;
	margin-left: 637px;
	margin-top: 29px;
	position: absolute;
	width: 74px;
}

.adressblock {
	text-align: right;
	margin-left: 550px;
	margin-top: 330px;
	position: absolute;
	width: 160px;
}

.hinweis {
	margin-left: 74px;
	margin-top: 270px;
	position: absolute;
	width: 215px;
	height: 35px;
}