/*
###################################################################################################
# Dateiname: css.css
#
# Letzte �nderung der Datei / Last Change of File
# -----------------------------------------------
# Revision:       $Rev: 340 $
# Datum / Date:   $Date: 2012-06-30 09:48:46 +0200 (Sa, 30 Jun 2012) $
# Autor / Author: $Author: wilhelm12 $
#
#--------------------------------------------------------------------------------------------------
#
# BuLiTIPP 4 - Das Bundesliga Tippspielscript
#
# Copyright (C) 2007-2012 Sebastian M�ller, Daniel G�hring, S�ren Wiechert
#
# This program is free software; you can redistribute it and/or modify it under the terms of the
# GNU General Public License as published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with this program; if
# not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
#
# http://www.xcript.de
#
# !!! Do not remove link or copyright-notice !!!
#
###################################################################################################
*/

.tabs ul{
    clear: both;
    list-style-type: none;
    height: 30px;
}
.tabs li{
    float: left;
    margin: 10px 10px;
}

.head
{
    height:96px;
    position: relative;
}


#sitename
{
   color:#ffffff;
   height:36px;
    margin:0 20px 57px;
    text-align:left;
}

#sitename h1,#sitename h2
{
    font-weight:bold;
    letter-spacing:-1px;
    margin:0;
    padding:0;
}

#sitename h1
{
    font-size:1.9em;
    padding-top:21px;
    padding-bottom:5px;
}

#sitename h2
{
    font-size:1.0em;
}
#footer
{
	color: #737373;
	font-size:9px;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
    background-color:transparent;
    width:976px;

}

.body2 {
    margin-top:0;
	  font-family:"Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
    color:#303030;
    font-size: 90%;
    background: #e8e8e8 url(../../img/bg.png) repeat top left;
    margin-left:0;
    height: 100%;
}



/*input:focus, textarea:focus
{
	border:#999 1px solid;
   a:visited, a:active
}*/
a{
	color:#444444;
	text-decoration:none;
}
a:hover {
	color:#444444;
	text-decoration:underline;
}
a.links_hell, a.links_hell:visited, a.links_hell:active {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
    border-bottom: 1px dotted #ffffff;
}
a.links_hell:hover
{
	color:#ffffff;
	text-decoration:none;
    border-bottom: 1px solid #ffffff;
}
a.links_dunkel, a.links_dunkel:visited, a.links_dunkel:active
{
	color:#444444;
	text-decoration:none;
	font-weight:bold;
    border-bottom: 1px dotted #444444;
}
a.links_dunkel:hover
{
	color:#444444;
	text-decoration:none;
    border-bottom: 1px solid #444444;
}
.dd-selected {height: 30px; line-height: 30px;}

#spielplan
{
    border:0px solid #dadae5;
    width:100%;
    -moz-border-radius:5px 5px 5px 5px;
}

#spielplan .daterow {
    border-bottom:0px solid #9a9a9a;
    border-left: 5px solid #9a9a9a;
    padding-left: 20px;
    font-size: 80%;
      background-color: #F8F8F8;
}

#spielplan .weekdayrow {
    background-color:#cdcdcd;
    border-left: 5px solid #9a9a9a;
    color:#000000;
    padding-left: 10px;
    font-size: 80%;
}

#spielplan .gamerow {

}

#spielplan .gamerow:hover {
    background-color: #F8F8F8;
}

#spielplan .gamerow a:hover {
    text-decoration: underline;
}

#spielplan .liverow {
	background-color:#fffb91;
}
#spielplan .gamerow td {
  vertical-align: middle;
}

#matchday_list a, #matchday_list a:visited, #matchday_list a:active {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#matchday_list a:hover {
	color:#0000ff;
	text-decoration:underline;
	font-weight:bold;
}
.tblMitspieler td { vertical-align: middle;;}

