body {
	font-family:'Arial',sans-serif;
	font-size:0.8em;
}

a {
	color:#1F6598;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

table.resultlist {
	border-collapse:collapse;
	margin:0.5em 0 2.5em 0;
	width:100%;
}

table.resultlist h4 {
	margin:1.5em 0 0.5em 0;
}

table.resultlist th,
table.resultlist td {
	padding:0.2em;
}

table.resultlist th {
	border-right:1px solid #FFF;
	text-align:left;
	background-color:#DFE2E3;
	font-weight:normal;
}

table.resultlist th a {
	color:#1F6598;
	text-decoration:none;
}

table.resultlist th.sortedASC,
table.resultlist th.sortedDESC {
	background-repeat:no-repeat;
	padding-left:17px;
	font-weight:bold;
	background-position:left center;
}

table.resultlist th.sortedASC {
	background-image:url('/fileadmin/pics/sorted-asc.png');
}

table.resultlist th.sortedDESC {
	background-image:url('/fileadmin/pics/sorted-desc.png');
}

table.resultlist td {
	vertical-align:top;
	border-bottom:1px solid #DFE2E3;
}

dl.team, dl.team * {
	margin:0;
}

dl.team {
	margin:0.8em 0 0.5em 0;
	width:640px;
}

dl.team dt {
	font-weight:bold;
	margin-right:0.3em;
}

dl.team dd {
	margin-right:2em;
}

dl.team dd, dl.team dt {
	display:inline;
	width:auto;
}


#pagenav {
	margin:1.5em 0 2em 0;
	padding:0;
	width:600px;
}

#pagenav li {
	display:inline;
	padding:0.2em 1em 0.2em 0;
}

#pagenav li.active,
a.active {
	font-weight:bold;
}
 
