@media print {

/*  ... Background Color ...  */
body   {overflow:scroll;
        background-color:#FFFFFF;}


/*  ... Style-Sheet-Angaben fuer DIV's ... */
.aussen {
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  left:0;
}

.header{
  display:none;
  position:absolute;
  height:150px;
  width:*;
  left:180px;
  top:0px;
  background:#C0C0C0;
  padding:0;
  margin:0;
  z-index:1;
}

.include {
  width:100%;
  height:100%;
  overflow:none;
}

.linesheader {
  display:none;
}

.menu {
  display:none;
  height:100%;
  width:193px;
  background:#C0C0C0;
  padding:0px;
  margin:0;
  z-index:0;
}

.home {
  position:relative;
  height:100%;
  width:100%;
  left:0px;
  top:0px;
  background:#FFFFFF;
  padding:0px;
  margin:0;
  z-index:0;
  overflow:none;
}

.footer {
  display:none;
}

.content_footer {display:none; margin:0px; padding:10px; }




/*  ... Style-Sheet-Angaben fuer Hyperlinks ... */
A:link        {font-size:9pt;  font-weight:bold; font-family:Arial, Helvetica; color:#356a7c; text-decoration:underlined;}
A:visited     {font-size:9pt;  font-weight:bold; font-family:Arial, Helvetica; color:#356a7c; text-decoration:underlined;}
A:active      {font-size:9pt;  font-weight:bold; font-family:Arial, Helvetica; color:#85a193; text-decoration:underlined;}
A:hover       {font-size:9pt;  font-weight:bold; font-family:Arial, Helvetica; color:#85a193; text-decoration:underlined;}

/*  ... Style-Sheet-Angaben fuer Text ... */
#nx000000x08  {font-size:8pt;  font-weight:normal; font-family:Arial, Helvetica; color:#000000;}
#nx000000x09  {font-size:9pt;  font-weight:normal; font-family:Arial, Helvetica; color:#000000;}
#bx000000x08  {font-size:8pt;  font-weight:bold;   font-family:Arial, Helvetica; color:#000000;}
#bx000000x09  {font-size:9pt;  font-weight:bold;   font-family:Arial, Helvetica; color:#000000;}
#bx000000x12  {font-size:12pt; font-weight:bold;   font-family:Arial, Helvetica; color:#000000;}
#nxffffffx09  {font-size:9pt;  font-weight:normal; font-family:Arial, Helvetica; color:#ffffff;}
#bxffffffx09  {font-size:9pt;  font-weight:bold;   font-family:Arial, Helvetica; color:#ffffff;}
#nx3366ccx09  {font-size:9pt;  font-weight:normal; font-family:Arial, Helvetica; color:#3366cc;}
#bx3366ccx09  {font-size:9pt;  font-weight:bold;   font-family:Arial, Helvetica; color:#3366cc;}

.text         {font-size:10pt; font-weight:normal; font-family:Arial, Helvetica; color:#336699; font-style:none;}
.boldtext10   {font-size:10pt; font-weight:bold;   font-family:Arial, Helvetica; color:#336699; font-style:none;}
.boldtext12   {font-size:12pt; font-weight:bold;   font-family:Arial, Helvetica; color:#336699; font-style:none;}
.boldtext14   {font-size:14pt; font-weight:bold;   font-family:Arial, Helvetica; color:#336699; font-style:none;}
.boldtext16   {font-size:16pt; font-weight:bold;   font-family:Arial, Helvetica; color:#336699; font-style:none;}
.boldtext18   {font-size:18pt; font-weight:bold;   font-family:Arial, Helvetica; color:#336699; font-style:none;}
.boldtext20   {font-size:20pt; font-weight:bold;   font-family:Arial, Helvetica; color:#336699; font-style:none;}
.title1       {font-size:20pt; font-weight:bold;   font-family:Arial, Helvetica; color:#336699; font-style:italic;}
.title2       {font-size:20pt; font-weight:bold;   font-family:Arial, Helvetica; color:#85a193; font-style:italic;}

}


 
