html, body, div {
width: 100%;
height: 100%;
margin: 0;
border: 0;
padding: 0;
}


/*  ... Background Color ...  */
body   {background-color:#C0C0C0;}
.home  {background-color:#E0E0E0;}
.home2 {background-color:#C0C0C0;}


/*  ... Grundeinstellungen CSS ... */
html { width:100%; height:100%; margin:0px auto;}

body{
  height:100%;
  min-height:768;
  width:100%;
  min-width:1024;
  margin:0;
  padding:0;
  overflow:hidden;
}

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

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

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

.linesheader {
  width:100%;
  height:100%;
}

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

.home {
  position:absolute;
  height:*;
  min-height: 450px;
  width:*;
  min-width:800px;
  left:180px;
  top:180px;
  background:#C0C0C0;
  padding:10px;
  margin:0;
  z-index:2;
  overflow:auto;
}

.footer {
  position:absolute;
  height:25px;
  width:*;
  bottom:0;
  background:#C0C0C0;
  clear:left;
  padding:0;
  margin:0;
  z-index:4;
}

.content_footer { 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;}


