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;
	white-space: nowrap;
}

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 tr.even {
	background-color: #F5F5FB;
}

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;
}

span.col_selected {
	font-weight: bold;
}

span.filter_selected {
	font-weight: bold;
	background-color: #AAAAFF;
	padding: 3px;
	border-radius: 3px;
}

a.arrow_up,a.arrow_up_selected,a.arrow_down,a.arrow_down_selected {
	width: 19px;
	height: 11px;
	text-decoration: none;
	display: inline-table;
	background: url('../images/arrows.png') 0 0;
}

a.arrow_up {
	background-position: 0 0;
}

a.arrow_up_selected {
	background-position: -1px -26px;
}

a.arrow_down {
	background-position: -23px 0;
}

a.arrow_down_selected {
	background-position: -21px -14px;
}

a:active {
    outline: none;
}

#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;
}

div.row {
	width: 100%;
	padding: 10px 5px 5px;
}

div.block {
	padding: 0 8px;
	display: inline-block;
	vertical-align: top;
}

div.block a.tooltip {
		padding: 5px;
		line-height: 18px;
}

div.filterreset {
	margin-left: 50px;
}

a.tooltip {
	position: relative;
}

a.tooltip:hover span.tiptext {
	opacity: 1;
	visibility: visible;
}

a.tooltip span.tiptext {
	padding: 5px;
	top: 15px;
	left: 20px;
	min-width: 175px;
	max-width: 250px;
	background-color: #9090BB;
	color: #FFFFFF;
	height: auto;
	border-radius: 5px;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	word-wrap: break-word;
	transition:opacity 0.5s ease;
	pointer-events:none;
	z-index: 100;
	white-space: normal;
}

a.button {
    border-radius:3px;
    background:none repeat scroll 0 0 #EEEEEE;
    border:1px solid #999;
    cursor:pointer;
    padding:3px;
    color:#000;
    text-decoration:none;
}

a.button:hover {
    text-decoration:none;
    background:none repeat scroll 0 0 #EEEEFF;
}

div.logo {
	position: absolute;
	top: 10px;
	right: 20px;
}