/*--------------------------nonFooter-horizontal------------------*/
/*  #nonFooter {
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
	background-image: url(images/BG/BG_nonFooter.jpg);
	background-repeat: repeat;
	height: 100%;
	text-align: center;
	line-height: 30px;
  }*/

/*-------------------ACCORDEON-----------------------*/
dt {
	font-weight:bold;
	font-size:14px;
	color: #9C0;
	font-family: 'Play', sans-serif;
	text-shadow: 1px 1px 1px #000;
	background: #eceff3;
	background: -moz-linear-gradient(top, #eceff3 0%, #c1cad5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eceff3), color-stop(100%, #c1cad5));
	background: -webkit-linear-gradient(top, #eceff3 0%, #c1cad5 100%);
	background: -o-linear-gradient(top, #eceff3 0%, #c1cad5 100%);
	background: -ms-linear-gradient(top, #eceff3 0%, #c1cad5 100%);
	background: linear-gradient(top, #eceff3 0%, #c1cad5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff3', 
 endColorstr='#c1cad5', GradientType=0 );
	float:left;
	width:456px;
	padding:10px 10px 9px 10px;
	margin-top:10px;
	margin-bottom:-4px;
	margin-left:20px;
	border-top:1px solid white;
/*	border-left:1px solid white;
	border-right:1px solid white;*/
	cursor:pointer;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,1);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,1);
	-ms-box-shadow:0 1px 1px rgba(0,0,0,1);
	-o-box-shadow:0 1px 1px rgba(0,0,0,1);
	box-shadow:0 1px 1px rgba(0,0,0,1);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

dt:hover {
	color: #FFF;
	background: #eceff3;
	background: -moz-linear-gradient(top, #fff 0%, #c1cad5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #c1cad5));
	background: -webkit-linear-gradient(top, #fff 0%, #c1cad5 100%);
	background: -o-linear-gradient(top, #fff 0%, #c1cad5 100%);
	background: -ms-linear-gradient(top, #fff 0%, #c1cad5 100%);
	background: linear-gradient(top, #fff 0%, #c1cad5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#c1cad5', GradientType=0 );
}

dd {
	font-family: "Courier New", Courier, monospace;
	color: #333;
	font-size:11px;
	display: none;
	background: #c7cfd8;
	margin: 0 0 15px 0;
	float: left;
	width: 456px;
	margin-left: 20px;
	padding: 10px 10px 15px 10px;
/*	border-left: 1px solid white;
	border-right: 1px solid white;*/
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,1);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,1);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,1);
	box-shadow: 0 1px 1px rgba(0,0,0,1);
	-webkit-border-radius: 0 0 5px 5px;
	background-image: url(images/BG/footer_nur_rasen.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content dl dd img {
	margin-left: 25px;
	border: 5px solid #9C0;
	border: 1px solid #222;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 5px 5px #FFF,
				-5px 5px 5px #D6D6D6,
				5px -5px 5px #999,
				-5px -5px 5px #999;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#button {
	float:right;
	display:block;
	height:18px;
	width:17px;
	text-indent:-9999px;
}

.closed { background:url(images/Diverse/button.png) left no-repeat; }

.open { background:url(images/Diverse/button.png) right no-repeat; }

.historyH2 {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	font-family: 'Play', sans-serif;
	text-shadow: 1px 1px 2px #888;
	}
/*---------------------------------------------------*/
/* Reset */
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	z-index: 1000;
}

/* Menu */
.menu {
	height: 40px;
	width: 854px;
	background: #1f2024;
	background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #333 0%,#111 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0 8px 12px -8px black;
	margin-bottom: 25px;
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
}

/* Links */

.menu li a {
	display: block;
	padding: 0 22px;
	margin: 6px 0;
	line-height: 28px;
	text-decoration: none;
	font-family: 'Play', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ccc;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	-webkit-transition: color 1s ease-in-out;
	-moz-transition: color 1s ease-in-out;
	-o-transition: color 1s ease-in-out;
	-ms-transition: color 1s ease-in-out;
	transition: color 1s ease-in-out;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;

}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{
	border-right: none;
	padding: 0 25px;
	margin-left: 8px;
}

.menu li:hover > a { 
	color: #9C0;
}

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 40px;
	left: 0;

	opacity: 0;
	
	background: #1f2024;

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.menu li:hover > ul { 
	opacity: 1; 
}

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
	width: 175px;
	border-top: 1px solid #353539;
}

.menu ul li a {
	width: 150px;
	padding: 4px 0 4px 25px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #353539;
}

.menu ul li a:hover {
	width: 150px;
	padding: 4px 0 4px 25px;
	margin: 0;
	-webkit-transition: color 1s ease-in-out;
	-moz-transition: color 1s ease-in-out;
	-o-transition: color 1s ease-in-out;
	-ms-transition: color 1s ease-in-out;
	transition: color 1s ease-in-out;
	-webkit-transition: background-color 1s ease-in-out;
	-moz-transition: background-color 1s ease-in-out;
	-o-transition: background-color 1s ease-in-out;
	-ms-transition: background-color 1s ease-in-out;
	transition: background-color 1s ease-in-out;
	background-color:#111;
	border: none;
/*	border-bottom: 1px solid #353539;*/
}

.menu ul li:first-child a {
	
}

.menu ul li:last-child a { 
	border: none; 	
	padding: 4px 0 4px 25px;
	box-shadow: 0 8px 12px -8px black;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	margin-left: 0px;
	
}


/* Icons */

.menu a.history {
	background-image: url(images/BG/history.png);
	background-repeat: no-repeat;
	background-position: 139px 6px;
}
.menu a.kontakt {
	background-image: url(images/BG/bubble.png);
	background-repeat: no-repeat;
	background-position: 140px 6px;
}
.menu a.download {
	background-image: url(images/BG/download.png);
	background-repeat: no-repeat;
	background-position: 140px 6px;
}
.menu a.archiv {
	background-image: url(images/BG/docs.png);
	background-repeat: no-repeat;
	background-position: 140px 6px;
}
.menufacebook    {
	text-align: left;
	margin: 0px;
	padding: 0px 0px;
}

/*.menu a.team1 {
	background-image: url(images/BG/team1.png);
	background-repeat: no-repeat;
	background-position: 140px 6px;
}
.menu a.team2 {
	background-image: url(images/BG/team2.png);
	background-repeat: no-repeat;
	background-position: 140px 6px;
}*/

 /*------------------vertikal----------------*/ 
    #nonFooter {
	position: absolute;
	top: 0;
	right: 0;
	width: 164px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: black;
	background-image: url(images/BG/BG_nonFooter_vertikal.png);
	background-repeat: repeat-y;
	height: 100%;
	text-align: left;
  }
  /*-----------------------------------------*/  
  #nonFooter a {
	color: #9C0;
	text-decoration: none;
	  }

	  
  #nonFooter a:hover {
	color: #999;
	text-decoration: none;
	  }

  html>body #nonFooter {  /* nur fuer moderne Browser! */
    position: fixed;
  }

/*-----------------------------------------------------*/

body {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	background-image: url(images/BG/BG_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#bg_body1 {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	background-image: url(images/BG/bg_body1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#bg_body2 {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	background-image: url(images/BG/bg_body2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#softball {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	background-image: url(images/BG/BG_body_softball.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	color: #9C0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 10px;
}



	
h2 {
	font-family: 'Play', sans-serif;
	padding-top: 3px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-size: 13px;
	font-weight: bold;
	color: #40A93D;
	padding-left: 14px;
	text-align: left;
	/*	background-image: url(images/BG/BG_H2.gif);
	background-repeat: no-repeat;
	background-position: -2px top;*/
	background: #1f2024;
	background: -webkit-linear-gradient(top, #333 0%,#111 100%);
	background: -moz-linear-gradient(top, #333 0%,#111 100%);
	background: -o-linear-gradient(top, #333 0%,#111 100%);
	background: -ms-linear-gradient(top, #333 0%,#111 100%);
	background: linear-gradient(top, #333 0%,#111 100%);
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	width: 465px;
	margin-left: -2px;
/*	box-shadow: 0 8px 12px -8px black;*/
	border: 1px solid #222;
	height: 18px;
	line-height: 18px;
	text-shadow: #111 1px 1px 1px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h3 {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	font-size: 12px;
	font-weight: bold;
	background-color: #474747;

}
h4 {
	font-family: 'Play', sans-serif;
/*	background-image: url(images/BG/BG_Ueberschrift.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	background: #1f2024;
	background: -webkit-linear-gradient(top, #333 25%,#111 75%);
	background: -moz-linear-gradient(top, #333 25%,#111 75%);
	background: -o-linear-gradient(top, #333 25%,#111 75%);
	background: -ms-linear-gradient(top, #333 25%,#111 75%);
	background: linear-gradient(top, #333 25%,#111 75%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 8px 12px -8px black;
	border: 1px solid #222;
	padding-bottom: 3px;
	font-size: 14px;
	color: #CCC;
	padding-left: 14px;
	margin-left: 20px;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
	padding-top: 1px;
	text-shadow: -1px -1px 0px #111, 1px 1px 0px #505050;
	letter-spacing: 1px;
}


h5 {
	padding-top: 3px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;*/
	font-size: 11px;
	font-weight: bold;
	color: #9C0;
	text-align: left;
	/*background-color: #414141;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-left: 1px;
	text-shadow: -1px -1px 0px #101010;
	background-image: url(images/BG/bg_gameschedules.gif);
	background-repeat: repeat;
}
h6 {
	font-size: 12px;
	font-style: italic;
	color: #999;
}

.finalText {
	font-family: 'Play', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #111;
	text-shadow: #999 1px 1px 2px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.finalTextASL {
	font-family: 'Play', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-shadow: #000 2px 2px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#sprytooltip8 ul li {
	list-style-type: circle;
	list-style-position: outside;
	padding-bottom: 3px;
	color: #9C0;
}

#sidebar_left h4  {
	z-index:
	font-family: 'Play', sans-serif;
	color: #40A93D;
	font-size: 14px;
	background: #1f2024;
	background: -webkit-linear-gradient(top, #333 25%,#111 75%);
	background: -moz-linear-gradient(top, #333 25%,#111 75%);
	background: -o-linear-gradient(top, #333 25%,#111 75%);
	background: -ms-linear-gradient(top, #333 25%,#111 75%);
	background: linear-gradient(top, #333 25%,#111 75%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0 8px 12px -8px black;
	border: 1px solid #222;
	/*background-image: url(images/BG/BG_Liga.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 8px;
	line-height: 30px;
	height: 30px;
	text-shadow: -1px -1px 0px #111, 1px 1px 0px #505050;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#sidebar_right h4	{
	font-family: 'Play', sans-serif;
	color: #40A93D;
	font-size: 14px;
/*	background-image: url(images/BG/BG_Sponsoring.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	background: #1f2024;
	background: -webkit-linear-gradient(top, #333 25%,#111 75%);
	background: -moz-linear-gradient(top, #333 25%,#111 75%);
	background: -o-linear-gradient(top, #333 25%,#111 75%);
	background: -ms-linear-gradient(top, #333 25%,#111 75%);
	background: linear-gradient(top, #333 25%,#111 75%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 8px 12px -8px black;
	border: 1px solid #222;
	padding-left: 8px;
	line-height: 30px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-shadow: -1px -1px 0px #111, 1px 1px 0px #505050;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#sidebar_right_bb h4
{
	color: #9C0;
	font-size: 12px;
	background-image: url(images/BG/BG_Sponsoring.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 8px;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



iframe {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.iframe
{
	border: 1px solid #000;
}
.iframe_chart {
	margin-left: 13px;
	height: 320px;
	width: 862px;
}
.iframe_chart_1 {
	margin-left: 13px;
	height: 400px;
	width: 862px;
}



textarea {
	font-size: 11px;
	color: #CCC;
	background-color: #525252;
	border: 1px solid #333;
	width: 280px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 3px;
}
input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #525252;
	border: 1px solid #333;
	padding: 3px;
}
#send {
	font-size: 10px;
	background-color: #999;
	margin: 0px;
	padding: 2px;
}
#reset {
	font-size: 10px;
	background-color: #999;
	margin: 0px;
	padding: 2px;
}
#betreff {
	color: #333;
}


.fliesstext {
	font-size: 11px;
	color: #FFF;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	/*text-shadow: #111 1px 1px 1px;*/
	text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
}
.fliesstextAcc {
	font-size: 12px;
	color: #000;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	/*text-shadow: #111 1px 1px 1px;*/
/*	text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;*/
}
em	{
	text-shadow: #111 1px 1px 1px;	
	}
.fliesstext_rot
{
	font-size: 11px;
	color: #F00;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}

.fltext_gruenBold {
	font-family: 'Play', sans-serif;
	font-size:14px;
	color: #40A93D;
	font-weight: bold;
}

.playofflinie {
	font-family: 'Play', sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #09F;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px black;
	color: #09F;
}
.tabelle_bucks {
	color: #9C0;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
#tabelle_kontakt {
	font-size: 11px;
	color: #999;
	margin-left: 10px;
}



.rosterTabelle {
	font-size: 12px;
	color: #999;
	text-align: left;
	margin-left: 20px;
	background-color: #414141;
	-moz-border-radius:8px;
	border-radius:8px;
	background-image: url(images/BG/BG_team.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	behavior: url('PIE.htc');
}
.rosterCoaches {
	font-size: 12px;
	color: #999;
	text-align: left;
	margin-left: 20px;
	background-color: #414141;
	-moz-border-radius:8px;
	background-image: url(images/BG/BG_coaches.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.sprytooltip_flagge {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: black;
	border-bottom-color: black;
}
#archiv_tab {
	margin: 0 auto;
}

#tabelle_standings {
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	color: #D8D8D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.tabelle_standings_tr
{
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #404040;
	margin-bottom: 5px;
	margin-top: 5px;*/
}
.textalign_center {
	text-align: center;
}

.teamfoto {
	margin-left: 20px;
	border: 1px solid #999;
}



#wrapper {
	width: 890px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url('PIE/PIE.htc');
	background-image: url(images/BG/BG_wrapper.jpg);
	background-repeat: repeat-y;
	background-color: #474747;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #666;
	border-bottom-color: #000;
	border-left-color: #333;
	background-position: center center;

}

#header {
	background-image: url(images/BG_header1.gif);
	background-repeat: no-repeat;
	height: 170px;
	background-position: 19px bottom;
}
#header_bb
{
	background-image: url(Bucks/bunnies/images/BG_header_banshees.gif);
	background-repeat: no-repeat;
	height: 170px;
	background-position: 19px bottom;
}

#navigation {
	width:100%;
	margin-left: 18px;
	margin-right: 8px;
}
#teaser {
	background-image: url(images/BG/BG_teaser.jpg);
	background-repeat: repeat-x;
	margin-top: 2px;
	margin-left: 18px;
	margin-right: 18px;
	/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	height: 35px;
	margin-bottom: 2px;
}

#BG_main {
	margin-left: 18px;
	margin-right: 8px;
}
#tabelle_links {
	font-size: 10px;
	color: #CCC;
	margin-left: 20px;
}


#sidebar_left {
	float: left;
	width: 174px;
	font-size: 12px;
	/*margin-top: 0px;*/
	/*padding-top: 15px;*/
}

#sidebar_left table tr td {
	/*font-family: 'Play', sans-serif;*/
	text-align: left;	
	/*font-size: 9px;
	color: #CCC;
	text-align: left;*/
}

#news_artikel {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #414141;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #414141;
	border-bottom-color: #414141;
	border-left-color: #414141;
	-moz-border-radius:12px;
	background-image: url(images/BG/BG_news_artikel.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	box-shadow:0px 5px 8px #222;
	}
#news_collage {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #414141;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #414141;
	border-bottom-color: #414141;
	border-left-color: #414141;
	-moz-border-radius: 12px;
	background-image: url(images/BG/awards2013_collage.jpg);
	background-repeat: no-repeat;
	background-position: right 26px;
	box-shadow: 0px 5px 8px #222;
	height: 455px;
}



#news_artikel table tr td {
	font-size: 11px;
	color: #CCC;
}
#news_training
{
	margin-right: 20px;
	margin-left: 20px;
	background-color: #414141;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #414141;
	border-bottom-color: #414141;
	border-left-color: #414141;
	-moz-border-radius:12px;
	background-image: url(images/BG/BG_training.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	box-shadow:0px 5px 8px #222;
}

#news_wrm
{
	margin-right: 20px;
	margin-left: 20px;
	background-color: #414141;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #414141;
	border-bottom-color: #414141;
	border-left-color: #414141;
	-moz-border-radius:12px;
	background-image: url(images/BG/BG_wrm.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#wrapper #BG_main #content #news_artikel table tr td a img
{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #000;
	border-left-color: #000;
}



#content {
	float: left;
	width: 60%;
	margin-top: 0px;
	/*background-color: #053800;*/
}

#content p {
	/*background-color: #414141;*/
	color: #CCC;
	margin-bottom: 10px;
	padding: 10px;
	margin-top: 0px;
}
#content_gallery {
}



