/***************************
	MAIN STRUCTURE
	
	
	ROOD: 	#b30938
	BLAUW: 	#0a99cf
/**************************/
	#main {
		float: right;
		width: 670px;
		overflow: hidden;
	}

	#subcontent, #content, #extra  {
		float: left;
	}
	#subcontent {
		width: 250px;
		/*background: #eee;*/
	}
	#content {
		width: 428px;
		border-left: 1px dotted #999;
		border-right: 1px dotted #999;
		/*background: #ddd;*/
	}
	#top {
		height: 360px;
	}
	#header {
		height: 232px;
		position: absolute;
		background: #9eca1b url(images/header.jpg);
	}
	#extra {
		width: 240px;
	}
	
	#mainnavigation {
		width: 100%;
		top: 310px;
	}
	
	
	
	
	#buttons {
		margin-bottom: 20px;
		margin-left: 10px;
	}
	#buttons .block {
		margin: 0;
	}
	#buttons .button {
		width: 170px;
		height: 92px;
		overflow: hidden;
		float: left;
		background: #82cae5 url(images/homeblock-bg.jpg);
		margin: 0 4px;
		position: relative;
	}
	#buttons .button a {
		display: block;
		width: 75px;
		height: 19px;
		position: absolute;
		left: 14px;
		bottom: 10px;
	}
	#buttons .button a span {
		position: absolute;
		left: -100em;
	}
	
	.mod_customnav li {
		font-size: 1.1em;
		margin-bottom: 5px;
		margin-left: 1.6em;
	}
