body, 
html{ 
	height: 100%;
	width: 100%; 
}

body{
	background: #0D3355 url(/kimclijsters/assets/img/bg_long.png) top center no-repeat;
	color: #fff;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.6em;
}

.clear{
	clear: both;
	height: 0px;
}

#wrapper{
	background: url(/kimclijsters/assets/img/bg.jpg) top center no-repeat;
	min-height: 100%;
	padding-bottom: 16px;
	width: 100%;		
}

	#site{
		margin: 0 auto;
		/*padding: 120px 0px 0px 25px;*/
		padding: 20px 0px 0px 25px; /* EDITED */
		width: 950px;
	}
	
	#site.home{	
		background: url(/kimclijsters/assets/img/bg_spotlight.png) 11px 169px no-repeat;
	}
		#logo{ /* EDITED */
			display: block;
			height: 80px;
			margin-bottom: 20px;
			text-indent: -9999px;
			width: 320px;
		}
			
			
			
		#menu{
			font-size: 1.3em;
		}
		
			#menu ul li{
				float: left;
				margin-right: 30px;
			}
			
				#menu ul li a{
					color: #00CCCC;
					text-transform: uppercase;
					text-decoration: none;
					text-shadow: #111111 2px 2px 2px; /* SAFARI */
				}
				
				#menu ul li a:hover,
				#menu ul li.active a{
					color: #fff;
				}
				
				#menu ul li ul{
					background: url(/kimclijsters/assets/img/submenu_bg.png) no-repeat;
					display: none;
					height: 39px;
					margin-left: -15px;
					margin-top: -5px;
					position: absolute;
					width: 411px;
				}
				
				#menu ul li:hover ul{
					display: block;
				}
				
					#menu ul li:hover ul li{
						line-height: 39px;
						height: 39px;
						margin-right: 15px;
						padding-left: 15px;
					}
					
						#menu ul li:hover ul li a{
							color: #fff;
							text-transform: capitalize;
						}
						
						#menu ul li:hover ul li a:hover{
							color: #00CCCC;
						}
		
			#language{ /* EDITED */
			float: right;
			width: 150px;
		}
		
			#language ul li{ /* EDITED */
				float: right;
				height: 17px;
				margin-left: 5px;
				width: 24px;							
			}
			
				#language ul li a{ /* EDITED */
					display: block;
					height: 17px;
					text-indent: -9999px;
					width: 24px;						
				}
				
					#language ul li a.en{ /* EDITED */
						background: url(/kimclijsters/assets/img/lang_en.jpg);						
					}
					
					#language ul li a.fr{ /* EDITED */
						background: url(/kimclijsters/assets/img/lang_fr.jpg);						
					}
					
					#language ul li a.nl{ /* EDITED */
						background: url(/kimclijsters/assets/img/lang_nl.jpg);						
					}	
		
		
		
		
		#content{
			font-size: 1.1em;
			padding-top: 45px;
		}
		
			#content a{
				color: #00FFFF;
			}
			
			#content a:hover{
				color: #FFFFFF;
			}
		
			.col{
			}
				
				.block{
					margin-bottom: 25px;
				}
				
					h2{
						color: #FFCC00;
						font-size: 1.5em;
						margin-bottom: 15px;
					}
					
					.hr{
						background: url(/kimclijsters/assets/img/hr.gif) repeat-x;
						clear: both;
						height: 1px;
						margin: 15px 0px;
					}
		
			#cola{
				float: left;
				width: 470px;
			}
				
				.spotlight{
					background: url(/kimclijsters/assets/img/bg_spotlight_plain.jpg) no-repeat;
					height: 190px;
					width: 470px;
				}
				
					.spotlight .content{
						padding: 20px;
					}
					
					.matchtitle{
						color:#3e6b1a;
						font-size:16px;
						font-weight:bold;
						padding-bottom:20px;
						text-align:left;
						text-transform:uppercase;
						
					}
					
					
					
					.matchplayers{
						color:#FFFFFF;
						font-size:14px;
						font-weight:300;
						line-height:150%;
						padding:20px 0 0px 0;
						/*background:transparent url(/kimclijsters/assets/img/hr.gif) repeat-x scroll top; */
						text-align:center;
						
					}
					
					.matchvs {
                          font-size:14px;
						  color:#98cb00;
                    }
					
					.matchcontent{
					 
					   color:#ffcc00;
					   font-size:18px;
					   line-height:150%;
					   text-align:center;
					}
					
					
					
				.nieuws{
					
				}
				   .nieuws ul{
						margin-bottom: 20px;
					}
					.nieuws .bericht{
						margin-bottom: 30px;
					}
					
						.nieuws .bericht .more{
							display: block;
							float: right;
							margin: 10px 0px 0px 0px;
						}
					
						.nieuws .bericht h3{
							color: #00FFFF;
							font-size: 1.1em;
							margin-bottom: 10px;
						}
						
						#content .nieuws .bericht h3 a{
							color: #00FFFF;
							text-decoration: none;
						}
					
						.nieuws .bericht .round_image{
							float: left;
							height: 86px;
							margin-right: 20px;
							width: 130px; 
						}
				
					.nieuws li{
						margin-bottom: 5px;
					}
						
						#content .nieuws li a{
							color: #FFFFFF;
							text-decoration: none;
						}
				
						.nieuws li .date{
							color: #00FFFF;
							display: block;
							float: left;
							width: 85px;
						}
						
						#content .nieuws li .date a{
							color: #00FFFF;
						}
						
			    .kimplus{
					
				}
				
				.kimplus span {
						color:#71BE0C;
						font-size:1.2em;
			    }
				
				.logos{
					
				}
				
					.logos ul li{
						float: left;
						padding:20px;
					}
					
			#colb{
				float: right;
				margin-top: 215px;
				width: 445px;
			}
			
				.fotos{
					
				}
				
					.fotos ul{
						margin-bottom: 20px;
					}
					
						.fotos ul li{
							float: left;
							margin-right: 10px;
						}
						
							#content .fotos ul li a{
								text-decoration: none;
							}
						
							.fotos ul li .round_image{
								display: block;
								height: 66px;
								width: 100px;
							}
						
						.fotos ul li:last-child{
							margin-right: 0px;
						}
						
					.fotos .clear{
						margin-bottom: 20px;
					}
					
				.videos{
					font-family:"Lucida Grande",Verdana,Arial,sans-serif;
				}
				
				    .videos a{
				   text-decoration:none;
				   color:white;
				   } 
				
					.videos div.rssFeedTitle,.videos div.rssFeedDate
					{
						display:none;
					}
					
					
				    
					.videos div.rssFeedContent span
					{
					 color:white;
					}
					
					.videos  div.rssFeedContent span.rssFeedTimeLabel,
					.videos  div.rssFeedContent span.rssFeedTimeContent
					{
					 color:#FFCC00;
					}
				
					.videos  div.rssFeedContent span.rssFeedTimeLable
					{
					 font-weight:bold;
					}
				
				.twitter{
				   
				}
				
				 
				
				
				    .twitter div.rssFeedTitle
					{
					  padding-bottom:5px;
					  margin-bottom:20px;
					}
					
					#content #rssFeedLink
					{
					  color:white;
					  text-decoration:none;
					}
					
					.twitter div.rssFeedDate{
				
					  color:#00FFFF;
					  padding:5px 0px 3px;
					}
				
					/*.fotos ul{
						margin-bottom: 20px;
					}
					
						.fotos ul li{
							float: left;
							margin-right: 10px;
						}
						
							#content .fotos ul li a{
								text-decoration: none;
							}
						
							.fotos ul li .round_image{
								display: block;
								height: 66px;
								width: 100px;
							}
						
						.fotos ul li:last-child{
							margin-right: 0px;
						}
						
					.fotos .clear{
						margin-bottom: 20px;
					}*/
			
				.blog{
					
				}
				
					.blog ul{
						margin-bottom: 20px;
					}
					
						.blog ul li{
							
						}
						
							#content .blog ul li h4 a{
								font-size: 1.1em;
								text-decoration: none;
							}
						
							.blog ul li .date{
								color: #00CCCC;
								font-size: 0.9em;
								margin-top: 10px;
							}
							
			#colc{
				line-height: 1.6em;
				width: 620px;
			}
			
				#colc h3{
					color: #00FFFF;
					font-size: 1.1em;
				}
				
				#content #colc h3 a{
					text-decoration: none;
				}
				
				#colc p{
					margin: 15px 0px;
				}
				
				#colc .left{
					display: block;
					float: left;
					margin-right: 20px;
					margin-bottom: 5px;
				}
				
				#colc .right{
					display: block;
					float: right;
					margin-left: 20px;
					margin-bottom: 5px;
				}
				
