/*****************************************************/
/* navigation.css                                    */
/* Eigenschaften, Aussehen der Navigationleiste oben */
/* Festlegung zur Fixierung der Navleite oben        */
/* Contrainer für Inhalt festgelegt                  */
/*****************************************************/

/*	----------------------------------------------------------------------//
// 	Christian Späth - www.sv1845es.de											 //
//	----------------------------------------------------------------------//
//    letzte Änderung: 25.09.2006													 //
//	----------------------------------------------------------------------*/


@media all
{
	.navlist
	{
		text-align: center;
	}
	
	.subnavlist
	{
		text-align: center;
	}
}

/**************************************************************************************************/
/* Hauptmenü */

.navcontainer
{
	background: #369;
	border-top: 0px;
	font: normal bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;

}

.navlist
{
	list-style: none outside none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.navlist li
{
	bottom: 11px;
	display: inline;
	line-height: 13,6px;	/*1.2em;*/
	margin: 0;
	padding: 0;
	position: relative;
}

html>body .navlist li
{
	background: #000;
	margin: 0 3px 0 0;
	padding: 4px 0px 4px 0;
}

.navlist a, .navlist a:link, .navlist a:visited
{
	background: #900;
	border: 1px solid #FFF;
	bottom: 2px;
	color: #FFF;
	cursor: pointer;
	display: inline;
	height: 12px;	/*1em;*/
	margin: 0;
	padding: 3px 5px 3px 5px;
	position: relative;
	right: 2px;
	text-decoration: none;
}

.navlist a:hover
{
	background: #C00;
	bottom: 1px;
	color: #FFF;
	position: relative;
	right: 1px;
}

.navlist a:active 			/*Link der angeklickt worden ist*/
{
	background: #369;
	bottom: 0px;
	color: #FFF;
	position: relative;
	right: 0px;
}

.navlist li.active			/*Link der aktuellen Seite --> current site*/
{
	background: #369;
	bottom: 13px;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
}

html>body .navlist li.active
{
	background: #000;
	margin: 0 4px 0 4px;
}

.navlist .active a, .navlist .active a:link, .navlist .active a:visited, .navlist .active a:hover
{
	background: #369;
	border-bottom: 1px solid #9CC;
	border-left: 1px solid #9CC;
	border-right: 1px solid #9CC;
	border-top: 1px solid #9CC;
	bottom: 0;
	color: #FFF;
	cursor: text;
	margin: 0;
	padding: 2px 5px 0 5px;
	position: relative;
	right: 0;
}

/**************************************************************************************************/
/* Untermenü */

.subnav1
{
	background: #369;
	border-top: 0px;
	font: normal bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.subnavlist
{
	list-style: none outside none;
	margin: 0;
	padding-bottom: 0px;
	padding-top: 0;
	padding-left: 0px;
}

.subnavlist li
{
	bottom: 5px;
	display: inline;
	line-height: 8,4px;		/*0,7em;*/
	margin: 0;
	padding: 0;
	position: relative;
}

html>body .subnavlist li
{
	background: #000;
	margin: 0 3px 0 0;
	padding: 4px 0px 1px 0;
}

.subnavlist a, .subnavlist a:link, .subnavlist a:visited
{
	background: #FFF;
	border: 1px solid #FFF;
	bottom: 2px;
	color: #C00;
	cursor: pointer;
	display: inline;
	height: 6px; /*0,5em;*/
	margin: 0;
	padding: 1px 5px 1px 5px;
	position: relative;
	right: 2px;
	text-decoration: none;
}

.subnavlist a:hover
{
	background: #C00;
	bottom: 1px;
	color: #FFF;
	position: relative;
	right: 1px;
}

.subnavlist a:active 			/*Link der angeklickt worden ist*/
{
	background: #FFF;
	bottom: 0px;
	color: #C00;
	position: relative;
	right: 0px;
}

.subnavlist li.active			/*Link der aktuellen Seite --> current site*/
{
	background: #369;
	bottom: 13px;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
}

html>body .subnavlist li.active
{
	background: #000;
	margin: 0 4px 0 4px;
}

.subnavlist .active a, .subnavlist .active a:link, .subnavlist .active a:visited, .subnavlist .active a:hover
{
	background: #369;
	border-bottom: 1px solid #9CC;
	border-left: 1px solid #9CC;
	border-right: 1px solid #9CC;
	border-top: 1px solid #9CC;
	bottom: 0;
	color: #FFF;
	cursor: text;
	margin: 0;
	padding: 0px 5px 0 5px;
	position: relative;
	right: 0;
}



