

html { /* fuer IE 6 (und 7?)  */
	height: 100%;		
}	

body {
    background: url("../imgs/rasterkachel-05.jpg");
    margin:0px;
    padding:0px;
}

* { /* universal-selector fuer alle elemente auf der website  */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other Webkit */
	-moz-box-sizing: border-box; /* Firefox, other Webkit */
	box-sizing: border-box; /* Opera/ IE 8+ */
	*behavior: url(boxsizing.htc);  /* IE 7 */
	}

#startseite #content {
    position: absolute;
    background-image:url(../imgs/startbild-mit-stanze.png);  background-repeat:no-repeat; background-position:center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #3b4f45; 
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 16px;
    top:50%;
    left:50%;
    width: 900px;
    height: 540px;
    margin-left: -450px;
    margin-top: -270px;
    -webkit-box-shadow: 10px 10px 16px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 16px -17px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 16px -17px rgba(0,0,0,0.75);
   }
   
#texte{
   margin-top: 410px;
   margin-left: 150px;
   color: #46bf9c;
    }

#text1:not(:target) .texttafel {
    display: none;
    }

#text1:target .texttafel {
    display: block;
    }
    
#text2:not(:target) .texttafel {
    display: none;
    }

#text2:target .texttafel {
    display: block;
    }

#text3:not(:target) .texttafel {
    display: none;
    }

#text3:target .texttafel {
    display: block;
    }

.texttafel {
  width: 760px;
  position: absolute;
  margin-top:15px;
  margin-left:0px;
  color: #333333;
  padding: 0px;
  text-align: left;
  font-size:12px;
  }


.small {
  font-size: 10px;
  line-height: 13px;
     }

a:link {color: #3b4f45; text-decoration: none;}
a:visited {color: #3b4f45; text-decoration: none;}
a:active {color: #46bf9c; text-decoration: none;}
a:hover {color: #46bf9c; text-decoration: none;}


#datenschutz #container {
    position: absolute;
    top:20px;
    left:50%;
    width: 900px;
    height: auto;
    margin-left: -450px;
      }
   
#datenschutz #content {
    max-width: 100%;
    background: #fff;
    color: #3b4f45; 
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 16px;
    padding: 10% 20% 10% 20%;
    margin-bottom: 50px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 10px 10px 16px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 16px -17px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 16px -17px rgba(0,0,0,0.75);
 }
   
h3 {
  padding-top: 20px;
     }
   
 h2 {
  padding-top: 40px;
     }  