.btnsave { background-color: #FFB548;  border: 0px !important; color: #ffffff}
.btnsave:hover { background-color: #FFA00E ; color: #ffffff}

.tipp{
  width:30px;
  font-size: 12px;
	font-weight: bold;
	text-align:center;
  padding: 0px !important;
  line-height: 30px;
  height: 30px;
  margin: 0px;
}

table.sticky tbody, table.sticky thead tr , table.sticky tfoot tr {
    display: table;
    table-layout: fixed;
    width: 100%;
}
table.sticky {
    display: block;
}
table.sticky thead {
    background-color: white;
    display: block;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky; position: -ms-sticky; position: -o-sticky;
    top: 0;
}
table.sticky tfoot {
    background-color: white;
    display: block;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky; position: -ms-sticky; position: -o-sticky;
    bottom: 0;
}

table.sticky th {
    font-family: 'Droid Sans';
    letter-spacing: 0.2em;
    color: #151515;
    font-size: 11px;
}
table.sticky th {
    padding: 16px 0px;
    text-align: left;
    vertical-align: bottom;
    font-size: .875rem;
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
}

.tabelleimg {
  max-width: 64px;
}
div.savedate {margin-top: 3px;}
.entry-media {text-align: center;}
#Mannschaftsvergleich select {margin-bottom: 5px;}

#bundesligatabelle tbody td {
   padding: 9px 0 ;
}
td.endresult,th.endresult {
  padding-right:15px; width:60px; text-align:right;
}

.tendbar {
  width: 30px;  height: 7px;  display: inline-block; clear: both; margin: 0;
}
.tendbar div {
    height: 7px;  padding: 0; margin: 0;
    float: left;
}

 .sticky-col {
    left: 0;
    position: absolute;
    bottom: auto;
    background-color: white;
    z-index: 99;

}
.sticky-col-end {
   right: 0;
   position: absolute;
   top: auto;
   background-color: white;
   z-index: 99;

}
.tippsoverview {
  border: none;
  border-right: solid 1px #e5e5e5;
    border-top: solid 0px #e5e5e5;
  border-collapse: separate;
  border-spacing: 0;
}
.tippsoverview tbody td {
  border-bottom: solid 1px #e5e5e5;
}
.sticky-col, .sticky-col-end  {
   border-left: 1px solid #e5e5e5;
   border-right: 1px solid #e5e5e5;
}
.sticky-col-end  {
   border-left: 0px solid #e5e5e5;
}

#sticktipps2 { position: relative;}
.zui-wrapper {
    position: relative;
}
.zui-scroller {
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.uk-table td, .uk-table th {vertical-align: middle;}

.uk-icon-button-mail, .uk-icon-button-mail:visited, .uk-icon-button-mail:active {}
.uk-icon-button-mail:hover {   }

#bundesligatabelleDetails, .bundesligatabelleDetails {
  margin-top: -10px;
  font-size: 90%;
}
#bundesligatabelleDetails td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.nomargin p { padding: 0; margin: 0}

h3.main {
  font-family: 'Droid Sans';
  letter-spacing: 0.2em;
  color: #151515;
  font-size: .975rem;
  font-weight: bold;
  text-align: center;
}
.admintbl div {  text-align: center;}
.adminspieleverwaltung input {padding: 0 0px;}
.adminspieleverwaltung td {padding: 2px;}
.adminspieleverwaltung label.dd-selected-text { font-size: 10px; line-height: 20px;}

.forumhead {background-color: #22A7F0;}
.uk-table  tr.forumhead th {color: #FFFFFF;}
input[type="checkbox"] {
     -webkit-appearance: checkbox ;
     -moz-appearance: checkbox ;
     -ms-appearance: checkbox ;
     -o-appearance: checkbox ;
     appearance: checkbox ;
     height: auto; line-height: normal;
         width: auto;
}
input[type="radio"] {
     -webkit-appearance: radio ;
     -moz-appearance: radio ;
     -ms-appearance: radio ;
     -o-appearance: radio ;
     appearance: radio ;
     height: auto; line-height: normal;
     width: auto;
}




  .datastat {text-align:center; font-style:italic; font-size: 80%;}
  .datastat hr {padding-bottom: 5px; margin: 0;}

  #kickerliveresult p { padding: 2px 0 12px 0;}
  #kickerliveresult img {padding: 5px;}

.mainbox {color: #000000;}
  #platzierungen {
    width: 100%;

  	height: 500px;
  	margin: 0 auto
  }

button.negative  {border-color: transparent; background: #f95f50; color: #fff;}
button.negative:hover {border-color: transparent; background: #fc4c3c; color: #fff;}

.uk-table td.forumAutor {
  border-left:   1px solid #e5e5e5;;
  vertical-align: top;
}
.uk-table td.forumPost {
  position: relative;
  vertical-align: top;
}

.uk-badge-article  {
  background-color: #ccc; margin: 2px; padding: 10px;
}


.entry-content-welt  {
  min-height:173px;
}
.entry-media-welt {display: none;}
.tipp_td {text-align: center;}
@media (min-width: 640px) {
 .filterbutton {
   margin-top: 35px;
 }
 .forumAutor { width: 180px;}
}

@media (max-width: 640px) {
    table.sticky th {
    font-size: .675rem;
  }
  .entry-content-welt img {max-width: 230px;     margin-left:20px;}
  .entry-content-welt  {    min-height:153px;  }

  #kickerliveresult p { font-size: 85%;}
  #Rangliste span {font-size: 90%;}
  .teamstat li {padding-left: 5px;}
  .teamstat > li > a {    padding: 0px 11px 15px 11px !important;}

  .tendbar {
    width: 30px;  height: 7px;  display: inline-block;
  }

  .marTopSmall {margin-top: 10px;}
  .tabelleimg {
    max-width: 32px;
  }

  #bundesligatabelleDetails, .bundesligatabelleDetails {
    font-size: 80%;
  }
  #matchday_list .uk-button.uk-button-small {
    padding: 0 7px;
  }
  #matchday_list .uk-button.uk-button-small.uk-button-radius {
    border-radius: 7px;
  }
  .navilist .uk-button.uk-button-small.uk-button-radius {
    border-radius: 7px;
  }
  .navilist .uk-button.uk-button-small {
      padding: 0 7px;
  }

  #bundesligatabelleDetails td.uk-width-1-6 {
    font-size: 60%;
    padding: 16px 3px;
  }

  .uk-table-small td, .uk-table-small th {
     padding: 5px 0px;
    }
    .uk-table-small  tr td:first-child,.uk-table-small  tr th:first-child {
      padding-left: 5px;
  }
  .uk-table-small tr td:last-child ,.uk-table-small tr th:last-child  {
    padding-right: 5px;
  }
  #UserEdit td {
      padding: 5px 5px;
  }

  .uk-padd td, .uk-padd th {
       padding: 5px 10px;
    }
    #shoutbox {
      margin: 20px 0;
    }
    td.endresult, th.endresult {
      padding-right:10px; width:45px; text-align:right;
    }
    table.tippsoverview td, table.tippsoverview th {
      white-space: nowrap; padding: 5px 5px;
       font-size: 12px;
    }
    .tipp_result,  .tipp_result2
    {

    }
    .adminspieleverwaltung td {padding: 2px;}

}
@media (max-width: 320px) {
  .tabelleimg {
    max-width: 25px;
  }
  .entry-media-welt {display: block;}
    .entry-content-welt img {display: none;}
  #bundesligatabelleDetails td.uk-width-1-6 {
    font-size: 40%;
    padding: 16px 0px;
  }
}

