/********************************************************************/
/*	 ADLER MANNHEIM - CSS - Definitionen                             */
/*  Diese Definitionen umfassen die allgemeinen Styles der Website  */
/********************************************************************/

/* === General elements =========================================== */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-size: 100.01%;
	font-family: Arial, Helvetica, Sans-serif;
	background: #000 url(../assets/background.jpg) top center no-repeat;
}

form {
	margin: 0;
	padding: 0;
}

/* Flie�text */

p.text {
	margin: 0 15px 0 15px;
	font-size: 12px;
	line-height: 16px;
}

p.text span {
	color: #39f;
	font-weight: bold;
	white-space: nowrap;
}

/* Bilder im Fliesstext */

p.text .left {
	margin: 0 10px 5px 0;
	float: left;
}

p.text .right {
	margin: 0 0 10px 10px;
	float: right;
}

p.text_klein {
	margin: 0 15px 0 15px;
	font-size: 9px;
	line-height: 10px;
}

p.text_klein span {
	color: #39f;
}

/* Clearer */

.clearer {
	clear: both;
}

iframe {
	margin: 0;
	padding: 0;
}

/* Acronym */

acronym {
	color: #39f;
	font-weight: bold;
}

/* Links */

a img {
	border:0;
}

a, a:link, a:visited {
	color: #424A52;
	text-decoration: underline;
}

a:focus, a:hover, a:active {
	text-decoration: none;
}

/* gestrichelte Trennlinien */

.hr {
  height: 1px;
  margin: 0 5px 4px 5px;
  background: #fff url(../assets/dottedline.gif) repeat-x scroll center;
  clear:both;
}

.hr hr {
	display: none;
}

/* gestrichelte Trennlinien im Fliesstext */

.hrtext {
  height: 1px;
  margin: 15px 15px 15px 15px;
  background: #fff url(../assets/dottedline.gif) repeat-x scroll center;
  clear:both;
}

.hrtext hr {
	display: none;
}

/* dick gestrichelte Trennlinien Trikothistory */

.hrtrikot {
  height: 15px;
  margin: 15px 5px;
  background: url(../assets/trikoth1.gif) repeat-x;
  clear:both;
}

.hrtrikot hr {
	display: none;
}

/* mehr Links */

a.mehr, a.mehr:link, a.mehr:visited {
	color: #333;
	font-weight: normal;
	text-decoration: none;
	font-weight:bold;
	font-size: 17px;
}

a.mehr span, a.mehr:link span, a.mehr:visited span {
	color: #cc0000;
}

/* Headlines */

h2.subheadline {
	width: 651px;
	margin: 0 15px 15px 15px;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #39f;
	float: left;
	display: inline;
}

/* Image Headline (Unterseiten) */

h1.pagetitle {
	width: 691px;
	height: 65px;
	margin: 0 0 10px 5px;
	padding: 0;
	text-indent: -5000px;
}

h1.pagetitle2 {
	width: 923px;
	height: 61px;
	margin: 0 0 10px 5px;
	padding: 0;
	text-indent: -5000px;
	float: left;
	display: inline;
}

/* hot news */

.hot {
	background: url(../assets/hot.gif) top right no-repeat;
}

/* Buttons */

.button1 {
	width: 151px;
	height: 17px;
	font-size: 11px;
	text-align: center;
	background: url(../assets/ticketbutton.gif);
}

.button1 a,
.button1 a:link,
.button1 a:visited {
	width: 151px;
	height: 14px;
	padding: 1px 0 2px 0;
	display: block;
	text-decoration: none;
}

/* Navigationselemente */

.imglink {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.imglink img {
	margin: -3px 5px 0 5px !important;
	margin: 0 5px 0 5px;
	padding: 0;
	vertical-align: middle;
}

.imglink p {
	margin: 0 0 0 0;
	padding: 0;
}

.imglink .zurueck {
   width: 17px;
	height: 13px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	line-height: 5px;
	display: inline;
	background: url(../assets/zurueck_over.gif) no-repeat;
}

.imglink .vor {
   width: 17px;
	height: 13px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	line-height: 5px;
	display: inline;
	background: url(../assets/vor_over.gif) no-repeat;
}


.imglink a,
.imglink a:link,
.imglink a:visited {
   width: 70px;
	height: 12px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	display: block;
	text-decoration: none;
	text-align: left;
}

.imglink a:hover {
	border: 0;
}

.imglink a:hover img {
	/* visibility: hidden;*/
}

/********************************************************************/
/*		DIV - Elements                                                */
/********************************************************************/

#scanlines {

}