#content a {
	color: #9C0;
	text-decoration: none;
}

#content a:hover {
	color: #999;
	}
#content .fliesstext img {
	float: left;
	margin-right: 10px;
	margin-top: 1px;
/*	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #666;*/
}


#sidebar_right {
	float: right;
	width: 170px;
	margin-top: 0px;
	font-size: 12px;
	color: #9C0;
	font-weight: bold;
}

#sidebar_right_bb {
	float: right;
	width: 170px;
	margin-top: 0px;
	font-size: 12px;
	color: #9C0;
	font-weight: bold;
}

#sidebar_right img {
	margin-bottom: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#starter_1
{
	background-image: url(images/Roster/dummy_sp.jpg);
	background-repeat: no-repeat;
	height: 130px;
	padding-bottom: 16px;
	background-position: right top;
	margin-top: 5px;
}
#starter_2
{
	background-image: url(images/Roster/dummy_sp.jpg);
	background-repeat: no-repeat;
	height: 130px;
	padding-bottom: 16px;
	background-position: right top;
	margin-top: 5px;
}



#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	color: #CCC;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333;
	padding-bottom: 28px;
	margin-right: 8px;
	margin-left: 8px;
	background-image: url(images/BG/footer_rasen.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer a {
	text-decoration: none;
	color: #CCC;	
	}
#footer a:hover {
	color: #9C0;
}

