
/* 
Title:     		stylesheet www.adblimburg.be
Author:    		I-MEDIA - http://www.i-media.eu
Last update:  	13/02/2009
*/


/* layout */

body {
	background: url(../images/bg_index.gif) repeat-x;
	}
	

/* header */

#headercontainer {
	width: 950px;
	height: 170px;
	margin: 0 auto;
	}

#headercontainer h1 a {
	background: url(../images/logoadblimburg.gif) no-repeat;
	display: block;
	width: 335px;
	height: 126px;
	float: left;
	margin-top: 7px;
	}

#headercontainer h1 span {
	display:block;
	margin-left:-3000px;
	}

#headercontainer h2 {
	font: 1.1em "Times New Roman", Times, serif;
	color: #419639;
	clear: left;
	padding-top: 7px;
	letter-spacing: 2px;
	}

.brocomlogo {
	background: url(../images/logobrocom-top.jpg) no-repeat;
	float: right;
	position: absolute;
	top: 25px;
	right: 50px; 
	height: 114px;
	width: 180px;
	}

/* content */

#contentcontainer { 
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	}

#content {
	float: left;
	width: 600px;
	margin-right: 50px;
	}

#sidebar {
	float: left;
	clear: right;
	width: 250px;
	background-color: #489d40;
	padding: 15px;
	}

h2 {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.5em;
	padding: 1em 0;
	}

p {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.7em;
	padding-bottom: 1.7em;
	}

.offerte {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	margin-bottom: 10px;
	}

.offerte li a {
	color: #96f78c;
	text-decoration: none;
	display: block;
	width: 235px;
	padding: 7px 7px 7px 10px;
	margin-bottom: 5px;
	background-color: #3a8433;
	border-bottom: 1px solid #2e6a28;
	}

.adress {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.7em;
	}

#contentcontainer p a, .adress li a {
	color: #96f78c;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #2e6a28;
	}

/* fotos */

#fotos {
	list-style: none;
	margin: 15px 0 20px 0;
	}

#fotos li {
	display: inline;
	}

.foto {
	margin-right: 5px;
	margin-bottom: 5px;
	}

/* partner logo's */

#partners {
	list-style: none;
	margin: 10px 0;
	}

#partners li {
	display: inline;
	}

.partnerlogo {
	margin: 0 7px 9px 0;
	}

/* footer */

#footercontainer {
	width: 950px;
	padding-top: 30px;
	margin: 0 auto;
	clear: left;
	}

.i-media {
	border: none;
	position: relative;
	text-decoration: none;
	top: 2px;
	}