.table_content { width: 100%;}
.tblImg img { max-height: 64px;}
.Menu{
    font-size:1.05em;
}

.adminth {
	text-align:center;
	vertical-align:middle;
	font-size:1.8em;
	font-variant:small-caps;
	color:#000000;
	background-color:#3dd50e;
	border:2px solid #000080;
	border-left:0;
	border-right:0;
}

.main_oben
{
	/* background:url('../gfx/main_oben_gerade.jpg'); */
	background-repeat:repeat-x;
}
.main_unten
{
	/* background:url('../gfx/main_unten_gerade.jpg'); */
	/* background-repeat:repeat-x; */
background-color:#000000;
display: none;

}
.main_links
{
	/* background:url('../gfx/main_mitte_links.jpg'); */
	background-repeat:repeat-y;
	width:12px;
}
.main_rechts
{
	/* background:url('../gfx/main_mitte_rechts.jpg'); */
	background-repeat:repeat-y;
	width:16px;
}
.aktiv
{
	padding-top:0px;
	color:#000000;
	font-weight:bold;
	/* background:url('../gfx/aktiv_gerade.jpg'); */
	background-repeat:repeat-x;
}
.hell
{
	padding-top:0px;
	color:#999999;
	font-weight:bold;
	/* background:url('../gfx/hell_gerade.jpg'); */
	background-repeat:repeat-x;
}
.dunkel
{
	padding-top:0px;
	color:#999999;
	font-weight:bold;
	/* background:url('../gfx/dunkel_gerade.jpg'); */
	background-repeat:repeat-x;
}
.content{
  color:#303030;
	margin:0;
	min-width:770px;
	padding:0;
	text-align:left;

}
.footer
{
	color: #737373;
	font-size:0.75em;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active, .footer a:hover
{
	color:#737373;
	text-decoration:underline;
	font-weight:normal;
}
.navigation a, .navigation a:link, .navigation a:visited, .navigation a:active
{
    position:relative; top:-53px;
    line-height: 33px;
    border-right:0px solid #b0b0b0;
    text-align: center;
    color:#ffffff;
    height:39px;
    width: 100px;
    display: block;
    font-size: 1.0em;
    text-decoration:none;
    font-weight:bold;
    background: url('../../img/men.jpg');
    -moz-border-radius: 55px 15px 55px 15px;
    border-radius: 55px 15px 55px 15px;
}

.navigation a:hover
{
    line-height: 33px;
    border-right:0px solid #b0b0b0;
    text-align: center;
    color:#ffba69;
    height:39px;
    width: 100px;
    display: block;
    font-size: 1.1em;
    text-decoration:none;
    font-weight:bold;
    background: url('../../img/men_hover.jpg');
    -moz-border-radius: 15px 55px 15px 55px;
    border-radius: 15px 55px 15px 55px;
}

.navigation .selected a
{
    line-height: 33px;
    border-right:0px solid #b0b0b0;
    text-align: center;
    color:#FFA00E;
    height:39px;
    width: 100px;
    display: block;
    font-size: 1.1em;
    text-decoration:none;
    font-weight:bold;
    background: url('../../img/men.jpg');
    -moz-border-radius: 15px 55px 15px 55px;
    border-radius: 15px 55px 15px 55px;
}
form {margin: 0}

.tipp_live
{
	font-size: 12px;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
/*	width: 21px; */
	text-align: center;
    color: #0000FF;
    font-weight: bold;
    white-space:nowrap;
}
.tipp_not_started
{
	font-size: 12px;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
/*	width: 21px; */
	text-align: center;
    color: #FF0000;
    font-weight: bold;
    white-space:nowrap;
}
.tipp_finished
{
	font-size: 12px;

/*	width: 21px; */
	text-align: center;
    color: #000000;
    font-weight: bold;
    white-space:nowrap;
}
.tipp_hz_live
{
	font-size: 9px;

/*	width: 17px; */
	text-align: center;
    color: #0000FF;
    font-weight: bold;
    white-space:nowrap;
}
.tipp_hz_not_started
{
	font-size: 9px;

/*	width: 17px; */
	text-align: center;
    color: #FF0000;
    font-weight: bold;
    white-space:nowrap;
}
.tipp_hz_finished
{
	font-size: 9px;

/*	width: 17px; */
	text-align: center;
    color: #000000;
    font-weight: normal;
    white-space:nowrap;
}

.tipp_result
{
	white-space:nowrap;
}
.tipp_result2
{
	background-color:#F8F8F8;
	white-space:nowrap;
}


.tipp_admin_finished
{
    background-color: #ffcdce;
    border:2px solid #ff0000;
}

.time
{
    font-size: 10px;
	font-weight: normal;
	text-align:center;
}


.check
{
	background-color:#C0D1DD;
	border:none;
}


.javascript_infobar
{
    margin:-45px 10px 47px 10px;
    padding:5px 5px 5px 5px;
    border:1px solid #000000;
    -moz-border-radius:5px 5px 5px 5px;
    text-align:center;
    color:#ff0000;
    font-size: 1.1em;
    background-color:#a4d9ff;
	float:none;
    height:20px;
}

.user_infobar
{
    margin:-130px 10px 47px 10px;
    padding:5px 5px 5px 5px;
    border:0px solid #dadae5;
    -moz-border-radius:5px 5px 5px 5px;
    text-align:center;
    color:#000000;
    font-size: 1.3em;
    background-color:#a4d9ff;
	float:none;
    height:50px;
    vertical-align:middle;
}

.user_infobar img.userpic
{
    max-height:50px;
    width:auto;
    border:0;
    vertical-align:middle;
}

.sysMsg {
    margin:-55px 0 47px -4px;
    padding:5px 5px 5px 5px;
    text-align:center;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#ff6600;
	  float:none;
}
.sysMsg a, .sysMsg a:active, .sysMsg a:visited, .sysMsg a:hover {
    color:#FFFFFF;
    text-decoration:underline;
}

.submit {
    background-color:#C0D1DD;
    border: 1px solid black;
}

div.forumbutton button.uk-button-small {padding: 0 6px; margin-right: 4px; margin-bottom: 4px;}

.leftSpace {
	width:10px;
	font-size:0.8em;
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	border-top:0px;
	border-bottom:0px;
	color:#606060;
}
.bottomSpace {
	font-size:0.9em;
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	border-top:0px;
	border-right:0px;
	color:#000000;
	padding-left:19px;
}
.forumText {
	padding:5px;
	border-bottom:1px solid #b0b0b0;
}
.forumPostArea {
	font-size:1.3em;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	color:#606060;
	padding:2px;
	width:300px;
    height:52px;
}
.forumPostSubmit {
	font-size:1.0em;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	color:#606060;
	margin-top:2px;
	width:300px;height:20px;
}


/*** Table Headers ***/

.tabContentMid a {
	text-decoration: none;
    color:#505050;
    font-weight: normal;
}

.tabContentMid a:hover{
	text-decoration: underline;
	color:#808080;
}

.tabContentRandr a{
	font-weight: normal;
}


.leftSpace{
	width:10px;
	font-size:0.8em;
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	border-top:0px;
	border-bottom:0px;
	color:#606060;
}

.forumText{
	padding:5px;
	background:#C0D1DD;
  border-right:1px solid #b0b0b0;
}

.bottomSpace {
	font-size:0.8em;
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	border-top:0px;
	color:#aaaaaa;
	padding-left:19px;
}

#contentalt {
background-color:#FAFCFF;
border:1px solid #dadae5;
color:#2A2A2A;
margin-left:11px;
padding:13px 4px;
position:relative;
text-align:justify;
width:770px;
-moz-border-radius: 5px;
}
#contentalt_welcome {
background-color:#FAFCFF;
border:1px solid #dadae5;
color:#2A2A2A;
margin-left:11px;
padding:0px 4px;
position:relative;
text-align:justify;
width:770px;
-moz-border-radius: 5px;
}

