body {
	
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
	font-family: Verdana;
}

div
{
	position:absolute;
	background-color: #FFFFFF;
}

#top
{
	width:100%;
	height:90px;
	left:0px;
	right:0px;
	top:0px;
}

#top_bg_left
{
	width:170px;
	height:150px;
	background-image: url(../images/logoneu.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index:2;
}

#top_bg_repeat
{
	top:0px;
	right:0px;
	height:90px;
	width:100%;
	background-image: url(../images/saegefisch.png);  
	background-position: right;
	
}



  #left
{
	width:200px;
	left:0px;
	top:90px;
<!--	background-image: url(../images/saegefisch.png);  -->
	background-position: top left;
	background-repeat: no-repeat;
}  

#bottom
{
	width:100%;
	bottom:0px;
	right:0px;
	height:39px;
<!--	background-image: url(../images/saegefisch.png);  -->
	background-position: right bottom;
 	background-repeat: no-repeat;
	font-size:10pt;
	font-weight:bold;
}



#title
{
	position: absolute;
	left:280px;
	top:60px;
	z-index:3;
	font-size:20pt;
	font-weight:bold;
	color: #000000;
}

#impress
{
	position:absolute;
	left:340px;
	bottom:10px;
	z-index:3;
	color: #000000;
}

#contact
{
	position:absolute;
	left:200px;
	bottom:10px;
	z-index:3;
	color: #000000;
}

#content
{
	left:200px;
	top:90px;
	bottom:39px;
	right:0px;	
	padding-right: 80px;
	overflow: auto;
	height: auto;
}

