/* 
Projekt: 
Website Hotel Lindner

Datei:
subnav.css

Author:
SoftCon GmbH, www.softcon.at

Inhalt:

Gestaltung der Subnavigation über 3 Ebenen

*/



#contentright #subnav {
}

#contentright #subnav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

/* Ebene 1 */
#contentright #subnav ul.nav-1 {
	margin-bottom:20px;
	border:#D9D9D9 1px solid;
}

#contentright #subnav li {
	margin:0;
	padding:0;
	/*display:block;*/
	border-bottom:silver 1px solid;
}

#contentright #subnav li a {
	letter-spacing:1px;
	text-decoration:none;
	color:#333333;
	/*background-color:#f5f5f5;*/
	display:block;
	margin:0 0 1px 0;
	padding:3px 0 3px 20px;
	background-image:url(images_allgemein/background_subnav_normal.gif);
	background-repeat:repeat-x;
	/*background-position:4px;*/
}

#contentright #subnav li a:hover {
	color:#E2001A; /* rot */
	/*background-color:#B8D161;*/
	letter-spacing:2px;
}

#contentright #subnav ul.nav-1 li.act a{
	letter-spacing:1px;
	text-decoration:none;
	color:#E2001A; /* rot */
	/*background-color:#f5f5f5;*/
	display:block;
	margin:0 0 1px 0;
	padding:3px 0 3px 20px;
	background-image:url(images_allgemein/background_subnav_normal.gif);
	background-repeat:repeat-x;
	/*background-position:4px;*/
	font-weight:bold;
	border-left:#E2001A /* rot */ 3px solid;
}

/* Ebene 2 */
#contentright #subnav ul.nav-2 {
	margin-left:20px;
}

#contentright #subnav ul.nav-2 li.normal a {
	letter-spacing:1px;
	text-decoration:none;
	color:#003300;
	background-color:white;
	display:block;
	margin:0 0 1px 0;
	padding:3px 0 3px 20px;
	background-image:url(images/background_subnav_normal.gif);
	background-repeat:no-repeat;
	background-position:4px;
	font-weight:normal;
}

#contentright #subnav ul.nav-2 li a:hover {
	color:black;
	background-color:#F0F3F8;
	letter-spacing:2px;
}

#contentright #subnav ul.nav-2 li.act a{
	letter-spacing:1px;
	text-decoration:none;
	color:black;
	/*background-color:#f5f5f5;*/
	display:block;
	margin:0 0 1px 0;
	padding:3px 0 3px 20px;
	background-image:url(images/background_subnav_normal.gif);
	background-repeat:no-repeat;
	background-position:4px;
	background-color:white;
	letter-spacing:2px;
	font-weight:bold;
}

/* Ebene 3 */
#contentright #subnav ul.nav-3 {
	margin-left:20px;
}

#contentright #subnav ul.nav-3 li.normal a {
	letter-spacing:1px;
	text-decoration:none;
	color:red;
	background-color:white;
	display:block;
	margin:0 0 1px 0;
	padding:3px 0 3px 20px;
	background-image:url(images/background_subnav_normal_level3.gif);
	background-repeat:no-repeat;
	background-position:4px;
	font-weight:normal;
}

#contentright #subnav ul.nav-3 li a:hover {
	color:black;
	background-color:#f5f5f5;
	letter-spacing:2px;
}

#contentright #subnav ul.nav-3 li.act a{
	letter-spacing:1px;
	text-decoration:none;
	color:black;
	/*background-color:#f5f5f5;*/
	display:block;
	margin:0 0 1px 0;
	padding:3px 0 3px 20px;
	background-image:url(images/background_subnav_normal_level3.gif);
	background-repeat:no-repeat;
	background-position:4px;
	background-color:white;
	letter-spacing:2px;
	font-weight:bold;
}
