/* CSS Document */

#lay1 { position:absolute; width:900px; height:116px; z-index:1; left: 50px; top: 5px;} /*menüleiste oben*/

#lay2 { position:absolute; width:900px; height:330px; z-index:2; left: 50px; top: 121px; background-color : #FFFFFF; border-bottom:0px; border-top:0px; border-left:3px; margin:auto;} /*text, Inhalte */

#lay3 { position:absolute; width:900px; height:80px; z-index:1; left: 50px; top: 451px;} /*menüleiste unten*/

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
       }
	   
.h1 {font-family: Arila, Helvica, sans-serif;
    font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: left;
	line-height: 20px;
	}
	   
.table {overflow:scroll;
		scrollbar-base-color:#FFFF99;
  		scrollbar-3d-light-color:#CCCCCC;
  		scrollbar-arrow-color:#000000;
  		scrollbar-darkshadow-color:#666666;
  		scrollbar-face-color:#FFCC66;
  		scrollbar-highlight-color:#FFFFFF;
  		scrollbar-shadow-color:#666666;
  		scrollbar-track-color:#CCCCCC;
		}
		
body  {
	margin	   : 0px 0px 0px 0px;
	padding	   : 5px 5px 5px 5px;
}

.contenttabelle {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #022F68;
	border-left-color: #022F68;
}