/* SPIELPLAN */



.FilterElement
{
  font-weight: bold;
  float: left;
  padding: 10px;
  width: 100%;
}

.FilterElement .column_left {
	float: left;
	width: 49%;
        padding-bottom: 8px;
        text-align: center;
}

.FilterElement .column_right {
	float: right;
	width: 49%;
        padding-bottom: 8px;
        text-align: center;
}

.FilterElement label{
        padding-right: 8px;
        width:30%;
        display:inline-block;                                                             
      text-align: left;
}

.FilterElement input, select{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 3px;
	outline: 0;
	border: 0;
	width: 24%;
	min-width: 150px;
	background: #FFFFFF;
	border-radius: 5px;
    display:inline-block;
}
input[type=submit] {
	width: 150px;
	padding: 3px 15px;
	line-height: 25px;
	text-shadow: none;
	cursor: pointer;
	box-shadow: none;
	background: #333333;
	color: #fff;
	margin-left: 5px;
    margin-right: 5px;
}

section.Spieler, section#administration {
	max-width: 950px;
    margin: auto;
}

.Spieler .column_left {
	float: left;
	width: 33%;
    text-align: center;
}

.Spieler .column_mid {
	float: left;
	width: 33%;
	margin: 0 5px;
    text-align: center;
}

.Spieler .column_right {
	float: right;
	width: 32%;
    text-align: center;
}


.Spieler h1 {
	font-size: 17px;
	font-weight:bold;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 15px;
}

.Spieler h2 {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 15px;
}

/* Spieler */

#Spieler {
    font-size: 14px;
    margin: auto;
    max-width: 950px;
}

#Spieler article{
	width: 100%;
}

#Spieler table{  
	width: 100%;    
}

#Spieler  h1 {
	font-size: 17px;
	font-weight:bold;
	text-align:center;
	margin-top: 25px;
	margin-bottom: 15px;
}

#Spieler  p {
  
	font-size: 15px;
	font-weight:bold;
	text-align:center;
}


#Spieler td{
	padding-bottom: 5px;
  padding-right: 5px;
  vertical-align: middle; 
}

#Spieler .EMail  {
	width: 200px;    
}

#Spieler .Geburtstag  {
	width:100px;  
}

#Spieler .Vorname  {
	width:120px;  
}

#Spieler .Nachname  {
	width: 160px;  
}

#Spieler .Geschlecht  {
	width: 80px;  
}

#Spieler .Telefon  {
	width: 80px;  
}

#Spieler .Mobil  {
	width: 80px;  
}

#Spieler .Versteckt {		
    display:none;
	}
  
#Spieler td.ActionButton  {
  min-width: 0px;
  width: 16px;  
  border: 0px; 
}

#Spieler input.ActionButton  {
  margin-top: 2px;
  margin-left: 5px;
	min-width: 0px;
  width: 16px;  
  border: 0px; 
  background-color: transparent;
}


#Spieler th {
	padding-bottom: 5px;
	padding-right: 5px;
}

#Spieler  thead {
	font-size: 14px;
	font-weight:bold;
	text-align:left;
}

#Spieler  tbody {
  font-weight: normal;
	font-size: 14px;
} 

a#neu {
	float: right;
	color: #E32626;
	font-weight: bold;
	font-size: 17px;
}

input#bearbeiten, #loeschen {
    float: right;
    color: #E32626;
    font-weight: bold;
    font-size: 17px;
    text-decoration: underline;
    background-color: inherit;
}

#eingabe h1{
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 15px;
}

#eingabe h2{
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

#eingabe .column_complete {
	float: left;
	width: 100%;
  padding-bottom: 8px;
  /*text-align: center;*/
}

#eingabe .column_left {
	float: left;
	width: 48%;
  padding-bottom: 8px;
  /*text-align: center;*/
}

#eingabe .column_right {
	float: right;
	width: 48%;
  padding-bottom: 8px;
  /*text-align: center;*/
}

#eingabe input {
  background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 99%;  
}

#eingabe input.button {
  background-color: #333333;
	width: inherit;
  line-height: 25px;
  padding: 5px 18px;
}

#eingabe textarea {
  border-radius: 5px;
  border: 0;
  background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;  
  height: 160px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

#eingabe select {
  background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 20px;
  padding: 7px;
  font-size: 16px;
	width: 98%;    
}

a#return {
    background-color: #333333;
    width: inherit;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 5px 18px;
    line-height: 25px;
    text-shadow: none;
    cursor: pointer;
    box-shadow: none;
    border: 1px solid #c3532e;
    background: #333333;
    color: #fff;
    border-radius: 5px;
	text-decoration: none;
	margin-right: 10px;
}


#eingabe #erfolgeskc{
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 98%;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 7px;
    outline: 0;
    border: 0;
    border-radius: 5px;
}

#eingabe #einsaetzeint{
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 98%;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 7px;
    outline: 0;
    border: 0;
    border-radius: 5px;
}

#eingabe input.lizenz {
	width: inherit;
    margin-left: 20px;
}

/* Mannschaft anlegen */
input#mannschaftsname {
	background: #FFFFFF;
}

#eingabe select.dropdown {
    width: auto;
}

label.team{
    display: block;
}

div.trainer, div.zeiten {
	float: left;
	width: 50%;
}

#eingabe .Check  {
	margin-left: 5px;
	min-width: 20px;
	width: 30px;  
	border: 0px;
	background-color: transparent;
}

input[type="checkbox"] {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

#zeiten, #trainer {
	width:90%;
}

#zeiten td, #trainer td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;  
	vertical-align: middle; 
}

select:required:invalid {
	color: #999;
}

option[value=””][disabled] {
	display: none;
}

option {
	color: #000;
}
	
/* Uebersichtseite Admin*/


section.administration {
	max-width: 950px;
    margin: auto;
}
.administration .column_left {
	float: left;
	width: 33%;
    text-align: center;
}

.administration .column_mid {
	float: left;
	width: 33%;
	margin: 0 5px;
    text-align: center;
}

.administration .column_right {
	float: right;
	width: 32%;
    text-align: center;
}


.administration h1 {
	font-size: 17px;
	font-weight:bold;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 15px;
}

.administration h2 {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 15px;
}


@media (max-width: 850px) {
  
  #Spieler .EMail  {
  	display:none;    
  }   
  
}
  
@media (max-width: 700px) {
  
  #Spieler .EMail  {
  	display:none;    
  }   
  
  Spieler .Geburtstag  {
  	display:none;  
  } 
  
  #Spieler .Geschlecht  {
  	display:none;  
  }
}

@media (max-width: 600px) {
  
  #Spieler .EMail  {
  	display:none;    
  }

  #Spieler .Geburtstag  {
  	display:none;  
  } 
  
  #Spieler .Telefon  {
  	display:none;  
  } 
  
  #Spieler .Geschlecht  {
  	display:none;  
  }  
  
}

@media (max-width: 560px) {
  
  #eingabe input {
      width: 80%;
  }
  
}

@media (max-width: 405px) {
  
  #eingabe input#passwort1 {
      margin-top: 27px;
  }
  
}