body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #fafafa;
}

h1 {
	font-family: Georgia;
	margin: 5px 0 0 0;
	background: url(smilie-logo.gif) no-repeat 0 50%;
	padding: 7px 0 7px 50px;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0 0 0 15px;
}

li {
	list-style-image: url(bullet.gif)
}

a:link {
	color: #49669C
}

a:visited {
	color: #49669C
}

a:hover {
	color: #036
}

#seite {
	width: 550px;
	margin: 0 auto;
	padding: 4px;
}

#fuss {
	border-top: 1px solid silver;
	margin: 40px 0 0 0;
	padding: 0 0 0 30px;
	background: url(fuss.gif) no-repeat 0 50%;
}

ul#startseite {
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none
}

li#firefox {
	background-image: url(firefox_small.png)
}

li#opera {
	background-image: url(opera_small.png)
}

li#safari {
	background-image: url(safari_small.png)
}

ul#firefox {
	background: url(firefox_large.png) no-repeat bottom right
}

ul#opera {
	background: url(opera_large.png) no-repeat bottom right
}

ul#safari {
	background: url(safari_large.png) no-repeat bottom right
}

ul#startseite li {
	margin: 2px 0 6px 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	line-height: 24px; /* Iconhoehe */
	background-repeat: no-repeat;
	background-position: 0 50%;
	list-style: none
}

ul#startseite li a {
	padding-left: 34px /* breite + abstand */
}
pre {
	margin: 0 0 40px 0;
	font-size: 90%;
	overflow: auto;
	
}