strong {
   font-weight:bold;
   color:#fcfda9;
}

em {
 font-style: italic; 
}


div.box_header {
color:#FFCC00;
font-size:1.5em;
margin-bottom:15px;
text-transform:uppercase;
}
				
/* content classes */
div.title{
						color: #FFCC00;
						font-size: 1.5em;
						margin-bottom: 15px;
						text-transform:uppercase;
					}
div.subtitle{
						color: #71be0c;
						font-size: 1.2em;
						margin-bottom: 15px;
						margin-top:15px;
					}			
					
/* table classes */


table.detail,
table.result
{
	width: 100%;
	border: 1px solid #0c1e38;
}
td.detailLabel,td.detailContent,
td.resultLabel,td.resultContent{

	color: #FFCC00;
	border-bottom: 1px dotted #ffe882;
	line-height: 18px;
	font-weight:bold;
	text-align: left;
	padding: 3px;
}

td.resultHeader{
background-color: #0c1e38;
color:#00FFFF;
font-weight:bold;
line-height:16px;
padding:3px;
}

td.detailContent,
td.resultContent {
	font-weight:normal;
	color:white;
}

td.detailHeader
{
	font-size:14px;
	font-weight:bold;
	letter-spacing:5px;
	padding-top:10px;
	padding-bottom:10px;
}

td.resultContent{
border:none;
}

input.errorInput
{
	background-color:red;
	border:1px solid #ff8080;
	color:white;
}
/*ARTICLES */


