/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
    background-color: #ffffff;
    font-size: 14px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color:#000000;
    padding:0;
    margin:0;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #000000;}
a:active { color:#000000;}


h1 {
    font-size: 2em; 
    font-weight: normal;
 }

h2 {
    font-size: 1.7em;
    font-weight: normal;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
    width: 70em;
    margin: 0;
    padding: 0;
    background-color: #04274d;
}

/* ----------banner for logo-------------- */
#banner {
    margin: 0;
    padding: 0;
    background-color: #e8f1f9;
}
#banner p{ 
    margin-left: 0em;
    padding: 15px;
    font-size: 16px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-weight: bold;
    color: #000033;
}
#bannertext{
    position: absolute;
    top: 65px;
    left:170px;
    margin-left: 0em;
    padding: 18px;
    font-size: 18px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-weight: bold;
    color: #000033;
}
#mainnavi {
    margin: 0;
    padding: 0;
    background-color: #2e5479;
}

#mainnavi p{
    margin-left: 20em;
    padding: 0 25px;
    font-size: 14px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-weight: bold;
    color: #ffffff;
}

/* -----------------Inhalt--------------------- */
#content {
    float: left;
    width: 50em;
    min-height:600px;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
}

p, pre {
    padding: 0 20px 15px 25px;
    margin:0;
}
#content_special
{
    padding: 0 20px 15px 25px;
    margin:0;    
}
pre, code { font-size: 1.2em;}

h1 {
    padding: 15px 25px;
    margin:0;
}
h2 {
    padding: 5px 25px;
    margin:0;
}

.gross {
    width: 5.71em;
    height: 1.07em;}

/* --------------left navigavtion------------- */

#left {
    float: left;
    width: 20em;
    margin: 0;
    padding:15px 0 0 0;
    color:#ffffff;
}   


/* -----------footer--------------------------- */
#footer {
    clear: left;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    margin-left: 20em;
}

   
.nlu_navi1 {
   margin: 0;
   padding: 0;
   border: 0;
   text-decoration: none;
   font-family:Verdana,Arial,SunSans-Regular,Sans-Serif;
   font-size:18px;
   font-weight: bold;
   width: 200px;  /* ++ Width of Menu Items // Breite der Navigation*/
/*   float:left; */
}

.nlu_navi1 em { font-style: normal; }

.nlu_navi1 ul {
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
   width: 200px;  /* ++ Width of Menu Items // Breite der Navigation */
}

.nlu_navi1 ul li { position: relative; }


/* ==== Styles for Menu Items =================================== */

/* ==== LEVEL X ================================================= */

/* ====  simple link <a> // einfacher Link <a> ==== */
.nlu_navi1 ul li a,
.nlu_navi1 ul li a:link,
.nlu_navi1 ul li a:visited,
.nlu_navi1 ul li a:active { 
   display: block;
   text-decoration: none;
   text-transform: none;
   color: #FFFFFF;           /* ++ Text color // Textfarbe */
   
   /* ++ background color; url of the image; image adjust e.g. left gap 10px */
   /* ++ Hintergrundfarbe; URL der Grafik  ; Grafik einrücken z.B. 10px */
   background-color: #04274d;
   /*background: #81909F url(../../img/article/navi1_norm.gif) 10px 1px no-repeat; */

   /* ++ Text adjust e.g. upper gap and left gap 25px */
   /* ++ Text justieren 1px oben und 25px von links */
   padding: 1px 10px 0 15px;

   /* ++ bottom line if you want */
   /* ++ Untere Linie wenn gewuenscht */
   /*border-bottom: 1px solid #ccc; /* IE6 Bug */ 

   /* ++ Den "white-space" Fehler im IE7 vermeiden */
   /* ++ Killing the "white-space" bug in IE7 */
   \width: 194px;  /* IE5x Opera <= 5 */
   widt\h: 199px;  /* = (Width of Menu Items) - (padding-right + padding-left) */
}

/* ====  Aktiv, wenn ein Sublevel vorhanden ist // active point if there is a sub_level ==== */
.nlu_navi1 ul li.sub_ul_true a,
.nlu_navi1 ul li.sub_ul_true a:link,
.nlu_navi1 ul li.sub_ul_true a:visited,
.nlu_navi1 ul li.sub_ul_true a:active {
   color: White;
   /*background: #2e5479 url(../../img/article/navi1_sub_true.gif) 10px 1px no-repeat; */
   background-color: #04274d;
}

/* ====  Aktiver Pfad - Linkverfolgung im Baum // active path in tree (link tracing) ==== */
.nlu_navi1 ul li.act_path a,
.nlu_navi1 ul li.act_path a:link,
.nlu_navi1 ul li.act_path a:visited,
.nlu_navi1 ul li.act_path a:active {
   color: White;
   font-weight: normal;
   /*background: #2e5479 url(../../img/article/navi1_act.gif) 10px 1px no-repeat;  */
   background-color: #04274d;
}

/* ====  active link <a> // aktiver Link <a> ==== */
.nlu_navi1 ul li.active a,
.nlu_navi1 ul li.active a:link,
.nlu_navi1 ul li.active a:visited,
.nlu_navi1 ul li.active a:active {
   color: #f0b800;
   background-color: #04274d;
}

/* ====  hover: Maus über Link <a> // hover link <a> ==== */
.nlu_navi1 ul li a:hover {
   color: White;
/*   text-decoration: underline; */
   /*background: #597B8F url(../../img/article/navi1_hov.gif) 10px 1px no-repeat;  */
   background-color: #04274d;
}
.nlu_navi1 ul li.sub_no a:hover {
   background-color: #04274d;
}
.nlu_navi1 ul li.sub_ul a:hover {
   background-color: #04274d;
}
/* ====  hover: Wenn Sublevel vorhanden <a> // hover: "if there is a sub_level" <a> ==== */
.nlu_navi1 ul li.sub_ul_true a:hover {
   background-color: #04274d;
}

