/* CSS Document */

BODY {
	background-color:#FFFFFF;
}


DIV#nav{
	display:none;
}

/*  ---------------- Leistungen ---------------- */

div#top_subnav span, div#bottom_subnav span {
	margin-right:10px;
}

div#top_subnav {
	position:absolute;
	top:38px;
	left:2%;
	width:98%;
}

div#bottom_subnav{
	position:absolute;
	top:60px;
	left:2%;
}


div#leistungsbox{
	position:absolute;
	top:82px;
	border:1px solid #330099;
	width:95%;
	height:750px;
	left: 2%;
}

div#text {
	position:absolute;
	top:82px;
	/*border:1px solid black;*/
	left:180px;
	right:180px;
}

/*
img#leistung_img1 {
	position:absolute;
	top:80px;
	left:25px;
	padding:8px;
	background-color:#D7CF3E;
	height:150px;
	width:102px;
}

img#leistung_img2 {
	position:absolute;
	top:450px;
	left:25px;
	padding:8px;
	background-color:#D7CF3E;
	height:150px;
	width:102px;
}

img#leistung_img3{
	position:absolute;
	top:80px;
	right:25px;
	padding:8px;
	background-color:#D7CF3E;
	height:150px;
	width:102px;
}

img#leistung_img4 {
	position:absolute;
	top:450px;
	right:25px;
	padding:8px;
	background-color:#D7CF3E;
	height:150px;
	width:102px;
}
 */