body{
	background-color: #8c9640;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #003300;
}

#content {
	width: 1024px;
	height: 768px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -512px;
	margin-top: -389px; 
}

#nav{
	position: absolute;
	top: 735px;
	left: 0px;
}

#pcontent,
#dlcontent,
#refcontent
{
	width: 420px;
	position: absolute;
	top: 140px;
	left: 40px;
	text-align: left;
	color: #003300;
}

#imprcontent
{
	width: 340px;
	position: absolute;
	top: 280px;
	left: 600px;
	text-align: left;
	color: #959d00;
	font-family: Impact,Verdana, sans-serif;
	font-size: 20px;
	line-height: 24px;
}

.start{
	background-image: url(../images/1_startseite.jpg);
	background-repeat: no-repeat;
}

.person{
	background-image: url(../images/2_person.jpg);
	background-repeat: no-repeat;
}

.dienstleistung{
	background-image: url(../images/3_dienstleistung.jpg);
	background-repeat: no-repeat;
}

.referenzen{
	background-image: url(../images/4_referenzen.jpg);
	background-repeat: no-repeat;
}

.impressum{
	background-image: url(../images/5_impressum.jpg);
	background-repeat: no-repeat;
}

.startnav{
	width: 150px;
	height: 30px;
	text-decoration: none;
	background-image: url(../images/nav_start.gif);
	background-repeat: no-repeat;	
}

.startnav:hover{
	background-image: url(../images/nav_start_o.gif);
	background-repeat: no-repeat;	
}

.startnav_act{
	width: 150px;
	height: 30px;
	text-decoration: none;
	background-image: url(../images/nav_start_o.gif);
	background-repeat: no-repeat;	
}

.pnav{
	width: 157px;
	height: 30px;
	margin-left: 12px;
	text-decoration: none;
	background-image: url(../images/nav_person.gif);
	background-repeat: no-repeat;	
}

.pnav:hover{
	background-image: url(../images/nav_person_o.gif);
	background-repeat: no-repeat;	
}

.pnav_act{
	width: 157px;
	height: 30px;
	margin-left: 12px;
	text-decoration: none;
	background-image: url(../images/nav_person_o.gif);
	background-repeat: no-repeat;	
}

.dlnav{
	width: 200px;
	height: 30px;
	margin-left: 12px;
	text-decoration: none;
	background-image: url(../images/nav_dienstleistung.gif);
	background-repeat: no-repeat;	
}

.dlnav:hover{
	background-image: url(../images/nav_dienstleistung_o.gif);
	background-repeat: no-repeat;	
}

.dlnav_act{
	width: 200px;
	height: 30px;
	margin-left: 12px;
	text-decoration: none;
	background-image: url(../images/nav_dienstleistung_o.gif);
	background-repeat: no-repeat;	
}

.refnav{
	width: 165px;
	height: 30px;
	margin-left: 10px;
	text-decoration: none;
	background-image: url(../images/nav_referenzen.gif);
	background-repeat: no-repeat;	
}

.refnav:hover{
	background-image: url(../images/nav_referenzen_o.gif);
	background-repeat: no-repeat;	
}

.refnav_act{
	width: 165px;
	height: 30px;
	margin-left: 10px;
	text-decoration: none;
	background-image: url(../images/nav_referenzen_o.gif);
	background-repeat: no-repeat;	
}

.inav{
	width: 252px;
	height: 30px;
	margin-left: 14px;
	text-decoration: none;
	background-image: url(../images/nav_impressum.gif);
	background-repeat: no-repeat;	
}

.inav_act{
	width: 252px;
	height: 30px;
	margin-left: 14px;
	text-decoration: none;
	background-image: url(../images/nav_impressum_o.gif);
	background-repeat: no-repeat;	
}

.inav:hover{
	background-image: url(../images/nav_impressum_o.gif);
	background-repeat: no-repeat;	
}

.block{
	display: block;
}

.fl{
	float: left;
}

a{
	outline: none;
	color: #000000;
}