/* ====  hover: Der aktive Link <a> // hover: "Only for the active link" <a> ==== */
.nlu_navi1 ul li.active a:hover {
   background-color: #04274d;
}



/* ==== LEVEL X+1 =============================================== */

.nlu_navi1 ul ul li.sub_no a,
.nlu_navi1 ul ul li.sub_no a:link,
.nlu_navi1 ul ul li.sub_no a:visited,
.nlu_navi1 ul ul li.sub_no a:active,
.nlu_navi1 ul ul li.sub_ul a,
.nlu_navi1 ul ul li.sub_ul a:link,
.nlu_navi1 ul ul li.sub_ul a:visited,
.nlu_navi1 ul ul li.sub_ul a:active {
   display: block;

   color: #81b1d1;
   background-color: #04274d; 
   padding: 5px 0 0 20px;
   \width: 190px;  /* IE5x Opera <= 5 */
   widt\h: 195px;  /* = (Width of Menu Items) - (padding-right + padding-left) */
}

/* state for the active point if there is a sub_level */
.nlu_navi1 ul ul li.sub_ul_true a,
.nlu_navi1 ul ul li.sub_ul_true a:link,
.nlu_navi1 ul ul li.sub_ul_true a:visited,
.nlu_navi1 ul ul li.sub_ul_true a:active {   
   color: #81b1d1;   
   background-color: #04274d;
}

/* state for the active path (link tracing) */
.nlu_navi1 ul ul li.act_path a,
.nlu_navi1 ul ul li.act_path a:link,
.nlu_navi1 ul ul li.act_path a:visited,
.nlu_navi1 ul ul li.act_path a:active {  
   color: #81b1d1;
   background-color: #04274d;
}


/* state for the active link */
.nlu_navi1 ul ul li.active a,
.nlu_navi1 ul ul li.active a:link,
.nlu_navi1 ul ul li.active a:visited,
.nlu_navi1 ul ul li.active a:active {  
   color: #81b1d1;
   background-color: #04274d;
}


.nlu_navi1 ul ul li a:hover {    
   color: white;
   font-weight: normal;
   background-color: #04274d;
}
.nlu_navi1 ul ul li.sub_no a:hover {  
   color: white;
   background-color: #04274d;  
}
.nlu_navi1 ul ul li.sub_ul a:hover {    
    color: white;
   background-color: #04274d;   
}
/* Only for "if there is a sub_level" */
.nlu_navi1 ul ul li.sub_ul_true a:hover {  
    color: white;
   background-color: #04274d;   
}

/* Only for the active link */
.nlu_navi1 ul ul li.active a:hover {   
    color: white;
   background-color: #04274d;  
}










   
/* ==== LEVEL X+2 =============================================== */

.nlu_navi1 ul ul ul li.sub_no a,
.nlu_navi1 ul ul ul li.sub_no a:link,
.nlu_navi1 ul ul ul li.sub_no a:visited,
.nlu_navi1 ul ul ul li.sub_no a:active,
.nlu_navi1 ul ul ul li.sub_ul a,
.nlu_navi1 ul ul ul li.sub_ul a:link,
.nlu_navi1 ul ul ul li.sub_ul a:visited,
.nlu_navi1 ul ul ul li.sub_ul a:active  {
   display: block;
   text-decoration: none;
   text-transform: none;
   color: #ffffff;
   font-size:15px;
   font-weight: bold;
   background-color: #04274d;
   padding: 5px 0 0 25px;
   \width: 220px;  /* IE5x Opera <= 5 */
   widt\h: 190px;  /* = (Width of Menu Items) - (padding-right + left) */
}

/* state for the active point if there is a sub_level */
.nlu_navi1 ul ul ul li.sub_ul_true a,
.nlu_navi1 ul ul ul li.sub_ul_true a:link,
.nlu_navi1 ul ul ul li.sub_ul_true a:visited,
.nlu_navi1 ul ul ul li.sub_ul_true a:active {
   color: White;
   background-color: #04274d
}

/* state for the active path (link tracing) */
.nlu_navi1 ul ul ul li.act_path a,
.nlu_navi1 ul ul ul li.act_path a:link,
.nlu_navi1 ul ul ul li.act_path a:visited,
.nlu_navi1 ul ul ul li.act_path a:active {
   color: White;
   background-color: #04274d;
}


/* state for the active link */
.nlu_navi1 ul ul ul li.active a,
.nlu_navi1 ul ul ul li.active a:link,
.nlu_navi1 ul ul ul li.active a:visited,
.nlu_navi1 ul ul ul li.active a:active {
   color: white;
   background-color: #04274d;
}


.nlu_navi1 ul ul ul li a:hover {
   color: White;
/*   text-decoration: underline; */
   background-color: #04274d;  
}
.nlu_navi1 ul ul ul li.sub_no a:hover {
   color: White;
   background-color: #04274d;  
}
.nlu_navi1 ul ul ul li.sub_ul a:hover {
   background-color: #04274d;  
}
/* Only for "if there is a sub_level" */
.nlu_navi1 ul ul ul li.sub_ul_true a:hover {
   background-color: #04274d;  
}

/* Only for the active link */
.nlu_navi1 ul ul ul li.active a:hover {
   background-color: #04274d;  
}
/*==== END LEVEL X ============================================= */

/* Holly Hack. IE Requirement \*/
* html .nlu_navi1 ul li { float: left; height: 1%; }
* html .nlu_navi1 ul li a { height: 1%; }

/* ==== End  nlu_navi1 ========================================= */ 
 
 