/* Start of CMSMS style sheet 'navi' */
/********************
MENU
*********************/
#menu_vert {
width:300px; 
font-family: Arial, Helvetica, sans-serif; 
float: left; 
font-weight: normal; 
font-size: 100%;
height: 100%;
}

#menu_vert h3 {
font-weight: normal;
}




#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
	border: 0;

}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/


/* first level links */
div#menu_vert a, div#menu_vert a:link, div#menu_vert a:visited  {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   color: #fff; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-size: 100%;                       
   margin: 0;                                 
	margin-left: 12px; 
color:#fff; 
width: 260px;
height: 1.6em;
}

/* first level links hover*/
div#menu_vert a:focus , div#menu_vert a:hover, div#menu_vert a:link.active, div#menu_vert a:visited.active  {

		background-image: url(/navpic/navbg1.gif);
		background-repeat: no-repeat;
		background-position: 0 1.4em; 
}


/* next level links, */
div#menu_vert ul ul a, div#menu_vert ul ul a:link, div#menu_vert ul ul a:visited  {
   background-image: none; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-size: 90%;        
	margin-left: 32px; 
height: 1.5em;
}
/* next level links hover*/
div#menu_vert ul ul a:focus , div#menu_vert ul ul a:hover, div#menu_vert ul ul a:link.active, div#menu_vert ul ul a:visited.active  {
		font-weight: bold;
   background-image: none;  
}

/* unterer abstand des 2. Ebenenblocks*/
div#menu_vert ul ul {
margin-bottom: 4px;
}

/* third level links */
div#menu_vert ul ul ul a, div#menu_vert ul ul ul a:link, div#menu_vert ul ul ul a:visited  {
   background-image: none; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-size: 80%;                        
	margin-left: 52px; 
height: 1.5em;
}

/* third level links hover*/
div#menu_vert ul ul ul a:focus , div#menu_vert ul ul ul a:hover, div#menu_vert ul ul ul a:link.active, div#menu_vert ul ul ul a:visited.active  {
		font-weight: bold;
}


/* 4th level links */
div#menu_vert ul ul ul ul a, div#menu_vert ul ul ul ul a:link, div#menu_vert ul ul ul ul a:visited  {
   background-image: none; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-size: 70%;                        
	margin-left: 72px; 
height: 1.5em;
}

/* 4thlevel links hover*/
div#menu_vert ul ul ul ul a:focus , div#menu_vert ul ul ul ul a:hover, div#menu_vert ul ul ul ul a:link.active, div#menu_vert ul ul ul ul a:visited.active  {
		font-weight: bold;
}
/* unterer abstand des 4. Ebenenblocks*/
div#menu_vert ul ul ul ul {
margin-bottom: 0px;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert ul li a.activeparent {
background-image:  url(/navpic/navbg1.gif);
background-position: 0em 1.4em;
background-repeat: no-repeat;
}

div#menu_vert ul ul li a.activeparent {
			font-weight: normal;
background-image: none;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   display: block; 
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 100%;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
	margin-left: 12px; 
		background-image: url(/navpic/navbg1.gif);
		background-repeat: no-repeat;
		background-position: 0 1.4em; 
color:#fff; 
width: 260px;
height: 1.6em;
}

/* 
next level current pages
*/
div#menu_vert ul ul h3  {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   color: #fff; /* this will be link color for all levels */
   background-image: none; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
	                              /* this will be link color for all levels */
   font-size: 90%;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
	margin-left: 32px; 
			font-weight: bold;
color:#fff; 
height: 1.5em;
}

/* current page on third level */
div#menu_vert ul ul ul h3 {                           /* as <h3> normally has some margin by default */
	margin-left: 52px;
font-size:80%; 
}

/* current page on 4thlevel */
div#menu_vert ul ul ul ul h3 {                           /* as <h3> normally has some margin by default */
	margin-left: 72px;
font-size:70%; 
}





#blue { 
width: 240px; height:100%; border: 0;
 margin-left: 22px;}


#list {margin:0;}

#logo2 {
	display: block;
	width: 122px;
	height: 219px;
	margin-left: 21px;
margin-top: 0.8em;
	background-image: url(../navpic/logo.gif);
}
/* Sprungmarken */
.hidden {
position:absolute;
top:-400px;
}

ul.hidden li a:focus,
ul.hidden li a:hover,
ul.hidden li a:active {
  font: bold 0.8em arial, verdana, sans-serif;
  position: absolute;
  top: 480px;
  left: 30px;
  text-decoration: none;
  color:#fff;
}
/* aktuelle position ohne css*/

.u, h6 {
position: absolute;
display: inline;
	height: 0px;
	width: 0px;
	top: -1000px;
	left: -1000px;
	overflow: hidden;
}


/* End of 'navi' */