#zentrieren {
/*background:url("../../img/bgr_blue.png") repeat-x scroll 0 0;*/
background-color: #ffffff;
height:100%;
left:51%;
margin-left:auto;
margin-right:auto;
margin-top:10px;
top:0;
width:980px;
-moz-border-radius:15px 15px 15px 15px;
}
#zcontent {
    position: auto;
    top: 0px;
    left: 51%;
    margin: -42px auto 0 -4px;
    width: 980px;
    height: 100%;
    background-color:#ffffff;
}
#cont {
-moz-border-radius:5px 5px 5px 5px;
background-color:#FAFCFF;
border:1px solid #dadae5;
color:#2A2A2A;
height:100%;
margin-left:14px;
padding:10px 10px 5px;
text-align:justify;
width:142px;
}

.intro
{
    font-size:1.1em;
    font-weight:bold;
    letter-spacing:-1px;
}

.rednavi a, .rednavi a:link, .rednavi a:visited, .rednavi a:active
{
    background:#e8e9ea;
    border:1px solid #ff0000;
    color:#606060;
    display:block;
    margin-top:4px;
    padding:1px 1px 1px 1px;
    position:relative;
    text-transform:uppercase;
    width:140px;
}
.rednavi a:hover
{
    background:#f8f9fa;
    border:1px solid #dd0000;
    color:#303030;
    text-decoration:none;
}

