/* =============================
Stylesheet Bildschirmdarstellung
Website:  Logomagnete
Stand:  19.01.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 { 
   	color: #000; 
   	background-color: #fff; 
   	font-family: Verdana, Arial, Helvetica, sans-serif; 
   	font-size: 10pt; 
  	}  


/* ****margin-bottom Überschriften, Absätze, Listen etc.**** */

h1, h2, h3, h4, h5, p, blockquote, ul, ol, dl {
   padding: 5px; 
   margin: 3px 0 14px 0;
}

/**
	ul { list-style-type: disc; }
	ol { list-style-type: decimal; }
**/
	
	/* Listenelemente etwas mehr einrücken */
/**
li { margin-left: 2em; } 

hr {
   padding: 0; 
   margin: 0 0 10px 0;
   }
 **/ 
img {border: 0pt;}

/************************* Hyperlinks ***********************/
  	a { color: #E64B06; font-weight: bold; text-decoration: none; } /*war #ff3300*/
  	a:link { color: #c93; font-weight: bold; text-decoration: none; }
	a:visited { color: #c93; font-weight: bold; text-decoration: none; }
	a:hover { color: #000; font-weight: bold; }
	a:active {color: black; background-color: #ffffff; }  
   
/* ********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: white;
   background-color: #414143;
   border: 2px solid black;
  }
  
/* ***********Schriftgrößen *************/


/*  Überschriftengrößen */
h1 { color: #c93; font-size: 12pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
h2 { color: #000; font-size: 12pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
h3 { font-size: 12pt; } 
h4 { color: #000; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 0; }
h5 { font-size: 10pt; } 
h6 { font-size: 8pt; } 


 /* ================================================================================= 
   2. Styles Layoutbereiche 
   ==================================== */
   
  #basisbox { /* Das HTML-Element mit dem Attribut id="basisbox" */
     color: white; 
     background-color: #ffffff; /*war 666666*/
     width: 1000px; /* Breite des Inhaltsbereiches + margin und padding*/   
     padding: 0px;
     margin: 0px auto;
     border: solid 2px #000000;
     font-size: 10pt; 
  } 
  
    #headlogo { 
   margin-left: 400px;
   color: white;
   border: 2px solid white;
  }
  #navigation { background-image: url(../images/nav_back.gif); background-repeat: repeat-y; text-align: center; width: 220px; height: 1200px; float: left; padding: 5px 0; }
  
  #textbereich {
   width: 700px;
   background-color: #ffffff; /*weiß */
   padding: 5px; 
   margin-left: 250px;
   margin-top: 20px;
   border: solid 1px #414143;
   font-size: 10pt;  
  color:#000000;
  }
  
   .tablehead {
   font-size: 16px;
   font-weight: bold;
   padding-left: 18em;
   }

 
  #fussbereich {
   clear: both; 
   background-color: #eee;
   border-top: 1px solid #8c8c8c; 
   text-align: center;  
   font-size: 10pt; 
   color:#000000;   
    }  
 
 

/* ==================================
   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.
*/
