html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0F346E;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}	


/* Aeussere Tabelle fuer Positionierung der Gesamtseite */
.mainframe {
	width: 100%;
	height: 100%;
}

.mainframe td {
	vertical-align: top;
}

.maincell {
	width: 100%;
	text-align: center;
	vertical-align: top;
}

/* alle Tabellenzellen unterhalb der Hauptzelle sollen standardmaessig linksbuendigen Text haben */
.maincell td {
	text-align: left;
}
/* ENDE aeussere Tabelle */


/* Klassen fuer Hauptmenue */

div.mainmenu {
	margin: 15px 25px 40px 25px;
}


table.menucenter {
	margin: 10px 0px 40px 0px;
	width: 100%;
}

table.menucenter td td {
	text-align: left;
}


div.menuitem, div.menuitem_active {
	float: left;
	position: relative;
	padding: 0px 10px 0px 10px;
	line-height: normal;
}


div.menuitem a {
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 10px;
	color: #0F346E;
}


div.menuitem_active a {
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #0F346E;
}


div.menuitem div, div.menuitem_active div {
	padding-left: 10px;
	position: relative;
	top: 6px;
}

div.menuitem div, div.menuitem div a {
	font-family: Times New Roman, Times, serif;
	letter-spacing: 1px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}


div.menuitem_active div, div.menuitem_active div a {
	font-family: Times New Roman, Times, serif;
	letter-spacing: 1px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #5090B1;
}


div.menuitem div a:hover, div.menuitem a:hover div {
	color: #5090B1;
}

/* --- Einfache Überschriften / Hervorhebungen --- */
div.big, td.big {
	letter-spacing: normal;
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #0F346E;
}

/* --- Überschriften wie die Links, nur ohne A Elemente --- */
div.heading {
	position: relative;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	letter-spacing: 3px;
	color: #0F346E;
	float: none;

}
div.heading div {
	padding-left: 30px;
	position: relative;
	top: 6px;
	font-family: Times New Roman, Times, serif;
	letter-spacing: 1px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

/* Haupt-Inhaltsbereich */
table.content-main {
	width: 100%;
}

table.content-main h1 {
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}

td.sidemenu {
	width: 200px;
	padding: 0px 20px 0px 0px;
}

td.contentcell {
	text-align: justify;
	letter-spacing: normal;
	font-size: 11px;
	line-height: 16px;
	padding: 0px 20px 0px 0px;
}

/* Reset der line-height fuer Ueberschriften */
td.contentcell h1, td.contentcell h2, td.contentcell h3 {
	line-height: normal;
}

td.commercial {
	width: 1px;
	padding: 0px 20px 0px 0px;
}

table.bottommenu td {
	line-height: 20px;
	padding: 0px 20px 0px 20px;
}

table.bottommenu td a.topic {
	line-height: 26px;
}