#dropshadow {
	width: 954px;
	margin: 0 auto;
}

html>body #dropshadow {
	background: url(../assets/dropshadow.png) repeat-y;
}

* html #dropshadow {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/dropshadow.png',sizingMethod='scale');
}

#wrapperall {
	width: 990px;
	margin: 0 auto;
	padding-top: 50px !important;
	padding-top: 51px;
	position: relative;
}

#container {
	width: 954px;
	margin: 0 auto;
	padding: 0 0 4px 0;
	overflow: hidden;
	position: relative;
}

/* === Submenu ===================================================== */

#submenuwrapper {
	margin: 0 auto;
	width: 954px;
}

html>body #submenuwrapper {
	background: url(../assets/backtop.png) no-repeat;
}

* html #submenuwrapper {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/backtop.png',sizingMethod='image');
}

#submenu {
	margin: 0 auto;
	height: 29px;
	width: 954px;
	padding: 0;
	position: relative;
	text-align: right;
}

#submenu ul {
	/* width: 303px; */
	height: 20px;
	margin: 0 148px 0 0;
	padding: 9px 0 0 0;
	list-style-type: none;
	float: right;
	display: inline;
}

#submenu li {
	height: 20px;
	margin: 0;
	padding: 0;
	display: inline;
}

#submenu .official {
	margin: 0;
	font-size: 11px;
	color: #c00;
	text-align: left;
	position: absolute;
	top: 8px;
	left: 84px;
}

#submenu li a {
	position: relative;
}

/* === Header ====================================================== */

#header {
	height: 189px;
	width: 933px;
	margin: 0 0 0 11px;
	padding: 0;
	background-color: #fff;
}
/*
#header h1 {
	width: 923px;
	height: 179px;
	margin: 5px 0 0 5px;
	padding: 0px;
	background: url(../assets/headpic.jpg) no-repeat;
	text-indent: -5000px;
	float: left;
	display: inline;
}
*/

#header .header {
	width: 923px;
	height: 179px;
	margin: 5px 0 0 5px;
	padding: 0px;
	float: left;
}

/* === Navigation =================================================== */

#navigation {
	margin: 0 0 0 11px;
	padding: 0;
	width: 933px;
	height: 35px;
	background: url(../assets/backnavi.gif) repeat-x;
}

#navigation img {
	margin: 3px 0 0 0;
	padding: 0;
}

/* === Content ====================================================== */

#content {
	width: 701px;
	margin: 0 0 0 11px;
	padding: 5px 0 0 0;
	background: #fff;
	float: left;
	display: inline;
}

* html #content { padding: 5px 0; }

#content2 {
	width: 933px;
	margin: 0 0 0 11px;
	padding: 5px 0 0 0;
	background: #fff;
	float: left;
	display: inline;
}

* html #content2 { padding: 5px 0; }

#content .topImg {
	margin: 0 0 5px 5px;
	float: left;
}

/*:::::::: Quickaccess Boxes ::::::::*/

.quickaccess {
	margin: 0 0 5px 5px;
	float: left;
	background: #039;
}

* html .quickaccess { display: inline; }

/*:::::::: Advertising ::::::::::::::*/

.adbox {
	margin: 0 0 5px 5px;
	float: left;
}

/* Werberaster */

.adbox.one-col {
	width: 227px;
}

.adbox.two-col {
	width: 459px;
}

.adbox.three-col {
	width: 691px;
}

* html .adbox { display: inline; }

/*:::::::: Topstory - Styles ::::::::*/

#topstoryflash {
	width: 691px;
	height: 300px;
	margin: 0 0 15px 5px;
	position: relative;
}

#topstoryflash h2, #topstoryflash div.headline {
	margin: 0;
	position: absolute;
	z-index: 100;
}

#topstoryflash div.headline {
	width: 290px;
	bottom: 33px;
	left: 20px;
}

#topstoryflash h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #073499;
	top: 18px;
	left: 19px;
}

