body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}
li {
	padding-bottom: 10px;
}
h5 {
	font-size: 16px;
	border: 1px solid #090;
	background-color: #FFFFEA;
	padding: 5px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
.leiste {
	text-align:center;
	border: 1px dashed #333;
	background-color: #eee;
	padding: 5px;
}
a, a.visited {
	text-decoration: none;
	border-bottom: 0px;
	color:#0000cc;
	padding-bottom: 2px;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #993300;
	color: #993300;
	padding-bottom: 2px;
	
}
a.leiste, a.leiste:visited, a.leiste:hover {
	text-decoration: none;
	color:#0000cc;
	border: 0px;
	padding: 0px;
	font-weight:bold;
}
#browser {
	width: 300px;
	border: 1px dashed #090;
	background-color: #FFFFEA;	
	padding: 15px;
}