/********************************************************************/
/*	 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/1300x1061px_Hintergrund.jpg) top center no-repeat;
}

form {
	margin: 0;
	padding: 0;
}

/* Flie�text */

p.text, .topstory p.text.media {
	margin: 0 15px 0 15px;
	font-size: 12px;
	line-height: 16px;
}

.topstory p.text.media { padding:0; margin-left:0; }

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: underline;
	font-weight:bold;
	font-size: 12px !important;
}

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/backtop2016.png) 0 top 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 !important;
	padding: 0 !important;
	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 ::::::::::::::*/

.buttonbox {
	margin: 0 0 5px 5px;
	float: left;
}

/* Werberaster */

.buttonbox.one-col {
	width: 227px;
}

.buttonbox.two-col {
	width: 459px;
}

.buttonbox.three-col {
	width: 691px;
}

* html .buttonbox { display: inline; }

/*:::::::: Topstory - Styles ::::::::*/

/*#topstoryflash h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #073499;
	top: 18px;
	left: 19px;
}*/

.jpromo {
	width: 691px;
	min-height: 300px;
	margin: 0 0 15px 5px;
	position: relative;
	background: white url(../assets/promobotshadow.gif) no-repeat left bottom;
}

.jpromo ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.jpromo img { display: block; }

ul#promos { width: 691px; height: 290px; position: relative; background: url(../assets/defaultnews2015-meister.jpg) no-repeat left top; }
ul#promos li { width: 691px; height: 290px; position: absolute; left: 0; top: 0; }
ul#promos li:first-child { z-index: 4; }
ul#promos li.vs { background: red url(../assets/vs_screen.jpg) no-repeat left top; }
ul#promos li.vs img {  }
ul#promos li.vs img.hometeam { float: left; }
ul#promos li.vs img.guestteam { float: right; }

ul#promos h2, ul#promos div.title {	margin: 0; position: absolute; }

ul#promos div.title { display: block; width: 645px; bottom: 0; left: 0; padding: 0 23px 70px 23px; background: url(../assets/dark_overlay.png) no-repeat left bottom; } /*padding: 0 388px 60px 20px;   */
ul#promos div.title h4 {
	margin: 0 0 0.7em 0;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	color: white;
	width: 100%;
}
ul#promos div.title h3 {
	margin: 0;
	font: bold 1.4em/1em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: white;
	text-shadow: 0 0 6px #000, 0 0 6px #000;
	width: 100%;
}

ul#promos div.title h3 a {
	color: white;
	text-decoration: none;
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

ul#promos div.title h3 a:focus, ul#promos div.title h3 a:hover {
	color: #c00;
	text-decoration: underline;
}

ul#promotbs { position: absolute; left: 21px; bottom: 31px; z-index: 100; }
ul#promotbs li {
	margin-left: 5px;
	float: left;
	background: black;
}

ul#promotbs li img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	filter:alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	border: 1px solid white;
}
ul#promotbs li:hover img, ul#promotbs li:focus img {
	border: 1px solid white;
	opacity: .9;
	-moz-opacity: .9;
	-webkit-opacity: .9;
	filter:alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
ul#promotbs li.activeSlide img {
	margin-top: -1px;
	border: 2px solid white;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter:alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.topstory .adlermov, #trenner #inline1 { 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, #seyfferlogo {
	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;
}

#dellogo {
	width: 100px;
	height: 55px;
	position: absolute;
	top: 43px !important;
	top: 44px;
	left: -3px;
	z-index: 100;
}

#jubilaeumslogo {
	width: 100px;
	height: 85px;
	position: absolute;
	top: 13px !important;
	top: 14px;
	left: 893px;
	z-index: 100;
}

#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;
	width:501px;
}
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;
}




/* === Neue Galerie ================================================= */

#gallery #select_mediathek { display:block; float: right; margin-bottom: 10px; }

.galleryitem.mediathek a{position:absolute; overflow:hidden; width:227px; height:151px; bottom:0; top:0; left:0; right:0; background:url(../assets/transparent_bg_mediathek.png) no-repeat 0 0; behavior: url(js/iepngfix.htc);}

.galleryitem.mediathek a:hover{background-position: 0 -151px;}


#gallery{ padding:0 5px;}
.galleryrow.first{padding-top:5px;}
.galleryrow{height:151px;}
.gallerythumbrow{height:74px;}
.gallerythumbrow.first{padding-top:5px;}


