/* ======================================================================
Stylesheet fuer die Seiten von PhoenixX
Datei: bildschirm.css
Datum: 29. Juli 2008
Autor: Richard Barnickel

Aufbau: 1. Kalibrierung und allgemeine Styles
        2. Styles fuer Layoutbereiche
        3. Sonstige Styles
========================================================================== */

/* ======================================
   1. Kalibrierung und allgemeine Styles
   ====================================== */

/* Kalibrierung der wichtigsten Abstaende */ 
* { padding: 0; margin: 0; }
/*h2, p, ul, ol { margin-bottom: 0; }
ul ul { margin-bottom: 0; }
li { margin-left: 0em; }
*/
/* Allgemeine Selektoren */
html { height: 101%; } /* erzwingt Scrollbar im Firefox */
body { 
     color: white;
     background-color: white;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: small;
}

h1 { font-size: 150%; }
h2 { font-size: 130%; color: #C40F27;}

address {
   text-align: center;  /* zentrieren */
   font-size: 80%;   /* etwas kleiner */
   font-style: normal;   /* normale Schrift, nicht kursiv */
   letter-spacing: 2px;   /* Abstand zwischen den Buchstaben */
   line-height: 1.5em;  /* Zeilenabstand */
}

/* Hyperlinks allgemein */
/*a { text-decoration: none; outline: none; } /* Unterstreichung entfernen */


/* Allgemeine Klassen und IDs */
.skiplink { /* der Punkt voran bedeutet, das Element mit dem Attribut: class="skiplink" */
     position: absolute;
     top: -2000px;
     left: -3000px;
     width: 0px;
     height: 0px;
     overflow: hidden;
     display: inline;
}
/*#logo {
     color: black;
     background-color: white;
     padding: 0px;
     border: 0px;
}*/


/* ====================================
   2. Styles fuer die Layoutbereiche
   ==================================== */
   
#wrapper {
     color: black;
     background-color: #FAF6DB; /* Cremeweiss */
     position: relative;
     width: 740px; /* Breite des Inhaltbereiches der ganzen Seite */
     margin-top: 10px;
     margin-right: auto; /* Abstand rechts automatisch */
     margin-bottom: 10px;
     margin-left: auto; /* Abstand links automatisch */
	 border-bottom: 10px solid white;
	 padding: 0px;
}     
#kopfbereich {
     color: black;
     background-color: #FAF6DB;
     padding-left: 20px;
	 padding-right: 0px;
	 padding-top: 10px;
	 padding-bottom: 10px;
     border: 0px;
     margin: 0px;
}
#navibereich1 {
     text-align: left;
     color: black;
     background: #F15724;
     padding: 7px 0px 6px 10px;
	 /* border-top: 2px solid #0e5e98; blaue Linie am oberen Navirand */
     border-bottom: 2px solid #C40F27;
     margin: 0px;
}
     
     #navibereich1 li { /* aendert in navibereich die Liste (li) */
         display: inline;  /* li nebeneinander anzeigen */
         list-style-type: none; /* ohne Aufzaehlungspunkte */
         font-size: 85%; /* Schriftgroesse des Navibereiches */
         margin: 0px;
     }
     #navibereich1 a { text-decoration: none; outline: none; } /* Unterstreichung entfernen */
     #navibereich1 a { 
        color: white;
        margin: 0px;
        padding: 3px 8px 4px 8px; 
        /*border-right: 1px solid #EBEBEB; 
        border-top: 1px solid #EBEBEB;
        border-left: 1px solid #EBEBEB;
        border-bottom: 1px solid #EBEBEB;*/
     }
     #navibereich1 a:link { color: #FAF6DB; margin:0; }
     #navibereich1 a:visited { color: #FAF6DB; }
     #navibereich1 a:hover, a:focus { 
	    color: yellow;
        /*background-color: #EBEBEB;
        border-top: 2px solid #0e5e98;
        border-bottom: 3px solid #EBEBEB; */
        
     }
     #navibereich1 a:active {
        color: #FAF6DB;
        background-color: #FAF6DB;
     }
	 #startseite #navi01-01 a,
	 #lebenscoaching #navi01-02 a,
	 #astrologie #navi01-03 a,
	 #seminare #navi01-04 a,
	 #links #navi01-05 a, 
   #uebermich #navi01-06 a { 
        color: black;
        background-color: #FAF6DB;
		margin: 0px;
		border-top: 2px solid #FAF6DB;
		border-bottom: 5px solid #FAF6DB; 
	 }
	 

#textbereich {
     background-color: white;
     border: 1px solid #999999;
     margin-top: 30px;
     margin-left: 30px;
     margin-right: 30px;
     margin-bottom: 30px;
     padding-top: 10px;
     padding-right: 20px;
     padding-bottom: 20px;
     padding-left: 20px;
}
     #textbereich ul {
	   
	 }
	 #textbereich li {
	    margin-left: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	  }
    
    #textbereich a:link { color: #C40F27; }
    #textbereich a:visited { color: #C40F27; }
    #textbereich a:hover, a:focus { color: #888888; }
    #textbereich a:active { color: #C40F27; }
    
#fussbereich {
     clear: both;
     padding-top: 10px; /* unterhalb Rahmenlinie */
     padding-right: 20px;
     padding-bottom: 20px;
     padding-left: 20px;
     border-top: 1px solid #8c8c8c; /* Farbe der Rahmenlinie */
     margin-top: 20px; /* Aussenabstand oben, oberhalb Linie */
}

/* ===============================================
   E N D E     D E S       S T Y L E S H E E T S
   =============================================== */
