body, form, input {
	font-family: verdana, arial,"trebuchet ms", helvetica, sans-serif;
	color: black;
  	font-size: 10px;
	font-weight: normal;
	margin:0px 0px; 
	padding:0px;
  }
 
b {
 font-weight: bold;
  color: #000;
}

a:link {text-decoration : none; color : #FF0000; }
a:visited { color:#FF0000; text-decoration : none;}
a:active { color:#FF0000; text-decoration : underline; }
a:hover  {text-decoration : underline; color : #FF0000; }

#titel { 
	position:relative; 
	left:24px;
	top:24px;
	width:200px; 
	height:35px; 
	z-index:2;
}

#content { 
	position:relative; 
	left:24px;
	top:10px;
	width:220px; 
	height:80px; 
	z-index:2;
}

#fuss { 
	position:absolute; 
	left:40px;
	top:100%;
	margin-top:-50px;
	width:220px; 
	height:15px; 
	z-index:5;
}

#all { 
	position:absolute; 
	left:16px;
	top:16px;
	width:268px; 
	height:218px; 
	z-index:2;
	background-color: #FFCC00;
}