#schedule {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #414141;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #414141;
	border-bottom-color: #414141;
	border-left-color: #414141;
	-moz-border-radius:12px;
	font-size: 10px;
	color: #999;
	box-shadow:0px 5px 8px #222;
}
.schedule_h1 {
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #9C0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 3px;
}
.schedule_datum {
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.starter_nachname
{
	color: #9C0;
	font-weight: bold;
	text-align: left;
}
.starter_vorname
{
	color: #CCC;
	text-align: left;
}


	
.schedule_score {
	font-family: 'Aldrich', sans-serif;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1A1A1A;
	background-image: url(images/BG/bg_gameschedules.gif);
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #09F;
	text-shadow: -1px -1px 0px #101010, 1px 1px 0px #010101;
}
.schedule_linie
{
	font-family: 'Aldrich', sans-serif;
	/*font-family: 'Michroma', sans-serif;*/
	color: #40A93D;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1A1A1A;
	background-image: url(images/BG/bg_gameschedules.gif);
	background-repeat: repeat-x;
	text-shadow: -1px -1px 0px #111, 1px 1px 0px #010101;
}
.schedule_bucksbbl {
	font-family: 'Aldrich', sans-serif;
	font-size: 21px;
	color: #40A93D;
	font-weight: bold;	
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1A1A1A;
	background-image: url(images/BG/bg_gameschedules.gif);
	background-repeat: repeat-x;
	text-shadow: -1px -1px 0px #111, 3px 3px 0px #010101;
	text-transform: uppercase;
}
.schedule_bucks {
	color: #40A93D;
	font-weight: bold;
	padding-left: 3px;
	text-shadow: -1px -1px 0px #111, 1px 1px 0px #505050;
/*	height: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1A1A1A;
	background-image: url(images/BG/bg_gameschedules.gif);
	background-repeat: repeat-x;
	text-shadow: -1px -1px 0px #111, 1px 1px 0px #010101;
	text-transform: uppercase;*/
}

.schedule_away {
	font-family: 'Aldrich', sans-serif;
	font-size: 21px;
	color: #FF0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1A1A1A;
	background-image: url(images/BG/bg_gameschedules.gif);
	background-repeat: repeat-x;
	text-shadow: -1px -1px 0px #111, 3px 3px 0px #010101;
	text-transform: uppercase;
}
.schedule_linieBanshees
{
	color: #CCCCCC;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1A1A1A;
	background-image: url(images/BG/bg_gameschedules.gif);
	background-repeat: repeat-x;
	text-shadow: -1px -1px 0px #111, 1px 1px 0px #010101;
}
#video {
	text-align: center;
	border: 1px solid #292929;
	background-color: #0F0F0F;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius:12px;
}
#tabelle_schedule {
	-moz-border-radius: 8px;
	background-color: #333;
	background-repeat: no-repeat;
	border: 1px none #333;
	/*background-image: url(images/BG/BG_bat.jpg);
	background-position: right bottom;*/
}

