body{
	background-color:#efefef;
}

#page {
	background: #000;
	height:270px; 
	width:1015px;
	margin-top: 0px;
	margin-left: 25px;
	font-family: Arial;
	font-size: 1.2em;
	color: #333;
}

#content
{
	background: #fff none repeat scroll 0 0;
	text-align: left;
	list-style-type: square;
	z-index:0;
	position: absolute;
	width: 510px;
	height: 400px;
	margin-top: 40px;
	margin-left: 30px;
}
#box1
{
	background: #CCE8F6 none repeat scroll 0 0;
	z-index:1;
	position: absolute;
	width: 150px;
	height: 98px;
	margin-top: 70px;
	margin-left: 550px;
}
#box2
{
	background: #CCE8F6 none repeat scroll 0 0;
	z-index:1;
	position: absolute;
	width: 150px;
	height: 98px;
	margin-top: 170px;
	margin-left: 550px;
}
#box3
{
	background: #CCE8F6 none repeat scroll 0 0;
	z-index:1;
	position: absolute;
	width: 150px;
	height: 98px;
	margin-top: 270px;
	margin-left: 550px;
}

#box4
{
	background: #CCE8F6 none repeat scroll 0 0;
	z-index:1;
	position: absolute;
	width: 150px;
	height: 98px;
	margin-top: 370px;
	margin-left: 550px;
}

#logo img
{
	z-index:1;
	position: absolute;
	width: 213px;
	height: 95px;
	margin-top: 80px;
	margin-left: 700px;
  }

#nav {
	z-index:1;
	position: absolute;
	background: #000;
	height:100px; 
	width:680px;
	margin-top: 20px;
	margin-left: 40px;
}

#start{
	z-index:2;
	display: block;
	width: 630px;
	height: 72px;
	background: url("../img/start_sm.png") no-repeat 0 0;
}

#start:hover
{ 
  background-position: 0 -74px;
}

#start span
{
  display: none;
}


#uns
{
	z-index:2;	
	display: block;
	width: 420px;
	height: 70px;
	background: url("../img/uns_sm.png") no-repeat 0 0;
}

#uns:hover
{ 
background-position: 0 -71px;
}
#uns span
{
  display: none;
}

#leistung
{
	z-index:2;
	display: block;
	width: 520px;
	height: 70px;
	background: url("../img/leistung_sm.png") no-repeat 0 0;
}

#leistung:hover
{ 
background-position: 0 -75px;
}
#leistung span
{
  display: none;
}

#ref
{
	z-index:2;
	display: block;
	width: 540px;
	height: 70px;
	background: url("../img/ref_sm.png") no-repeat 0 0;
}

#ref:hover
{ 
background-position: 0 -74px;
}
#ref span
{
  display: none;
}

#kontakt
{
	z-index:2;
	display: block;
	width: 400px;
	height: 72px;
	background: url("../img/kontakt_sm.png") no-repeat 0 0;
}

#kontakt:hover
{ 
background-position: 0 -72px;
}
#kontakt span
{
  display: none;
}

#main
{
	text-align:center;
	color:#878787;
	font-family:Arial;
	font-size:12pt;
	position: absolute;
	background: #fff;
	padding-left:300px;
	left:33px;
	top:278px;
	height:600px; 
	width:715px;
}


#linie
{
	text-align:center;
	z-index:1;
	position: absolute;
	margin-top: 500px;
	margin-left: 122px;
  }
  
#fus
{   
	z-index:3;
	text-align:center;
	color:#878787;
	font-family:Arial;
	font-size:10pt;
	position: relative;
	width: 680px;
	height: 100px;
	top: 505px;
	margin-left: 178px;
  }