body
{
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
   	margin: 0; /*  margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen,*/
   	padding: 0;
   	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
   	color: #000000;
}

#container {
	    position: relative; /* Durch Hinzufügen von position: relative können Sie die beiden Randleisten im Verhältnis zu diesem Container positionieren. */
    	width: 1000px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
		height:800;
    	background: #000000; /* Diese Farbe ist auch hinter der rechten und linken Sidebar zu sehen*/
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
}
#oben {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:167px;
	z-index:1;
}
#links_oben {
	position:absolute;
	left:0px;
	top:167px;
	width:324px;
	height:130px;
	z-index:1;
}
#links_unten {
	position:absolute;
	left:0px;
	top:297px;
	width:324px;
	height:301px;
	z-index:1;
}
#oben_mitte {
	position:absolute;
	left:324px;
	top:167px;
	width:466px;
	height:131px;
	z-index:1;
}
#mitte {
	position:absolute;
	left:324px;
	top:297px;
	width:466px;
	height:300px;
	z-index:1;
}
#rechts {
	position:absolute;
	left:790px;
	top:167px;
	width:211px;
	height:431px;
	z-index:1;
}

#unten {
	position:absolute;
	left:0px;
	top:598px;
	width:1000px;
	height:15px;
	z-index:1;
}
#Baustoffhandel {
	position:absolute;
	left:8px;
	top:6px;
	width:127px;
	height:122px;
	z-index:1;
}
#Gartencenter {
	position:absolute;
	left:164px;
	top:6px;
	width:124px;
	height:122px;
	z-index:1;
}
#Hagebaumarkt {
	position:absolute;
	left:315px;
	top:6px;
	width:126px;
	height:122px;
	z-index:1;
}
#Newsbeilage {
	position:absolute;
	left:123px;
	top:192px;
	width:322px;
	height:105px;
	z-index:2;
}

.Leistentext {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}

.Newstext_Head {
	color: #C60001;
	font-weight:bold;
	line-height:20px;
}
.Newstext {
	color: #333333;
	padding-left: 10px;
	padding-right: 5px;
	line-height:18px;
}
a.Newstext:link { text-decoration:underline; color:#C60001} 
a.Newstext:visited {text-decoration:underline; color:#C60001} 
a.Newstext:hover {	text-decoration:underline;	color:#C60001; font-weight:bold} 
a.Newstext:active {text-decoration:underline; color:#C60001; font-weight:bold} 

.Infotext {
	color: #333333;
	font-size:9px;
	padding-left: 10px;
	padding-right: 5px;
	line-height:15px;
}
a.Infotext:link { text-decoration:underline; color:#C60001} 
a.Infotext:visited {text-decoration:underline; color:#C60001} 
a.Infotext:hover {	text-decoration:underline;	color:#C60001; font-weight:bold} 
a.Infotext:active {text-decoration:underline; color:#C60001; font-weight:bold} 


/*  Content I-Frame rechts*/
.content_iframe {
width: 466px;
height: 300px;
margin: 0px;
top: 0px;
align: top;
}

