body{
	/*background-image: url("../img/bg_body.jpg");*/
	/*background:#0264fc;*/
	background-repeat: repeat-x;	
}
.header a{
	color: #fff;
}

table{
	width: 100%;
}
td,th{
	padding: 5px;
}

.odd{
	background-color: #ffffff;
}

.even{
	background-color: #e2e2e2;
}

#tippform-table input[type=text], #tippform-table input[type=number]{
	width: 30px;
}

#tippform-table td.zahl input[type=text]{
	width: 210px;
}


table .header td, table .header th, table .footer td, td.header{
	background-color: #5377AF;
	color: #fff;
	text-align: left;
}

tr.header-border{
	border-width: 1px 0 1px 0;
	border-color: #5377AF;
	border-style: solid;
}

#tippform-table .header .first-column{
	width: 70px;
}

#tippform-table .header .date-column{
	width: 80px;
}

#tippform-table .header .joker-column{
	width: 30px;
}

#tippform-table .statistics, #tippform-table .matchdate, #tippform-table .joker{
	background-color: #AECDFF;
}

td.statistics{
	width: 30px;
}
/*.container .span12{
	width: 770px;
}*/


.pagination .prev{
	text-align: left;
}

.pagination .next{
	text-align: right;
}

.pagination .next a{
	float: right;
}
.sep-middle{
	/*border-top: 0;
	border-bottom: 0;*/
}

.tipprow td{
	height: 40px;
}

td.team img {
	border: 1px #ccc solid;
}

td.hometeam-name, td.awayteam-name{
	width: 15%;
}

td.hometeam-logo, td.awayteam-logo{
	width: 25px;
}

td.tipp{
	width: 7%;
}

td.colon{
	width: 5px;
	font-weight: bold;
}

.navbar .nav > li.logout a{
	color: #FED200;
}

table.invite textarea{
	width: 600px;
	height: 160px;
}

.delete-group-form,.leave-group-form{
	margin: 0;
}

.delete-group-button{
	margin: 0;
	color: red;
	cursor: pointer;
	padding: 0;
	padding: 0 10px;
}

.leave-group-button{
	margin: 0;
	cursor: pointer;
	padding: 0;
	padding: 0 10px;
}

.flash-message{
	background: green;
	color: white;
	padding: 10px;
	margin-bottom: 20px;
}

.flash-message.flash-message-error{
	background: red;
}

#online-users, #league-table{
	margin-bottom: 20px;
}

.tippschein-header #select-matchday td{
	padding: 5px 20px;
}

.tippschein-options a{
	color: #2c2c2c;
}

footer {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1030;
	height: 84px;
	margin-top: 30px;
	background-color: #AECDFF;
	padding-top: 24px;
}

.footer-inner {
    /*background-color: #2C2C2C;
    background-image: -moz-linear-gradient(center top , #333333, #222222);*/
    background-repeat: repeat-x;
    padding-left: 20px;
    padding-right: 20px;
		color: #797979;
}

#footerWrapper div.block{
	float:left;
	margin-left: 25px;
}

#footerWrapper{
	margin-left: 30px;
}

#footerWrapper {
	width: 100%;
	display: block;
	float: none;
	height: 260px;
	color: #797979;
}

#footerWrapper #footerNewsletter{
	margin-left: 0px;	
}

#footerWrapper div.block a{
	color: #797979;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;	
}

#footerWrapper ul{
	list-style-type: none;
	margin: 0;
}

.invisible {
	width: 0px;
	height: 0px;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}
#footerWrapper h2 {
	font-weight: bold;
	margin: 0 0 18px 0;
	font-size: 12px;
	color: #797979;	
}

#footerLogo {
	margin: 0 0 35px 0;
}

.tippschein-options a{
	font-size: 14px;
	font-weight: bold;
}

.navbar-fixed-top {
	position: relative;
}

.navbar-fixed-top .navbar-inner {
	border-radius: 8px;
	border: 1px solid #ccc;
}

.navbar .brand {
	margin: 0 0 0 -5px;
}

div#header{
	background-color: #AECDFF;
	background-repeat: repeat-x;
	height: 31px;
	margin-bottom: 10px;
}

div#ci-header{
	margin-bottom: 10px;
	background-image: url("../img/tipp.png");
	background-repeat: no-repeat;
	background-position: right;
	height: 90px;	
}

