/***************************
	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 solid #999;
		border-right: 1px solid #999;
		/*background: #ddd;*/
		margin: 0;
	}
	#top {
		height: 360px;

	}
	#header {
		height: 295px;
		position: absolute;
		top: 62px;
		background: #fff url(images/header.jpg) 3px 0 no-repeat;
	}
	#extra {
		width: 240px;
	}
	
	#mainnavigation {
		top: 324px;
		margin: 0 12px;
		z-index: 10;
	}
	#mainnavigation li {
		padding-top: 0px;
	}	
	
	
	
	#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;
	}
	.block .mod_customnav {
		margin-bottom: 26px !important;
	}
	.mod_customnav li {
		font-size: 1.1em;
		margin-bottom: 0px;
		margin-left: 0;
		list-style-image: none;
		list-style: none;
		background: url( images/bullet.gif ) no-repeat left center;
		padding-left: 20px;
	}
