
/********************************************************************/
/*	 ADLER MANNHEIM - CSS - Definitionen                             */
/*  Definitionen für die Teamseiten                                 */
/********************************************************************/

/* === Page title / Sponsoren =========================================== */

#teamtop {
	width: 691px;
	height: 61px;
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
	display: inline;
	background: url(../assets/headerline.gif) bottom repeat-x;
}

/* page title */ 

h1.teamtitle {
	width: 104px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	float: left;
}

/* Sponsoren */

#partner {
	margin: 0;
	padding: 7px 0 0 0;
	height: 53px;
	list-style-type: none;
	float: right;
}

#partner li {
	height: 53px;
	float: left;
}

#partner a {
	height: 53px;
	float: left;
}

#partner .partner {
	width: 48px;
	height: 53px;
	background: url(../assets/partner.gif) no-repeat;
}

#partner .rightshadow {
	width: 10px;
	height: 53px;
	background: url(../assets/rightshadow.gif) no-repeat;
}

/* === Teamfoto =========================================== */

#teamfoto {
	margin-left: 5px;
	padding: 0;
	float: left;
	display: inline;
	position: relative;
}

/* === Teamtabelle =========================================== */

#teamtable {
	width: 691px;
	margin: 0 0 5px 5px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	float: left;
	display: inline;
}

#teamtable th {
	height: 18px;
	margin: 0;
	padding: 0 10px;
	background: #002163;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #666;
	text-align: left;
}

/* Links */

#teamtable th a {
	color: #fff;
	text-decoration: none;
}

#teamtable tr {
	background: #e9e9e9;
}

#teamtable td {
	height: 18px;
	margin: 0;
	padding: 0 10px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #666;	
	text-align: left;	
}

/* Links */

#teamtable td a {
	color: #039;
	text-decoration: none;
}

/* Sortierungsgrafik */

.sort {
	margin: 0 0 0 5px;
}