 	header{
	padding:0;
	margin:0;
	}
	body{
		padding:0;
		margin:0;
		height:100%;
		
	}
		
 	#header{
		position:absolute;
		position:fixed;
		_position:absolute;
		z-index: 3;
		top:0;
		left:0;
		width:100%;
		height:60px;
        background-color: #FFFFFF;
     	background-image: url(../img/backflashnav.gif);
	    background-repeat: repeat-x;		
	}
	#left_col{
	position:absolute;
	position:fixed;
		_position:absolute;
	top:60px;
	left:0;
	width:155px;
	overflow:hidden;
	background-image: url(../img/hauptmenue/back_left_col.jpg);
	background-repeat: repeat-y;
	}
	#content{
	position:absolute;
	overflow:auto;
	top:60px;
	left:155px;
	background-color:white;
	background-image: url(../img/ecke.gif);
	background-repeat: no-repeat;
		
		
		
	}
	
 
td.aktuell {
	background-image: url(../img/hauptmenue/menuPfeil.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
