
body {
	background-color: #FFF;
	
	margin: 0px;
	padding: 0px;
	
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
}

img {
	border-width: 0px;
}

.thumb {
	height: 56px;
	width: 65px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		height: 65px;
	}
	
		#title_container {
			float: left;
			margin-top: 12px;
			margin-left: 2px;
		}
		
		#menu_container {
			position: absolute;
			margin-top: 25px;
			margin-left: 305px;
		}
		
			#menu_container > ul {
				list-style: none;
			}
			
				#menu_container > ul > li {
					float: left;
					margin-left: 20px;
					margin-right: 20px;
				}
				
					#menu_container > ul > li > a {
						text-decoration: none;
						font-size: 15px;
						font-weight: bold;
						letter-spacing: 1px;
						color: #38a3d0;
					}

	#banner {
		height: 260px;
		width: 795px;
		margin-left: -23px;
		background-image: url(../images/banner_bgr.jpg);
		background-repeat: no-repeat;
		z-index: 9;
	}
	
		#banner_img_container {
			width: 795px;
			height: 235px;
			overflow: hidden;
			margin-top: 15px;
			margin-left: 23px;
		}
	
			.banner_img {
				margin-top: 15px;
				width: 750px;
				height: 220px;
				overflow: hidden;
				z-index: 0;
			}
			
			.banner_img_profiel {
				margin-top: 15px;
				margin-left: 23px;
				width: 750px;
				height: 220px;
				overflow: hidden;
				z-index: 0;
			}

	#news_typefeed {
		float: right;
		margin-top: -19px;
	}
	
		.news_typefeed_type {
			background-color: #38a3d0;
			padding: 2px;
			padding-left: 5px;
			padding-right: 5px;
			color: #EEE;
			margin-left: 5px;
			float: right;
			cursor: pointer;
		}

	#news {
		position: absolute;
		width: 750px;
	}
	
		.newsitem {
			width: 450px;
			
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #b2d5e3;
			
			float: left;
			margin-right: 50px;
			margin-bottom: 5px;
		}
		
			.newsitem > p {
				text-align: justify;
			}
			
			.thumb_meeting_news {
				float: left;
				height: 60px;
				width: 70px;
				padding-right: 15px;
				padding-bottom: 5px;
				margin-top: 15px;
			}
		
		.newsitem_info {
			float: left;
			margin-top: 16px;
			width: 250px;
		}
		
			.newsitem_info_title, .newsitem_info_title_edit {
				background-color: #AAA;
				color: #FFF;
				padding: 2px;
				padding-left: 5px;
				padding-right: 5px;
				width: 45px;
				font-weight: bold;
			}
			
			.newsitem_info_title_edit {
				background-color: #b2d5e3;
			}
				
				.newsitem_ul, .edit_ul {
					padding: 0px;
					margin-left: 22px;
					margin-top: 8px;
				}
				
					.newsitem_movie, .newsitem_document, .newsitem_page, .newsitem_photo {
						padding: 0px;
						margin: 0px;
					}
					
					.newsitem_movie {
						list-style-image: url(../images/logos/movie.jpg);
					}
					
					.newsitem_document {
						list-style-image: url(../images/logos/document.jpg);
					}
					
					.newsitem_page {
						list-style-image: url(../images/logos/page.jpg);
					}
					
					.newsitem_photo {
						list-style-image: url(../images/logos/photos.jpg);
					}
					
						.newsitem_movie > a, .newsitem_document > a, .newsitem_page > a, .newsitem_photo > a {
							color: #38a3d0;
							text-decoration: none;
						}
						
							.newsitem_movie > a:hover,.newsitem_document > a:hover, .newsitem_page > a:hover, .newsitem_photo > a:hover{
								text-decoration: underline;
							}
							
					.newsitem_tags {
						height: 15px;
						padding-bottom: 5px;
					}
					
						.newsitem_taglogo {
							float: left;
						}
					
						.newsitem_tags > ul {
							padding: 0px;
							margin-left: 22px;
							margin-top: 8px;
						}
					
							.newsitem_tags > ul > li {
								list-style: none;
								float: left;
								padding-left: 2px;
								padding-right: 2px;
								font-size: 10px;
							}
							
								.newsitem_tags > ul > li > a {
									color: #38a3d0;
									text-decoration: none;
								}
								
									.newsitem_tags > ul > li > a:hover{
										text-decoration: underline;
									}
	
	#loadfeed {
		width: 750px;
	}
	
		#feed_ul {
			margin: 0px;
			padding: 0px;
			margin-left: 20px;
		}
	
		.feeditem_news, 
		.feeditem_movies, 
		.feeditem_links, 
		.feeditem_fullfeed, 
		.feeditem_injury, 
		.feeditem_chrono, 
		.feeditem_calendar, 
		.feeditem_palmares,
		.feeditem_link {
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #b2d5e3;
			padding-bottom: 3px;
			padding-top: 3px;
			margin-bottom: 5px;
			width: 400px;
		}
		
		.feeditem_link {
			border-width: 0px;
		}
		
			.feeditem_news > a:hover, 
			.feeditem_movies > a:hover, 
			.feeditem_links > a:hover, 
			.feeditem_fullfeed > a:hover, 
			.feeditem_injury > a:hover, 
			.feeditem_chrono > a:hover, 
			.feeditem_calendar > a:hover, 
			.feeditem_palmares > a:hover, 
			.feeditem_link > a:hover{
				text-decoration: underline;
			}
		
		.feeditem_news {
			list-style-image: url(../images/logos/page.jpg);
		}
		
		.feeditem_movies {
			list-style-image: url(../images/logos/movie.jpg);
		}
		
		.feeditem_links {
			list-style-image: url(../images/logos/document.jpg);
		}
		
		.feeditem_injury {
			list-style-image: url(../images/logos/injury.jpg);
		}
		
		.feeditem_chrono {
			list-style-image: url(../images/logos/chrono.jpg);
		}
		
		.feeditem_calendar {
			list-style-image: url(../images/logos/calendar.jpg);
		}
		
		.feeditem_palmares {
			list-style-image: url(../images/logos/medaille.jpg);
		}
		
		.feeditem_link {
			list-style-image: url(../images/logos/document.jpg);
		}
		
		.tag {
			padding-left: 20px;
		}
		
			.tag > a {
				font-size: 10px;
				font-weight: normal;
				color: #38a3d0;
				text-decoration: none;
			}
			
				.tag > a:hover{
					text-decoration: underline;
				}
			
			.tag > span {
				font-size: 10px;
			}
		
		.feeditem_fullfeed {
			list-style: none;
			border-bottom-width: 0px;
			text-align: right;
		}
		
			#feed_ul > li {
				color: #666;
			}
		
			#feed_ul > li > a {
				color: #38a3d0;
				font-style: none;
				font-weight: bold;
				text-decoration: none;
			}
			
				#feed_ul > li > a:hover{
					text-decoration: underline;
				}
	
		.contentblock_left {
			width: 400px;
			margin-bottom: 15px;
			margin-top: 0px;
			float: left;
		}
		
		.contentblock_right {
			float: right;
			width: 290px;
			margin-bottom: 15px;
			margin-top: 0px;
		}
		
			.contentblock_right > p > a {
				color: #38a3d0;
				text-decoration: none;
			}
			
				.contentblock_right > p > a:hover{
					text-decoration: underline;
				}
	
			.contentblock_right > ul, .contentblock_left > ul, #loadmovies_contentblock > ul, #loadsubfeed > ul {
				margin: 0px;
				padding: 0px;
				margin-left: 20px;
			}
			
				.contentblock_right > ul > li {
					width: 265px;
					border-bottom-color: #DDD;
					color: #666;
				}
				
				.contentblock_left > ul > li, #loadmovies_contentblock > ul > li, #loadsubfeed > ul > li {
					width: 100%;
					border-bottom-color: #DDD;
					color: #666;
				}
				
					.contentblock_right > ul > li > a, .contentblock_left > ul > li > a, #loadmovies_contentblock > ul > li > a, #loadsubfeed > ul > li > a {
						color: #38a3d0;
						text-decoration: none;
						font-weight: bold;
					}
					
					#loadsubfeed > ul > li > a:hover{
						text-decoration: underline;
					}
	
			.contentblock_right_calendar {
				list-style-image: url(../images/logos/calendar.jpg);
					border-bottom-color: #DDD;
					color: #666;
			}
			
			.inlinesparkline {
				width: 100%;
				height: 150px;
			}
	
	#sponsors {
		padding-top: 15px;
		height: 70px;
		width: 750px;
		overflow: hidden;
		margin-bottom: -20px;
		margin-top: 15px;
		visibility: hidden;
	}
	
	#facebook_like {
		float: left;
		clear: left;
		clear: right;
		width: 750px;
		height: 30px;
		overflow: hidden;
		margin-top: 20px;
		margin-bottom: -15px;
		background-color: #FFF;
	}
	
	#footer {
		float: left;
		clear: left;
		clear: right;
		width: 750px;
		heigth: 20px;
		background-color: #38a3d0;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
		.footer_item {
			float: left;
			height: 14px;
			padding-top: 1px;
			padding-bottom: 1px;
			padding-left: 5px;
			padding-right: 5px;
			background-color: #FFF;
			color: #38a3d0;
			margin-left: 3px;
			margin-top: 3px;
			margin-bottom: 3px;
			cursor: pointer;
		}
		
		.footer_copyrights {
			float: right;
			color: #FFF;
			padding-top: 3px;
			padding-right: 3px;
		}
		
			.footer_copyrights > a {
				color: #FFF;
				text-decoration: none;
				font-weight: bold;
			}

		#archive_rollout {
			width: 750px;
			margin-top: 25px;
			padding-top: 0px;
		}
		
			#archive_rollout > ul {
				margin: 0px;
				padding: 0px;
			}
		
				#archive_rollout > ul > li {
					float: left;
					padding-left: 5px;
					padding-right: 5px;
					padding-top: 1px;
					padding-bottom: 1px;
					list-style: none;
					margin-left: 3px;
					background-color: #FFF;
					margin-bottom: 3px;
				}
				
					#archive_rollout > ul > li > a {
						color: #38a3d0;
						text-decoration: none;
					}

