
.homeactieblok {
	margin-top:10px;
	margin-left:0px;
	padding-right:10px;
	width:180px;

	text-align:left;
	float:left;
	color: #666666;
}
.searchblok {
	margin-top:10px;
	margin-left:0px;
	padding-right:10px;
	width:290px;

	text-align:left;
	float:left;
	color: #666666;
}

.rubriekov {
	margin-top:10px;
	margin-left:0px;
	padding-right:0px;
	width:540px;

	text-align:left;
	float:left;
	color: #666666;
	background-color:#FFFFFF;
}

a:link { text-decoration: none; color: #FFF; }
a:visited {text-decoration: none;color: #FFF; }
a:active { text-decoration: none;color: #FFF; }
a:hover	{ text-decoration: none;color: #999999; }

/* stand */
#box-standings {
	padding:10px;
}
#box-standings a {
	color:#1D68B9; 
}
#box-standings li {
	width:150px; 
	float:left;
	clear:both;
}
#box-standings ul {
	float:left;
	margin-right:34px;
}
#box-standings ul.last {
	margin-right:0px;
}
#box-standings li {
	color:#444;
	border-bottom:1px solid #AAA;
}
#box-standings li span {
	float:left;
	padding:2px;
	width:28px;
}
#box-standings li span.nr {
	font-weight:bold;
}
#box-standings li span.club {
	width:38px;
}
/* wedstrijd */
#box-matches ul{
	
}
#box-matches a {
	color:#1D68B9;
}
#box-matches li {
	float:left;
	clear:both;
	border-bottom:1px solid #AAA;
	width:100%;
}
#box-matches li span {
	float:left;
	padding:2px;
	width:55px;
}
#box-matches li span.score {
	text-align:right;
}
#box-matches li span.clubs {
	width:210px;
}

/* .zoekform select { 
 background-color: #666699; 
 color: #ffffff; 
 border:1px solid #4695E9;
} */

 dd.zoekform select {
	padding:3px 6px;
	width:346px;
	-moz-border-radius-bottomleft:0.25em;
	-moz-border-radius-bottomright:0.25em;
	-moz-border-radius-topleft:0.25em;
	-moz-border-radius-topright:0.25em;
	background:#FFFFFF url(http://www.elfvoetbal.nl/images/elementen/inputBackground.png) no-repeat scroll 0 0;
	border:1px solid #4695E9;
	height:23px;
	}

dd.zoekform input.text, dd input.inputbox, dd textarea {
	-moz-border-radius-bottomleft:0.25em;
	-moz-border-radius-bottomright:0.25em;
	-moz-border-radius-topleft:0.25em;
	-moz-border-radius-topright:0.25em;
	background:#FFFFFF url(http://www.elfvoetbal.nl/images/elementen/inputBackground.png) no-repeat scroll 0 0;
	border:1px solid #4695E9;
	display:block;
	font-family:arial, verdana;
	font-size:114.3%;
	padding:0.25em 0.5em;
	width:332px;
}