/*
------------------------------------------------------
  Contentelemente
------------------------------------------------------
*/

/* IE 5, 4 / NS 4 Styles explizit */
#content {
	position:relative;
	background: url(../images/bg_meta.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:1000px;
	height:600px;
}

#copy{
	position:absolute;
	top:149px;
	left:283px;
	width:500px;
	height:auto;
	z-index:1500;
	margin:0px;
	padding:0px;
	color:#4e4e4e;
}

#content #copy h3 {
	margin-bottom:3px;
}

.links{
		width:220px;
		float:left;
		margin-right:30px;
}
.rechts{
		width:220px;
		float:left;
}

