/* ---------------------------------------------------------------------------
Stylesheet für www.billigerladen.de

Positionierung der Layoutelemente

(C) 2005 fun communications GmbH, Klaus Nahr
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
Seite
--------------------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 10px;
	border: 0px;
	color: black;
	background-color: white;
	font-family: Verdana,Arial,Helvetiva,sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: justify;
}


/* ---------------------------------------------------------------------------
Position der Bildschirmelemente
--------------------------------------------------------------------------- */

/* Banner */
#posBanner {
	position: static;
	top: 0px;
	left: 0px;
	width: 831px;
	height: 268px;
}

/* Menü */
#posMenue {
	position: absolute;
	left: 17px;
	top: 278px;
	width: 187px;
	background-color: #E1D7B6;
}
#menueTrenner {
	position: relative;
	background-color: #F0EBDB;
	border-top: solid 1px #ABA696;
	height: 1px;
	width: 187px;
	margin-top: 12px;
}
#posMenueEdit {
	top: 0px;
	left: 7px;
	position: absolute;
	width: 187px;
	height: 410px;
	padding: 10px;
	background-color: Silver;
}

/* Content */
#posContent {
	position: static;
	width: 568px;
	background-image: url(/images/content_bg.gif);
	padding-left: 226px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 37px;
}
#posContentIFrame {
	position: static;
	width: 608px;
	background-image: url(/images/content_bg.gif);
	padding-left: 206px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 17px;
}
#posContentEdit {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 831px;
	background-image: url(/images/content_bg.gif);
	padding-left: 226px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 37px;
}
#posContentHome {
	position: static;
	width: 628px;
	background-image: url(/images/content_bg.gif);
	padding-left: 196px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 7px;
}
#posContentOrder {
	position: static;
	width: 628px;
	background-image: url(/images/content_bg.gif);
	padding-left: 196px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 7px;
}

/* Footer */
#posFooter {
	position: static;
	width: 831px;
	height: 58px;
}
#posFooterLinks {
	position: absolute;
	width: 21px;
	height: 58px;
	background-image: url(/images/footer_links.gif)
}
#posFooterMitte {
	position: absolute;
	margin-left: 21px;
	width: 666px;
	height: 58px;
	background-image: url(/images/footer_bg.gif)
}
#posFooterRechts {
	position: absolute;
	margin-left: 687px;
	width: 144px;
	height: 58px;
	background-image: url(/images/footer_rechts.gif)
}


/* Legal */
#posLegal {
	position: relative;
	width: 791px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

/* Werbung */
#posWerbungUnten {
	position: relative;
	top: 5px;
	width: 831px;
}

#posWerbungRechts {
	position: absolute;
	top: 7px;
	left: 852px;
	width: 120px;
}

