body{
	font-family: "Trebuchet MS",Arial;
	margin: 0em;
	background: #fff url(images/back1.png) repeat-x scroll left top;
}

#wrapper{
	margin-left:0px;
	margin-right:auto;
	width: 1004px;
}

#banner{
	margin-left: 100px;
	width: 1004px;
	background: transparent url(images/bndtprueftechnik.png) no-repeat scroll left top;
	float: left;
	height: 184px;
}

#nav{
	margin-left: 70px;
	font-size:1.3em;
	width: 146px;
	height: 600px;
	float: left;
}
	
#content{
	padding: 10px;
	margin-left: 100px;
	font-size:0.875em;
	color: #333;
	width: 665px;
	float: left;
	height: 600px;
	border-style: solid;
	border-color: #333;
	border-width: 1px
}

#footer {
  background: #333;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 30px;
}

#footer ul{
  text-align: center;
  line-height: normal;
  font-size: 14px;
  color: #c0c0c0;
}

.link{
	text-decoration: none;
}

