﻿/* Angaben fÌr alle standardkonformen Browser */
html, body { 
   				background-color:white; 
   				margin:0px; 
				padding:0px;
}
#contindex   { 	
				position:absolute; 
				margin:0px; 
				padding:30px 30px; 
				top:85px; 
				left:180px; 
				width:1000px;
				height:1000px;
				background-image:url(hgseite1.jpg); 
				background-repeat:repeat;
				font-size: 1.0em;
				font-weight:bolder; 
				line-height:3.0em; 
				color:navy; 
}
body {
	margin:0;
	padding:0;
	background:#ffffff;
	text-align:center;
	font-size:100.1%;
}
#head   { 	
				position:absolute; 
				margin:0px; 
				padding:30px 30px; 
				top:85px; 
				left:180px; 
				width:1000px;
				height:1000px;
				background-image:url(hgseite1.jpg); 
				background-repeat:repeat;
				font-size: 1.0em;
				font-weight:bolder; 
				line-height:3.0em; 
				color:navy; 
}
		div.innerDiv{
			width:6.25em; height:24px;
			white-space:nowrap; text-align:center;
		}		
		
		div.innerDiv1{
			width:3.13em; height:24px;
			white-space:nowrap;
		}		
		
		div.innerDiv2{
			width:3em; height:24px;
			white-space:nowrap; text-align:center; font-size:16px;
		}		
		
		div.innerDiv3{
			width:3.75em; height:24px;
			white-space:nowrap; text-align:center;
		}		
		
		div.innerDiv4{
			width:13.75em; height:24px;
			white-space:nowrap;
		}		
		
		div.innerDiv11{
			height:3px;
			white-space:nowrap;
		}		
		
		div.columns{
			overflow:hidden;
			width:64.38em;

		}
		
		div.rows{
			overflow:hidden;
			height:41.81em;
		}
		
		div.data{
			overflow:scroll;
			width:65.44em;
			height:41.87em; 
			background:#ffff00; 
		}
		
		table {
			border-width:5px;
			border-style:solid;
			table-layout:fixed;
		}
		
		table td {
			border-width:1px;
			border-style:solid;
			vertical-align:top;
		}
	
		table.inner {
			border-width:0px;
			border-style:hidden;
			border-collapse:collapse;
		}
		
		table.inner td {
			border-width:1px;
			border-style:solid;
		}

#header {
	position:fixed;
	top:0px; left:0px; right:0px;
	font-size:.63em;
	text-align:center;
	background-repeat: repeat-x;
	color:#000;
	width: 100%;
}
.hervorheben {color:#f00;}
.bigger { font-size:1.25em; font-weight:bold;  
		}
.bigger2 { font-size:1.13em; font-weight:bold;}		
.bigger3 { font-size:1.1em; font-weight:bold; text-align:center;}		
.bigger4 { font-size:1.25em; font-weight:bold; text-align:center;}
.nullzeichen{ font-size:20px;font-weight:bold; color:#f8f8ff;}		
h4 { text-align: left;}	
#content { 
    position:static;
	top:0px; left:0px; right:0px; 
	font-size:.63em;
	width:100%;
}
	 
#footen { position:inherit;
	bottom:0px; left:0px; right:0px;
	text-align:center;
	color:#000;
	width:100%;
}
#footer {
	position:fixed;
	bottom:0px; left:0px; right:0px;
	text-align:center;
	color:#000;
	width:100%;
}

/* Angaben nur fÌr den Internet Explorer mit Star HTML Hack */

* html, * html body {
	height:100%;
	overflow:hidden;
    font-size:.63em;

}

* html #header {
	height:10%;
}


* html #footer  {
	height:8%; width:100%;
}

/* Kleines Extra fÌr den IE */


/* Formatierung des Seiteninhaltes */


/* Der IE soll das Element breiter darstellen, da margin und
   padding hier von der Breite abgezogen werden! */


#content {
	border:3px #5E1600; background:#ffff73;	
	top:0px; left:0px; right:0px;
	padding:0em ;
	width:100%;
	font-size:.63em;
}

* html div#content {
	height:1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	padding-top:1em;
}
