/* =================================================================
Stylesheet für Axel Reiss.com, Juli 2008
Stand: 
Datei: bildschirm_index.css
Datum: 21.07.08
Autor: Axel Reiss

Aufbau: 1. Kalibrierung und allgemeine Styles
        2. Styles für Layoutbereiche
		3. Layoutbereich für Subnavigation Zeichnungen
================================================================ */

/* ==================================================================
             Kalibrierung und allgemeine Styles
====================================================================*/

* {padding: 0; margin: 0; }
h2, h3, p, ul, ol { margin-bottom: 1em; } /*Aussenabstand von 1em für Überschrift der Ebene h2 und h3, absätz p, ungeordnete Liste, und geordnete Listen*/
ul ul { margin-bottom: 0;}
li { margin-left: 1em;}
ul li { list-style-type: square; } /* Quadratische aufzählungszeichen */
html { height: 101%; } /* erzwingt scrollbar im firefox */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 13px;
	background-color: #fff;
	background-image: url(startlogo.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
h1 { font-size: 150% }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
a { 
   text-decoration: none; 
   outline: none;
   padding: 0px;
}
a:link, 
a:visited { 
   color: black; 
}
a:hover, a:focus {
   color: black;
}
a:active {
   color: black;
   
}
 
/* =============================================================
            2. Styles für Layoutbereiche
===============================================================*/
#wrapper {
   width: 328px;
   height: 700px;
   margin-top: 20px;
   margin-right: auto;
   margin-bottom: 10px;
   margin-left: 475px; 
}
/* =========================================================
      Ende Subnavigation
========================================================*/  
#textbereich {
   position: absolute;
   top: 300px;
   left: 50px;
   width: 400px;
   color: white;
   font-size: 12px;
   background-color: transparent;
   padding: 10px;
   





