/* ------------ CSS Document  ------------------
	Style Sheet for subnav, Website Martin Reuthner
		
	Mediatype: 	#screen	
	Author: 	Marc zur Oven
	Version: 	1.0
	Date:		2008-03-12 
   -------------------------------------------- */ 


/* -------------- Inhalt------------------- */

div#inhalt	{
	margin-top: 29px;
	min-height: 320px;
	}

/* -------------- Sub-Nav ------------------- */

#subnav	{
	display: block;
	z-index: 4;
	width: 898px;
	height: 40px;
	margin: 0px;
	padding-bottom: 3px;
	text-align: left;
	background-color: #BC6428; 
	}
#subnav ul	{
	font-size: 0.84em;
	padding: 24px 4px 0px 191px;
	}
#subnav li, #subnav li  a	{
	font-weight: bold;
	color: #fcfcfc;
	}
#subnav li	{
	display: inline;
	padding: 7px 11px 6px 11px;
	}
#subnav li  a	{
	text-decoration: none;
	background-image:  url(../img/mr-link_symbol_fff.gif);
	background-repeat: no-repeat;
	background-position: -2px 2px;
	padding: 0px 0px 0px 8px;
	}
#subnav li  a:hover	{
	background-position: -2px 0px;
	}
#subnav li.currentnav	{
	color: #BC6428;
	background-color: #FFF;
/*	border-right: 1px solid #741; */
	}
#subnav li.first-subnav	{
	paddingleft: : 31px;
	}
/* fuer subnav-elemente, die aktiv und trotzdem verlinkt sind (S. Fotogalerie) */
#subnav li.currentnav a	{
	color: #BC6428;
	background-color: #FFF;
/*	border-right: 1px solid #741; */
	padding: 0px;	
	text-decoration: none;
	}
