*{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	text-align: center;
}

body{
	background-color: #279519;
}

header{
	background-color: #000;
	padding-left: 10px;
	padding-top: 5px;
	position: fixed;
	width: 100%
}

#menue ul{
	/*text-align: center;*/
}

#menue ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

a{
	text-decoration: none;
	color: #000;
}

a:hover{
	text-decoration: underline;
}

div{
	text-align: center;
	-outline: 1px solid #000;
}

ul{
	list-style-type:none;
}

pre{
	text-align: left;
}

button{
	cursor: pointer;
}

option[type=text]{
	padding: 3px;
	border-top: 1px dotted #888;
}

input{
	padding-top: 3px;
	padding-bottom: 3px;
	min-width: 35px;
}

input[type=text], input[type=password]{
    border: 1px solid #888;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 5px;
    padding: 5px;
}

fieldset{
    border: none;
}

select{
	width: 30%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sendbutton{
	width: 250px;
	margin-top: 7px;
	border: 1px solid #888;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow:  7px 7px 10px 0px rgba(0, 0, 0, 1);
	box-shadow:  7px 7px 10px 0px rgba(0, 0, 0, 1);
	padding: 5px;
}

.sendbutton:first-child{
	width: 250px;
	margin-top: 0px;
	border: 1px solid #888;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow:  7px 7px 10px 0px rgba(0, 0, 0, 1);
	box-shadow:  7px 7px 10px 0px rgba(0, 0, 0, 1);
	padding: 5px;
}

.buttonaslink{	
	background:none!important;
    border: none;
	margin-left: 10px;
	margin-right: 10px;
}

#menue button{
	background:none!important;
  border:none;
	margin-top: 4px;
	margin-left: 3px;
	margin-right: 3px;
	color: #FFF;
}

#login{
	margin-top: 200px;
}

#login *, #pwdform form *{
	border: 1px solid #888;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	margin-bottom: 5px;
	padding: 5px;
}

#logo{
	height: 35px;
	float: left;
}

#menue{
	margin-left: 20px;
	float: left;
}

#table{
	width: 100%;
	max-width: 900px;
	min-width: 600px;
	text-align: center;
	margin: 0px auto;
	padding-top: 50px;
	padding-bottom: 20px;
}

.spielkomplett{
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto;
}

.logo{
	max-height: 80px;
	max-width: 120px;
}

.smalllogo{
	max-height: 16px;
	max-width: 24px;
}

.hlogo{
	width: 120px;
	height: 80 px;
	float: left;
	padding-left: 15px;
	padding-right: 5px;
	display: table-cell;
	vertical-align: middle;
}

.glogo{
	width: 120px;
	height: 80px;
	float: right;
	padding-right: 15px;
	padding-left: 5px;
	display: table-cell;
	vertical-align: middle;
}

.spiel{
	width: 70%;
	margin: 0 auto;
}

.spielwappen{
	margin: 0 auto;
}

.HTeam{
	width: 100%;
	text-align: left;
	-letter-spacing: 0.03em;
}

.GTeam{
	width: 100%;
	text-align: right;
	-letter-spacing: 0.03em;
}

#liga{
	font-size: 24px;
	color: #000;
	font-weight: 700;
}

#ligaundspieltage{
	width: 95%;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background-color: #F2F2FF;
	margin: 0px auto;
	margin-bottom: 20px;
	-webkit-box-shadow:  7px 7px 10px 0px rgba(0, 0, 0, 1);
	box-shadow:  7px 7px 10px 0px rgba(0, 0, 0, 1);
}

#ligaundspieltage a{
	font-size: 14px;
	margin: 5px;
	padding: 3px;
}

#profil{
	text-align: left;
	padding: 10px;
}

.tippkomplett{
	width: 95%;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background-color: #F2F2FF;
	margin: 0 auto;
	margin-bottom: 20px;
	-webkit-box-shadow:  7px 7px 10px 0px rgba(0, 0, 0, 1);
	box-shadow:  7px 7px 10px 0px rgba(0, 0, 0, 1);
}

.tippabgabekomplett{
	width: 17%;
	min-width: 120px;
	margin: 0px auto;
}

.textleft{
	text-align: left;
}

.datum2{
	border-bottom: 1px dotted #888;
	padding-top: 1px;
	padding-bottom: 1px;
}

.punkte{
	border-top: 1px dotted #888;
	padding-top: 1px;
	padding-bottom: 1px;
	clear: both;
}

.punkteohnelinie{
	padding-top: 1px;
	padding-bottom: 1px;
	clear: both;
}

.rangliste{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto;
	clear: both;
}

.zeile{
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px auto;
	width: 95%;
}

.strong{
	font-weight: 700;
}

.small{
	font-size: 10px;
}

.nextgames *{
	margin-left: 10px;
}

.red{
    background-color: #F30;
}

.grey{
	color: #888;
}

.w3{
	width: 3%
}

.w5{
	width: 5%
}

.w8{
	width: 8%;
}

.w10{
	width: 10%;
}

.w11{
	width: 11%;
}

.w15{
	width: 15%;
}

.w16{
	width: 16%;
}

.w20{
	width: 20%;
}

.w39{
	width: 39%;
}

.w42{
	width: 42%;
}

.w50{
	width: 50%;
}

.w53{
	width: 53%;
}

.w59{
	width: 59%;
}

.w62{
	width: 62%;
}

.floatleft{
	float: left;
}

.xoverflow{
	overflow-x: scroll;
}