body {
	font-family: 'Roboto Condensed', sans-serif;
	margin:0px;
	border:0px;
	width:100%;
}

.titel {
	text-align:center;
	padding:15px;
}

a:link {
	color:#000000;
	font-weight:bold;
}

a:hover {
	color:#000000;
	font-weight:bold;
}

a:visited {
	color:#000000;
	font-weight:bold;
} 

.riesig {
	font-size:1.9em;
}


.oval {
 background:#2E2E2E;
 color:#FFFFFF;
 padding:2px 5px;
 border-radius:5px;
}

.ovalinnen {
	width:100%;
	padding:5px;
	border-bottom:1px dotted #999999;
}




#rahmen {
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}

#header {
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-align:center;
	background-image: url("media/klublogos/bvb.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.left, .right {
  float: left;
  width: 25%; 
}

.main {
  float: left;
  width: 60%; 
}

/* ------------------ MENÜ START --------------------------------- */

* {
  box-sizing: border-box;
}

.box {
  float: left;
  width: 50%; 
  padding: 10px; 
}



h2 {
 margin-top:20px;
}

.listen {
	width:100%;
	text-align:center;
}


/*Ütr:nth-child(even) {background-color: #DEDEDE;}*/

.listen td {
	text-align:center;
	border-bottom:1px solid #FFFFFF;
}

th {
	background:#D8D8D8;
	border-bottom:1px solid #999999;
}

.tabelle {
	width:100%;
	text-align:center;
}

.tabelle tr td {
	text-align:center;
	padding:2px;
	height:35px;
	border:1px solid white;
}

#footer {
	width:100%;
	background:#999999;
	color:white;
	padding:20px;
}

#auswahl {
	position:absolute;
	top: 8px;
  	right: 16px;
}

.verein {
	background:black;
	color:white;
	padding:2px;
}

#kreis1 {
background-color: green;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 100px;
    left: 250px;
    border: 1px solid black;
    text-align: center;
    border-radius: 100px;
}

#oval {
	background:#D8D8D8;
	width:40px;
	font-weight:bold;
	border-radius:10px;
}

#newstexte {
	float:left;
	background:red;
	width:33%;
	padding:10px;
	border:1px dotted black;
}

.chart {
  width: 100%; 
  min-height: 450px;
}
.row {
  margin:0 !important;
}

.titelneu {
font-family: 'Fugaz One', cursive;
	/*font-family: 'Fugaz One', cursive;*/
}

.checked {
  color: orange;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

#spieltipp {
 width:100%;
 background:#DEDEDE;
 padding:10px;
 text-align:center;
 display:block;
 margin:auto;
}










/* Sternebewertung */ 

span#Bewertung { 
 line-height: 45px; 
} 

span.sternebewertung { 
 float: Left; 
} 

span.sternebewertung:not(:checked) > input { 
 display: None; 
} 

span.sternebewertung:not(:checked) > label { 
 float: Right; 
 width: 1em; 
 padding: 0 .1em; 
 overflow: Hidden; 
 white-space: Nowrap; 
 cursor: Pointer; 
 font-size: 200%; 
 line-height: 1.2; 
 color: #D0D0D0; 
 text-shadow: 1px 1px #B0B0B0, 2px 2px #606060, .1em .1em .2em rgba(0,0,0,.5); 
 transition: all .5s; 
} 

span.sternebewertung:not(:checked) > label:before { 
 content: '★ '; 
} 

span.sternebewertung > input:checked ~ label { 
 color: #FFD700; 
 text-shadow: 1px 1px #C06000, 2px 2px #904000, .1em .1em .2em rgba(0,0,0,.5); 
} 

span.sternebewertung:not(:checked) > label:hover, 
span.sternebewertung:not(:checked) > label:hover ~ label { 
 color: #FFD700; 
 text-shadow: 1px 1px #F29E02, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5); 
} 

span.sternebewertung > input:checked + label:hover, 
span.sternebewertung > input:checked + label:hover ~ label, 
span.sternebewertung > input:checked ~ label:hover, 
span.sternebewertung > input:checked ~ label:hover ~ label, 
span.sternebewertung > label:hover ~ input:checked ~ label { 
 color: #F9B500; 
 text-shadow: 1px 1px #F8BA01, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5); 
} 




.datentable td {
	border-bottom:5px solid white;
}

.kasten {
	background:#EEEEEE;
	color:#000000;
	padding:2px 5px;
	border-radius:5px;
}

#six-point-star {
   position: absolute;
   width: 0; 
   height: 0; 
   border-left: 30px solid transparent; 
   border-right: 30px solid transparent; 
   border-bottom: 60px solid yellow;
}
 
#six-point-star:after {
   content:"";
   position: absolute;
   width: 0; 
   height: 0; 
   border-left: 30px solid transparent; 
   border-right: 30px solid transparent; 
   border-top: 60px solid yellow;
   margin: 15px 0 0 -30px;
}

.zurueck {
	width:100%;
	background:#DDDDDD;
	color:#000000;
	padding:10px;
	text-align:center;
	font-weight:bold;
}

.adtags {
	padding:10px;
	margin-top:15px;
	margin-bottom:15px;
	border-top:1px dotted black;
	border-bottom:1px dotted black;
}