#topstoryflash div.headline h4 {
	margin: 0 0 0.7em 0;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	color: white;
}

#topstoryflash div.headline h3 {
	margin: 0;
	font: bold 1.4em/1em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: white;
}

#topstoryflash h3 a {
	color: white;
	text-decoration: none;
}

#topstoryflash h3 a:focus, #topstoryflash h3 a:hover {
	color: #c00;
	text-decoration: underline;
}

.topstory .adlermov { display: none; }

h2.topstoryhead {
	width: 691px;
	height: 32px;
	margin: 0 0 0 5px;
	background-color: #002163;
	background-repeat: no-repeat;
	background-position: 10px 0px;
	color: white;
	font-size: 20px;
	text-indent: -1000em;
	clear: both;
}

h2.substoryhead {
	width: 671px;
	margin: 0 0 0 5px;
	padding: 20px 10px 5px;
	background-repeat: no-repeat;
	background-position: 10px 0px;
	color: #039;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	text-transform: uppercase;
	clear: both;
	border-bottom: 1px solid #002163;
}

h2.substoryhead a {
	color: #039;
	text-decoration: none;
}

h2.substoryhead a:focus, h2.substoryhead a:hover {
	color: #c00;
	text-decoration: underline;
}

#adlerhelfen {
	margin-bottom: 20px;
	padding-right: 247px;
	position: relative;
}

#adlerhelfenlogo {
	position: absolute;
	right: 10px;
	top: 55px;
}

#mapleleafslogo {
	position: absolute;
	right: 55px;
	top: 55px;
}

#adlerhelfen #topstory {
	width: auto !important;
	background: url(../assets/reddotted.gif) top right repeat-y;
	border: 0;
}

#topstory {
	width: 669px;
	margin: 0 0 5px 5px;
	padding: 6px;
	border: 5px solid #002163;
}

html>body #topstory { overflow: hidden; }

/* Datum */

#topstory em {
	margin: 0 0 10px 0;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	display: block;
}

#topstory h2 {
	margin: 0 6px 0 0;
	padding: 2px 5px 2px 5px;
	font-size: 16px;
	color: #244997;
	font-weight: bold;
}

#topstory p {
	margin: 7px 22px 0 5px;
	padding-top: 5px;
	font-size: 14px;
	line-height: 17px;
	color: #333;
}

/* Topstory Picture */

#topstoryPic {
	padding: 0;
	float: left;
	border-right: 10px solid white;
}

* html #topstoryPic { display: inline; }

#topstoryPic img {
	margin: 0;
	padding: 0;
	float:left;
}

#topstoryTitle {
	width: 100%;
	margin: 1px 0 0 0;
	padding: 0;
	background: #ccc;
	float: left;
}

#topstoryTitle p {
	margin: 0;
	padding: 2px 4px 2px 4px;
	font-size: 11px;
	line-height: normal;
}

/* TopStory Menu */

#topmenu {
	min-height: 25px;
	margin: 0 0 12px 0;
	padding: 0 0 0 10px;
	background: url(../assets/topstoryback.gif) repeat-x;
	border-style: solid;
	border-color: #ccc;
	border-width: 0 0 3px 0;
}

* html #topmenu {
	margin: 0 0 12px 0;
	padding: 0 0 0 10px;
	height: 1px;
}

#topmenu img {
	margin: 0;
	padding: 0 0 0 0;
	float: left;
}

#topmenu ul {
  margin: 4px 5px 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
	display: inline;
}

#topmenu li {
   width: 21px;
	height: 17px;
	margin: 0 0 0 2px;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 12px;
	display: inline;
	background: url(../assets/topbutton.gif) no-repeat;
}

/* Link behavior */

#topmenu a,
#topmenu a:link,
#topmenu a:visited {
   width: 21px;
	height: 15px;
	font-size: 11px;
	margin: 0;
	padding-top: 2px;
	display: block;
	text-decoration: none;
	display: block;
	background: url(../assets/topbutton.gif) no-repeat;
	border: solid 0px fuchsia;
}

#topmenu a:focus,
#topmenu a:hover,
#topmenu a:active {
	background-position: -21px;
}

/*:::::::: latest News ::::::::*/

#latestNews {
	width: 691px;
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}

#latestNews li {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	display: block;
	background: #e9e9e9;
	overflow: hidden;
	border-top: 2px solid #ccc;
}

