/* really dirty css reset */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, Verdana, Arial, sans-serif; /* serifen und sans-serifen schrift? georgia = serif; arial = sans-serif */
	font-size: 12px;
	padding: 20px;
}

h2 {
	font-size: 24px;
	margin-bottom: .75em;
}

h3 {
	font-size: 14px;
	margin-bottom: .75em;
}

img {
	border: none;
}

img.portrait {
	position: absolute;
	left: 0;
	top: 10px;
}

ul {
	list-style-type: none;
}

li.item {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 140px;
	position: relative;
	min-height:200px;
}

ul.listing {
	overflow: hidden;
	margin-bottom: .75em;
}

ul.listing li {
	float: left;
	margin-right: 5px;
	width: 45px;
}

#wrap {
	width: 500px;
}

.hidden {
	position: absolute;
	left: -9999em;
	top: -9999em;
}