/* CSS Document */
body {
    background-color:#000000;
	margin: 0px;
	padding: 0px;
}
.maincontainer{
    position:relative;
	width:611px;
	height:622px;
	margin: 50px auto;
	background-color:#000000;
}
.address{
	position:absolute;
	width:150px;
	height:20px;
	top:602px;
	left:400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
.ecke1{
	position:absolute;
	width:65px;
	height:65px;
	top:0px;
	left:0px;
	border-top:1px solid #555555;
	border-left:1px solid #555555;
}
.ecke2{
	position:absolute;
	width:65px;
	height:65px;
	top:0px;
	left:544px;
	border-top:1px solid #555555;
	border-right:1px solid #555555;
}
.ecke3{
	position:absolute;
	width:65px;
	height:65px;
	top:544px;
	left:0px;
	border-bottom:1px solid #555555;
	border-left:1px solid #555555;
}
.ecke4{
	position:absolute;
	width:65px;
	height:65px;
	top:544px;
	left:544px;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
}
.box1{
	position:absolute;
	width:270px;
	height:270px;
	left:23px;
	top:23px;
}
.box1 :hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.box2{
	position:absolute;
	width:270px;
	height:270px;
	left:317px;
	top:23px;
}
.box2:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.box3{
	position:absolute;
	width:270px;
	height:270px;
	left:23px;
	top:317px;
}
/*.box3:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}*/
.box4{
	position:absolute;
	width:270px;
	height:270px;
	left:317px;
	top:317px;
}
.box4:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
