body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width: 1000px;
	/*background-color: #D7F2F9; hellblau-türkiser Hintergrund*/
	background-color: #ffffff;
	color: #404040;
	font-size: 11pt;
	font-family: Century Gothic,Arial,Helvetia,sans-serif;
	overflow: visible;
}
a { font-weight: bold; color: #0779C9; text-decoration: none; }
a:link, a:visited { color: #0779C9; }
a:hover, a:active, a:focus { color: #C836CA; text-decoration: underline; }
img {
    border: none;
}
/************** LAYOUT - START ********************/
#borderDiv {
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0px 0px 0px -500px;
	padding: 0px;
	border: 1px solid #0779C9;
	width: 1000px;
	height: 860px;
	overflow: hidden;
}
#bgTable {
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -500px;
	padding: 0px;
	z-index: -5;
}
#headerTable {
	width: 1000px;
	height: 121px;
	padding: 0px;
	margin-bottom: 15px;
}
#logoTd {
	padding: 2px 0px 0px 2px;
	width: 158px;
	text-align: left;
	vertical-align: middle;
}
#menuTd {
	text-align: left;
	vertical-align: bottom;
	padding: 0px 0px 0px 2px;
	width: 840px;
}
#headerTitleDiv {
	position: absolute;
	display: block;
	text-align: center;
	top: 40px;
	width: 1000px;
	z-index: 5;
}
#contentDiv {
	padding: 0px;
	height: 650px;
	width: 999px;
	text-align: left;
}
#contentTitleDiv {
	padding: 0px;
	width: 1000px;
}
#contentFooterDiv {
	padding: 25px 0px 5px 0px;
	text-align: center;
	font-size: 9pt;
	font-weight: normal;
	width: 1000px;
}
#contentTable {
	width: 999px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.emptyCell
{
	width: 150px;
}
#contentTable tr, #contentTable td {
	text-align: left;
}
.contentTableLeftPic {
	width: 170px;
	text-align: left;
	vertical-align: middle;
}
.contentListTable {
	width: 799px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
}
.contentListTable td{
	vertical-align: middle;
}
.contentListTitle {
	width: 160px;
	padding: 2px 10px 0px 10px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px;
}
/************** LAYOUT - ENDE ********************/

/************** FORMATIERUNGEN - START *******************/
.bigText {
	font-size: 12pt;
	font-weight: bold;
}
.centeredText{
	text-align: center;
}
/************** FORMATIERUNGEN - ENDE *******************/

/************** ÜBERSCHRIFTEN - START ********************/
/* h1 ist der oberste Titel, der immer gleich ist */
h1, h2, h3 { font-weight: bold; }
h1 { font-size: 16pt; letter-spacing: 3px; color: #0779C9; margin-top: 10px; }
h2 { font-size: 14pt; letter-spacing: 2px; }
h3 { font-size: 13pt; letter-spacing: 1px; }
h4 { font-size: 15pt; letter-spacing: 2px; font-weight: normal; margin-bottom: 40px; }
/************** ÜBERSCHRIFTEN - ENDE ********************/

/************** MENÜ - START ********************/
a.activeMenuItem, a.inactiveMenuItem { display: inline; float: left; text-align: center; line-height:30px; width: 163px; margin: 0px 0px 0px 2px; padding: 0px; font-size: 20px; font-weight: normal; text-decoration: none; }
a.inactiveMenuItem { background-color: #FFFFFF; border: 1px solid #0779C9; text-decoration: none; }
a.inactiveMenuItem:link, a.inactiveMenuItem:visited { color: #0779C9; text-decoration: none; }
.activeMenuItem, a.activeMenuItem:link, a.activeMenuItem:hover, a.activeMenuItem:active, a.activeMenuItem:focus, a.activeMenuItem:visited, a.inactiveMenuItem:hover, a.inactiveMenuItem:active, a.inactiveMenuItem:focus { background-color: #0779C9; color: #FFFFFF; border: 1px solid #0779C9; text-decoration: none; }
/************* MENÜ - ENDE ********************/