.navi a, .navi a:link, .navi a:visited, .navi a:active
{
    background:#e8e9ea;
    border:1px solid #b0b0b0;
    color:#606060;
    display:block;
    margin-top:4px;
    padding:1px 1px 1px 1px;
    position:relative;
	 font-size:1.2em;
    font-variant:small-caps;
	 text-align:center;
    width:136px;
    margin-left: -5px;
}

.navi a:hover
{
    background:#f8f9fa;
    border:1px solid #dadae5;
    color:#303030;
    text-decoration:none;
}

.adminnavi a, .adminnavi a:link, .adminnavi a:visited, .adminnavi a:active
{
    background:#c0ffc0;
    border:1px solid #b0b0b0;
    color:#606060;
    display:block;
    margin-top:4px;
    padding:1px 1px 1px 1px;
    position:relative;
    text-transform:uppercase;
    width:140px;
}
.naviadmin a:hover
{
    background:#d0ffd0;
    border:1px solid #dadae5;
    color:#303030;
    text-decoration:none;
}

.inputClass
{
	font-size:1.0em;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	color:#606060;
	padding:2px;
}
.inputSubmit
{
	font-size:1.25em;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	color:#606060;
	padding:2px;
}
.inputArea
{
	font-size:1.3em;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
	background:#f8f9fa;
	border:1px solid #b0b0b0;
	color:#606060;
	padding:2px;
	width:300px;height:155px;
}

