
*{
	padding:0;
	margin:0;
}

body{
	font:12px "Trebuchet MS", verdana, arial, sans-serif;
	background:#262727;
	text-align:center;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
}

/* Hauptcontainer */

#box{
	width:906px;
	margin:0 auto;  /* Zentrierung */
	text-align:center;
}
#head{
	width:906px;
	height:299px;
	float:left;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}
#content{
	width:906px;
	float:left;
	text-align:center;
	background-image:url(images/content.png);
	background-repeat:no-repeat;
}
#content_bg{
	width:906px;
	float:left;
	text-align:center;
	background-image:url(images/contentr.png);
	background-repeat:repeat-y;
}
#content_l{
	width:380px;
	margin-left:64px;
	margin-bottom:30px;
	float:left;
	text-align:left;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#2667bd;
}
#content_r{
	width:380px;
	float:left;
	text-align:center;
	color:#3a47ff;
}
#foot{
	width:906px;
	height:37px;
	float:left;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
}
#footlinks{
	margin-top:10px;
	float:right;
	margin-right:60px;
}
#footlinks a{
	color:#FFF;
	text-decoration:none;
}
#footlinks a:hover{
	text-decoration:underline;
}
#mitmachen{
	width:305px;
	height:19px;
	margin-top:20px;
	float:left;
	background-image:url(images/mitmachen.png);
	background-repeat:no-repeat;
}
#text_links{
	width:305px;
	margin-top:10px;
	float:left;
}
#kostenlos{
	width:203px;
	height:196px;
	float:left;
	z-index:500;
	background-image:url(images/100_kostenlos.png);
	position:absolute;
	margin-left:750px;
	margin-top:190px;
}