/* --------------------- 2007-2010 (c) Elf Voetbal, LinkU Internet Media <info@linku.nl> --------------------- */

/* news highlighted */
#important-news {
	width:570px;
	position:relative;
}

#main-news, #sub-news{
	width:570px;
}
#important-lines {
	margin:10px 0 0 10px;
	display:inline;
}
#important-lines li.important-line {
	float:left;
	margin-right:6px;
	width:138px;
}
#important-lines li.important-line.bericht-active {
	background:transparent url(/images/layout/header_arrow_up.png) no-repeat scroll center top;
}
#important-lines span.title {
	width:134px;
	float:left;
	background-color:#000;
	color:#FFF;
	padding:2px;
}
#important-lines div.line {
	font-size:12px;
	background:transparent;
	height:auto;
	font-weight:bold; 
	margin:7px 0;
	float:left;
	display:inline;
	line-height:16px;
	background-color:#000;
}
#important-news
{
	padding-top:250px;
}

#important-news li.bericht-active div.line{
	position: relative;
}
#important-news li.bericht-active div.overlay{
	background:transparent url(/images/layout/headlines_small_transparent.png) no-repeat scroll left top;
	display: block;
	width:138px;
	height: 69px;
	top: 7px;
	position: absolute;
}

#important-news div.line span.country {
	margin:3px auto;
	display:inline;
}

#important-lines div.line a {
	color:#FFF;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}
#important-news div.line:hover a {
	color:#FFF;
}
#important-lines div.line a span{
	display:block;
}
/* solve with jquery for animation
#important-news li.important-line:hover .bericht {
	display:block;
}
*/
#important-news ul {
	float:left;
}
#important-news .bericht {
	display:none;
	position:absolute;
	width:570px;   
	left:10px;	
	top:10px;
	font-size:11px;
	background-color:#C04300;
	height:250;
}
#important-news .bericht img {
	display:block;

}
#important-news .bericht a {
	color:#FFFFFF;
	text-decoration:none;
}
#important-news .bericht h2 {
	font-family:Arial,Georgia,"Times New Roman",Times,serif;
	font-size:19px;
	display:block;
	font-weight:bold;
	margin-bottom:8px;
	margin-top:2px;
}
#important-news .bericht-text {
	padding:4px;
	width:562px;
	overflow:hidden;
	height:auto;
	position:absolute;
	bottom:0px;
	left:0px;
	background:transparent url(/images/layout/headlines_transparent.png) no-repeat scroll left top;
}
/* content part */

div#content #box-country-switch {
	padding: 0px 10px 4px;
}
/* stand */

.standings-short li {
	width:165px; 
	float:left;
	clear:both;
}
.standings-short {
	float:left;
	margin-right:5px;
}
.standings-short.last {
	margin-right:0px;
}
.standings-short li {
	color:#BBB;
	border-bottom:1px solid #666;
}
.standings-short li > span {
	float:left;
	padding:2px;
	width:22px;
	text-align:right
}
.standings-short li span.nr {
	font-weight:bold;
	text-align:left;
}
.standings-short li span.club {
	width:82px;
	text-align:left;
}
/* country switch */
#country-switch {
	clear:both;
	display:block;
	margin-bottom:12px;
	margin-top:0;
}
#country-switch ul { 
	display:block;
	height:18px;
	
}
#country-switch ul li {
	clear:none;
	float:left;
	height:18px;
	margin-left:4px;
	overflow:hidden;
	width:26px;
	overflow:hidden;
	border:0;
}
#country-switch ul li a {
	display:block;
	width:25px;
	height:18px;
	text-decoration:none;
}
#country-switch ul li div {
	margin-top:0px;
	width:25px;
	height:18px;
	display:block;
	background:transparent url(/images/layout/country_navigation_bar.png) no-repeat scroll left top;
}
/* country switch */

/* inactive */
#country-switch ul li div.ned { background-position:0 top; }
#country-switch ul li div.ned2 { background-position:-25px top; }
#country-switch ul li div.bel { background-position:-50px top; }
#country-switch ul li div.ger { background-position:-75px top; }
#country-switch ul li div.fra { background-position:-100px top; }
#country-switch ul li div.eng { background-position:-125px top; }
#country-switch ul li div.ita { background-position:-150px top; }
#country-switch ul li div.esp { background-position:-175px top; }
#country-switch ul li div.sco { background-position:-200px top; }
#country-switch ul li div.por { background-position:-225px top; }
#country-switch ul li div.tur { background-position:-250px top; }

