a:link { font-weight:bold; color:grey; text-decoration:none; }
a:visited { font-weight:bold; color:grey; text-decoration:none; }
a:active { font-weight:bold; color:red; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:none; }
.hauptseite { 
	
	background-color:#F0F0F0;
	position: absolute;
	width: 830px;
	/*height: 500px;*/
	left:175px;
	font-family:'Helvetica';
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	}
.text { 
	/*border:2px outset gray;    ->body rand ist ds hier*/
	background-color:#FFFFFF;
	
	}
.bild { 
	background-color:#ED1C24;
	}
.menueleiste { 
	/*border:3px outset gray;   -> menüleisten rand ist das hier*/
	background-image:url(img/mm.png);
	font-family:'Helvetica';
	text-align:center;
	font-size:large;
	}
.sitemap { 
	/*border: 3px outset grey; -> sm rand ist das hier*/
	background-image:url(img/sm.png);
	font-family:'Helvetica';
	text-align:left;
	padding-left:15px;
	}
.schlussleiste { 
	background-color:#F0F0F0;
	font-family:'Helvetica';
	font-size:small;
	text-align:right;
	}

/* AB HIER SIND IDS */

#body {
	position: absolute;
	width:1024px;
	
	left: 50%;
	margin-left: -512px;
	}
#menueleiste {
	width:1024px;
	height:50px;
	}
#sitemap { 
	width:174px;
	height:500px;
}
#schlussleiste {
	width:830px;
	height:15px;
	position:absolute;
	bottom:0px;
	}