img {
    border: none;
}
.tah10 {
    font-family: Tahoma;
    font-size: 10px;
    text-decoration: none;
    color: #000000;
}
.tah11 {
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
    color: #000000;
}
.ver10 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: #000000;
}
.ver11 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #000000;
}
.tah9 {
    font-family: Tahoma;
    font-size: 9px;
    text-decoration: none;
    color: #000000;
}
.ver9 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
    color: #000000;
}


.tahbol {
    font-family: Tahoma;
    font-size: 10px;
    text-decoration: none;
    color: A6B43B;
    font-weight: bold;
}

.bgtop {
    background-repeat: no-repeat;
    background-position: top;
}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
}
a.link {color:#000099;text-decoration:underline;font-weight: normal;}
a.link:link {color:#000099;text-decoration:underline;font-weight: normal;}
a.link:visited {color:#000099; text-decoration:underline; font-weight:normal}
a.link:hover {color:#000000; text-decoration: none;}
a.link:active {color:#000000;text-decoration:none;}

.title {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

td {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

td.content {
    font-size: 11px;
    color: #333333;
    white-space: nowrap;
    background: #F9F9F9;
    white-space: nowrap;
    BORDER-TOP: #EFF0F7 1px solid; 
    BORDER-LEFT: #EFF0F7 1px solid;
    BORDER-RIGHT: #EFF0F7 1px solid;
    BORDER-BOTTOM: #EFF0F7 1px solid;
    height: 5px;
    padding: 2px;
}

td.content2 {
    font-size: 11px;
    color: #333333;
    white-space: nowrap;
    background: #E1EFFF;
    white-space: nowrap;
    BORDER-TOP: #EFF0F7 1px solid; 
    BORDER-LEFT: #EFF0F7 1px solid;
    BORDER-RIGHT: #EFF0F7 1px solid;
    BORDER-BOTTOM: #EFF0F7 1px solid;
    height: 5px;
    padding: 2px;
}

td.content3 {
    font-size: 11px;
    color: #000000;
    white-space: nowrap;
    background: #B6D5F8;
    white-space: nowrap;
    BORDER-TOP: #6C98D9 1px solid; 
    BORDER-LEFT: #6C98D9 1px solid;
    BORDER-RIGHT: #6C98D9 1px solid;
    BORDER-BOTTOM: #6C98D9 1px solid;
    height: 5px;
    padding: 2px;
    
.button
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    height: 5px;
    font-size: 12px;
    color: #000000;
    text-align: center;
    background-image: url(/vhcs2/themes/modern_blue/images/button.gif);
    background-repeat: repeat-x;
    border: 1px solid #326BC0;
}    
    
}
.unsichtbar{
display:none;
visibility:hidden;
}
.rot{
color:red;
}
tr.grau1 {
	background-color: #eeeeee;
}
tr.grau2 {
	background-color: #d0d0d0;
}
tr.yellow {
	background-color: yellow;
}


img {
   border: 0;
}




*/
/********************
MENU
*********************/
#sidebar {
  position: absolute; 
  width: 270px; 
  z-index: 100; 
  left: -10px; 
}


#menu_vert {
 /* padding-left: 0;
   margin-left: 1em;*/
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** 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 {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(../../images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font
......................... HIER 1.5em statt 0.4em
......................... HIER 2.8em statt 2.0em
*/
div#menu_vert ul ul a {
   font-size: 100%;
   padding: 0.5em 0.5em 0.5em 2.0em;
   background-position: 0.4em center;
}

/* third level links, more padding
......................... HIER 2.8em statt 1.5em
......................... HIER 4.3em statt 3.1em
*/
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 3.1em;
   background: url(../../images/cms/dash.gif) no-repeat 1.5em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #7ecdff;
}
div#menu_vert a.activeparent:hover {
   background-color: #7ecdff;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/

div#menu_vert li a.activeparent {
   background: url(../../images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #d0e1ec;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


.cp  {
   background: url(../../images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #ddecf6;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #104a6b;                                 /* this will be link color for all levels */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   font-size: 1.3em;
   line-height: 1.3em;

}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(../../images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #ddecf6;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #104a6b;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
......................... HIER 0.5, statt 0.1
*/
div#menu_vert ul ul  {
   font-size: 100%;
   padding: 0.3em 0.1em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(../../images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}   