/* active */
#country-switch ul li.active div.ned,#country-switch ul li:hover div.ned { background-position:0 bottom; }
#country-switch ul li.active div.ned2,#country-switch ul li:hover div.ned2 { background-position:-25px bottom; }
#country-switch ul li.active div.bel,#country-switch ul li:hover div.bel { background-position:-50px bottom; }
#country-switch ul li.active div.ger,#country-switch ul li:hover div.ger { background-position:-75px bottom; }
#country-switch ul li.active div.fra,#country-switch ul li:hover div.fra { background-position:-100px bottom; }
#country-switch ul li.active div.eng,#country-switch ul li:hover div.eng { background-position:-125px bottom; }
#country-switch ul li.active div.ita,#country-switch ul li:hover div.ita { background-position:-150px bottom; }
#country-switch ul li.active div.esp,#country-switch ul li:hover div.esp { background-position:-175px bottom; }
#country-switch ul li.active div.sco,#country-switch ul li:hover div.sco { background-position:-200px bottom; }
#country-switch ul li.active div.por,#country-switch ul li:hover div.por { background-position:-225px bottom; }
#country-switch ul li.active div.tur,#country-switch ul li:hover div.tur { background-position:-250px bottom; }

/* loading */
#box-country-switch #country-switch ul li.county-loading div {
	background:#C7E1FC url(/images/layout/soccer_lader.gif) no-repeat scroll center center;
}
.front-holder {
	display:block;
	float:left;
	width:100%;
}
/* speciaal voor de voorpagina, een mooie banner! */
.zomeraanbieding-highlighted a
{
	text-decoration:none;
}
.zomeraanbieding-highlighted a h2
{
	font-size:12px;
	color:#CC1011;
	
}
#content div.full div.box.zomeraanbieding-highlighted
{
	padding:5px 10px;
}
/* tabs frontpage */
.ui-tabs-nav
{
	position:absolute;
	top:-26px;
	left:0px;
	border:none;
	border-bottom:2px solid #222;
	width:100%;
	height:24px;
}
.ui-tabs-nav li.first
{	
	margin-left:-2px;
}
.ui-tabs-nav li
{	
	margin-top:-2px;
	padding:4px 6px;
	float:left;
	background-color:#444;
	border:2px solid #111;
	border-bottom:none;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	height:16px;
	cursor:pointer;
	margin-right:2px;
}
.ui-tabs-nav li a
{
	color:#333;
}
.ui-tabs-nav li.ui-state-active a
{	
	color:#F35806;
}
.ui-tabs-nav li.ui-state-active
{	
	cursor:cursor;
	color:#F35806;
	background:url("/images/layout/column_background_dark.png") repeat-x scroll left top #444;
	border-color:#222;
	height:18px;
	background-color:#444;
}
.ui-tabs-panel
{
	float:left;
	clear:both;
	width:100%;
}
.ui-tabs-hide
{
	display:none;
}
.ui-state-disabled
{
	display:none;
}
#content div.box.tabincluded {
	margin-top:30px;
	border-color:#FFF;
	position:relative;
}
#content table.default tr 
{
	background:none;
}

/* *frontpage blok */

.frontpageBlok
{
	display:none;
	width: 285px;
}
.frontpageBlok.active
{
	display:block;
}
.frontpageBlok div.tekst
{
	width: 200px;
}
.frontpageBlok div.link {
	text-align: right;
}
ul#frontpageblok-switch li a {
	display: block;
}
ul#frontpageblok-switch li.active {
	background-color: #F35806;
	border-color: #F35806;
}
ul#frontpageblok-switch li.active a  span{
	color: #fff;
}

.half
{
	width:50%;
	text-align:left;
}

/* nieuws per land */
.countryNews 
{
	float:left;
	width:281px;
	margin-bottom:5px;
}
.countryNews.rightColumn
{
	margin-right:2px;	
}
.countryNews.leftColumn
{
margin-left:2px;
}

.countryNews h2 img
{
	margin-right:21px;
}
.countryNews .datalist .title
{
	width:240px;
}
#rss-feeds ol
{
	list-style:none;
	margin:0px;padding:0px;
}
#rss-feeds .datum
{
	display:none;
}

/* rechtsboven */
div.blokBanner {
	margin: 0 0 10px;
}

/* tussen */
div.centerBanner {
	text-align: center;
}
div.wkWeblog {
	background-color:#F35806;
	float:left;
	margin-bottom:12px;
	margin:5px 0;
	line-height:17px;
	padding:10px;
	color:#000;
}
div.wkWeblog  a{
	color:#000;
	text-decoration: none;
}