function FensterOeffnen (Adresse) {
  MeinFenster = window.open(Adresse, "Zweitfenster", "width=500px,height=500px,left=25px,top=50px, scrollbars=yes");
  MeinFenster.focus();
}

<SCRIPT TYPE="text/javascript"> {
function FensterOeffnen1 (Adresse) 
  MeinFenster = window.open(Adresse, "Zweitfenster", "width=500px,height=500px,left=25px,top=50px, scrollbars=yes");
  MeinFenster.focus();
}


#AnzeigeBox {
	position: absolute;
	top: 75px;
	left: 1px;
	height: 30px;
	width: 250px;
	color: #C90C34;
	font-size: 12px;
}

tfoot {
	background-color:#1F3A65;
	color:#1F3A65;
	border-bottom:double;
}
/* Innen- und Außenabstände der Tabellen definieren (nur für iframe) */
/*-------------------------------------------------*/
body {
	font: 11px Arial, sans-serif;
	margin:3px;
	background-color:#FFFFFF;
}
	
/* Text über der Tabelle formatieren*/
/*---------------------------------------*/
h1 {
	font-size:14px;
	margin-bottom:10px;
	font-color:white;}	
	
/*Die Grundgestaltung der Tabelle*/
/*---------------------------------*/
table {
width:100%;
font-size:11px;
	background:#e9eae8;
	background:rgba(105,115,100,.15);
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	border-collapse:collapse;
	border-spacing:0;
	line-height: 18px;
	
	}
	
/*1. Zeile Überschrift verändern */
/*-------------------------------*/

th {
background-image:url(../images/grau_oben.jpg);
 	font-size:12px;
	color:#000000;
	}

/*Verfeinerung der Zellen */
/*------------------------*/	
/* Hintergrundfarbe der Tabelle komplett */

tr:nth-child(-n+7) td {
	background:#c3c7c1;
	background: -moz-linear-gradient(top, #d9dcd8, #d2d5d0 50%, #cbcec9 50.1%, #c3c7c1);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;}
	
/*Letzte Zeile*/
/*------------------------*/	

tr:nth-child(n+8) td {
	font-size:11px;
	font-weight:bold;
	font-style:	text-align:center;
	border-bottom:double;
}
	
/* Spalten einzeln formatieren */
/*-----------------------------------*/	
td:nth-child(1){
text-align:left;
width:"";
white-space: nowrap;
}
td:nth-child(2) {
text-align:left;
width:7%;
white-space: nowrap;

}
td:nth-child(3) {
width:6%;
text-align:center;
border-left: 1px solid #E5E5E5;
}
td:nth-child(4) {
text-align:center;
width:5%;
border-left: 1px solid #E5E5E5;
}
td:nth-child(5) {
text-align:center;
white-space: nowrap;
width:"";
border-left: 2px solid #E5E5E5;
}
td:nth-child(6) {
text-align:left;
white-space: nowrap;
width:6%;
border-left: 3px solid #E5E5E5;
}
td:nth-child(7) {

text-align:center;
width:6%;
border-left: 1px solid #E5E5E5;
}
td:nth-child(8) {

text-align:center;
width:6%;
border-left: 1px solid #E5E5E5;
}
td:nth-child(9) {
text-align:center;
width:6%;
border-left: 1px solid #E5E5E5;
}
td:nth-child(10) {
text-align:center;
width:6%;
border-left: 2px solid #E5E5E5;
}
td:nth-child(11) {
text-align:left;
width:5%;
border-left: 1px solid #E5E5E5;
}
td:nth-child(12) {
text-align:left;
width:5%;
border-left: 1px solid #E5E5E5;
}td:nth-child(13) {
text-align:left;
width:22%;
border-left: 1px solid #E5E5E5;
}
div.content {
    border:0px solid #FF0000;
    clear: left;
    padding: 1em;
}

div.content.inactive {
	display: none;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
    background: #bdf url(../images/tabs.gif);
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 5px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #FF0000;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.active {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(../images/tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 6px;
}
