*{margin: 0; padding: 0}

body    {
	margin: 0; padding: 0;
    font-family: Arial;
    color: #c5c5c5;
    font-size: 100.01%;
    line-height: 14px;
    background-color: #282828;
	scrollbar-base-color:#282828;
	scrollbar-arrow-color:#fff;
    }

#bild01, #bild02, #bild03, #bild04	{
	float: left;
	width: 120px;
    height: 120px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	}

#inhalt	{
	overflow: auto;
	width: 500px;
	height: 355px;
	padding: 10px;
	font-size: 0.8em;
	}

#inhalt a
    {
    text-decoration: none;
    color: #ffff00;
    }

#inhalt a:hover, #inhalt a.aktiv { font-weight:bold; color:#fff; }

.clear { clear:left;}

.hide { /* unsichtbar, man darf display:none nicht verwenden sonst ist es auch fuer screenreader weg */	
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;}