
/* Logos und Head */
.head_left {
position:absolute;
left:10px;
top:5px;
width:274px;
height:129px;
background-image:url('/images/tw_norm/header/links.png');	
z-index:5;
}


.head_right {
position:absolute;
right:10px;
top:5px;
width:283px;
height:129px;
background-image:url('/images/tw_norm/header/rechts.png');	
z-index:4;
}

.head_logo {
position:absolute;
top:10px;
left: 50%;
width: 445px;
height:123px;
margin-left: -222px;
background-image:url('/images/tw_norm/header/mitte.png');	
z-index:3;
}

.backg {
width:100%;
height:129px;
background-image:url('/images/tw_norm/header/background.jpg');	
z-index:6;
}