* html #latestNews li { overflow: visible; height: 1px; }

/* Markup */

#latestNews em {
	margin-bottom: 7px;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #039;
	display: block;
}

#latestNews small {
	margin: 0 0 5px 0;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	display: block;
}

#latestNews span {
	display: block;
	overflow: hidden;
}

* html #latestNews span { overflow: visible; height: 1px; cursor: pointer; }

/* Images */

#latestNews img {
	margin-right: 10px;
	float: left;
}

/* Link behavior */

#latestNews a,
#latestNews a:link,
#latestNews a:visited {
	padding: 10px 10px 25px 10px;
	display: block;
	text-decoration: none;
	display: block;
	border: 1px solid #e9e9e9;
}

#latestNews a:focus,
#latestNews a:hover,
#latestNews a:active {
	background: #fff;
	border: 1px solid #ccc;
}

* html #latestNews li a { overflow: visible !important; height: 1px !important; }

#latestNews a:focus em,
#latestNews a:hover em,
#latestNews a:active em {
	color: #c00;
	text-decoration: underline;
}

/*:::::::: News Archive ::::::::*/

.newstablewrapper {
	width: 344px;
	position: relative;
}

.newstablewrapper.full {
	width: 689px;
}

.newstablewrapper h2, .newstablewrapper .newsArchiv {
	width: auto;
}

.newstablewrapper p {
	margin: 0 10px 0 0;
	font-size: 11px;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 0;
}

.newstablewrapper p a {
	color: #c00 !important;
}

.newsArchiv {
	width: 691px;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	background-color: white;
}

.newsArchiv th {
	height: 32px;
	width: 344px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #002163;
	border-bottom: 2px solid white;
}

.newsArchiv th.left {
	text-align: left;
	border-right: 4px solid white;
}

.newsArchiv th.right {
	padding-right: 7px;
	text-align: right;
}

.newsArchiv h2 {
	height: 32px;
	margin: 0 0 0 7px;
	padding: 0;
	background: url(../assets/weiteremeldungen.gif) no-repeat;
	text-indent: -5000px;
}

.newsArchiv td {
	width: 344px;
	height: 58px !important;
	height: 68px;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	vertical-align: top;
	overflow: hidden;
	background-color: #e9e9e9;
	border-bottom: 5px solid white;
}

.newstablewrapper.full .newsArchiv td {
	width: 689px;
}

.newsArchiv td.left {
	border-right: 5px solid white;
}

.newsArchiv td.right {
}

/* Link behavior */
.newsArchiv a,
.newsArchiv a:link,
.newsArchiv a:visited {
	height: 53px;
	margin: 0;
	padding: 5px 10px 0 10px;
	min-height: 58px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #039;
	border: 1px solid #e9e9e9;
	overflow: hidden;
}

* html .newsArchiv a {
	height: 61px !important;
}

.newsArchiv a:focus,
.newsArchiv a:hover,
.newsArchiv a:active {
	background: #fff;
	border: 1px solid #ccc;
}

.newsArchiv a:focus span,
.newsArchiv a:hover span,
.newsArchiv a:active span {
	color: #c00;
	text-decoration: underline;
}

.newsArchiv em {
	margin: 0;
	padding: 0 45px 40px 0;
	color: #000;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	display: block;
	float: left;
	display: inline;
	cursor: pointer;
}

.newsArchiv td img {
	margin-right: 10px;
	float: left;
}

/*:::::::: Team Sites ::::::::*/

#teamSites {
	width: 905px;
	margin: 10px 0 0 16px;
	padding: 9px;
	float: left;
	display: inline;
	background: #002163;
	border-bottom: 2px solid #b3b3b3;
}

#teamSites form {
	float: left;
	margin-right: 30px;
}

#teamSites p {
	margin: 4px;
	font-size: 11px;
	color: white;
	float: right;
}

#teamSelector {
	margin-top: 3px !important;
	margin-top: 2px;
	font-weight: bold;
	font-size: 11px;
	color: #244997;
}

/* === Sidebar ====================================================== */

#sidebar {
	width: 232px;
	min-height: 100%;
	margin: 0 10px 0 0;
	padding: 5px 0;
	background: #fff;
	float: right;
	display: inline;
}

