/* Info - layer.css - 77store.com                           */
/* In dieser Datei werden alle Layer/Content-Boxen und ihre */
/* jeweilige Positionen, Gestaltung tec. definiert.         */
/* ?nderungen in dieser Datei wirken sich auf die GESAMTE   */
/* Seite aus!                                               */


/* Formatierungen DIV-LAYER */

#layerad {
	margin: 0;
	padding: 0;
	z-index: 5;
	width: 575px;
	position: absolute;
	left: 300px;
	top: 200px;
	right: 0px;
}

#contentall {
	background-color: #000;
	padding: 15px 0 0 0;
}

#head {
	margin: 0 30px 30px 30px;
}

#content {
	width: 925px;
	margin: 0 auto;
	background-image: url(../img/bg_content.gif);
}


#contentfooter {
	text-align: center;
	background-image: url(../img/bg_content_footer.gif);
	height: 35px;
}

#footer {
	text-align: center;
	color: #ccc;
	padding: 10px 45px;
}


/* ************************** */

.newsboximg {
	margin: 3px 0 0 13px;
}

.newsboxbodyleft {
	padding: 0;
	background-image: url(../img/index/bg_newsbox_body_left.gif);
}

.newsboxbodyright {
	padding: 0 15px 0 0;
	background-image: url(../img/index/bg_newsbox_body_right.gif);
	background-position:right;
}

.newsboxbody {
	padding: 0;
	background-image: url(../img/index/bg_newsbox_body.gif);
	text-align: center;
}