
	/*  General rules */
	
img	{
	border: 0;
	}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

	/*  Establish general layout parameters */

body, table	{
	background: #FFFFDD;
	color: #202020;
	border: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	}

#big {
  font-size: 20pt;
  font-weight: bolder;
}

#medium {
  font-size: 14pt;
  font-weight: bolder;
}

#pagebody	{
	border: 1;
	background: #00FF00;
	text-align: left;
	color: #444;
	background: #00FF00;
	clear: both;
	
	}

#maincontent	{
  border-top-width: 3px;
	float: none;
	margin: 0;
	padding: 10px;
	width: 540px;  /* box model hack */	
	background: #FF0000;
  border: 1px;
  }
  
#bg {
	background: #EEEEAA;
}