* html #sidebar { height: 100%; }

/*:::::::: InfoBoxes ::::::::*/

.infoboxflash {
	width: 227px;
	margin: 0 0 5px 0;
	padding: 0px;
	font-size: 11px;
	vertical-align: top;
	background-color: #fff;
	border: solid 0px #039;
	float:left;
	overflow: hidden;
	display: inline;
}

.infobox {
	width: 223px;
	margin: 0 0 5px 0;
	font-size: 11px;
	vertical-align: top;
	background-color: #fff;
	float:left;
	overflow: hidden;
	display: inline;
}

.infoboxnoborder {
	width: 227px;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	vertical-align: top;
	float:left;
	overflow: hidden;
	display: inline;
	text-align: center;
}

.infobox h1 {
	margin: 0;
	color: #039;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	text-transform: uppercase;
	border-bottom: 2px solid #ccc;
}

.infobox h1 span {
	display: block;
	padding: 20px 10px 5px;
	border-bottom: 1px solid #002163;
	position: relative;
}

.infobox h1 a {
	color: #039;
	text-decoration: none;
}

.infobox h1 a:focus, .infobox h1 a:hover {
	color: #c00;
	text-decoration: underline;
}

#kahllogo {
	position: absolute;
	right: 0;
	bottom: 5px;
}

/* predefined headlines */

.infobox .vorschau {
	background: url(../assets/vorschau.jpg) no-repeat;
}

.infobox .tabelle {
	/*background: url(../assets/tabelle.jpg) no-repeat;*/
}

.infobox .spielplan {
	background: url(../assets/spielplan.jpg) no-repeat;
}

.infobox .heimspiele {
	/*background: url(../assets/heimspiele.jpg) no-repeat;*/
}

.infobox .umfrage {
	background: url(../assets/umfrage_head.jpg) no-repeat;
}


/* Infobox Markup */

.infobox em {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	display: block;
}

.infobox p {
	margin: 7px 0;
	padding: 0 5px;
	border: solid 0px fuchsia;
}

/*:::::::: Liga Tabelle ::::::::*/

#ligatabelle {
	width: 213px;
	margin: 7px 5px 5px 5px;
	padding: 0;
	border: solid 0px fuchsia;
}

#ligatabelle tr {
	background: url(../assets/dottedline.gif) repeat-x;
	background-position: bottom;
}

#ligatabelle .letztes {
	background: none;
}

#ligatabelle td {
	height: 15px;
	vertical-align: top;
}

/* Spalten */

#ligatabelle .playoff {
	width: 22px;
}

#ligatabelle .position {
	padding-right: 7px;
	width: 20px;
	text-align: right;
}

#ligatabelle .team {
	padding-left: 7px;
}

#ligatabelle .score {
	width: 20px;
	text-align: right;
}

/* Buttons */

#gesamtTabelle {
	width: 90px;
	height: 17px;
	margin: 0 0 5px 9px !important;
	text-align: center;
	vertical-align: top;
	float: left;
	display: inline;
	background: url(../assets/button_gesamttabelle.gif);
}

#gesamtTabelle a,
#gesamtTabelle a:link,
#gesamtTabelle a:visited {
	width: 90px;
	height: 17px;
	line-height: 17px !important;
	line-height: 16px;
	display: block;
	text-decoration: none;
}

#playoffEndrunde {
	width: 110px;
	height: 17px;
	margin: 0 0 5px 9px !important;
	text-align: center;
	vertical-align: top;
	float: left;
	display: inline;
	background: url(../assets/button_playoff.gif);
}

#playoffEndrunde a,
#playoffEndrunde a:link,
#playoffEndrunde a:visited {
	width: 110px;
	height: 17px;
	line-height: 17px !important;
	line-height: 16px;
	display: block;
	text-decoration: none;
}

.silverbutton {
	width: 209px;
	height: 17px;
	margin: 0 0 5px 9px !important;
	text-align: center;
	vertical-align: top;
	float: left;
	display: inline;
	background: url(../assets/silverbut.gif);
}

.silverbutton a,
.silverbutton a:link,
.silverbutton a:visited {
	width: 209px;
	height: 17px;
	line-height: 17px !important;
	line-height: 16px;
	display: block;
	text-decoration: none;
}

/*:::::::: Kalender ::::::::*/

