body {
font-family: arial;
background-color: #dcdcdc;
}

a:link {
 font-family: Arial;
 color: #000000;
 text-decoration: none;
}

a:visited {
 font-family: Arial;
 color: #000000;
 text-decoration: none;
}

a:hover {
 font-family: Arial;
 text-decoration: none;
 color: #000000;
}

a:active {
 font-family: Arial;
 text-decoration: none;
 color: #000000;
}
.menu {
   position: absolute;
   top: 90px;
   right: 4px;
   background-color: orange;
   border: 1px solid red;
   text-align: left;
   margin:0px;
   padding:0px;
   font-size: 13px;
}
#Inhalt {
position: absolute;
top: 150px;
left: 150px;
border: solid 1px #c30
}
.div1{
position:absolute;
width:100%;
height:95%;
margin:0px auto;
background-color: yellow;
border: 1px solid black;
overflow: yes;}

.content{
position: absolute;
right: 0%;
bottom: 0px;
width: 70%;
height: 70%;
border: 0px solid red;
overflow: auto;}
