/* Gemaakt door Arian Stolwijk www.aryweb.nl */

body {
	background: url(../images/background.jpg) repeat-x;
	padding: 0;
	margin: 0;
}

#container {
	background: url(../images/background2.jpg) no-repeat;
	margin-top: 11px;
	padding: 0 100px;
}



#menu {
	height: 39px;
	overflow: hidden;
}

	#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		#menu ul li {
			float: left;
			padding: 18px 2px;
		}

			#menu ul li a {
				padding: 8px 8px 5px 8px;
				font-size: 1.1em;
				color: #ee3c34;
				text-decoration: none;
				background: url(../images/menuBackground.png) repeat-x 0 29px;
			}
			
			#menu ul li a.thisPage {
				background: #5e5e5e;
				color: #c3c3c3;
			}

.headerContent {
	background: url(../images/header.jpg) no-repeat #787878;
	height: 150px;
}

	.foto {
		float: right;
		width: 250px;
		height: 150px;
		overflow: hidden;
	}
	
	.logo {
		padding-top: 10px;
		float: left;
		width: 390px;
	}

#tekst {
	
}

	.sidebarContainer {
		float: right;
		width: 200px;
		margin-top: 10px;
		background: url(../images/corners/sidebarTop.jpg) no-repeat #c3c3c3;
		color: #626262;
	}
	
		.sidebar {
			background: url(../images/corners/sidebarBottom.jpg) no-repeat left bottom;
			padding: 10px 0;
		}
	
			.sidebar ul {
				margin: 0;
				padding: 0 10px;
				list-style: square inside;
			}
				
				.sidebar ul a {
					color: #626262;
					text-decoration: none;
				}
				
				.sidebar ul a:hover {
					text-decoration: underline;
				}
			
			.sidebar p {
				padding: 5px 10px;
			}
			
			.sidebar p.nieuwsbrief {
				border: 1px solid #ee3c34;
				color: #ee3c34;
				background: #cecece;
			}
			
			.sidebar p.nieuwsbrief a {
				color: #ee3c34;
				text-decoration: none;
			}
	
				.sidebar p.nieuwsbrief a:hover {
					text-decoration: underline;
				}
.tekst {
		padding: 20px;
		margin-right: 200px;
	}
		