/*
  $Id: stylesheet.css,v 1.4.9.7 2004/02/11 21:13:14 qb_ Exp $

  QBANK, Digital Madia Division
  http://www.qbank.de
  Copyright (c) 1999-2003 QBANK
  Released under the QPL QBANK Public License
*/
         body , table , tr , td , p , a , form , strong , b , ul , li , ol , plaintext , formtext , news_archiv , .pNormal , .selectedNav , .normalNav , .newsDate , .justify  {
         color : black;
         text-decoration : none;
         font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
      }
   body {
         border-right : medium none inherit;
         border-left : medium none inherit;
         border-top : medium none inherit;
         border-bottom : medium none inherit;
         background-color : #f1f2ef;
         text-align : left;
      }
   a , a:link , a:visited , a:active , a.dark:link , a.dark:visited , a.dark:active {
         padding : 1px;
         text-decoration : none;
      }
			

   ul , li , ol {
         list-style-type : square;
         margin-top : 2px;
         margin-bottom : 6px;
	 }

   hr { color : #ffcc00; height : 1px;}

/* Headers */
   h1 , h2 , h3 , h4 , h5 , h6 {
         font-family : tahoma, arial, helvetica, sans-serif;
         font-weight : bold;
         font-style : normal;
         font-variant : normal;
				 color: #B0C4DE;
         margin-bottom : 0px;
         margin-top : 0px;
         margin-right : 0px;
         margin-left : 0px;
         padding-top : 0px;
         padding-bottom : 0px;
         padding-left : 0px;
         padding-right : 0px;
      }
