@charset 'utf-8';

/*
	Projekt: Moebel Hornung
	Datei: anzeige.css
	Autor: Carolin Schwank
*/


/* ----------------------------------------------------- Page layout */

#anzeige { 
	background: url(../img/anzeige/headline.gif) no-repeat 0 0;
	font-family: helvetica, arial, "sans serif";
	margin-left: 22px;
	position:relative;
	height: 1050px;
	border: 1px solid #ccc;}

#anzeige .kuechen {
	position: absolute;
	top: 218px;
	left: 0;
}

#anzeige .gutschein {
	position: absolute;
	top: 735px;
	left: 0;
	width: 267px;
	height: 250px;
}

#anzeige .textbox1 {
	position: absolute;
	top: 430px;
	left: 50px;
	width: 230px;
	height: 160px;
	z-index: 90px;
	text-align: right;
}

#anzeige .textbox2 {
	position: absolute;
	top: 430px;
	left: 310px;
	width: 230px;
	height: 160px;
	z-index: 80px;
	text-align: right;
}

#anzeige .textbox1 h3,
#anzeige .textbox2 h3 {
	font-size: 12px;
	margin: 0 0 4px 0;
	font-weight: bold;
	color: #000;
}

#anzeige .textbox1 p,
#anzeige .textbox2 p {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 4px 0;
	color: #000;
}

#anzeige .finanzierung {
	position: absolute;
	top: 550px;
	left: 300px;
}

#anzeige .kochset {
	position: absolute;
	top: 545px;
	left: 90px;
}

#anzeige .diekueche {
	position: absolute;
	top: 840px;
	left: 260px;
}

#anzeige .textbox3 {
	position: absolute;
	top: 660px;
	left: 10px;
	width: 270px;
	z-index: 80px;
	text-align: right;
}

#anzeige .textbox3 h3 {
	font-size: 12px;
	margin: 0 0 4px 0;
	font-weight: bold;
	color: #000;
}

#anzeige .textbox3 p {
	font-size: 10px;
	line-height: 12px;
	margin: 0 0 4px 0;
	color: #000;
}

#anzeige .sternchen {
	position: absolute;
	top: 930px;
	left: 260px;
	width: 280px;
}

#anzeige .sternchen p {
	font-size: 10px;
	line-height: 13px;
	color: #999;
	font-style: italic;
}

#anzeige .anzeigeFooter {
	position: absolute;
	background-color: #000;
	border-right: 2px solid #000;
	margin-left: -1px;
	color: #fff;
	width: 100%;
	height: 60px;
	top: 990px;
	left: 0;
	z-index: 3;
}

#anzeige .anzeigeFooter p {
	font-family: helvetica, arial, "sans serif";
	font-size: 11px;
	letter-spacing: 0.018em;
	line-height: 18px;
	margin: 7px 11px 0 11px;
	padding: 0;
}

#anzeige .anzeigeFooter p strong {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.04em;
}

