body, td, th {
	font:	11px/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	}

body {
	background:#fff;
}	
	
td {
	padding:5px;
	}

table.bands {
	table-layout: fixed;
	width:450px;
	border-spacing: 0px;
}

table.bands th {
	text-align: left;
	padding: 4px;
	border-bottom: 1px solid #EFC5AA;
	border-top: 1px solid #EFC5AA;
	background-color: #ececec;
}


table.bands th.sortcol {
	background-position: left center;
	padding-left: 15px;
	cursor: pointer;
	background-repeat:no-repeat;
}

table.bands th.nosort {
	cursor: default;
}

table.bands th.sortasc {
	background-image: url(/img/up.gif);
}

table.bands th.sortdesc {
	background-image: url(/img/down.gif);
}

.exists_y, .exists_n {
	dispay: block;
	height: 12px;
	width: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	background-image: url(/img/gruen.gif);
	background-repeat:no-repeat;	
}

.exists_n {
	background-image: url(/img/rot.gif);
}

body, td.layout {
	padding:0px;
	}
	
a {
	text-decoration:none;
	color:#DF6026;
	}

img.navi {
	padding: 0;
	margin: 0;
	display: block;
	}