body {
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: center;
	}
	
a {
	color: #088edc;
	}
	
	
#align {
	margin: auto;
	text-align: left;
	width: 980px;
	}

#header {
	background-image: url(images/tcnn.jpg);
	background-repeat: no-repeat;
	height: 155px;
	}
	
	#header #headerLogo {
		cursor: pointer;
		height: 119px;
		margin-left: 29px;
		margin-top: 35px;
		position: absolute;
		width: 123px;
	}
	
	#header h1 {
		display: none;
		}
		
	#header .crumbs {
		color: #659ad3;
		font-size: 0.8em;
		left: 187px;
		position: relative;
		top: 129px;
		width: 550px;
		}
		
		#header .crumbs a {
			color: #659ad3;
			text-decoration: none;
			}
			
			#header .crumbs a:hover {
				text-decoration: underline;
				}
				
	#header form {
		float: right;
		position: relative;
		top: 101px;
		}
		
		#header form .text {
			border: 1px solid #dde3e4;
			height: 18px;
			padding: 4px 4px 0 4px;
			width: 200px;
			}
		
		#header form .submit {
			background-image: url(images/search.gif);
			background-color: #fff;
			border: none;
			height: 24px;
			width: 26px;
			}


#menu {
	border: 1px solid #ebebeb;
	border-top: none;
	float: left;
	padding: 15px 10px 20px 10px;
	width: 153px;
	}



	#menu li {
		}
		
		#menu li a {
			border-bottom: 1px dotted #cccccc;
			color: #000;
			display: block;
			height: 20px;
			padding: 7px 0 0 15px;
			text-decoration: none;
			}
			
			#menu li.open a {
				font-weight: bold;
				}
			
		
		#menu li ul {
			border-bottom: 1px dotted #cccccc;
			padding: 10px 0;
			}
			
			#menu li ul a {
				background-image: url(images/submenu.gif);
				background-position: 5px 4px;
				background-repeat: no-repeat;
				border: none;
				color: #088edc;
				font-weight: normal !important;
				height: 17px;
				font-size: 90%;
				padding: 2px 0 0 25px;
				}
				
				#menu li ul li.current a {
					background-image: url(images/submenu-active.gif);
					font-weight: bold !important;
					}


#content {
	float: left;
	font-size: 0.95em; /* 0.85em */
	margin: 3px 0 0 3px;
	padding-bottom: 20px;
	width: 622px;
	}
	
	#content h2 {
		background-image: url(images/title-back.gif);
		border: 1px solid #4081c7;
		color: #fff;
		font-size: 1.3em;
		font-weight: bold;
		height: 20px;
		margin-bottom: 7px;
		padding: 13px 0 0 10px;
		}
		
	#content h3 {
		color: #608cbb;
		font-size: 150%;
		font-weight: bold;
		margin-bottom: 10px;
		padding-left: 10px;
		}
		
	#content p {
		margin: 3px 12px 20px 12px;
		line-height: 18px;
		}
		
	#content em {
		font-style: italic;
		}
		
	#content ul, #content ol {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 20px;
		}
		
		#content ul li, #content ol li {
			margin-left: 10px;
			list-style-type: disc;
			list-style-position: outside;			
			padding-left: 8px;
			line-height: 16px;
			}
	
	#content p strong {
		font-weight: bold;
		}
		
		
		
				#content h1 
				{
					font-weight: bold;
					color: #000;
					font-size: 18px;
					margin-left:8px;
					
					}
		
				#content .post {
					margin-bottom: 15px;
					margin-left: 10px;
					}
					
					#content .post h3 {
						color: #4081c7;
						font-size: 120%;
						padding-left:  0px;
						}
				
					#content .post p.date {
						color: #525252;
						font-size: 75%;
						margin-bottom: 4px;
						margin-left: 0px;
						}	
					
						#content .post table p {
							margin-bottom:  0px;
							line-height:  18px;
							}
					
					#content .post p {
						margin-top: 0px;
						margin-bottom: 15px;
						margin-left: 0px;
						line-height:  18px;
						}
				
					#content .post a.more {
						color: #4081c7;
						font-size: 100%;
						}
						
					#content .comment_odd {
						background-color: #ddd;
						border: 1px dotted #444;
						padding: 5px;
						margin-bottom: 5px;
						}	
					
					#news_comments h3 {
						margin-bottom: 4px;
						font-size: 120%;
						font-weight: bold;
						}
						
					.organizer_categories {
						margin-left: 10px;
						font-size: 110%;
						}	
					
					.organizer_items {
						margin-left: 10px;
						font-size: 100%;
						line-height: 18px;
						}		
						
					.organizer_photo {
						float: right;
						margin-left: 8px;
						margin-bottom: 8px;
						}				
					
					
					.search_form {
						margin-bottom: 10px;
						}
						
						.search_form input {
							width: 250px;
							float: left;
							color: #444;
							}
					
						.search_form p {
							margin: 0px;
							}	
					
							
							.search_form p.submit input {
								width: 150px;
								margin-left: 8px;
								}	
					
					.search_results {
						clear: both;
						margin-top: 20px;
						}

						.search_results h1 {
							font-size: 120%;
							font-weight: bold;
							margin-bottom: 15px;
							}
							
						.search_results a h1 {
							font-size: 100%;
							margin-bottom: 0px;
							}
					
					#content .comment_even {
						background-color: #eee;
						border: 1px dotted #444;
						padding: 5px;
						margin-bottom: 5px;
						}				
						
						#content .comment_even p, #content .comment_odd p {
							margin-left: 0px;
							}		
							
						#content .comment_even p.posted_on, #content .comment_odd p.posted_on {	
							margin-bottom: 4px;
							}							
						
						#leave_comment form fieldset {
							border: 1px solid #ddd;
							padding: 5px;
							width: 610px;
							}
							
							#leave_comment form legend {
								display: none;
								}
								
							#leave_comment form span {
								display: block;
								float: left;
								width: 151px;
								}
							#leave_comment form input {
								border: 1px solid #444;
								margin-bottom: 3px;
								width: 350px;
								padding: 2px;
								}
								
							#leave_comment form textarea {
								width: 505px;
								border: 1px solid #444;
								}	
							
							#leave_comment form .submit {
								margin-top: 4px;
								margin-left: 157px;
								}
			
		
		