#calendar {
	margin: 7px 0 4px 5px;
	padding: 0;
	font-size: 10px;
	background-position: 20px 15px;
	float: left;
	display: inline;
	border-collapse: collapse;
}

#calendar th {
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-right: 1px solid #ccc;
}

#calendar td {
	width: 18px;
	height: 16px;
	margin: 0;
	text-align: center;
	border: 1px solid #ccc;
}

#calendar .kw {
	width: 14px;
	margin: 0;
	padding: 0 4px 0 0;
	color: #999;
	border-bottom: 1px solid #ccc;
	border-left: 0;
	text-align: right;
	font-style: italic;
}

#calendar .heim {
	color: #fff;
	background: #39f;
}

#calendar .auswaerts {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #c00;
}

#calendar .today {
	background-image: url(../assets/cal_today.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Link behavior */
#calendar a,
#calendar a:link,
#calendar a:visited {
	width: 16px;
	height: 13px;
	margin: 0;
	padding: 1px;
	color: #fff;
	display: block;
	text-decoration: none;
}

/* Legende und Datum neben dem Kalender */

#legend {
	margin: 7px 5px 15px 0;
	padding: 2px 0 0 0;
	width: 55px;
	float: right;
	display: inline;
	background-position: 20px 15px;
	text-align: right;
}

#calnavi {
	margin: 30px 0 0 15px;
	padding: 0;
	list-style-type: none;
	float: left;
	display: inline;
}

#calnavi .zurueck {
   width: 17px;
	height: 13px;
	margin: 0 2px 0 0;
	padding: 0;
	float: left;
	text-align: center;
	line-height: 5px;
	display: inline;
	background: url(../assets/zurueck_over.gif) no-repeat;
}

#calnavi .vor {
   width: 17px;
	height: 13px;
	margin: 0 2px 0 0;
	padding: 0;
	float: left;
	text-align: center;
	line-height: 5px;
	display: inline;
	background: url(../assets/vor_over.gif) no-repeat;
}

#calnavi li a,
#calnavi li a:link,
#calnavi li a:visited {
   width: 15px;
	height: 12px;
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
}

#calnavi li a:hover {
	border: 0;
}

#calnavi li a:hover img {
	visibility: hidden;
}


/* N�chste Begegnung */

#leftlogo {
	float: left;
	margin-left: 5px;
	display: inline;
}

#rightlogo {
	float: right;
	margin-right: 5px;
	display: inline;
}

#nextmatch {
	margin: 0 67px;
	padding: 15px 0 0 0;
	text-align: center;
	font-weight: bold;
	color: #039;
}

/* Tickets bestellen */

#ticketsbestellen {
	margin: 0;
	padding: 3px 0 20px 0;
	clear: both;
	/*background: #002163 url(../assets/ticketsbestellen2.gif) no-repeat;*/
	color: #039;
	text-align: center;
}

#ticketsbestellen span {
	margin: 2px 0 10px 0;
	padding: 2px 0;
	color: #333;
	display: block;
}

/* button */

#ticketbutton {
	width: 151px;
	height: 17px;
	font-size: 11px;
	text-align: center;
	background: url(../assets/ticketbutton.gif);
}

#ticketbutton a,
#ticketbutton a:link,
#ticketbutton a:visited {
	width: 151px;
	height: 14px;
	padding: 1px 0 2px 0;
	display: block;
	text-decoration: none;
}

/* === Footer ======================================================== */

#footer {
	width: 954px;
	margin: 0 auto;
	padding: 0 0 35px 0;
	overflow: hidden;
	/*background: url(../assets/backbottom.gif) no-repeat;*/
}

#footer img {
	margin: 20px 0 0 16px;
	padding: 0;
}

/* === Diverse Divs ======================================================== */

#delgelbe {
	position: absolute;
	top: 33px !important;
	top: 34px;
	left: 19px;
}

#navispitze {
	width: 11px;
	height: 29px;
	position: absolute;
	top: 271px !important;
	top: 272px;
	left: 18px;
}

html>body #navispitze {
	background: url(../assets/navispitze.png) no-repeat;
}

* html #navispitze {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/navispitze.png',sizingMethod='image');
}

/* === Player of the month ======================================================== */

