/* Stylesheet für Atemtherapie iris Hoffmann
    
   Start 04.06.08
   Datei: bildschirm.css
   Autor: Marc René Geiser
   

   
   Farben: 
    Hintergrund1  #CEDDEE
    Hintergrund2  #F9F2FB
    Textbereich   #83A7BF
    Hervorheben   #FF6742
    Titel (dunkel)#1C4D6D
*/

   /* ***********************************************************************
    Kalibrierung und allgemeine Styles
   ***********************************************************************/
/* Holly Hack für IE */
/** html #spalte2 {height: 1%}*/
/*html { height: 101%; } */
*   {
    padding: 0 ;
    margin: 0 ;
    border: 0;
    list-style-type: none;
    }
body { 
    background-color: #F9F2FB;
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size: 10pt;
    font-weight: normal;
    background-image: url(hintergrund.png);
    background-repeat: repeat-x;
    }
h1  {
    font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
    font-weight: bold;
    color: white;
    margin: 10px 0 20px 0;
    font-size: 200%;
    }
h2  {
    font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
    font-weight: normal;
    font-size: 150%;
    color: #1C4D6D;
    margin: 20px 0 10px 0;
}
h3  {
    font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
    font-weight: normal;
    font-size: 120%;
    color: #1C4D6D;
    margin: 15px 0 7px 0;
}
a   {
    text-decoration: none;
    outline: none;
    }
    a:link { color: #0A3048}
    a:visited{color: #0A3048}
    a:hover, a:focus {color: #FF6742;}
    a:active {color: #0A3048;}
p   {
    margin-bottom: 5px;
    }
.bildrechts{
    float: right;
    margin: 0 30px;
    clear: right;
    }
   /* ***********************************************************************
    Styles für die Layoutbereiche
   ***********************************************************************/
#wrapper {
    width: 800px;
    margin: 0 auto;
    color: black;
    background-color: #F9F2FB;
    background-image: url(hintergrund.png);
    background-repeat: repeat-x;
    }
#navibereich {
    width: 800px;
    height: 24px;	
	margin:0 auto;
	position:relative;
    }
    #navibereich li {
        position:absolute;	
        display:block;	
        height: 24px;
	    background: url(navi.png) 0px 0px no-repeat;	
        }
    #navibereich a {
        height:24px;
	    display: block;	
    }
    #navi01 {
	width: 27px;
	left: 0px; 
    }
    #navi01 a:hover,
    #navi01 a:focus,
    #index #navi01 a
        {background: url(navi.png) -0px -24px no-repeat scroll;}

    #navibereich #navi02 {
	    width: 108px;
	    left: 27px; 
	    background-position:  -27px -0px 
        }
    #navi02 a:hover,
    #navi02 a:focus,
    #atem #navi02 a
        {background: url(navi.png) -27px -24px no-repeat scroll;}

    #navibereich #navi03 {
	    width: 88px;
	    left: 135px; 
	    background-position:-135px -0px
        }
    #navi03 a:hover,
    #navi03 a:focus,
    #angebot #navi03 a
        {background: url(navi.png) -135px -24px no-repeat scroll;}

    #navibereich #navi04 {
	    width: 110px;
	    left: 223px; 
	    background-position:-223px -0px
        }
        #navi04 a:hover,
        #navi04 a:focus,
        #indikationen #navi04 a
        {background: url(navi.png) -223px -24px no-repeat scroll;}

    #navibereich #navi05 {
	    width: 95px;
	    left: 333px; 
	    background-position:-333px -0px
        }
        #navi05 a:hover,
        #navi05 a:focus,
        #uebermich #navi05 a
        {background: url(navi.png) -333px -24px no-repeat scroll;}

    #navibereich #navi06 {
	    width: 95px;
	    left: 428px; 
	    background-position:-428px -0px
        }
        #navi06 a:hover,
        #navi06 a:focus,
        #kontakt #navi06 a
        {background: url(navi.png) -428px -24px no-repeat scroll;}

    #navibereich #navi99 {
	    width: 276px;
	    left: 523px; 
	    background-position:-523px -0px
        }
    #navi99 a:hover,
    #navi99 a:focus
        {background: url(navi.png) -523px -24px no-repeat scroll;}         
        
    
#kopfbereich {
    height: 250px;
    color: black;
    background-image: url(schwaene.png);
}
#textbereich {
    color: #0A3048 ;
    margin-top: 10px;
    padding: 25px 80px 80px 80px;
    background-color:#83A7BF;
}
#textbereich li {
    padding: 0 0 5px 20px;
}
#impressumbereich{
    padding-left: 80px;
}
#impressumbereich li {
    font-size: 0.8em;
    display: inline;
    list-style-type: none;
    padding: 0 10px 0 0;
    }
    #impressumbereich a {color: #83A7BF;}
    #impressumbereich a:hover, a:focus {color: #FF6742;}

