/*///////////////////////////////////////////////////////////////////////
/
/	Author: 		Claudio Casoni
/	Date:			03.03.2007
/	Description:	CSS-Stylesheet - Navigation
/
///////////////////////////////////////////////////////////////////////*/


/* main-navigation */

ul#nav {
	width: 397px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #FF0000;  
	background: transparent;
	overflow: hidden;
}

#nav li {
	margin: 0px; 
	padding: 0px;
	list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 19px 0px 0px 0px;
	overflow: hidden;
	-moz-outline: none;
	
}
	
#nav a:hover, #nav a:active {
	background-position: 0px -19px;
}

#nav a.selected {
	background-position: 0px -19px;
}

#nav em {
	margin: 0px 0px 0px 0px;
	float: left;
	padding: 19px 0px 0px 0px;
	overflow: hidden;
}

#nav em.selected {
	background-position: 0px -19px;
}

#news a, #news em {
	width: 40px;
	height: 19px;
	background: url("../images/nav/news.gif") top left no-repeat;
}

#about a, #about em {
	width: 47px;
	height: 19px;
	background: url("../images/nav/about.gif") top left no-repeat;
}

#guides a, #guides em {
	width: 54px;
	height: 19px;
	background: url("../images/nav/guides.gif") top left no-repeat;
}

#fotos a, #fotos em {
	width: 45px;
	height: 19px;
	background: url("../images/nav/fotos.gif") top left no-repeat;
}

#events a, #events em {
	width: 54px;
	height: 19px;
	background: url("../images/nav/events.gif") top left no-repeat;
}

#guestbook a, #guestbook em {
	width: 77px;
	height: 19px;
	background: url("../images/nav/guestbook.gif") top left no-repeat;
}

.points a, .points em {
	width: 16px;
	height: 19px;
	background: url("../images/nav/points.gif") top left no-repeat;
}



/* red line */

#navLine {
	width: 397px;
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #d80723;
}


/* sub-navigation */

ul#unav {
	height: 19px;
	margin: 3px 0px 0px 4px;
	padding: 0px;
	border: 0px solid #FF0000;  
	position: absolute;
}

#unav li {
	margin: 0px 15px 0px 0px; 
	padding: 0px 0px 2px 0px;
	list-style: none;
	display: inline;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#unav a, #unav a:active {
	-moz-outline: none;	
	text-decoration: none;
	color: #CCCCCC;
}

#unav a:hover {
	color: #FFFFFF;
}

#unav li.selected {
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}