.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #5377AF;
  background-image: -moz-linear-gradient(top, #5377AF, #5377AF);
  background-image: -ms-linear-gradient(top, #5377AF, #5377AF);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5377AF), to(#5377AF));
  background-image: -webkit-linear-gradient(top, #5377AF, #5377AF);
  background-image: -o-linear-gradient(top, #5377AF, #5377AF);
  background-image: linear-gradient(top, #5377AF, #5377AF);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.navbar .nav > li > a {
	color:white;
}

.flash-message{
	margin-left: 0px;
	border-radius: 8px;
}

.container.main{
	border: 1px solid #5377AF;
	border-radius: 8px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 550px;
	/*padding:20px;*/
}

.container.maintable{
	border: 1px solid #5377AF;
	border-radius: 8px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 550px;
}

h3{
	background: #AECDFF;
	border-radius: 8px;
	margin: 0 0 20px;
	padding: 0 10px;	
}

tr.footer td{
	text-align: center;
}

tr.footer input{
	margin: 0;
}

td.hometipp,td.awaytipp{
	width: 30px;
}

td.hometeam-name{
	text-align: right;
	max-width: 100px;
}

td.awayteam-name{
	max-width: 100px;
}

/*.navbar-inner {
	background: url(../img/bg_header.jpg);
	background-repeat: repeat-x;
	box-shadow: none;
}

.navbar .nav > li > a {
	color:white;
	padding: 5px 10px 11px;
}*/

/*@media (max-width: 979px){
	body {
		padding-top: 20px;
	}	
}*/

#tippform-table-container .span12 table{
	margin-right: auto;
	border-radius: 8px;
	background: white;
}

.ranking tr.header th,.ranking tr.header td{
	text-align: center;
	height:50px;
	font-weight: bold;
}
.label.header{
	background: #838383;
}

table .header th.myrank{
	text-align: center;
}
table .header th.myrank a{
	float: none;
}

.highlight{
	background: #fed200;
}

.zusatztipp .description{
	text-align: left;
}

.vergleichen img{
	height: 15px;
}

.zusatztipp .value{
	text-align: right;
}

.navbar a.brand{
	display: none;
}

.pagination .header th,.label.header th, .pagination .header td,.label.header td{
	background: transparent;
}

.pagination .header a{
	border: 0;
	color: #5377AF;
}

.selectionOn a{
	color: #FCAA02;
}

#tippform{
	margin: 0;
}

.container-outer{
	border-top: 2px solid #5377AF;
	border-bottom: 2px solid #5377AF;
	margin:0 0 30px;
}
	
.container-inner{
	margin: 0;
}

.pagination{
	margin: 0;
}

#compare-tip{
	position: absolute;
  z-index: 2000;
	top: 300px;
}

#compare-tip-middle{
	border: 2px solid #FED200;
  z-index: 2000;
  background: white;
  height: 480px;
  border-radius: 8px;
	padding:4px;
}

#compare-tip-middle iframe{
	width: 99%;
	height: 92%;
	border: 0;
}

td.korrekt{
        background-color:#99ff99;
}

td.torabstand{
        background-color:#00ccff;
}

td.tendenz{
        background-color:#ffff99;
}


@media (min-width: 1200px){
	.span12, .container {
		width: 1130px;
	}
	.span8 {
		width: 730px;
	}
	/*#tippform-table{
		width: 900px;
	}*/
	.container-inner{
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
		border-left: 1px solid #5377AF;
		border-right: 1px solid #5377AF;		
		float: none;
	}
	
}

@media (max-width: 979px) and (min-width: 769px){
	.span12, .container {
		width: 750px;
	}
	.navbar a.brand{
		display: block;
	}

}

@media (max-width: 768px){
	body{
		min-width: 600px;
	}
	.navbar a.brand{
		display: block;
	}
	.container, .container.maintable{
		width: 100%;
	}
	.container{
		padding: 0;
	}
	.container, .container.main {
		width: 100%;
	}
	.hometeam-logo, .awayteam-logo{
		display: none;
	}
	#tippform-table .matchdate, #tippform-table .joker{
		min-width: 30px;
	}
	.row > [class*="span"], .row-fluid > [class*="span"] {
		float: none;
		display: block;
		width: 100%;
		margin: 0;
	}
	.row {
    	margin-left: 0;
  	}
	#footerWrapper .span3{
		width: 120px;
	}
	#compare-tip-middle{
		width: 540px;
	}
	body#compare-frame {
		min-width: 520px;
	}
}