#morelinksheader{padding-left:10px; margin-top:50px;}
#morelinksheader #bluebar{height:0px; font-size:0; line-height:0; }
#morelinksheader #morelinksheadline h3{color:#003399; font-weight:bold; padding:0; margin:0; margin-bottom:5px;}
#morelinksheader #morelinksheadline{float:left;}
#morelinksheader #morelinksnavi{font-size: 11px; float:right;padding-bottom:2px; padding-right:10px; padding-top:6px;}
#morelinksheader #morelinksnavi em{font-style:normal;}
#morelinksheader #morelinksnavi img{margin-top:2px;}
#morelinksheader #morelinksnavi img#morelinksnext{margin-left:5px; cursor:pointer;}
#morelinksheader #morelinksnavi img#morelinksback{margin-left:5px; cursor:pointer;}
#morelinksheader #morelinksnavi span{margin-right:10px; padding-bottom:2px;}
.morelinksrow{font-size:11px;}
.morelinksitem{background:#e9e9e9; float:left;  width:343px; margin-top:5px; height:25px;line-height:25px; }
.morelinksitem a{ height:25px; }
.morelinksitem a .morelinksiteminside{ padding-left:10px; margin:1px; height:23px; width:331px; }
.morelinksitem a .morelinksitemlink{font-weight:bold; color:#003399; text-decoration:none; }
.morelinksitem a:hover .morelinksiteminside{background-color:#ffffff;}
.morelinksitem a:hover .morelinksitemlink{color:#cc0000; text-decoration:underline;}
.morelinksitem a:visited {text-decoration:none;}
.morelinksitem a:active {text-decoration:none;}

.morelinksitem.left{margin-right:5px;}
.morelinksitemdate{ float:left;padding-right:8px; height:27px;}
.morelinksitemlink a{font-weight:bold; color:#003399; text-decoration:none;}

.transparentoverlay{background:#000000; opacity:0.5;}

.galleryitem{padding-right:5px; float:left; position:relative; padding-bottom:0; margin-bottom:0; height:151px; width:227px;}
#gallery .last{padding-right:0;}
.galleryitem img{z-index:1; }
.galleryitem div{ position: absolute; overflow: hidden;  color:#cccccc; padding:0 10px;}
.galleryitem a{position:absolute; overflow:hidden; width:227px; height:151px; bottom:0; top:0; left:0; right:0; background:url(../assets/transparent_bg.png) no-repeat 0 0; behavior: url(js/iepngfix.htc);}
.galleryitem a:hover{background-position: 0 -151px;}
.galleryitem a:hover .label{color:white;}
.galleryitem a:hover .date{color:#CCCCCC;}
.galleryitem a:hover .amount{color:#CCCCCC;}



.galleryitem div.date{ z-index: 3; font-size:11px; font-weight:bold; text-align:left; top:86px; left:0;  float:left; font-weight:normal; color:#999999; cursor:pointer;}
.galleryitem div.amount{z-index: 3;font-size:11px; font-weight:bold; text-align:left; top:86px;  float:right; right:10px; text-align:right; font-weight:normal; color:#999999;  cursor:pointer;}
.galleryitem div.label{ z-index: 3; font-size:12px; font-weight:bold; text-align:left; top:102px; left:0; width:207px;  cursor:pointer;}

.galleryitem a, .galleryitem a:link, .galleryitem a:hover, .galleryitem a:visited, .galleryitem a:active{text-decoration:none; padding:0; margin:0;}
.galleryitem a.link {position:absolute; top:0; left:0; right:0; bottom:0;  width:227px; height:151px; z-index:4;}



#gallery .gallerytext{padding-left:10px; font-size:12px; }
#gallery .gallerytext h3{font-weight:bold; font-size:16px; color:#3399ff;}
#gallery .gallerytext.bottom{padding-top:20px; padding-bottom:30px;}
#gallery .gallerytext a{color:#3399ff; font-weight:bold; text-decoration:none;}

.galleryitem_small{padding-right:5px; float:left; position:relative; height:74px; width:111px; }
.galleryitem_small a img{border:1px solid #999999; margin:-1px;}

.galleryitem_small a:hover img{border:2px solid #cc0000; margin:-2px;}

.clear {clear: both; height: 5px; overflow: hidden; margin:0; padding:0;}

/*** Podcasts ***/

table.podcast {
   width: 691px;
   margin-top: 5px;
   border: 0;
}
table.podcast tr td.title {
   width: 250px;
   height: 25px;
   vertical-align: center;
   padding-left: 5px;
   border-right: 5px solid white;
   border-bottom: 5px solid white;
   background-color: #e9e9e9;
}
table.podacst tr td.stream {
	border-bottom: 5px solid white;
   background-color: #e9e9e9;
}


.weitereBilder {
	width: 691px;
	margin-top:5px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;

}


.weitereBilder td {
	width: 344px;
	/*height: 15px !important;*/
	height: 25px;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	overflow: hidden;
	background-color: #e9e9e9;
	border-bottom: 5px solid white;
}

.weitereBilder tr td.title {
   width: 344px;
   padding-left: 10px;
   vertical-align: middle !important;
   font-size: 11px;
   border-right: 5px solid white;
}
.weitereBilder tr td.stream {
   width: 784px;
   vertical-align: middle;
}



.weitereBilder td.left {
	border-right: 5px solid white;
}

.weitereBilder td.right {
}

/* Link behavior */
.weitereBilder a,
.weitereBilder a:link,
.weitereBilder a:visited {
	height:25px;
	margin: 0;
	padding: 0px 10px 0 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #039;
	border: 1px solid #e9e9e9;
	overflow: hidden;
	line-height:25px;
}

* html .weitereBilder a {
	height: 23px !important;
}

.weitereBilder a:focus,
.weitereBilder a:hover,
.weitereBilder a:active {
	background: #fff;
	border: 1px solid #ccc;
}

.weitereBilder a:focus span,
.weitereBilder a:hover span,
.weitereBilder a:active span {
	color: #c00;
	text-decoration: underline;
}

.weitereBilder em {
	margin: 0;
	padding: 0 8px 10px 0;
	color: #000;
	font-weight:normal;
	font-style: normal;
	font-size: 11px;
	display: block;
	float: left;
	display: inline;
	cursor: pointer;
}

.weitereBilder td img {
	margin-right: 10px;
	float: left;
}

/* Downloads */

h1.downloadtitle {
	display: block;
   margin: 0 0 5px 0px;
	color: #039;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

/* Submenue English Version Page, 17.09.12 ba */
ul.submenueenglish { padding: 0; margin-left: 0; }
ul.submenueenglish li { font-size: 13px; line-height: 22px; background: url(../assets/dottedline.gif) repeat-x; background-position: bottom; }
ul.submenueenglish li a { padding-left: 10px; text-decoration: none; }
ul.submenueenglish li a:hover { text-decoration: underline; }

/* Latest Media Startseite, 22.07.13 ba */
table#latestMedia { width: 227px; }
table#latestMedia th { width: 33px; height: 31px; line-height: 31px; border-right: 2px solid white; border-bottom: 2px solid white; }
table#latestMedia th.galerie { background: #003d7c; }
table#latestMedia th.podcast { background: #ac0014; }
table#latestMedia th.mediathek { background: #f27200; }
table#latestMedia td {
		width: 227px;
		height: 31px;
		line-height: 31px;
		background: url(../images/bg-new-media.gif) left top no-repeat;
		border-bottom: 2px solid white;
		border-right: none;
		color: white;
		font-weight: bold;
		padding-left: 10px;
		font-size: 14px;
}
table#latestMedia td a { color: white; text-decoration: none; font-size: 14px; font-weight: bold;}
table#latestMedia td a:focus, table#latestMedia td a:hover { text-decoration: none; color: #cc0000; }

/* Social Links */
ul#sociallinks { width: 227px; padding-left: 10px; }
ul#sociallinks li {
	display: block;
	width: 162px;
	padding-left: 65px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
ul#sociallinks li:last-child { border-bottom: 0; }
ul#sociallinks li.facebook { background: url(../assets/icon-facebook.png) left top no-repeat; }
ul#sociallinks li.twitter { background: url(../assets/icon-twitter.png) left top no-repeat; }
ul#sociallinks li.googleplus { background: url(../assets/icon-google.png) left top no-repeat; }
ul#sociallinks li.pinterest { background: url(../assets/icon-pinterest.png) left top no-repeat; }
ul#sociallinks li.instagram { background: url(../assets/icon-instagram.png) left top no-repeat; }

iframe.invisible { display: none; }

/* Medienlinks unter Spielbericht */

a.spielberichtmediengalerie  { display: block; min-height: 21px; padding-left: 25px; margin-bottom: 3px; background: url(../images/icon-spielbericht-new-galerie-21px.gif) left top no-repeat; }
a.spielberichtmedienpodcast { display: block; min-height: 21px; padding-left: 25px; margin-bottom: 3px; background: url(../images/icon-spielbericht-new-podcast-21px.gif) left top no-repeat; }
a.spielberichtmedienyoutube { display: block; min-height: 21px; padding-left: 25px; margin-bottom: 3px; background: url(../images/icon-spielbericht-new-video-21px.gif) left top no-repeat; }

#current-media { float:left; overflow:hidden; }
#current-media h1 span { padding-top: 0 !important; }
#current-media h3 { margin-top:0; margin-bottom:10px; }
#current-media .text { margin-left:0; overflow:hidden; white-space: nowrap; text-overflow:ellipsis; padding: 0 !important; font-size: 11px; }
#current-media .spielberichtmediengalerie,
#current-media .spielberichtmedienpodcast,
#current-media .spielberichtmedienyoutube { line-height: 20px; }
