/*
// CSS Definitionen
// Stand November 2004
// IZET - Gesellschaft für Technologieförderung Itzehoe mbH
// Dr. S.Raimer
*/

@page { size:landscape; }


body {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 background: #FFFFFF;
 margin-top: 0px;
 margin-bottom: 0px;
 }

/* Links allgemein definieren: */
A {
  color: #F39500;
  text-decoration: none;
  font-weight: bold;
}
A:hover {
  color: #F39500;
  text-decoration: underline;
  font-weight: bold;
  background: #00000;
}

.line_u {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #D6D3D3;
}


.bulletlist {
   font-size: 10px;
}

.menu {
  border-top: 25px solid #C0BEBB;
}

h1 {
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: bold;}

h2, h3 {
  font-size: 12px; 
  color: #F39500;
 }

P {
  font-size: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.table {
  font-size: 10px;
}


.caption { 
  font-size: 10px;
}




 /* Menu Styles level 1 normal */
.menu1-level1-no {
   border-bottom: 1px dotted #C0BEBB;
   margin-top: 10px;
   text-align:right;
   }
DIV.menu1-level1-no A {
   font-weight:bold;
   font-size: 10px;
   color:#000000;
   text-decoration: none;
   margin-left: 10px;
   padding-left: 20px;
   padding-right: 10px;
   }
DIV.menu1-level1-no A:hover {
   color: #F39500;
   background: #FFFFFF; 
   }



/* Menu Styles level 1 activated */
.menu1-level1-act {
   border-bottom: 1px solid #C0BEBB;
   margin-top: 20px;
   text-align: right;
}
DIV.menu1-level1-act A {
   font-weight:bold;
   font-size: 10px; 
   color:#000000;
   text-decoration: none;
   margin-left: 10px;
   padding-left: 20px;
   padding-right: 10px;
}
DIV.menu1-level1-act A:hover {
   color: #F39500;
   background: #FFFFFF;
}

