/* CSS Document */

	/*-------- index.php---------- */
	/*squares hidden*/
div#div1,div#div2,div#div3,div#div4,div#div5,div#div7,div#div8,div#div10,div#div11,div#div12,div#div13,div#div17,div#div19,div#div20,div#div21,div#div29,div#div30,div#div31,div#div33,div#div34,div#div35,div#div36{
	visibility: hidden ;
}
/*line extra*/
div#line_v{
	position: absolute;
	width: 4px;
	height: 176px;
	top: 392px;
	left: 566px;
	z-index: 400;
}
	
div#line_h{
	position: absolute;
	width: 176px;
	height: 86px;
	top: 392px;
	left: 480px;
	z-index: 400;
	background: none;
}
/*text square*/
div#title{
	position: absolute;
	background: none;
	top: 130px;
	left: 485px;
	width: 80px;
	height: 76px;
	z-index: 300;
}
div#home{
	position:absolute;
	left: 660px;
	top: 392px;
	width: 176px;
	height: 86px;
	background:none;
}
div#content{
	background:none;
	width: 146px;
	height: 200px;
	padding: 20px 0 0 20px;
	text-align: center;
	line-height: 1.7;
	text-indent: 0px;
	letter-spacing: 1px;
	color: #FFF;
	font-weight:600;
}
/* home pic und title */
div#h_title{
	position: absolute;
	top: 212px;
	left: 390px;
	width: 176px;
	height: 176px;
	z-index: 300;
}
div#h_pic{
	position: absolute;
	top: 392px;
	left: 480px;
	width: 176px;
	height: 176px;
	z-index: 300;
	background: none;
}
