@charset "utf-8";
/* CSS Document */

body {
	background: url(/site_tolwagen/images/bg_body.jpg) top center no-repeat;	
}

#container {
	margin: 0 auto;
	background: url(/site_tolwagen/images/bg_site.png) top center no-repeat;
	margin-top: 50px;
	width: 990px;
	height: 561px;
}

	#header {
		position: relative;
		/* border: 1px #0F0 solid;  */
		height: 120px;
		width: 990px;
	}

		#header ul {
			position: absolute;
			margin: 60px 0 0 330px;
			list-style: none;
		}

			#header ul li {
				list-style: none;
				float: left; /* Links naast elkaar zetten */
				position: relative; /* Nodig voor submenu > absolute */
				height: 25px;
				margin: 0 25px 0 0;
			}

				#header ul li a {
					color: #ff860c;
					font-size: 16px;
					text-decoration: none;
					font-weight: bold;
				}

				#header ul li.selected a {
					color: #fff;
				}

		#content {
			/* border: 1px #0F0 solid; */
			margin: 20px 0 0 330px;	
			width: 600px;
		}

			#content h1 {
				font-size: 20px;
				font-weight: bold;
				line-height: 24px;
			}

			#content ul {
				margin-left: 25px;
			}
