/*
-----------------------------------------------
Ideaalburg
Author:   Bas van Ekkendonk / superior.nl
Version:  2010.2
----------------------------------------------- */

@import url("table.css");

body {
	background: #f8981d url(../i/noise.png);
	border-top: 5px solid #fdc889;
	color: #6a747c;
	/* font-size: 11px; */
	/* -webkit-text-stroke: 1px transparent; */
	padding: 20px 0 40px;
}

	a {
		color: #f8981d;
	}
	
	a:hover {
		color: #fdc889;
		-webkit-transition: color .25s ease-out;
	}

h1 {
	padding: 20px 0 0 20px;
	text-align: left;
}

h2 {
	margin: 16px 0 8px 0;
	font-size: 26px;
	color: #f8981d;
	border-bottom: 1px solid #FADDBB;
}
	h2 a:link, h2 a:hover, h2 a:visited, h2 a:active {color: #f8981d;}

	h2:first-child {
		margin-top: -8px;
	}

#menu {
	clear: both;
	text-align: left;
	margin: 80px 0 0 0;
	font-size: 16px;
	line-height: 24px;
	list-style-type: none;
	float: right;
}

	#menu li {
		float: right;
		padding: 0; margin: 0 4px 0 4px;
		display: inline;
		color: #ccc;
	}
	
	#menu li.active {
		padding: 0 8px 0 8px;
		background: #f8981d;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
	}
	
		#menu li.active a {
			color: #fff;
			text-shadow: 0 2px 2px #f8981d;
		}
	
	#menu a {text-decoration: none;}

.container_12 {
	background: #fff;
	margin-bottom: 20px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 0 16px #BD6B09;
	-moz-border-radius: 8px;
	-moz-box-shadow: 0 0 16px #bd6b09;
	border-radius: 8px;
	box-shadow: 0 0 16px #bd6b09;
}

#nav {
	margin: 0 0 0 -16px;
	list-style-type: none;
}

#nav li {
	padding: 0 0 0 8px;
	width: 280px;
}

	#nav li a {
		display: block;
		font-weight: bold;
		font-size: 22px;
		text-decoration: none;
		color: #6a747c;
	}

	#nav li.active {
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
		background: #fdc889;
	}
	
		#nav li.active a {
			display: block;
			text-shadow: 0 2px 2px #f8981d;
			color: #fff;
		}
	
		#nav li.active:hover {
			background: #fdc889;
			color: #fff;
		}
	
	#nav li:hover {
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
		background: #fee4c4;
		color: #999;
	}
		
		#nav li.active span {color: #fff;}

#nav li a span {
	color: #f8981d;
}

.container_12 ul {
	margin: 0; padding: 0;
	width: 500px;
	}

	.container_12 ul li {
		padding-bottom: 11px;
	}
	
.grid_8 {margin-bottom: 20px;}

.iborder {
	background: #fde0bd;
	background: #fdead2;
	padding: 4px; border: 1px solid #fdc889;
}

a.nb {
	float: right;
	margin: 8px 0 14px 0; padding: 0 8px 0 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #f8981d;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-shadow: 0 2px 2px #f8981d;
	clear: both;
}
