/*  =========================================================
Stylesheet PP
Datei:  screen.css
Media:  screen
Datum:  10.2008
========================================================== */

/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0; }
h2, h3, p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; } 

/* Allgemeine Selektoren */

html { height: 101%; } 
body { 
   color: #f8931f; 
   background: url(pics/bg_htm.jpg);
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: small; 
}
h1 { font-size: 150%; } 
h2 { font-size: 130%; }
h3 { font-size: 100%; color: #fc7216; }
address {
   text-align: center;  
   font-size: 80%;      
   font-style: normal;  
   letter-spacing: 2px; 
   line-height: 1.5em;  
}

/* Hyperlinks */
a { text-decoration: none; outline: none;} 
a:link { color: #000000; } 
a:visited { color: #000000; }
a:hover, 
a:focus { 
  border-bottom: 1px solid #000000; 
}
a:active { 
   color: #000000; 
   background-color: #000000; 
}

/* Allgemeine Klassen und IDs */
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}


/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */

/*#banner { 
   color: black; 
   background: white url(pics/banner.gif);
   width: 1005px;
   height: 125px;
   margin: 0;
}*/

#container { 
   color: black; 
   background: white url(pics/bg.jpg);
   width: 1005px;
   height: 645px;
   margin: auto;
}

/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */
