body {
	background: #000043;
	font-family: Arial;
	color: White;
	font-size: 11pt;
}

/* Bereich-IDs (...) */
#HEAD { 
	background-color: #000043;
	height: 20px;
	width: 99%; left: 0px; top: 18px; position: absolute; visibility: visible;
	}

#TOP {
	height: 85px;
	width: 79%; left: 0px; top: 38px; position: absolute; visibility: visible;
	}

#NAV { 
	height: 320px;
	width: 250px; left: 0px; top: 123px; position: absolute; visibility: visible;
	background-color: #4a4e68;
	text-align: right;
	margin-right: 8px;
	}

#SUBNAV { 
	height: 20px;
	width: 250px; left: 0px; top: 443px; position: absolute; visibility: visible;
	background-color: #000043;
	text-align: right;
	}
	
#SUBHEAD {
	height: 40px;
	width: 79%; left: 250px; top: 123px; position: absolute; visibility: visible;
	background-color: #4a4e68;
	text-align: left;
	text-indent: 18px;
	padding-top: 10px;
	vertical-align: bottom;
	}

#CONTENT {
	height: 360px;
	width: 82%; left: 220px; top: 163px; position: absolute; visibility: visible;
	font-size: 1.0em;
	text-align: left;
	vertical-align: top;
	font-weight: bolder;
	color: #000043;
	}

#FOOT {
	height: 10px;
	width: 100%; left: 0px; top: 683px; position: absolute; visibility: hidden;
	background-color: #000043;
	}

#index {
	font-family: Arial, Helvetica, sans-serif;
	color: #000043;
}

#common {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000043;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding: 8px;
}

#topnavig {
	border-right: 1px solid #B1B1BC;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 4px;
}

/* Überschrften (Titel) Formate */
h1 {
	font-family: Arial;
	font-size: 14pt;
	color: #b1b1bc;
	margin-top: 6px;
}

h2 {
	font-family: Arial;
	font-size: 16pt;
	color: #000043;
	padding-top: 70px;
	padding-right: 188px;
	text-align: center;
}

h3 { letter-spacing: 1pt; line-height: 10pt; }

h4 {
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	color: #4A4E68;
	text-align: center;
}

/* Liesten Formate */
#topnavig ul li {
	display : inline;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	padding-right: 1%;
	margin:0px;
	color: white;
}

li.toplinked {
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	text-align: center;
	letter-spacing: 1px;
	vertical-align: middle;
}


/* SONDER Formate (Klassen) */
.head {
	padding-right: 18px;
	color: #DCDCDC;
}

.nav {
	background-image: url(../img/gwb_eingang.jpg);
	background-repeat: no-repeat;
}

.small {
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	letter-spacing: 1pt;
}

.float { float: left; }

.white_frame { border: 4px solid white; }


.thin { font-weight: lighter; }

.pro { vertical-align: top; font-size: 1.1em; font-weight: bold; color: #000043; }

.cont { font-size: 1.em; }

.cont_img {
	background-image: url(../img/gwb_haus.jpg);
	background-repeat: no-repeat;
	height: 280px;
	background-color: #b1b1bc;
	vertical-align: top;
	padding: 8px 20px 1px 8px;
	color: #000043;
	background-position: left;
	text-align: left;
}

/* Tabellen (Zellen) Formate */
td.grau {
	background-color: #4a4e68;
}

td.blau {
	background-color: #000043;
	color: #B1B1BC;
	font-size: 10pt;
	font-weight: bolder;
}

td.cont {
	background-color: #b1b1bc;
	vertical-align: top;
	padding: 8px;
	text-align: left;
	font-size: 0.9em;
}


td.linked {
	background: url(../gfx/quad_over.gif) no-repeat left;
   font-family: Arial, Helvetica, sans-serif;
   font-size:16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 16px;
	text-align: left;
	text-indent: 12px;
	letter-spacing: 1px;
}

td.toplinked {
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}

/* LINK Formate */
a:link {
	font-family: Arial;
	color: #4a4e68;
	text-decoration: underline;
}

a:visited, a:hover, a:active { color: #4a4e68; text-decoration: none; }

a.mainnav:link, a.mainnav:visited {
	display: block;
	background: url(../gfx/quad_link.gif) no-repeat left;
   font-family: Arial, Helvetica, sans-serif;
   font-size:16px;
	font-weight: bold;
	color: #B1B1BC;
	text-decoration: none;
	text-align: left;
	text-indent: 12px;
	letter-spacing: 1px;
}

a.mainnav:hover {
	background: url(../gfx/quad_over.gif) no-repeat left;
	color: #B1B1BC;	
}

a.mainnav:active {
	color: #FFFFFF;
}

a.topnav:link, a.topnav:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
	font-weight: bold;
	color: #B1B1BC;
	text-decoration: none;
	height: 40px;
	letter-spacing: 1px;
	vertical-align: middle;
}

a.topnav:hover, a.topnav:active {
	text-decoration: none;
	color: White;
	
}


a.small:link, a.small:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-size:8px;
	font-weight: normal;
	color: #000043;
	text-decoration: none;
	height: 8px;
	text-align: center;
	letter-spacing: 1px;
}

a.small:hover {
	text-decoration: none;
	color: White;
	
}

a.small:active {
	text-decoration: none;
	color: #000043;
}

a.fckbutton_ok:link, a.fckbutton_ok:visited, a.fckbutton_ok:active {
	background: url(../edt/images/ok0.png) no-repeat;
	display: block;
	font-family: Microsoft Sans Serif;
   font-size:14px;
	padding-right:6px;
	padding-left:6px;
	text-decoration: none;
	height: 36px;
	text-indent: 34px;
	vertical-align: middle;
	background-position: center;
}

a.fckbutton_ok:hover {
	background: url(../edt/images/ok1.png) no-repeat;
	display: block;
	background-position: center;
} 

		  
a.fckbutton_x:link, a.fckbutton_x:visited, a.fckbutton_x:active {
	background: url(../edt/images/x0.png) no-repeat;
	display: block;
	font-family: Microsoft Sans Serif;
   font-size:14px;
	padding-right:6px;
	padding-left:6px;
	text-decoration: none;
	height: 36px;
	text-indent: 34px;
	vertical-align: middle;
	background-position: center;
}

a.fckbutton_x:hover {
	background: url(../edt/images/x1.png) no-repeat;
	display: block;
	background-position: center;
} 

  
a.fckbutton_help:link, a.fckbutton_help:visited, a.fckbutton_help:active {
	background: url(../edt/images/hilfe0.png) no-repeat;
	display: block;
	font-family: Microsoft Sans Serif;
   font-size:14px;
	padding-right:6px;
	padding-left:6px;
	text-decoration: none;
	height: 36px;
	text-indent: 34px;
	vertical-align: middle;
	background-position: center;
}

a.fckbutton_help:hover {
	background: url(../edt/images/hilfe1.png) no-repeat;
	display: block;
	background-position: center;
} 