@charset "utf-8";
/* CSS Document */

body{
	background-color:#474747;
	text-align:center;
	margin:0 0 0 0;

}

#container{
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:75px;
	width:892px;
	height:452px;
	}
	
#header{
	background-image:url(../images/header.jpg);
	width:802px;
	height:186px;
	margin-left:90px;

}

#links{
	background-image:url(../images/links.jpg);
	width:352px;
	height:266px;
}

#content{
	background-image:url(../images/content.gif);
	width:541px;
	height:266px;
	position:absolute;
	top: 186px;
	left: 351px;
}

.textschwarz{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.textgrau{
	color:#727171;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}