div.article_wrap { 
	padding-bottom: 10px; 
	margin-bottom: 15px; 
	/*background: url(/layoutimages/v3/content/module_495_dot_line.gif) no-repeat bottom;*/
	background:transparent url(/kimclijsters/assets/img/hr.gif) repeat-x scroll bottom; 
}

div.article_title { 
	color:#FFCC00;
    font-size:1.5em;
    margin-bottom:15px;

}


div.article_introduction { 
	font-style: italic; 
	margin-bottom: 10px;
}

div.article_text {
	padding : 0px 0x 10px 0px;
}

div.article_introduction a, 
div.article_text a { 
	text-decoration: underline; 
	color: #2995C3;
}



div.article_introduction a:hover, div.article_text a:hover { text-decoration: underline; color: #2995C3;}

div.article_footer { 
width: 620px; 
line-height: 17px; 
color:#00CCCC;
font-size:0.9em;
text-align:right;
margin-top:10px;

}
			div.article_footer a { color: #000000; outline: none; text-decoration: none; }
			div.article_footer a:hover { text-decoration: underline; }
			div.article_footer img { border: none; margin: 0px 5px; position: relative; top: 2px; }
			div.article_footer span { color: #000000; font-size: 10px; }
			table.PhotoTable { 	margin: 0px 10px 10px 0px; 	border-collapse: collapse; 	border-spacing: 5px; 	border:1px solid #c2c2c2; }
			td.Photo { padding: 0px; background-color: #c2c2c2; }
			td.PhotoLegende { padding: 10px 10px 10px 10px; background-color: transparent; 	font-size: 11px; line-height: 12px; color: #FFFFFF; }
			table.QuoteTable { margin: 5px; padding 0px; border-spacing: 0px; }
			td.Quote { margin: 0px; padding-left: 20px; padding-top: 25px; padding-bottom: 20px; padding-right:5px;background-color: transparent; background-image: url(/kimclijsters/images/quote.gif);
				background-repeat: no-repeat; background-position: top left; font-family: arial, helvetica, sans-serif; font-size: 17px;line-height: 17px; font-weight: bold; border : 1px solid #c2c2c2 ; }

/* TABLES PAGE STYLES COLUMN 1 */
	
			div.archive_header {  
					font-size:1.1em;
					color:#FFCC00; 
					height: 23px; 
					width: 410px; 
					text-transform: uppercase; 
					margin-bottom:5px;}
			
			table.archive { width: 620px; font-size:1em; margin: 0px 0px 0px 30px; }
			table.archive a { color: #FFFFFF; outline: none; text-decoration: none; }
			table.archive a:hover { text-decoration: none; }
			table.archive td { /*border: 1px solid #0a1529;*/ border-collapse: collapse; }
			
			td.archiveDate { width: 72px; padding: 0px 0px 0px 20px; text-align : center; vertical-align : top; color: #00FFFF; background: transparent url(/kimclijsters/assets/img/nieuws_pijl.png) no-repeat ;background-position: 0px 5px;}
			td.archiveContent { width: 417px; height: 19px; padding-left: 5px; }
			td.archiveContentAlternating { width: 417px; height: 19px; padding-left: 5px; }
			
			div.archive_footer { width: 620px; 	font-size:1em; 	padding: 5px 0px 4px 6px; margin-top : 15px; text-align:right; background:transparent url(/kimclijsters/assets/img/hr.gif) repeat-x scroll top; }
			div.archive_footer a { color: #000000; outline: none; }

/* Icoontjes */
div.ico_live {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:40px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/live_kc.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}	
div.ico_direct {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:40px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/direct.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}	
div.ico_relive {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:22px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/relive.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}	
div.ico_photo {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:22px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/fotos.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}	
div.ico_vote {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:22px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/vote.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}	
div.ico_wedstrijd {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:22px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/wedstrijd.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}	

div.ico_prono {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:27px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/prono.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}	
div.ico_calendar {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:22px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/kalender.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}	
div.ico_quote {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:22px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/reacties.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}	

div.ico_video {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:22px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/video.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}	

div.ico_report {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:22px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/leesook.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}	

div.ico_www {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:22px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/link.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}	

div.ico_ranking {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:22px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/klassement.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}	

div.ico_tableau {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:22px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/tableau.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}	
div.ico_tickets {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:22px;
	font-size: 12px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/tickets.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}	
div.ico_reporter {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:22px;
	font-size: 12px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/reporter.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}	
div.ico_audio {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:22px;
	font-size: 12px;
	margin-left:0px;
	background-image:url(/layoutimages/icons/v3/audio.gif);
	background-position:left/center;
	background-repeat:no-repeat;
}

table.partners{width:100%;background-color:transparent;}

td.partnerContent{

padding-bottom:8px;
padding-top:8px;
text-align:center;
vertical-align:middle;

}


/*slider*/

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	
}
#slider, #slider li{ 
	width:400px;
	height:100px;
	overflow:hidden; 
}

#controls{
width:445px;
height:30px;
text-align:right;
}

span#prevBtn{float:left;padding:5px 0 5px;}
span#nextBtn{padding:5px 0 5px;}	


	


