


/**************** Einziges verbliebenes Element aus alter css, weil sonst die Suche nicht funktioniert ****************/	

div#menup {
	text-align:center;
}



/**************** Header and navigation styles (aus blarneystone) ****************/



#navigation{
height: 47px;
line-height:47px; 
width:768px;
margin:0 6px; 
background: url(images/menu.gif) no-repeat 0 0;
padding-left: 10px;
padding-right:0px;
color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.9em;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background: url(images/menupremuto.gif);
color:#000000;
text-decoration:none;
}



