/*******************************************************************************

	townside.de - info at ansichtsache.com

*******************************************************************************/

/* ### Sub Navigation ######################################################### */

#navigation {
	display:block;
	float:left;
		list-style:none;
			width:100%;
}

#navigation p.copy,
#navigation p {
	padding-right:5px;
	color:#1B4D82;
	text-align:left;
}


#navigation p.copy a,
#navigation p.copy a:link {
	color: #1B4D82;
	text-decoration:none;

}

#navigation p.copy a:hover {
	color: #1B4D82;
	text-decoration: underline;
}

.nav_oi_top {
	background-image: url(/files/design/townside_navi_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 20px 0px 0 0;
	z-index:1;
			background-color:transparent;

}
.nav_oi_bottom {
	background-image: url(/files/design/townside_navi_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 2;
		padding:0px 0 25px 0;
		background-color:transparent;


}


/*	Navigation horizontal and vertical - 
	Wenn nur die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/

#navheight_vert {

	width: 100%;

}

* html body #navheight_vert { } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { }


/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	padding:0px 10px;
	font-size:1em;
	text-transform:none;
	font-weight:bold;
	z-index:3;
}

ul.nav1st li {
	display: inline;
	padding:3px 0;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	display : block;
	padding : 5px 10px;
	color : #1B4D82;
	text-decoration:none;
		border-bottom:2px dotted #D95736;

}

ul.nav1st a:hover {
	color: #D95736;
	padding : 5px 10px;
	border-bottom:2px dotted #1B4D82;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color: #D95736;
	padding : 5px 10px;

		border-bottom:2px dotted #1B4D82;

}

ul.nav1st li a.current:hover {
	color:#1B4D82;
	padding : 5px 10px;
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	margin: 0 0 10px 0px;
	font-size:1em;
	font-weight:normal;
	text-transform:none;
		padding:0 10px;
		background-color:#D9D9D9;

}

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: left;

}

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding : 5px 0px;

}


ul.nav2nd a:hover {
	padding : 5px 0px;
	color:#37444f;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding : 5px 0px;
	color: #D95736;
}


/* ### Breadcrump Navigation #################################################### */

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}

/* -------------------- Alte Navigation -------------------- 

#menue li {
	margin:0;
	padding:0;
	width:auto;
	display:inline;
	text-transform: uppercase;
	letter-spacing: 1px;
}

*/
#menue ul a:link, #menue a:visited {
	voice-family : "\"}\"";
	voice-family : inherit;
	width : auto;
}


/* -------------------- Untermenues -------------------- 



 ul ul  li a:link, ul ul li a:visited {
	display : block;
	padding : 5px 10px 5px 25px;
	font-weight : bold;
	text-decoration : none;
color : #204A76;
}

ul ul li a:hover, ul ul li a:focus {
	color: #FFFFFF;
	background-color: #204A76;
text-decoration : none;
}
 ul ul a:link,  ul ul a:visited {
	voice-family : "\"}\"";
	voice-family : inherit;
	width :auto;*/