#uitgelicht {
	float: left;
	margin-bottom: 20px;
	width: 622px;
	}

	div.project {
		float: left;
		width: 190px;
		padding-left: 10px;
		}

		div.project h3 {
			margin-top:  7px;
			margin-bottom: 0firepx;
			padding-left:  0px !important;
			}
	
			div.project h3 a {
				color: #3c75b3;
				font-size: 14px;
				font-family: tahoma, arial, sans-serif;
				font-weight: normal;
				text-decoration: none;
				padding: 0px;
				margin: 0px;
				}
			
		div.project p {
			font-size: 90%;
			line-height: 16px;
			margin: 0px !important;
			}

#side {
	float: right;
	margin-top: 3px;
	width: 177px;
	}

	#side .table_title {
		background-color: #f6f6f6;
		border: 1px solid #ebebeb;		
		height: 30px;		
		padding: 3px 0 0 10px;
		vertical-align: center;
		width: 165px;
		}

	#side .table_title h3 {
		font-weight: bold;

		margin-bottom: 3px;
		}

	#side .block_content {
		background-color: #f6f6f6;
		border: 1px solid #ebebeb;
		font-size: 0.85em;
		margin-bottom: 3px;
		padding: 15px 7px;
		}
		
		#side .block_news a.more {
			display: block;
			padding-top: 15px;
			}

			div.block_newsletters form input.text {
				border: 1px solid #888;
				padding: 1px;
				width: 154px;
			}

			div.block_newsletters form input.submit {
				padding: 2px 6px;
				border: 1px solid #AFAFAF;
			}

#side p {
	margin-bottom: 10px;
	line-height: 16px;
	}

#side .block_calendar {
	background-color: #fff !important;
	border: none;
	padding: 0;
	}


table.calendar_block {
	background-color: #fafafa;
	border: 1px solid #ebebeb;
	width: 100%;
	}
	
	table.calendar_block a {
		display: block;
		}


form.userform legend strong {
	font-weight: bold;
	font-size: 105%;
}
form.userform input.submit {
	padding: 2px 6px;
	border: 1px solid #AFAFAF;
}
form.userform input.text {
	border: 1px solid #888;
	padding: 1px;
	width: 200px;
}
form.userform fieldset p.error {
	margin-left: 0px !important;
	color: #EF2C2C;
}
	p.newsletter_spacer {
		border-top: 1px solid #DFDFDF;
		margin-bottom: 5px !important;
	}
