@charset "utf-8";
/* CSS Document */
#index_container {
	position: relative;
	width:960px;
	height:645px;
	margin:auto;
	background-color: #FFF;
}
#links_architektur_1 {
	position:absolute;
	left:0px;
	top:80px;
	width:320px;
	height:477px;
	z-index:2;
	border: thin  solid #999;
	padding: 3px;
}
#rechtss_architektur_2 {
	position:absolute;
	left:620px;
	top:80px;
	width:320px;
	height:477px;
	z-index:2;
	right: 0px;
	border: thin  solid #999;
	padding: 3px;
}


#index_text {
	position:absolute;
	left:314px;
	top:150px;
	width:321px;
	height:480px;
	z-index:2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	text-align: center;
	top: 88px;
}

#index_text h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
}

#index_text h1 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: center;
	list-style-type: none;
	text-decoration: none;
}
#index_text p a {
	color:#000;
	text-decoration: none;
}

