﻿/* DATEI: div.css */

#body {
	width: 960px;
	height: 4000px;
	left: 0px;
	top: 0px;
	
}
#logo {
	width: 230px;
	height: 165px;
	position: absolute;
}
#titel {
	width: 400px;
	height: 120px;
	position: absolute;
	left: 250px;
	top: 15px;
}
#siegel {
	width: 310px;
	height: 120px;
	position: absolute;
	left: 660px;
}
#navigation {
	width: 150px; 
	height: 460px; 
	top: 185px; 
	position: absolute; 	
}
#navigation2 {
	width: 800px;
	height: 50px;
	position: absolute;
	top: 150px;
	left: 170px;
}
#kontakt {
	width: 150px; 
	height: 165px; 
	top: 655px; 
	position: absolute; 
}
#home {
	width: 150px; 
	height: 40px; 
	top: 825px;  
	position: absolute; 
	
}
#inhalt {
	width: 800px;
	height: auto;
	left: 170px;
	top: 185px;
	position: absolute;
}
