/* Change Header Picture*/
#secNav {
	background: transparent url(du-ich_austria.jpg) top left no-repeat;
}

/* spez für AT */
#secNav li {
	width:82px; 
	margin-right:3px;
	font-size: 11px;
}
#secNav a {
	text-decoration:none;
	color: #3399ff;
	font-size: 11px;
}

/* MAKES SECNAV FOR IE TO WORK -> BOX MODEL PROBELM*/
	* html #secNav li {padding:0 0 0 0;}
	* html #secNav li {width:82px; margin-right:3px;}
	* html #secNav a {width:82px;}

