html {
	height:					100%;
}

body {
	height:					100%;
	
	margin:					0;
	padding:				0;
	
	background-color:		#FFFFFF;
	color:					#4B4B4B;
	font-family: 			Arial, serif;
	font-size: 				12px;
	line-height:			140%;

	overflow:				scroll;
    overflow:				-moz-scrollbars-vertical;
    
    background-image: url('/themes/default/images/body-background.jpg');
    background-repeat: repeat-x;
    background-color: #3A114C;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	
	background-image: url('/themes/default/images/header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#container {
	width: 940px;
	min-height: 100%;
	
	position: relative;
	margin: 0px auto;
}

#header {
	height: 484px;
}

#adviesopmaat {
	position: absolute;
	top: 15px;
	left: 430px;
	z-index: 5;
}

#adviesopmaat img {
	border: none;
}

#stopknop {
	position: absolute;
	top: 15px;
	left: 300px;
	z-index: 5;
}

#stopknop img {
	border: none;
}

#stivoroLogo {
	position: absolute;
	
	left: 0px;
	top: 13px;
}

#topAssistants {
	display: inline-block;
	height: 36px;
	/*width: 275px !important;*/
	
	padding: 0px 9px 0px 9px;
	
	position: absolute;
	
	right: 0px;
	top: 0px;
	
	/*border-left: 1px solid #75A9DE;
	border-right: 1px solid #75A9DE;*/
}

#topAssistants a {
	font-weight: bold;
	color: #BCD5EE;
	text-decoration: none;
	
	display: inline-block;
	float: right;
	
	margin-top: 10px;
}

#topAssistants .spacer {
	display: inline-block;
	width: 0px;
	height: 36px;
	
	border-left: 1px solid #75A9DE;
	
	float: right;
	margin: 0px 9px;
}

/* NAV */

#mainNav {
	height: 193px;
	
	position: absolute;
	
	/*bottom: 8px;*/
	bottom: 17px;
}

.navBlock {
	position: absolute;
	bottom: 8px;
	
	width: 220px;
	
	float: left;
	
	border-top: 6px solid #FFFFFF;
}

.navBlock#navBlock1 {
	left: 0px;
}

.navBlock#navBlock2 {
	left: 240px;
}

.navBlock#navBlock3 {
	left: 480px;
}

.navBlock#navBlock4 {
	left: 720px;
}

.innerNavImage {
	position: relative;
	overflow: hidden;
	height: 0px;
}

.innerNavImage#navImage1 {
	background-image: url('/themes/default/images/bg-nav-top_01.png');
}

.innerNavImage#navImage2 {
	background-image: url('/themes/default/images/bg-nav-top_02.png');
}

.innerNavImage#navImage3 {
	background-image: url('/themes/default/images/bg-nav-top_03.png');
}

.innerNavImage#navImage4 {
	background-image: url('/themes/default/images/bg-nav-top_04.png');
}

.innerNavBlock {
	display: block;

	position: relative;
	height: 83px;
	
	background-color: #FFFFFF;
	
	filter: alpha(opacity=80);
	opacity: 0.8;
	
	text-decoration: none;
}

.innerNavText {
	position: absolute;
	bottom: 14px;
	left: 12px;
	
	font-size: 22px;
	color: #00A1E4;
	line-height: 23px;
}

#homeContent {
	position: absolute;
	
	margin-top: 43px;
	padding-bottom: 43px;
	
	font-size: 19px;
	line-height: 27px;
	
}

.clear {
	height: 0px;
	clear: both;
	overflow: hidden;
}

#footer {
	position: absolute;
	top: 633px;
	
	width: 100%;
	
	background-color: #2E0D3D;
	
	color: #FFFFFF;
}

#footer #breadcrumb {
	height: 41px;
	border-bottom: 1px solid #170620;
}

#footer #breadcrumb ul {
	margin: 0px;
	padding: 0px;
}

#footer #breadcrumb ul li {
	list-style-type: none;
	
	float: left;
	
	background-image: url('/themes/default/images/breadcrumb-spacer.jpg');
	background-position: left;
	background-repeat: no-repeat;
	
	display: block;
	height: 41px;
	
	padding-left: 23px;
	padding-right: 10px;
}

#footer #breadcrumb ul li a {
	color: #BEB5C2;
	text-decoration: none;
	
	position: relative;
	top: 14px;
	
	font-size: 14px;
	font-weight: bold;
}

#footer #footerContent {
	padding: 23px 0;
	
	border-top: 1px solid #3A114C;
	border-bottom: 1px solid #170620;
}

#footer #footerContent .footerColumn {
	width: 220px;
	
	float: left;
	
	margin-left: 10px;
}

#footer #footerContent .footerColumn:first-child {
	margin-left: 23px;
}

#footer #footerContent .footerColumn h1 {
	font-size: 15px;
	font-weight: bold;
	
	margin-left: -2px;
}

#footer #footerContent .footerColumn ul {
	margin: 0px;
	padding: 0px;
}

#footer #footerContent .footerColumn ul li {
	list-style-type: none;
	
	padding: 4px 0px;
}

#footer #footerContent .footerColumn ul li a {
	text-decoration: none;
	
	color: #BEB5C2;
}

#footer #footerContent .footerColumn ul li a:hover {
	color: #FFFFFF;
}

#footer #footerFooter {
	height: 60px;
	
	padding: 17px 25px 5px 25px;
	
	border-top: 1px solid #3A114C;
}

div#footerText {
	position: relative;
	margin: 6px 0 0 0;
	font-size: 10px;
}

div#footerText a {
	color: #fff;
}

#footer #footerFooter #footerLinks {
	float: right;
}

#footer #footerFooter #footerLinks a {
	color: #00A1E4;
	font-weight: bold;
	text-decoration: none;
	
	margin: 0px 5px;
}