body{
 width: 100%;
 margin: 0; padding: 1em 0;
 text-align: center;  /* Zentrierung im Internet Explorer */

}

#page {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	width: 898px;
	margin: 0 auto;		/* StandardkonformeZentrierung */
}

#header{
	background:url(images/header.png);
	width:900px;
	height:283px;
	margin-top: 30px;
}

#pagebody{
	float:left;
	width: 100%;
	border-left: thin solid #ccc;
	border-right: thin solid #ccc;
	border-bottom: thin solid #ccc;
}

#menu{
	float: left;
	width: 30%;
	list-style-image:url(images/bullet.png);
}

ul {
	list-style-image:url(images/bullet2.png);
}

#menu li a {
	color: #600;
	font-weight:bold;
	text-decoration:none;
}

#menu li a:hover {
	color: grey;
}

#menu li a:active {
	text-decoration:underline;
}

#content {
	float:left;
	margin-left:20px;
	margin-bottom: 50px;
	max-width: 53%;
}

#footer {
	float:left;
	width: 890px;
	text-align:right;
	background-color:#600;
	margin: 4px; 
}

#footer a {
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
	margin-right:3px;
}

a {
	color:#06C;
	text-decoration:none;
}

/* Überschriften */


