/****************************************************

       CSS  - List of Words - abc-lex

 ****************************************************/



/***************** sections *************************/

body {
  background: url(PIX/bg_modif3.bmp) center center;  
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;  

  /*  background: url(PIX/linjebg2.bmp); 
  margin-left: 0px;
  margin-top: 0px;  */

}



/*****  section formatting  **********************/

#frame {
  width: 800px;       /* 800 770 */
  margin: 0px auto;
  height: 1425px;  
  text-align:left;   
  background: #eee;  /* ddd bbb ccc  ddd   #eceef1;  */  /*  #eee;  */
/*  background: url(PIX/testbg_gradient.bmp);  */
  border-left: 0px solid #000;    /* 666 6991a1  */
  border-right: 0px solid #000;    /* 666 6991a1  */
}

#adspace {
  float: left;
  width: 500px;
  height: 90px;   /* 90 80 75 80 */
  background: #333;    /* ee0000 rgb(66,66,74) 002248 598191 rgb(66,66,74) #598191 002248;  */
  padding-top: 15px;
  padding-left: 300px;
  border-left: 0px solid #ccc;
}

#logoborder {
  float: left;
  width: 800px;
  height: 20px;   /* 90 80 75 80 */
  background: #55aa55;    /* ee0000 rgb(66,66,74) 002248 598191 rgb(66,66,74) #598191 002248;  */
  padding-top: 0px;
  padding-left: 0px;
 }


#logospace {
  float: left;
  width: 800px;
  height: 65px;   /* 65 95 105 90 80 75 80 */
  background: #ccc;   /* url(PIX/grammatikgubbe1.bmp);  */

  padding-left: 0px;
  /* 002248 396171 497181 598191  6991a1 (bluegreen) 4244647 (darkblue) */ 
  /* 0177a7  e0e0e0 002248 ccc 666 #fff; 086d85                         */
}

#navigationbar {
  float: left;
  width: 800px;
  height: 65px;  /* 25 32 25*/
  background: #ccc;    /* bbb  363636 bbb 000055 333 666 000044 999 444  222 110044 220055 444 333 */
}




#abclexdata { 
  float: left;  
  width: 720px;   /* 740 */ 
  /* margin-right: 0px; */    /* 2 */
  margin-left: 0px;  
  margin-right: 0px;  /* 30px */
  padding-left: 80px;         /* 60 40 20 */
  background: #eee;          
  font-size: 12px;
  font-family: Arial;
}



#footer {
  float: left;
  width: 800px;
  height: 75px;
  /* background: #000; */
  background: url(PIX/footer_gradient.bmp);  
  color: #eee;
  font-size: 11px;
  font-family: Verdana, Tahoma, Arial;
  text-align: center;  
  padding-top: 20px;
}


/***************** characters *************************/

#logospace h1 {
  color: #666;  /* ffffff; */
  font-family: Tahoma, Arial, Tahoma;
  font-weight: bold;
  font-size: 32px;  /* 24 28 */
  margin-top: 10px;  /* 15 10 5 10 */
  margin-left: 40px;  /* 40 */
}

#logoborder h2 {
  color: #eee;  /* 444 00a7d1 666 002266  333  666 333399  304050 404080 666 222 #606080 */
  font-family: arial, times, garamond, arial, times, georgia;
  font-size: 14px;   /* 12 20px; */
  font-weight: bold;
  letter-spacing: 15px;
  margin-left:40px;   /* 40 */
  margin-top: 1px;
}


#navigationbar a.current {
  font-family: courier, arial, verdana, Verdana;
  font-size: 12px;   /* arial 12px */
  font-weight: bold; 
  text-decoration: none;    
  color: #000;   /* eee */
  padding-left: 60px;  
}

#navigationbar a.current:hover {
  font-family: courier, arial, verdana, Verdana;
  font-size: 12px;   /* arial 12px */
  font-weight: bold; 
  text-decoration: none;    
  color: #eee;   /* 666 eee */
  padding-left: 60px;  
}


#navigationbar a {
  font-family: courier, Arial, Verdana;
  font-size: 12px;   /* 13 arial 12px */
  font-weight: bold; 
  text-decoration: none;    
  color: #00a7d1;   /*  3961a1 222 ccc 00aa00 6991a1  497191 224499  222288  444466 444499  5555aa   333;   */
  padding-left: 40px;  
}

#navigationbar a:hover {
  font-family: courier, arial, verdana, georgia,arial;
  font-size: 12px;
  font-weight: bold; 
  color: #ff0000;   /* 4444aa  #0000aa; */
  text-decoration: none;    
  padding-left: 40px;  
}






#abclexdata a {
  font-family: Arial, Verdana;
  font-size: 12px;   /* arial 12px */
  font-weight: normal; 
  text-decoration: underline;    
  color: #3961a1;    /* 551a8b;   */
  /* padding-left: 35px;  */
}

#abclexdata a:hover {
  font-family: Arial, Verdana;
  font-size: 12px;   /* arial 12px */
  font-weight: normal; 
  text-decoration: none;    
  color: #551a8b;   
  /* padding-left: 35px;  */
}


#abclexdata h2 {                       /* HEADLINES MAIN */
  color: #666;   /* 666 555  6991a1 777 666  222   497191  222 #222288 #666688;  */
  font-family: Arial, Times, Arial, Verdana;
  font-size: 24px;  /*  20 18 */
  /* font-size: 1.4em; */
  font-weight: normal; /* bold; */
  margin-left: 0px;
  margin-top: 20px;   /* 20 30 */
  margin-bottom: 10px;   /*   10   */          
}



/* EOF */



