@charset "utf-8";

#nav {
	color:#978e5c;
	font-size:10px;
	padding:0px;
	margin:0px;
}


#logo{
	padding:39px 0px 0px 0px;
}


#logo a:link, #logo a:visited,
#logo a:hover, #logo a:active {
	width:173px;
	height:21px;
	overflow:hidden;
	display:block;
	background-image:url(../img/logo1.png);
	background-repeat:no-repeat;
	line-height:999px;
	text-decoration:none;
	float:left;
}





#logo p {
	margin:4px 0 0 190px;
	padding:0px;
	color:#4f4929;
}

#nav #banner {
	margin:25px 0 0 0;
	width:580px;
	height:34px;
	background-image:url(../img/bg_nav-1.jpg);
	background-repeat:no-repeat;
}


/* ************************** HAUPT-NAVI */

#navitem ul {
	padding:0px;	
	margin:0px;
	overflow:hidden;
}

#navitem li {
	height:33px;
	list-style-type:none;
	float:left;
	font-size: 12px;
	text-transform:uppercase;
	color:#978e5c;
}

#navitem li a:link, 
#navitem li a:visited {
	height:33px;
	display:block;
	padding:10px 10px 0 10px;
	text-decoration:none;
	color:#978e5c;

}

#navitem li a:hover, 
#navitem li a:active {
	height:33px;
	background-image:url(../img/highlight.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
}

/*
#navitem ul li:hover {
	background-image:url(../img/highlight.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;

}*/


#navitem ul li.active {
	height:33px;
	background-image:url(../img/highlight.gif);
	background-repeat:repeat-x;
}


#navitem ul li.active a{
	color:#FFFFFF;
}



/* ********************************** SUB- NAVI */

#subnav {
	background-image:url(../img/bg_subnav-1.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:22px;
	background-color:#252122; /*#7b7151;*/
	padding:0px;
	margin:0px;
	
}

#subnav ul {
	padding:0px;	
	margin:0px 0 0 10px;
	/*margin:0px 0 0 10px;*/
	/*overflow:hidden;*/
}

#subnav li {
	list-style-type:none;
	float:left;
	display: block;
	font-size: 11px;
	text-transform:uppercase;
	color:#978e5c;
	height:13px;
}

#subnav li a:link, 
#subnav li a:visited {
	height:13px;
	display:block;
	padding: 4px 10px 0 10px;
	margin: 0 2px 0 2px;
	text-decoration:none;
	color:#a49132;

}

#subnav li a:hover, 
#subnav li a:active {
	background-image:url(../img/highlight_sub.gif);
	background-repeat:repeat-x;
	background-position:0px 4px;
	color:#a2a2a2;
}

/*
#subnav ul li:hover {
	height:13px;
	background-image:url(../img/highlight_sub.gif);
	background-repeat:repeat-x;
	background-position:0px 4px;
	color:#a2a2a2;

}
*/

#subnav ul li.active {
	height:18px;
	display:block;
	background-image:url(../img/highlight_sub.gif);
	background-repeat:repeat-x;
	background-position:0px 4px;
	color:#FFFFFF;

}

#subnav ul li.active a{
	color:#a2a2a2;
}






/* *************************** FOOTER */

#page-footer {
	background-image:url(../img/footer1.gif);
	float:left;

}

#page-footer ul {
	padding:0px;
	margin:0px;
	overflow:hidden;
	float:right;
	display:inline;
}

#page-footer li {
	list-style-type:none;
	display: block;
	float:left;
	margin: 5px 20px 5px 0px;
	text-transform:uppercase;
}


#page-footer li a:link, 
#page-footer li a:visited {
	color:#888888;

}

#page-footer li a:hover,
#page-footer  li a:active {
	color:#2f231a;

}
