div#header { 
	position: relative;
	top: 0px;
	left: 0px; 
	padding: 0; 
	width: 980px; 
	height: 226px;
	background: url(../images/img_nwwi/header_noshade2.png) no-repeat left top;
	overflow: hidden;
}

div#headersmall {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0;
	width: 980px;
	height: 110px;
	background: url(../images/img_nwwi/header_small.png) no-repeat left top;
	overflow: hidden;
}

div#header #fotoHeader{ position: absolute; left: 238px; top: 94px;}

	
ul#toplinks	{
	position: absolute;
	right: 15px;
	top: 58px;
	font-size: 12px;
	white-space: nowrap;
}

ul#toplinks li { display: inline; border-left: 1px solid #172049; padding-left: 4px; } 

ul#toplinks a {
	color: #172049;
	text-decoration: none;
	background-color: transparent;
}
#toplinks a:hover { color: white; }
