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

	Projekt		:	monterrico
	Copyright	:	°° zweikreis.de

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


/* ### Header Navigation ##################################################### */

#nav-header {
	font-size: 1em;
	float:right;
	padding:10px 6px;
}

#nav-header a, 
#nav-header a:link {
	color:#6A8450; 
	font-weight:bold;
	text-decoration: none;
}

#nav-header a:hover {
	text-decoration:underline;
}

#nav-header a.current, 
#nav-header a.current:link,
#nav-header a.current:hover  {
	color:#eeeeff;
}

#switch_lang {
	padding-top:7px;
	float:right;
}

/* ### 1. Navigation ######################################################### */

#nav {
	display:block;
	float:left;
	margin-bottom:30px;
	padding:0 20px 0 15px;
	width:165px;
	background-image:url(navrand.gif);
	background-position:right;
	background-repeat: repeat-y;
}


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

ul.nav1st { 
	font-size:1.1em;
	padding:0; 
}

ul.nav1st li {
	display: block;
	font-weight:bold;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#6A8450;
	padding: 2px 0 2px 30px;
	letter-spacing:0px;
	text-align:left;
	background-image:url(button0.gif);
	background-position:4px 6px;
	background-repeat: no-repeat;

}

ul.nav1st a:hover {
	color:#000;
	background-image:url(button0.gif);
	background-position:4px -90px;
	background-repeat: no-repeat;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link,
ul.nav1st li a.current:hover {
	color:#000;
	background-image:url(button0.gif);
	background-position:4px -187px;
	background-repeat: no-repeat;
}




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

ul.nav2nd {
	disply:block;

	margin: 10px 0 10px 11px;
	font-size:0.9em;
	font-weight:normal;
	text-transform:none;
}

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

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:0px 0px 3px 22px;
	background-image:url(button0.gif);
	background-position:0px 3px;
	background-repeat: no-repeat;
	color:#6A8450;
}


ul.nav2nd a:hover {
	background-image:url(button0.gif);
	background-position:0px -93px;
	background-repeat: no-repeat;
	color:#000;
	text-decoration:underline;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	background-image:url(button0.gif);
	background-position:0px -190px;
	background-repeat: no-repeat;
	color:#000;
	font-weight:bold;
}


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

#main-block p#breadcrumb {
font-size: 1em;
color: #B5B5B5;
margin-bottom: 30px;
}

#sitePath {
	float:left;
	padding-left:20px;
	color:#B5B5B5;

}

#sitePath a, #sitePath a:link {
	color:#B5B5B5;
}

/* weitere schulen
********************************************/

#ext-menu {
	margin-left:20px;
}

#ext-menu h1 {
	font-weight:bold;
	font-size:1.1em;
	color:#cc00dd;
}

#ext-menu li {
	font-size:1.1em;
	display:block;
	margin-top:5px;
	height:30px;
	padding-left:20px;
}

#ext-menu .links{
	float:left;
	width:160px;

}
#ext-menu .links a,
#ext-menu .links a:link{
	font-weight:bold;
	color:#FFFFFF;
}

#ext-menu .links{

}


/*	Navigation dropdown
------------------------------------------------------------------------------*/

.menu {
      position:relative;
      z-index:5;
      width:180px;
	margin:50px 0 0 15px;
}

/* remove all the bullets, borders and padding from the default list styling */

/* erste Fläche  */
.menu ul {
      position:absolute;
      margin:0px;
      width:180px;
      height:45px;
}
/* zweite Fläche  */
.menu ul li ul {
      padding-top:10px;	
    position: absolute;
	left:0;
	top: 45px;
}

/* style the list items */


.menu li ul li {
      float:left;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:80; font-size:1em;}

/* style the links */


/*1. Ebene */
.menu a,
.menu a:link {
    display:block;
    width:180px;
    height:45px;
}

/*  weitere Ebenen */
.menu .sub ul a,
.menu .sub ul a:link {
	padding-left:32px;
    display:block;
	width:160px;
    color:#6A8450;
    font-weight:bold;
    font-size:1em;
	background-image:url(button0.gif);
	background-position:4px 6px;
	background-repeat: no-repeat;
}

/* style the link hover */

.menu .sub a:hover {
    position:relative;
	background-image:url(button0.gif);
	background-position:4px -90px;
	background-repeat: no-repeat;
}
.menu .sub ul a:hover,
.menu .sub ul .sub a:hover {
	color:#000;
    position:relative;
}


/* retain the hover colors for each sublevel IE7 and Firefox etc */

.menu li.sub:hover > a,
.menu li.sub:hover > a.current {
    color:#000;

}
.menu li.sub ul li.sub:hover > a,
.menu li.sub ul li.sub:hover > a.current {
    color:#000;
}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing *
.menu a:active, .menu a:focus {color:#FFFFFF; background-color:#cc0000;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:0px;
/* set up the overlap (minus the overrun) */
left:0px;
/* set up the overrun area */
padding:0px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(../pics/transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}














