body {
	font-family: arial, verdana;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: left;
}

table, tr, td, p, div {
	font-family: arial, verdana;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

/* Auflistung Religion */
.Katholisch {
	background-color: #c4e486;
}
.Evangelisch{
	background-color: #c4ced4;
}
.Sonstiges, .Andere {
	background-color: #ecbec7;
}

img {
	border: 0px;
}

label {
	font-size: 12px;
	color: #1b1b1b;
}

h1 {
	font-size: 14px;
	color: #486b7b;
	font-weight: bold;
}

a, a:visited {
	color: #486b7b;
	font-weight: bold;
}

a:hover {
	color: #486b7b;
	text-decoration: none;
	font-weight: bold;
}