/*
------------------------------------------------------
  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:170px;
	left:280px;
	width:500px;
	height:auto;
	z-index:1500;
	margin:0px;
	padding:0px;
	color:#4e4e4e;
}

.links{
		width:180px;
		float:left;
}
.rechts{
		width:300px;
		float:left;
}

a:link {color:#000; text-decoration:underline;}
a:visited {color:#000; text-decoration:underline;}
a:hover {color:#000; text-decoration:underline;}
a:active {color:#000; text-decoration:underline;}

