/* =============================
Stylesheet Bildschirmdarstellung
Website:  Ballonpins
Stand:  12.10.2009
Autor:  Stefan Pritschet
==============================*/

/* ================================================================================== 
   1. Kalibrierung und allgemeine Styles 
   ================================================================================== */

/************ Kalibrierung der wichtigsten Abstaende **********/
  *  { padding: 0; margin: 0; }

/***************** Allgemeine Selektoren **********************/
 	html { height: 101%; } /* erzwingt Scrollbar im Firefox */
  
  	body, td { 
   	background-color: #000000;
   	color: #ffffff; 
   	font-size: 10pt; 
   	font-family: Verdana, Arial, Helvetica, sans-serif; 
  	}  

img {border: 0pt;}

/************************* Hyperlinks ***********************/
a:link { color: #97b217; font-weight: bold; text-decoration: none; }
a:visited { color: #97b217; font-weight: bold; text-decoration: none; }
a:hover { color: #CC0000; font-weight: bold; }
a:active { }
a:link.men { width : 150px; background-color : #333; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration : none; color : #97b217; float: left; margin-top: 25px; margin-right : 4px; margin-left: 15px; padding: 2px 4px; border: outset 3px #ccc; }
a:visited.men { width : 150px; background-color : #333; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration : none; color : #97b217; float: left; margin-top: 25px; margin-right : 4px; margin-left: 15px; padding: 2px 4px; border: outset 3px #ccc; }
a:hover.men { width : 150px; background-color : #333; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration : none; color : #ffffff; float: left; margin-top: 25px; margin-right : 4px; margin-left: 15px; padding: 2px 4px; border: outset 3px #ccc; }

   
/* ********Bildformatierungen *********************** */
  
 	#img1, #img2, #img3, #img4, #img5, #img6, #img7, #img8, #img9, #img10, #img11, #img12, #img13, 
 	#img14, #img15, #img16, #img17, #img18, #img19, #img20, #img21, #img22, #img23, #img24, #img25 { 
   color: #97b217;
   background-color: ##97b217;
   border: 2px solid #97b217;
  }
  
/* ***********Schriftgrößen *************/


/*  Überschriftengrößen */
h1 { color: #fff; font-size: 14pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
h2 { color: #ffffff; font-size: 12pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
h3 { font-size: 12pt; } 
h4 { color: #ffffff; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 1; }
h5 { font-size: 10pt; } 
h6 { font-size: 8pt; } 


 /* ================================================================================= 
   2. Styles Layoutbereiche 
   ==================================== */
   
  #basisbox { /* Das HTML-Element mit dem Attribut id="basisbox" */
     color: white; 
     background-color: #000000; /*war 666666*/
     width: 1200px; /* Breite des Inhaltsbereiches + margin und padding*/   
     padding: 0px;
     margin: 0px auto;
    /* mit Rand folgender Code: border: solid 8px #97b217;*/
     font-size: 8pt; 
  } 
  
  #navigation { text-align: center; width: 220px; height: 1200px; float: left; padding: 5px 0; }
  
  #textbereich {
   width: 780px;
   background-color: #000000; /*weiß */
   background-image: url(../images/backg.jpg);
   background-repeat: no-repeat;
   padding: 20px; 
   margin-left: 220px;
   margin-top: 20px;
   border: solid 8px #97b217;
   font-size: 10pt;  
  color:#ffffff;
  }
  
   .tablehead {
   font-size: 16px;
   font-weight: bold;
   padding-left: 18em;
   }

 
  #fussbereich {
   clear: both; 
   background-color: #000000;
   border-top: 1px solid #8c8c8c; 
   text-align: center;  
   font-size: 10pt; 
   color:#ffffff;   
    }  
 
 

/* ==================================
   ENDE DES STYLESHEETS 
   =============================== */ 
   
     
   /* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/
.small { font-size: 8pt; }
