/*
Title	: home
====================================== */

/*
content
====================================== */
#layout-header {
	height: 360px;
	}
	
#header-image {
	height: 280px;
	top: 85px;
	}

#header-logo {
	top: 32px;
	}

#header-slogan {
	top: 45px;
	}

#flags {
	top: 70px;
	}

/*
header
====================================== */


#header-image-overlay,
.header-image-tekst {
	display: block;
	}

#header-image-overlay {
	background: url(../gfx/css/image-overlay.png) no-repeat right top;
	height: 40px;
	position: absolute;
	right: 13px;
	width: 500px;
	z-index: 30;
	}
	#header-image img {
		display: none;
		}
	
	#header-image img.home0 {
		display: block;
		}
		
.header-image-tekst a {
	color: #fff;
	display: block;
	float: right;
	font-size: 1.4em;
	font-weight: bold;
	padding: 14px 40px 10px 10px;	
	text-decoration: none;
	}
	.header-image-tekst {
		bottom: 64px;
		position: absolute;	
		right: 54px;
		width: 500px;
		}

/*
content
====================================== */

#content-main {
	width: 500px
	}

#content-right {
	width: 160px;
	}

	

