
                    /* Index: style.css */

               body {
                    background-image: linear-gradient(to right, #9effb0, #ffffb2);
                    width: 900px;
                    margin-left: auto;
                    margin-right: auto;
                    font-family: sans-serif;
                    font-size: 100%;
                    color: black;
                    line-height: 1.5em;
                    } 
             header { 
                    margin-top: 50px;
                    padding: 30px;
                    border-bottom: 2px solid #000000;
                    border-left: 2px solid #000000;
                    text-align: center;
                    }
                 h1 {
                    margin: 10px 0px 30px 0px; 
                    text-align: center;
                    } 
            #slogan {
                    font-size: 120%;
                    text-align: center;
                    } 
                 h2 {
                    margin-bottom: 0px; 
                    margin-top: 40px;
                    }
            #bild01 {margin: 20px 0 20px 0; }
           
              #mich { margin: 50px 0 50px 0; }
             figure {
             	     width: 400px;
             	     float: right;
             	     margin: 20px 0 5px 20px;
             	     font-size: 90%;
             	     line-height: 1.3em;
                    } 
            article {
                    text-align: left;
                    }
           #bewegen {
           	        background-color: #ccffbb;
           	        margin-left: 30px;
           	        padding: 20px;
           	        } 
           #glossar {
            	     float: right;
            	     width: 400px;
            	     background-color: #d8ffce;
            	     padding: 10px;
            	     text-align: right;
                    }
      #moeglichkeit {
            	     float: right;
            	     width: 400px;
            	     background-color: #d8ffce;
            	     padding: 10px;
            	     text-align: right;
                    } 
       #philosophie {
           	        background-color: #ccffbb;
           	        padding: 20px;
           	        }  
           	#raimar {
                    width: 250px;
                    float: left;
                    margin-right: 20px;
                    margin-top: 20px;
                    margin-bottom: 10px;
                    }
             a:link { color: #008800; }
            a:hover { color: #0000ff; }    
                  a { text-decoration: none; }