#oben {
position: absolute;
top:0px;
left:15%;
height:100px; 		
}

#rechts {
position: absolute;
top:100px;
left: 275px;
width:80%; 		
}



#links {
position: absolute;
top:0px;
left:0px;
width:240px;
}

#links li {
   background-color: silver;       /* Hintergrundfarbe   */
   border-top: 2px black solid;    /* Rahmenfarbe Auflistungpunkt oben */
   border-left: 25px black solid; /* Rahmenfarbe Auflistungpunkt oben */
   border-bottom: 2px black solid;   /* Rahmenfarbe unten  */
   border-right: 2px black solid;   /* Rahmenfarbe unten  */
   margin-top: 10px;               /* Außenabstand oben  */
   margin-right: 35px;             /* Außenabstand rechts */
   padding-top: 8px;               /* Innenabstand oben  */
   padding-bottom: 8px;            /* Innenabstand unten */
   padding-left: 8px;              /* Innenabstand unten */
   padding-right: 8px;             /* Innenabstand unten */
} 

#links ul {
   list-style: none;               /* keine Aufzählungspunkte */
}

#inhalt {	
position: absolute;
top: 100px;
left: 245px;
width:30px;
}

#iphone{
position: absolute;
top:100px;
left:15%;
width:30%;
}

#text{
position: absolute;
top:100px;
left:45% ;
width:40%;		
}

#impressum {
position: absolute;
top:720px;
left:0px;
width:100%;				
}

#editor{
white-space:pre; 
}
#impressumipad {
position: absolute;
top:770px;
left:0px;
width:100%;				
}

#ipad{
position: absolute;
top:100px;
left:15%;
width:40%;
}

#textipad{
position: absolute;
top:100px;
left:55% ;
width:40%;		
}