.table_ssieger
{
    border:0px;
    border-collapse:collapse;
}

.tippgruppe
{
   font-weight: normal;
   font-size: 10px;
}

marquee
{
	color: #FFFFFF;
	font-size: 11px;
    font-family:"Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
}
.marquee a, .marquee a:link, .marquee a:visited, .marquee a:active, .marquee a:hover
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

.register_warning
{
    color: #ff0000;
    font-weight: bold;
}
.scroll
{
  height: 1400px;
  overflow: auto;
  width:  100%;
  padding: 10px;
}
table.table_news {
    display: block;
    width: auto;
}
table.table_news td, table.table_news th {
    white-space: normal;
}
table.table_news td p {
    padding: 5px 10px;
}
table.table_news th a {
    color: #fff;
    padding-left: 5px;
}
.vereinswappen {
width:16%;
float:left;
height:125px;

}

.da-thumbs {
	position: relative;
	padding: 0;
}
.da-thumbs div.li {
	background: #fff;
	position: relative;
}

  .da-thumbs div.li a img {
    margin: 0 auto;
      padding: 10px;
  }
.da-thumbs div.li a,
.da-thumbs div.li a img {
	display: block;
	position: relative;
}
.da-thumbs div.li a {
	overflow: hidden;

  	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    text-align: center;
}
.da-thumbs div.li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs div.li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.ibutton-container {
  width: 105px;
}

.ibutton-container .ibutton-handle {
  width: 5px;
}

.rd-dark-blue {
   color: #1F3A93
}




/* SQUARED THREE */
.squaredThree {
	width: 20px;
	margin: 20px auto;
	position: relative;
}

.squaredThree label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredThree label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredThree label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* SQUARED FOUR */
.squaredFour {
	width: 20px;
	margin: 10px 0px 20px 0px;
	position: relative;
}

.squaredFour label {
  width: 20px;
     height: 20px;
     cursor: pointer;
     position: absolute;
     top: 0;
     left: 0;
     background: #f0f0f0;

     border-radius: 4px;
     box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);

}

.squaredFour label:after {
  content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}

.squaredFour label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=10);
	opacity: 0;
}
.squaredFour input[type=checkbox] {
  height: auto;
}

.squaredFour input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.padtop { padding-top: 10px;}