#content_gallery h4 {
	background-position: left;
	padding-top: 2px;
	width: 837px;
	margin-left: 0px;
}
#sidebar_left p #scoreboard {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #666;
}
#scoreboard {
	background-image: url(images/Diverse/scoreboard_offseason.jpg);
	background-repeat: no-repeat;
	width: 175px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
}
#scoreboard_2
{
	background-image: url(images/Diverse/scoreboard_2.jpg);
	background-repeat: no-repeat;
	width: 175px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
}

#scoreboard_termine {
	background-image: url(images/BG/BG_upcoming.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
}

#scoreboard table tr td img {
	text-align: left;
	vertical-align: top;
}
#standings {
	height: 250px;
	background: #1f2024;
	background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #333 0%,#111 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0 8px 12px -8px black;
	/*background-image: url(images/BG/BG_tabelle_offseason.gif);
	background-repeat: no-repeat;*/
	padding-left: 3px;
	text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
	margin-top: 0px;
	/*font-family: Verdana, Geneva, sans-serif;*/
}
#standings_bucks2 {
	height: 187px;
	background: #1f2024;
	background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #333 0%,#111 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0 8px 12px -8px black;
	/*background-image: url(images/BG/BG_tabelle_offseason.gif);
	background-repeat: no-repeat;*/
	padding-left: 3px;
	text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
	margin-top: 0px;
	/*font-family: Verdana, Geneva, sans-serif;*/
}
#standings_archiv {
	height: 250px;
	width: 390px;
	background: #1f2024;
	background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #333 0%,#111 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 8px 12px -8px black;
	padding-left: 3px;
	margin-left: 20px;
	text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
	margin-bottom: 8px;
	float: left;
}
#content .rosterTabelle tr td img {
/*	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: black;
	border-bottom-color: black;
	cursor: pointer;*/
}