.select_times_container {
	width: 750px;
	height: 35px;
	
	margin-bottom: 20px;
	
	border-bottom-color: #b2d5e3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

	.select_times {
		margin-right: 10px;
		float: left;
	}

#searchbar {
	background-color: #38a3d0;
	height: 20px;
	width: 31%;
	float: right;
}

	#searchbar_login {
		font-size: 12px;
		float: right;
		margin-right: 20px;
		padding-top: 1px;
	}
	
		#searchbar_login > a {
			text-decoration: none;
			color: #EEE;
			letter-spacing: 0.5px;
		}
		
		#login_button {
			background-image: url(../images/login_button.jpg);
			background-repeat: no-repeat;
			width: 44px;
			height: 13px;
			background-color: #38a3d0;
		}
		
	#searchbar_search {
		float: right;
		margin-right: 5px;
	}
		
		#search {
			height: 14px;
			width: 165px;
			
			padding-right: 17px;
			
			font-size: 11px;
			
			border-width: 0px;
			border-collapse: collapse;
			
			background-color: #FFF;
			background-image:url(../images/searchfield.jpg);
		}
	
	#searchhints {
		float: right;
		clear: right;
		clear: left;
		width: 250px;
		position: absolute;
		margin-top: 20px;
		margin-left: 69%;
		width: 31%;
		z-index: 100;
	}
	
		.searchhint_title {
			background-color: #888;
			background-image: url(../images/search_title_bgr.jpg);
			background-repeat: repeat-x;
			color: #FFF;
			padding: 5px;
		}
		
		.searchhint_meer {
			background-color: #BBB;
			background-image: url(../images/search_meer_bgr.jpg);
			background-repeat: repeat-x;
			color: #FFF;
			padding: 5px;
		}
		
			.searchhint_meer > .bold > a {
				text-decoration: none;
				color: #FFF;
			}
	
		.searchhint {
			clear: right;
			width: 100%;
			height: 67px;
			
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #999;
			background-color: #FFF;
		}
		
			.searchhints_user_thumb {
				float: left;
				margin-right: 15px;
				height: 67px;
				width: 76px;
			}
		
			.searchhint_text {
				float: left;
				padding-top: 5px;
				text-size: 12px;
			}
			
				.searchhint_text > a {
					color: #38a3d0;
					text-decoration: none;
				}
	
	.user {
		width: 240px;
		height: 65px;
		margin-bottom: 10px;
		margin-right: 10px;
		float: left;
		cursor: pointer;
	}
	
		.user:hover{
			background-color: #b2d5e3;
			background-image: url(../images/user_bgr.jpg);
			background-repeat: repeat-x;
		}
	
		.user > a > img {
			float: left;
			height: 57px;
			width: 66px;
			margin-top: 4px;
			margin-left: 4px;
		}
		
		.user_info {
			margin-left: 10px;
			float: left;
			width: 160px;
		}
		
			.user_info > p > a {
				color: #38a3d0;
				font-weight: bold;
				text-decoration: none;
			}
	
