#inhalt { 
   position: absolute;
   top: 151px;
   left: 0; 
   width: 1200px;
}
#inhalt_mit_Rand { 
   position: absolute;
   top: 151px;
   left: 200px; 
   width: 800px;
}

#inhalt_mit_Rand_schmal { 
   position: absolute;
   top: 151px;
   left: 100px; 
   width: 800px;
}

.rahmen_formular{
   position: relative;
   top: 0px;
   width: 800px;
   height: 650px;
	left:100px;
}
.rahmen_formularHandy{
   position: relative;
   top: 0px;
   width: 900px;
   height: 650px;
	left:-100px;
}

.rahmen_formular_hoch{
   position: relative;
   top: 0px;
   width: 960px;
   height: 720px;
}

.rahmen_formular_breit{
   position: relative;
   top: 0px;
   width: 980px;
   height: 650px;
   left:10px;
}

.rahmen_bild{
   position: relative;
	top:0px;
   width: 1010px;
   height: 650px;
   left:-150px;
	right:100px;
}