body {
	background-color:#56647C;
	margin:  0px;
	padding: 0px;
}
td, th, p, div, span, ol, ul, input, textarea, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #020295;
}

/* äußere Tabelle rechts von der Seite */
table.top {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-image: url(img/top_bg_Blattergrafik_neu.jpg);
	width: 100%;
}
td.logo {
	width: 191px;
}
table.top td {
	padding: 0px;
	vertical-align: top;
}

/* Tabelle mit Wasser-Hintergrund, GLOWA-Text und kleiner Systemnavigation */
table.navtop {
        padding: 150px;
	border-width: 150px;
	border-spacing: 150px;
	border-collapse: collapse;
	width: 795px;
}
table.navtop td {
	vertical-align: middle;
	border-right: 1px solid #ffffff;
}
table.navtop td.navtop {
	background-image: url(img/hintergrund_oben_neu.jpg);
	height: 68px;
}

/* untere Tabelle mit Navigationspunkten und -grafiken */
table.navbottom {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 795px;
}
table.navbottom td {
	padding: 0px;
	border-right: 1px solid #ffffff;
}
tr.navtext td {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
/*weisse hauptnavigation */
tr.navtext a:link, tr.navtext a:visited, tr.navtext a:active, tr.navtext a:hover {
	color: #ffffff;
	font-weight: bold;
}

/* Tabelle für Subnavigation*/
table.subnav {
	background-color: #000066;
}

td.subnav {
	 background-color: #E8E8E8;
}

td.subnav_hi {
	 background-color: #ffffff;
}
/*Navigation title*/
.subnav1 a:link, a:visited, a:active, a:hover {
	font-weight: normal;
}

/* Tabelle mit GLOWA-Text rechts und Systemnavi rechts */
table.navtopinner {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 787px;
	height: 68px;
}
table.navtopinner td {
	padding: 0px;
	border-width: 0px;
}
table.navtopinner td.navtopzef {
	padding-left: 12px;
}
table.navtopinner td.navtopsysnav {
	text-align: right;
	vertical-align: top;
}

/* Systemnavigation */
table.sysnav {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	height: 18px;
}
table.sysnav td {
	padding: 0px;
	font-size: 7pt;
	padding: 0px 7px 0px 7px;
	border-left: 1px solid #ffffff;
}
table.sysnav td a:link, table.sysnav td a:visited, table.sysnav td a:active, table.sysnav td a:hover  {
	color: #ffffff;
	font-weight: normal;
}

/* untere Tabelle mit drei Spalten */
table.bottom {
	border-width: 0px;
        border-spacing: 0px;
	border-right: 1px solid #ffffff;
	border-collapse: collapse;
	width: 986px;
	height: 90%;
}
table.bottom td {
	padding: 0px;
}
table.bottom td.left {
	background-color: #ffffff;
	width: 191px;
	vertical-align: top;
}
table.bottom td.middle, table.bottom td.middlestart {
	background-color: #ffffff;
	width: 598px;
	vertical-align: top;	
}
table.bottom td.right {
	background-color: #ffffff;
        /* heller: #D1DCEF */
	width: 197px;
	vertical-align: top;
}

/* linke Spalte */
table.search {
	width: 191px;
	border-bottom: 1px solid #ffffff;
}

table.leftnav {
	width: 100%;
	background-color: #6699CC;
}

table.leftnav td {
	background-color: #6699CC;
	padding: 6px;
	padding-left: 30px;
	font-weight: bold;
}

.leftsubnav {
	font-weight: normal;
	margin-top: 5px;
	margin-left: 15px;
}

/* rechte Spalte */
table.right {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 197px;
}
table.right td {
	padding: 10px;
}


/* mittlere Spalte, Content */
table.bottom div.middle, table.bottom td.middlestart {
	padding: 10px;
}
.superhead {
	font-weight: bold;
	color: #ffffff;
}
.head {
	font-weight: bold;
	color: #330066;
}
p {
	line-height: 12pt;
}


/* Breadcrumbs */
table.breadcrumbs {
	background-color: #330066;
	width: 100%;
}
table.breadcrumbs td {
	padding: 6px;
	padding-left: 15px;
}


.navpath {
	font-weight: normal;
}
.listfirst {
	list-style-type: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}

h4 { 
        margin-bottom: 35px;
        color: #56647C;
}