#searchbar_decoration {
	height: 3px;
	width: 100%;
	background-color: #38a3d0;
}

#loginform {
	background-color: #38a3d0;
	padding: 5px;
	width: 100%;
	color: #FFF;
}

	#loginform_content {
		width: 750px;
		height: 16px;
		margin-left: auto;
		margin-right: auto;
	}
	
		#loginform_content > ul {
			padding: 0px;
			margin: 0px;
		}
			
			#loginform_content > ul > li {
				list-style: none;
				float: left;
				padding-left: 15px;
				padding-right: 15px;
				padding-top: 2px;
				height: 16px;
			}
			
				#loginform_content > ul > li > a {
					color: #FFF;
					text-decoration: none;
				}
				
					#loginform_content > ul > li > a:hover{
						text-decoration: underline;
					}

	#loginform_content > form > input {
		border-width: 0px;
		font-size: 11px;
		height: 15px;
		width: 140px;
		margin-left: 15px;
		margin-right: 15px;
	}
	
.countryflag {
	position: absolute;
	margin-top: -1px;
	margin-left: 5px;
}

.countryflag_title {
	position: absolute;
	margin-top: 5px;
	margin-left: 10px;
}

.livefeeditem, .livefeeditem_links, .livefeeditem_big {
	border-bottom-width: 1px;
	border-bottom-color: #BBB;
	border-bottom-style: solid;
	list-style: none;
	margin-left: -20px;
	width: 400px;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.livefeeditem_big {
	height: 80px;
}

	.livefeeditem_big > ul {
		margin-left: 20px;
	}

		.livefeeditem_big > ul > li {
			margin-left: 30px;
			margin-top: 5px;
			list-style: square;
		}
		
			.livefeeditem_big > ul > li > a {
				color: #666;
				text-decoration: none;
			}

.livefeeditem_links {
	height: 35px;
}

	.livefeeditem_thumb {
		width: 46px;
		height: 41px;
		padding-right: 15px;
		padding-bottom: 5px;
		border-width: 0px;
		float: left;
	}
	
	.livefeeditem_content {
		float: left;
		width: 300px;
		padding-top: 1px;
	}
	
		.livefeeditem_content > a {
			color: #38a3d0;
			font-weight: bold;
			text-decoration: none;
		}
		
			.livefeeditem_content > a:hover {
				text-decoration: underline;
			}
	
	.livefeeditem_pictogram {
		margin-top: 4px;
		padding-top: 2px;
		padding-right: 3px;
		position: absolute;
	}
	
	.livefeeditem_date {
		margin-top: 6px;
		margin-left: 20px;
	}

.blue_link {
	color: #38a3d0;
	text-decoration: none;
}

	.blue_link:hover{
		text-decoration: underline;
	}

#tooltip {
	background-image: url(../images/tooltip.png);
	background-repeat: no-repeat;
	color: #DDD;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	height: 24px;
	font-size: 12px;
	position: absolute;
	z-index: 3000;
	opacity: 0.95;
	margin-top: -30px;
}

#tooltip h3, #tooltip div { 
	margin: 0; 
}

#tooltip.thumb {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

.search_big {
	width: 100%;
	float: left;
	clear: both;
}

.search_kalenderitem {
	width: 360px;
	height: 65px;
	padding: 5px;
	float: left;
}

	.search_kalenderitem > img {
		float: left;
		padding-right: 10px;
		margin-top: -5px;
		margin-left: -5px;
	}
	
	.search_kalenderitem > a {
		color: #38a3d0;
		font-weight: bold;
		text-decoration: none;
	}
	
		.search_kalenderitem > a:hover{
			text-decoration: underline;
		}
		
	.search_newsitem {
		height: 100px;
		width: 360px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		padding-right: 5px;
		padding-bottom: 5px;
		border-bottom-width: 1px;
		border-bottom-color: #CCC;
		border-bottom-style: solid;
	}
	
#displayextratimeinfo {
	border-top-width: 1px;
	border-top-color: #b2d5e3;
	border-top-style: solid;
	padding-top: 5px;
	margin-top: 10px;
}