body { 
	margin: 20px 0px 0px 0px; 
	padding: 0px;  
	font-family: Tahoma, "Trebuchet MS", sans-serif; 
	font-size: 12px; 
	color: #000; 
	text-align: center;
	background: #fff; 
}

html, body { min-height: 101%; } 
td { font-family: Tahoma, "Trebuchet MS", sans-serif; font-size: 12px; color: #000; }

ul, ol { margin-top: 0px; padding: 0px; }
li { list-style-image: url(/media/li.gif);}
img { border: 0px; }
p { margin: 10px 0;  }

a { color: #4ecbf3; text-decoration: none; }
a:hover { text-decoration: underline; }

.general { width: 400px }

#container {
	width: 987px;
	text-align: left;
	background: #fff url(/media/bg.jpg) bottom no-repeat; 
}

.biografie #container {
	background: #fff url(/media/bg_start.jpg) bottom no-repeat; 
}

.wedstrijden #container {
	background: #fff url(/media/bg_hurdles.jpg) bottom no-repeat; 
}

.dagboek #container {
	background: #fff url(/media/bg_sprint.jpg) bottom no-repeat; 
}

.fotos #container {
	background: #fff url(/media/bg_fotoshoot.jpg) bottom no-repeat; 
}

.team #container {
	background: #fff url(/media/bg_spear.jpg) bottom no-repeat; 
}

.erelijst #container {
	background: #fff url(/media/bg_hurdles2.jpg) bottom no-repeat; 
}

.gastenboek #container {
	background: #fff url(/media/bg_guestbook.jpg) bottom no-repeat; 
}

.links #container {
	background: #fff url(/media/bg_links.jpg) bottom no-repeat; 
}

#container td {
	padding-left: 40px; 
}

.col {
	float: left;
	margin-bottom: 20px;
}

#logo {
	width:143px;
	height:22px; 
	margin-left: 20px;
	background: url(/media/logo.gif) no-repeat;
}

.content {
	border: 10px solid #4ecbf3;
	width: 525px;
	height: 445px;
	padding: 30px;
	background: #fff;
	line-height: 16px;
	overflow-y: auto;
}



#container .content table { width: 100%; }

#container .content td {margin: 0; padding: 0; }

#container .content table.table  { width: 95%; }
#container .content table.table td {  font-size: 11px; padding: 3px; vertical-align: top }
#container .content table.table.font td {  font-size: 12px; padding: 0;}


h1 {
	font-size: 13px;
	margin: 0;
	margin-bottom: 5px
}

h2, #container .content table.table th, .h2 {
	font-size: 12px;
	margin-bottom: 0;
	color: #909090;
}

#nav ul {
	clear: both;
	list-style: none;
	list-style-image: none;	
	margin: 20px 0 0 20px;
	line-height: 16px;
}

	#nav ul a,  #nav ul a:visited{
		color: #000;
	}
	
	#nav ul li.selected a, #nav ul li.selected a.selected {
		color: #4ecbf3;
		font-weight: bold;
	}
	
	#nav ul li a:hover {
		color: #4ecbf3;
		text-decoration: none;
	}
	
	
	
	#nav ul li span, #nav ul li.selected span  {
		font-size: 10px;
		margin-left: 8px;
		font-weight: normal;		
	}
	
	#nav ul li span a, #nav ul li.selected span a {
		font-weight: normal;		
		color: #000;
	}

.ads {
	clear: both;
	display: block;
	margin: 0 0 10px 0;
	background: #fff;
	width: 935px;
}


.ads td {
	height: 50px;
}

.extra {
	position: absolute;
	margin-left: 277px;
	text-align: right;
}


