h1 {
font-size: 75px;
font-style: italic;}

h2 {
font-size: 50px;
font-weight: 400;}

h3 {
font-size: 15px;
font-weight: 50;}

p {
font-size: 15;
font-weight: normal;}

body {
background-color: #F5F6CE;}

#kopfleiste {
position: fixed;
top: 10px;
left: 60px;
width: 1030px;
height:200px;
padding: 10px;
line-height:35px;
background-color: #F6CEF5;
color: #8A0886;
box-shadow: 2px 2px 2px 3px #515151;}

#menu {
position: fixed;
top: 250px;
left: 60px;
width: 200px;
height: auto;
background-color: #FFFF00;
color: ;
box-shadow: 2px 2px 2px 3px #515151;}

#inhalt {
position: absolute;
top: 250px;
left: 280px;
width: 790px;
height: auto;
overflow: scroll;
padding: 20px;
line-height: 20px;
background-color: #A9F5F2;
color:#0431B4;
box-shadow: 2px 2px 2px 3px #515151;}

