/* Tabellen */

.FilterElement
{
  font-weight: bold;
  float: left;
  padding-top: 10px;
  padding-bottom:10px;
  min-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;
}

/* Tabelle */

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

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

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


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

.test h2 {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: 'HelveticaRounded-Bold';
}

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

#test article{
	width: 100%;
}

#test table{
  margin: 10px 5px 10px 5px;
	width: 100%;    
}

#test  h1 {
	font-size: 22px;
	font-weight:bold;
	text-align:center;
	margin-top: 35px;
	margin-bottom: 15px;
	font-family: 'HelveticaRounded-Bold';
}

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


#test td{
	padding-bottom: 5px;
	padding-right: 5px;  
}

#test .Anstoss {
	width: 80px;    
}

#test .SpNr  {
	width: 80px;  
}

#test .Team  {
	width:200px;  
}

#test .Koerbe  {
	width: 80px;  
}

#test .Schiedsrichter  {
	width: 300px;  
}


#test .Versteckt {		
    display:none;
	}


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

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

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


@media (max-width: 530px) {
	  #test .AnzSUN {
		display:none;
	}
}