#playerofthemonth {
	position: absolute;
	right: 21px;
	top: 32px !important;
	top: 33px;
	visibility: visible;
	z-index: 1;
}

.playerspacer {
	width: 227px;
	height: 118px;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: red;
	float:left;
	display: inline;
	visibility: hidden;
}

/****************************************************************************/
/* Widgets / Tools                                                          */
/****************************************************************************/

/* === Twitter Box ========== */

#twitterbox {
	width: 227px;
	padding-bottom: 1px;
	background: #002163;
}

#twitterbox h2 {
	height: 37px;
	margin: 0;
	background: url(../assets/adler_twitter.gif) no-repeat;
	font-size: 0;
	text-indent: -9999px !important;
}

#twitterbox h2 a {
	height: 37px;
	display: block;
}

#twitterbox dl {
	height: 172px;
	margin: 0 3px 2px 0;
	padding-top: 8px;
	overflow: auto;
	position: relative;
}

#twitterbox dt {
	margin: 0 4px;
	padding: 11px 11px 0;
	font-size: 13px;
	font-weight: bold;
	color: #002163;
	background: #e9e9e9;
	position: relative;
}

#twitterbox dt.newest {
	background: white;
}

#twitterbox dd {
	margin: 0 4px 3px;
	padding: 0 11px 15px;
	font-size: 11px;
	color: #000;
	background: #e9e9e9;
	position: relative;
}

#twitterbox dd.newest {
	background: white;
}

/* Bubbles */

#twitterbox .lt,
#twitterbox .rt,
#twitterbox .lb,
#twitterbox .rb {
	width: 10px;
	height: 10px;
	font-size: 0;
	background-image: url(../assets/twitter_bubblesprite.gif);
	background-repeat:  no-repeat;
	position: absolute;
}

#twitterbox .newest .spitze {
	width: 13px;
	height: 8px;
	background: url(../assets/twitter_bubblespitze.gif) no-repeat;
	position: absolute;
	top: -8px;
	left: 34px;
}

#twitterbox .lt { background-position: 0 -20px; left: 0; top: 0; }
#twitterbox .rt { background-position: -10px -20px; right: 0; top: 0; }
#twitterbox .lb { background-position: 0 -30px; left: 0; bottom: 0; }
#twitterbox .rb { background-position: -10px -30px; right: 0; bottom: 0; }

#twitterbox .newest .lt { background-position: 0 0; }
#twitterbox .newest .rt { background-position: -10px 0; }
#twitterbox .newest .lb { background-position: 0 -10px; }
#twitterbox .newest .rb { background-position: -10px -10px; }

#twitterbox dl a { color: #039; }
#twitterbox dl a:focus, #twitterbox dl a:hover { color: #c00; }

/* IE6 Hack */
* html #twitterbox .lt,
* html #twitterbox .rt,
* html #twitterbox .lb,
* html #twitterbox .rb { display: none; }

* html #twitterbox dt {background-image: url(../assets/ie6_twitter_bubbletop.gif); background-position: top left; background-repeat: no-repeat; }
* html #twitterbox dt.newest { background-image: url(../assets/ie6_twitter_bubblenewtop.gif); background-position: top left;  background-repeat: no-repeat; }
* html #twitterbox dd {background-image: url(../assets/ie6_twitter_bubblebottom.gif); background-position: bottom left;  background-repeat: no-repeat; }
* html #twitterbox dd.newest { background-image: url(../assets/ie6_twitter_bubblenewbottom.gif); background-position: bottom left;  background-repeat: no-repeat; }

/* === Thirty Years Ago ========== */

/* Jewsy Box Widget */

#jewsyBox {
	width: 217px;
	height: 216px;
	margin-bottom: 15px;
	border: 5px solid #002163;
	background: url(../assets/30jahreback.jpg) no-repeat;
	position: relative;
}

#thirtyyearslogo {
	margin-left: -61px;
	left: 50%;
	top: -38px;
	position: absolute;

}

#jewsyInput {
	width: 187px;
	height: 98px;
	margin-top: 90px;
	padding: 0 15px 15px 15px;
	overflow: hidden;
}

#jewsyInput h2 {
	margin: 0 15px 6px;
	font-size: 18px;
	color: #c00;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 5;
}


#jewsyInput h2 a {
	color: #c00;
	text-decoration: none;

}

