/* ----------------------------------
Allgemeine Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	margin-bottom: 30px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
}

.inhalt {
	width: 720px;
}
.balken {
	width: 720px;
	height: 23px;
	background-color: #BBBBBB;
}
.spacer {
	height: 45px;
}


/* ----------------------------------
Styles für Startseite */
.logo {
	padding-bottom: 110px;
}
td.startseite h1 {
	font-size: 30px;
	margin: 0 0 20px 0;
}
td.startseite h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 18px 0;
}
td.startseite p {
	font-size: 16px;
	line-height: 28px;
	margin: 21px 0 0 0;
}
.linkbalken_unten {
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-size: 12px;
	text-align: center;
}


/* ----------------------------------
Styles für Folgeseiten */
.folgeseite_head {
	margin-bottom: 52px;
}
.linkbalken_oben {
	border-bottom: 1px solid #BBBBBB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 12px;
	text-align: center;
}
.linkbalken_oben p {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #CC0000;
}
.linkbalken_oben p.adresse {
	font-size: 10px;
	margin-bottom: 11px;
	color: #999999;
}
.folgeseite_body {
	text-align: left;
	padding-bottom: 30px;
	border-bottom: 1px solid #BBBBBB;
}
.folgeseite_body h1 {
	font-size: 16px;
	color: #EE1030;
	margin-top: 0px;
	margin-bottom: 20px;
}
.folgeseite_body h2 {
	margin-top: 24px;
	margin-bottom: 11px;
	font-size: 15px;
}
.folgeseite_body h3 {
	margin-top: 7px;
	margin-bottom: 9px;
	font-size: 13px;
	color: #CC0000;
}
.folgeseite_body p {
	margin-top: 4px;
	margin-bottom: 7px;
	font-size: 12px;
}
.folgeseite_body ul {
	margin-top: 0px;
	margin-bottom: 18px;
}
.folgeseite_body li {
	font-size: 12px;
	margin-bottom: 7px;
}
.folgeseite_body a {
	text-decoration: underline;
}
.formularfeld {
	background-color: #FFEEEE;
	border: 1px solid #AAAAAA;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.folgeseite_body p.quelle {
	font-size: 11px;
	font-style: italic;
}