/* CSS-Definitionen für Saras Homepage */

<style type="text/css">

.auto-style1 {
	font-size: xx-large;
	background-color: #F895F7;
}

.auto-style2 {
	font-size: xx-large;
	background-color: #F895F7;
}
	
.auto-style3 {
	text-align: center;
}
.auto-style4 {
	font-size: small;
}

html, body {
  height:100%;
  margin:0;
  padding:0;
  ! overflow:hidden;
} 


header {
  top:0px;
  position:fixed !important;
  position:absolute;
  height:40%;
  width:100%;
}

main {
  top:45%;
  height:70%;
  position:relative;
  overflow:auto;
  width:100%;
}

footer {
  bottom:0px;
  position:absolute;
  height:10%;
  width:100%;
}

</style>