.rosterTabelle_number_img {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: black;
	border-bottom-color: black;

}

.icesports {
	font-size: 12px;
	color: #9C0;
	font-weight: bold;
	padding-left: 10px;
}
#last_topics
{
	color: #9C0;
	text-decoration: none;
	width: 162px;
	background-image: url(images/BG/BG_tabelle.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 30px;
	padding-left: 4px;
	height: 245px;
}
#last_topics a:link
{
	color: #FFF;
	text-decoration: none;

}

#last_topics a:visited
{
	color: #FFF;
	text-decoration: none;	
}
#last_topics a:hover
{
	color: #9C0;
	text-decoration: none;	
}
#news_gamedayinfo
{
	height: 345px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #414141;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #414141;
	border-bottom-color: #414141;
	border-left-color: #414141;
	border-radius: 12px;
	-moz-border-radius: 12px;
	/*background-image: url(images/BG/BG_bat.jpg);*/	
	background-image: url(images/BG/BG_gameday_info13.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-position: right bottom;
	background-repeat: no-repeat;
	box-shadow: 0px 5px 8px #222;	
}

#news_bblmeister
{
	height: 360px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #414141;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #414141;
	border-bottom-color: #414141;
	border-left-color: #414141;
	border-radius: 12px;
	-moz-border-radius: 12px;
	/*background-image: url(images/BG/BG_bat.jpg);*/	
	background-image: url(images/BG/BG_gameday_meister.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
	box-shadow: 0px 5px 8px #222;	
}

#news_gamedayinfoLLO
{
	height: 345px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #414141;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #414141;
	border-bottom-color: #414141;
	border-left-color: #414141;
	border-radius: 12px;
	-moz-border-radius: 12px;
	/*background-image: url(images/BG/BG_bat.jpg);*/	
	background-image: url(images/BG/BG_gameday2_info13.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-position: right bottom;
	background-repeat: no-repeat;
	box-shadow: 0px 5px 8px #222;	
}

#news_gamedayinfoSBL
{
	height: 345px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #414141;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #414141;
	border-bottom-color: #414141;
	border-left-color: #414141;
	border-radius: 12px;
	-moz-border-radius: 12px;
	/*background-image: url(images/BG/BG_bat.jpg);*/	
	background-image: url(images/BG/BG_gameday3_info13.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-position: right bottom;
	background-repeat: no-repeat;
	box-shadow: 0px 5px 8px #222;
}

#news_tickets
{
	height: 328px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #414141;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #414141;
	border-bottom-color: #414141;
	border-left-color: #414141;
	border-radius: 12px;
	-moz-border-radius: 12px;
	/*background-image: url(images/BG/BG_bat.jpg);*/	
	background-image: url(images/BG/bg_tickets_small.jpg);
	background-repeat: no-repeat;
	background-position: right 27px;
	background-repeat: no-repeat;
	box-shadow: 0px 5px 8px #222;
}


.fliesstext img
{
	border: 1px solid #222;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 5px 5px #333,
				-5px 5px 5px #333,
				5px -5px 5px #333,
				-5px -5px 5px #333;
}


/*TOOLTIP CSS*/

.tooltipContent_2012
{
	/*background-color: #474747;*/
	font-size: 11px;
	color: #333;
	width: 415px;
	background-image: url(images/BG/notizbuch.png);
	background-repeat: no-repeat;
	font-family: "Courier New", Courier, monospace;	/*border: 1px solid #999;*/
	height: 313px;
	background-position: left top;
	padding-top: 15px;
	padding-left: 10px;		
}
#tooltipContent_2012_right
{
	float: right;
	width: 215px;
	margin-top: 30px;

}
#tooltipContent_2012_right p
{
	line-height: 12px;
}


#tooltipContent_2012_left
{
	float: left;
	width: 170px;
}
#tooltipContent_2012_left p
{
	line-height: 12px;
}



.tooltipContent_2012 img
{
	-moz-border-radius:3px;
	box-shadow: 2px 2px 2px black;
}

.bucks_gruen
{
	color: #060;
}
#facebook {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.banshees_text {
	font-size: 14px;
	font-weight: bold;
	color: #c60116;
	text-shadow: 0px 0px 4px #999;
}
#news_artikel ul {
	font-size: 12px;
	color: #CCC;
	list-style-type: none;
	margin-top: 0px;
}
#ticketlink {
	padding-left: 170px;
	padding-top: 255px;
}
#meisterlink {
	padding-left: 170px;
	padding-top: 284px;
}

