	
	
/* ----------------------------------------------- Het weer ----------------------------------------------- */
body { 
    color: #DDD;
    
}

#wedstrijd {
	float: left;
	position: relative;
	background: transparent url(../images/transparent.png);
	color: #FFF;
	width: 400px;
	height: 135px;
	top: 0px;
	margin: 0px 0px 0 0;
	}
#wedstrijd #tekst1 {
	position: relative;
	top: 0px;
	color: #000;
	text-align: center;
	
	}
	
#wedstrijd #tekst2 {
	position: relative;
	color: #FFF;
	top: 2px;
	text-align: center;
	
	}
#wedstrijd #partij {
	position: relative;
	padding: 0 0 0px 0;
	font: normal 90%  arial, sans-serif;
  text-decoration: none;
	color: #FFF;
	top: 5px;
	text-align: center;
	
	}
	
#wedstrijd #logo1 {
	position: absolute;
	overflow:hidden;
    border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px; 
	-moz-box-shadow: rgba(0, 0, 0, 0.5)  0px 3px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
	bottom: 12px;
	left: 80px;
	z-index: 2;
	}
	
		
#wedstrijd #logo2 {
	position: absolute;
	overflow:hidden;
    border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px; 
	-moz-box-shadow: rgba(0, 0, 0, 0.5)  0px 3px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
	bottom: 12px;
	right: 80px;
	z-index: 2;
	}
	
#wedstrijd #datum {
	position: relative;
	top: 15px;
	z-index: 2;
	color: #FFF;
	font-size: 90%;
	text-align: center;
	}
	
#wedstrijd #tijd {
	position: relative;
	top: 16px;
	z-index: 2;
	color: #FFF;
	font-size: 75%;
	text-align: center;
	}
	
#wedstrijd #diff {
	position: relative;
	top: 22px;
	z-index: 2;
	color: #FFF;
	font-size: 75%;
	font-style: italic;
	text-align: center;
	}

	

	
