
* {
  margin: 0px;
  padding: 0px;
  border: 0;
}

.main_div{
	top: 50%;
	position: absolute;
	margin-top: -302px;
	left: 50%;
	margin-left: -402px;
	width: 800px;
	height: 600px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #CCCCCE;
}

.collage{
	top: 0px;
	position: absolute;
	width: 800px;
	height: 98px;
	background-color: #ffffff;
}

.logo{
	position: absolute;
	width: 326px; 
	height: 68px;
	margin-top: 15px;
	margin-left: 30px;
	background-color: #FFFFFF;
}

.menu{
	position: absolute;
	right: 0px;
	margin-right: 0px;
	width: 458px; 
	height: 98px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_menu2.jpg);
}

.points{
	position: absolute;
	right: 0px;
	margin-top: 80px;
	margin-right: 5px;
	width: 432px;
	height: 50px;
}

.line_top{
	position: absolute;
	top: 98px;
	background-image: url(../img/top_line.gif);
	width: 800px;
	height: 3px;
	background-color: #BBBBBD;
}

.content{
	position: absolute;
	background-color: #F2F2F2;
	margin-top: 101px;
	width: 800px;
	height: 470px;
}

.header{
	position: absolute;
	float: left;
	margin-top: 34px;
	margin-left: 41px;
	width: 493px;
	height: 35px;
}

.cont{
	position: absolute;
	float: left;
	margin-top: 70px;
	margin-left: 41px;
	width: 493px;
	height: 384px;
	text-align: justify;
}
.fachanwalt{
	position: absolute;
	float: left;
	margin-top: 350px;
	margin-left: 570px;
}
.scrollcont{
	position: absolute;
	float: left;
	margin-top: 260px;
	margin-left: 41px;
	width: 493px;
	height: 200px;
	overflow: auto;
}
.folblender{
	position: absolute;
	float: left;
	margin-top: 150px;
	margin-left: 41px;
	width: 493px;
	height: 270px;
	overflow: auto;
}
.line_bottom{
	top: 571px;
	position: absolute;
	background-image: url(../img/bottom_line.gif);
	width: 800px;
	height: 3px;
}


.footer{
	bottom: 0px;
	position: absolute;
	width: 800px;
	height: 26px;
	background-color: #E3E3E4;
	border-width: 1px;
	border-color: #000000;
}

.contact{
	bottom: 0px;
	margin-left: 40px;
	position: absolute;
	width: 50px;
	height: 20px;
	background-color: #E3E3E4;
}

.address{
	bottom: 0px;
	margin-left: 140px;
	margin-bottom: 0px;
	position: absolute;
	width: 535px;
	height: 20px;
	background-color: #E3E3E4;
	font-family: verdana;
	font-size: 10px;
	color: #504F54;
	text-decoration: none;
}

.impressum{
	bottom: 0px;
	margin-left: 703px;
	position: absolute;
	width: 50px;
	height: 20px;
	background-color: #E3E3E4;
}
