
#kopf li a {display:inline;}

#navcontainer li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(plus.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


#navcontainer li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

#navcontainer .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}


#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}


#navcontainer li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
font-size:12pt;

list-style-type: none;
padding: 1px 0px 1px 18px;

margin:0;
width: 95%;
/*overflow:hidden;/**/

/*
margin-bottom: 3px;
/**/
}


#navcontainer a
{
  
margin:0;
  
display: block;
color: #000;/**/
background-color: #FFF;
width: 95%;
padding: 1px 0px 1px 18px;
text-decoration: underline;
font-size:10pt;
/*overflow:hidden;/**/
}

#navcontainer2 a:link
{
margin:0;
cursor:default;  
display: block;
color: #000;
background-color: #FFF;
width: 95%;
padding: 1px 0px 1px 10px;
/*text-decoration:line-through;/**/

font-size:10pt;
/*overflow:hidden;/**/
}

#navcontainer a:hover
{
text-decoration:underline;
/* 
background-color: #C0C0FF;
color: #000;

font-weight:bold;
/**/
}

#navcontainer2 a:hover
{
/*text-decoration:line-through;/**/
text-decoration:none;/**/

/* 
background-color: #C0C0FF;
color: #000;

font-weight:bold;
/**/
}

#navcontainer li a
{
display: block;
color: #E9000E;/**/
background-color: #FFF;
width: 95%;
padding: 1px 0px 1px 18px;
text-decoration: none;
font-weight: normal;
/*overflow:hidden;/**/
}

#navcontainer li li a
{
display: block;
color: #E9000E;/**/
background-color: #FFF;
width: 90%;
padding: 1px 0px 1px 8px;
text-decoration: none;
font-weight: normal;
/*overflow:hidden;/**/
}

.navcontainer2 li li a
{
display: block;
color: #E9000E;/**/
background-color: #FFF;
width: 90%;
padding: 1px 0px 1px 8px;
text-decoration: line-trough;
font-weight: normal;
/*overflow:hidden;/**/
}

#feldtyp a
{
display: block;
color: #000;
background-color: #FFF;
text-decoration: none;
font-size:12pt;
padding-left:15px;
}

#feldtyp a:hover
{

background-color: #C0C0FF;
color: #000;
/*
text-decoration:underline;
font-weight:bold;
/**/
}



