/* Website Vis-a-Vis GbR
**************************************************************
* Webmaster: Schreyer Michael
* Stand: 31.12.2009
* Dateiname: bildschirm.css
* CSS-Datei fuer Druckerausgabe
* ************************************************************
Aufbau: 1. Kalibrierung
        2. Allgemeinen Styles
        3. Styles fuer Layoutbereiche
        4. Sonstige Styles
        
**************************************************************
1. Kalibrierung
*********************************************************** */

* {padding:0; margin: 0}
h1, h2,p, ul, ol {margin-bottom: 1em;}
ol ul {margin-bottom: 0;}
li {margin-left: 2em;}


* /**************************************************************
2. Allgemeinen Styles
*********************************************************** */

html        {height: 101%;}

body        {font-family: verdana, arial, times, helvetica, sans-serif;
             font-size: 10pt;
             color: black;}
span        {font-weight: bold;}
             
h1          {font-size: 14pt;}
h2          {font-size: 16pt;}

address     {text-decoration: none;
             outline: none;
             text-align: center;}

           
           
           
/* Hyperlinks */
a           {font-weight: bold;}
a:link      {color: white; text-decoration: none;}  /* nicht besuchte Links*/
a:visited   {color: white; text-decoration: none;} /* besuchte Links */
a:hover,
a:focus     {color: #fbf800; border-bottom: 1px solid  #fbf800;}
      

.clearing   {clear: both;}


/* **************************************************************
3. Styles fuer Layoutbereich
*********************************************************** */
 
#wrapper      {background-color: #FFFFFF;
               color: black;
               width: 100%;
 
              }

#kopfbereich  {visibility: hidden;}
             
#navibereich  {visibility: hidden;}             

              
              
#fussbereich  {visibility: hidden;}
              
#impressum    {visibility: hidden;}
