/*

// CSS Definitionen
// Stand Februar 2005
// IZET - Gesellschaft für Technologieförderung Itzehoe mbH
// Dr. S.Raimer
*/

body {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 background: #D6D3D3;
 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;
 }


UL {
  margin-left: 18px;
  padding-left: 0px;
  list-style-image:url(/media/bullets/dot.gif);
}

P, UL, LI {
  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: 15px;
   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: 15px;
   padding-right: 10px;
}

DIV.menu1-level1-act A:hover {
   color: #F39500;
   background: #FFFFFF;
}



/**** Formate für Formularfelder ****/

input, select {
  font-size: 10px;
}


/**** Formate für Suche ****/
.searchform {
  font-size: 10px;
}

.searchresultheader {
  color: #000000;
  background: #FFFFFF;
  font-size: 10px;
}

.searchresultpagetitle {
  font-size: 10px;
  font-weight: bold;
}

.searchresultcontent {
  font-size: 10px;
}

