/* ---------------------------------------------------------------------------
Stylesheet für www.fun.de

Bildschirmausgabe

(C) 2005 fun communications GmbH, Klaus Nahr
--------------------------------------------------------------------------- */


/* Positionierung der Layoutelemente -------------------------------------- */
/* Seitenbreite: 757 Pixel */

/* fun-Logo */
#posLogo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 94px;
	height: 63px;
	z-index: 200;
}

/* Rubrikbanner, z.B. InternetPayment */
#posRubrik {
	position: absolute;
	top: -7px;
	left: 0px;
	width: 757px;
	text-align: right;
	z-index: 0;
}

/* Banner */
#posBanner46 {
	position: absolute;
	top: 85px;
	left: 10px;
	z-index: 0;
}

/* Linie links oben */
#posLinieLinksOben {
	position: absolute;
	left: 10px;
	top: 151px;
	z-index: 50;
}

/* Linie Rechts oben */
#posLinieRechtsOben {
	position: absolute;
	top: 57px;
	left: 142px;
	width: 615px;
	z-index: 50;
}

/* Menü links */
#posMenuLinks {
	position: absolute;
	left: 10px;
	top: 180px;
	font-size: 9pt;
	z-index: 100;
	background: white;	/* um ggf. den Text ^top zu überdecken */
}

/* Menü links für FrontPage Editiermode */
#posMenuLinksFrontPage {
	position: absolute;
	left: 10px;
	width: 145px;
	top: 180px;
	font-size: 9pt;
	z-index: 100;
	border-right: 1px #CC0033 dashed;
}

/* Box für Content und Fusszeile */
#posContentUndFusszeile {
	position: absolute;
	margin-top: 170px;
	width: 757px;
	z-index: 30;
}

/* Content */
#posContent {
	position: relative;
	top: -1px;
	border-top: 1px solid white;  /* Ohne diese Linie zeichnen Mozilla & Netscape oberhalb des Textes den Hintergrund nicht */
	margin-left: 154px;
	padding-left: 43px;
	padding-bottom: 20px;
	width: 560px;
	background: url(/images/contentbackground.gif);
	z-index: 100;
}

/* Linie rechts unten */
#posLinieRechtsUnten {
	position: relative;
	left: 142px;
	width: 615px;
}

/* Menü unten */
#posMenuUnten {
	position: relative;
	width: 757px;
	text-align: right;
	font-size: 9pt;
	z-index: 100;
}

/* Werbung unten */
#posWerbungUnten {
	position: relative;
	left: 220px;
	top: 10px;
	z-index: 0;
}

/* Werbung rechts */
#posWerbungRechts {
	position: absolute;
	left: 800px;
	top: 80px;
	z-index: 0;
}

/* Sprungziel für Top-Pfeil */
#posTopDestination {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* Top-Pfeil unten */
#posTop {
	position: relative;
	margin-top: -1.5em;
	left: 10px;
	height: 1.5em;
	font-size: 9pt;
	z-index: 50;
}

/* Contentbox für Homepage */
#contentBox {
	position: relative;
	height: 260px;
	margin-top: 30px;
}

#contentBoxLinks {
	position: absolute;
	left: 0px;
	width: 250px;
	height: 260px;
	border: 2px solid #E9E9E9;
	padding: 0px;
}

#contentBoxRechts {
	position: absolute;
	right: 0px;
	width: 250px;
	height: 260px;
	border: 2px solid #E9E9E9;
	padding: 0px;
}