/* DATEI: qubindex131104.css */


  body {
    color: black; background-color: lightblue; /*white;*/
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }
  
 
div#Seitenkopf {
	font-size: 1em;
    margin: 0; padding: 0em; 
    /*text-align: left;*/
	border-bottom: 2px solid black;
	background-color: antiquewhite;
  }  
  
div#Logo {
	font-family: 'Helvetica', sans-serif;
	font-style: italic;
    font-size: 8em;
	font-weight: bold;
    margin: 0; padding: 0.2em; 
    /*text-align: left;*/
    border-right: 2px solid black;
	background-color: lightyellow;
	width: 2em;
	min-height: 0.8em;
	float: left;
  }  
  
  
div#Titel {
	font-size: 2.5em;
	font-style: italic;
	margin: 0; padding: 2.6em 0em 0.65em 8.2em;
	min-height: 1.8em;
  }
  
p {
	font-size: 1em;
  }
  
span#klein {
	font-size: 0.5em;  
  }
  
  p.kleiner {
	font-size: 0.5em;
  }
    
 
  div#Inhalt {
	font-size: 1.4em;
    margin: 0 0 0.5em 12em;
    padding: 0 3em 0 2em;
	float: right;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	background-color: lightcyan;
	float: right;
  }
  
  div#Info {
	font-size: 0.8em;
	padding: 0.5em;
	text-align: center;	
	}
 
   a, a:link, visited {color:#4B0082; font-weight: bold; }

  a:hover, a:focus, a:active {color:white; background-color:#4B0082; /*font-weight: bold;*/ }
 
  
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0.5em;
	padding: 0.5em;
  }

  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
 
/* DATEI-ENDE: qubindex131104.css */