/* Tabellenversion fuer aeltere Browser und "aktuelle" IEs */

/* Navigation */
.nav1_table {
  	background-repeat:repeat-x;
  	background-color:#0057A2;
}
	
.nav2_table {
	background-image:url(../bilder/dunkelblau_px.gif);
	width:139px;
	height:100%;
	vertical-align:top;
	text-align:right;
}

.nav2_bg {
	background-image:url(../bilder/dunkelblau_px.gif);
}

.nav2_mps {
 	position:	relative;
	bottom:0px;
	left:0px;
	margin-left:11px;
	z-index:10;
}

.nav2_mp {
	padding-right:0px;
	margin-left:11px;
 	position:	relative;
	bottom:0px;
	left:0px;
	z-index:10;
}

.nav2_img {
	/* beim IE wird "fixed" ueber JS simuliert */
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:0;
}
.nav2_img[class] {
	position: fixed;	 
}

.nav4_table {
	background-image:url(../bilder/nav4_bg.gif);
	background-repeat: no-repeat;
	background-color: #0068B4;
	height: 10px;
}

.nav4_font_akt_startseite img {
	padding-right:5px;
}

/* sonstiges */

table.table100p, .table_rahmen {
	width:100%;	
	height:100%;
}

.content_table {
	background-image:url(../bilder/mittelblau_px.gif);
	background-color: #0068B4;
	width:100%;
	height:100%;
	vertical-align:top;
	position:relative;
	bottom:0px;
	left:0px;
	z-index:10;
}

div.table {
	padding-top:5px;
}

#admPanel {
	position:absolute; right:0px; top:0px; width:180px; z-index:99;
}
#admPanel[id] {
	position:absolute; right:180px; top:0px; width:180px; z-index:99;
}