#jewsyInput h2 a:focus, #jewsyInput h2 a:hover {
	color: white;
}

#jewsyInput p {
	margin: 0;
	font-size: 11px;
	line-height: normal;
	color: white;
}

#jewsyInput p a {
	color: #c00;
	text-decoration: underline;
	outline: none;
}

#jewsyInput p a:focus, #jewsyInput p a:hover { color: white; }

ul#jewsyNav {
	margin: 0;
	padding: 0 10px;
	width: 197px;
	position: absolute;
	top: 89px;
	list-style: none;
	z-index: 0;
}

li#jewsyPrevious { margin: 0; padding: 0; float: left; }
li#jewsyNext { margin: 0; padding: 0; float: right; }

li#jewsyPrevious a, li#jewsyNext a {
	width: 20px;
	height: 24px;
	font-size: 20px;
	font-weight: normal;
	color: #f00;
	display: block;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	outline: none;
}

li#jewsyPrevious a:hover,
li#jewsyNext a:hover {
	color: white;
}

#jewsyPrevious span, #jewsyNext span {	display: none; }

#jewsyLoader {
	margin: -26px 0 0 -16px;
	position: absolute;
	top: 155px;
	left: 50%;
}

#jewsyBox code { display: none; }

/* Sub Page */

#thirtyyearsintro {
	width: 669px;
	min-height: 268px;
	margin: 0 0 20px 5px;
	padding: 25px 11px 1px;
	background: black url(../assets/30jahreheader.jpg) no-repeat;
}

* html #thirtyyearsintro { height: 268px; }

#thirtyyearsintro h1 {
	margin: 0 190px 24px 0;
	color: white;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 24px;
	text-transform: uppercase;
}

#thirtyyearsintro h2 {
	margin: 0 190px 17px 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #c00;
}

#thirtyyearsintro p {
	margin: 0 190px 15px 0;
	font-size: 15px;
	line-height: 18px;
	color: #cff;
}

/* Thirty Years Calendar */

dl.thirtyyearscalendar {
	width: 691px;
	margin: 0 0 0 5px;
}

dl.thirtyyearscalendar dt {
	height: 55px;
	margin: 7px 0 0 0;
	padding: 12px 30px 0 22px;
	text-align: center;
	background: url(../assets/minical.gif) 14px 8px no-repeat;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	clear: left;
	float: left;
	position: relative;
	z-index: 100;
}

dl.thirtyyearscalendar dt span {
	padding-top: 3px;
	color: #c00;
	font-size: 22px;
	display: block;
}

dl.thirtyyearscalendar dd {
	margin: 0;
	padding: 12px 12px 12px 90px;
	background: #e9e9e9;
	font-size: 12px;
	color: #333;
	border-bottom: 2px solid white;
	position: relative;
}

ul.pages {
	padding-bottom: 20px;
	text-align: center;
	white-space: nowrap;
}

ul.pages li {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	border-right: 1px solid #039;
}

ul.pages li.last {
	border: 0;
}

ul.pages li a {
	padding: 0 6px 0 6px;
	color: #039;
	text-decoration: none;
}

ul.pages li a:focus, ul.pages li a:hover {
	text-decoration: underline;
}

ul.pages li a.active {
	color: #c00;
}

hr.clearer {
	margin: 0 !important;
	padding: 0 !important;
	height: 1px;
	visibility: hidden;
}

/* === Trainer und Betreuer ================================================= */

table.tab_trainerprofil {
   margin-left: 15px;
   font-size: 11px;
}
table.tab_trainerprofil tr th {
   color: #003399;
   padding-left: 10px;
   text-align: left;
}
table.tab_trainerprofil tr td {
   text-align: left;
}
table.tab_trainerprofil tr.gray {
   background-color: #E9E9E9;
}
table.tab_trainerprofil tr td h2.subheadline {
	margin: 0 10px 5px 10px;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #39f;
	float: left;
	display: inline;
}
table.tab_trainerprofil tr td h2.subheadline_big {
	margin: 0 10px 15px 10px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #39f;
	float: left;
	display: inline;
}

table.tab_betreuer {
   margin-left: 15px;
   font-size: 11px;
}
table.tab_betreuer tr th, table.tab_betreuer tr td {
   text-align: center;
   border: 2px solid white;
}