body {
	margin: 0;
	padding: 0;
    /* background wordt in template toegewezen */
	background-repeat: no-repeat;

	font-family: Verdana, sans-serif;
	font-size: 11px;
	
}

div#outerCon {
	position:			absolute;
	width:				100%;
	
	z-index:			4;
}

div#home {
	position:			absolute;
	left:               0;
	top:                0;
	width:				100%;
	height:				1000px;
	z-index:			1;
    /*background-image:url('../gfx/oorcheck-logo.png');*/
    background-position: 30px 30px;
    background-repeat:no-repeat;
}

div#home a {
    position:relative;
    text-decoration:    none;
    display:            block;    
}

div#footerCon {
    position:           absolute;    
    top:                850px;
    z-index:            5;
}

/* Geluid & gehoor */
div#ballon1 {
	position: absolute;
	left: -15px;
	top: 120px;
	width: 659px;
}
div#ballon1 img.oorschema {
	position: absolute;
	left: 60px;
	top: 60px;
}
div#ballon1 div.bmain {
	height: 100px;
	width: 263px;
	background-image: url(../gfx/home/b1a.png);
	padding: 120px 80px 0 316px;
	color: #fff;
	line-height: 1.5em;
}
div#ballon1 div.bmain a {
	color: #fff;
}
div#ballon1 div.bfooter {
	width: 659px;
	height: 60px;
	background-image: url(../gfx/home/b1b.png);
}

/* Checks */
div#ballon2 {
	position: absolute;
	left: 10px;
	top: 290px;
	width: 329px;
}
div#ballon2 div.bmain {
	width: 199px;
	background-image: url(../gfx/home/b2a.png);
	padding: 150px 65px 0 65px;
	color: #38014e;
	line-height: 1.5em;
}
div#ballon2 div.bmain a {
	color: #38014e;
}
div#ballon2 div.bfooter {
	width: 329px;
	height: 349px;
	background-image: url(../gfx/home/b2b.png);
}

/* Bescherming */
div#ballon3 {
	position: absolute;
	left: 272px;
	top: 415px;
	width: 328px;
}
div#ballon3 div.bmain {
	width: 199px;
	background-image: url(../gfx/home/b3a.png);
	padding: 165px 65px 0 65px;
	color: #c5ddb6;
	line-height: 1.5em;
}
div#ballon3 div.bmain a {
	color: #c5ddb6;
}
div#ballon3 div.bfooter {
	width: 328px;
	height: 64px;
	background-image: url(../gfx/home/b3b.png);
}

/* Wederhoor */
div#ballon4 {
	position: absolute;
	left: 380px;
	top: 275px;
	width: 329px;
}
div#ballon4 div.bmain {
	width: 194px;
	background-image: url(../gfx/home/b4a.png);
	padding: 105px 75px 0 60px;
	color: #d7c8de;
	line-height: 1.5em;
}
div#ballon4 div.bmain a {
	color: #d7c8de;
}
div#ballon4 div.bfooter {
	width: 329px;
	height: 52px;
	background-image: url(../gfx/home/b4b.png);
}

/* Hoornieuws */
div#ballon5 {
	position: absolute;
	left: 550px;
	top: 405px;
	width: 357px;
}
div#ballon5 div.bmain {
	width: 192px;
	background-image: url(../gfx/home/b5a.png);
	padding: 140px 100px 0 65px;
	color: #b5d8df;
	line-height: 1.5em;
}
div#ballon5 div.bmain a {
	color: #b5d8df;
}
div#ballon5 div.bfooter {
	width: 357px;
	height: 52px;
	background-image: url(../gfx/home/b5b.png);
}