html, body {	height: 100%;
		overflow:hidden;
		background: url(../back.jpg) repeat;
		}

#box{		
    		min-height: 100%;
  		height:auto !important; /* moderne Browser */
	  	height:100%; /* IE */
		position:relative;
		top: 50%;
		margin-top: -319px;
		}

#footer {	bottom: 0px; /* wichtig */
		background-color: #F3E8C1;
		width:1024px;
		height:100px;
		position: relative;
		/*left: 50%;*/
		/*margin-left: -512px;  neg. Hälfte von width:1024px = zentriertes Div */
		}

body, table { 	color: black;
		/*background-color: #484D0A; */
		
		font-family: Verdana; 
		font-size:9pt; 
		line-height:11pt; 
		margin:0px;
		}
	
#titel {	overflow:auto;
		font-size: 11pt;
		font-weight:normal; 
		line-height: 15pt;
		height:248px; /*378 oder 238 für 1024x768 optimiert*/
		padding: 10px; 
		background-color: #F3E8C1;}

#scroll{	overflow:auto;
		background-color: #F3F1E0; /*E8D6BE*/
		padding: 10px;
		height:248px;
		}
	
#ue { 		font-weight:bold; 
		width:1024px; 
		height:200px;
		margin:0px; 
		/*background-color: #fffbbb;*/ }

.



		




fenster {	border:1px solid #000000;
		color: #FFFFFF;
		position:absolute;
		left:300px; 		top:180px;
		overflow:hidden;
		visibility:hidden;}

.
normal { 	color: #5F311A;
		text-decoration: none; }
.
spezial { 	color: #5F311A;
		/*text-decoration: underline overline;*/ 
		cursor: pointer; 
		cursor: hand; }
		
		a:link { color: #5F311A; text-decoration: none; }
		
a:visited { color: #5F311A; text-decoration: none; }		
		/*a:hover { color: #5F311A; text-decoration: underline overline; }*/
		
a:active { color: #5F311A; text-decoration: underline; }
