@import url("screen.css");

/* logo in de header */
#header .logo {
	left: 15px;
	position: absolute;
	top: 20px;
}

/* Bouwtop tabje */
#header .bouwtop {
	left: 750px;
	position: absolute;
	top: 0px;
}

/* Het zoekveld */
#searchLeft input {
	margin: 0 0 5px 0;
	width: 196px;
}

/* lijst met advertenties */
.adList {
	background: #363636 url("../images/bg-zwart-715px.gif") top no-repeat;
}

.adList th {
	color: #fff;
}

/* zoek knop */
.searchBtn {
	background: url("../images/bg-btnpijl-zwart.gif") right no-repeat;
}

.emailBtn {
    background: url("../images/bg-btnpijl-zwart.gif") right no-repeat;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 20px;
    padding: 2px 0 0 11px;    
    width: 135px;
}

.searchBtn:hover,
.emailBtn:hover {
	background: url("../images/bg-btnpijl-zwart-hover.gif") right no-repeat;
	color: #fff;
}

/* Onze producten & diensten */
.hoofdmenu h2 {
	background: url("../images/bg-zwart-288px.gif");
}

.hoofdmenu .content {
	padding: 10px;
}

/* Content blok */
.zwart715 h2 {
	background: #000 url("../images/bg-zwart-715px.gif") top no-repeat;
	color: #fff !important;
}

.content2 {
	background-color: #d9d9d9;
	padding: 10px;
}

/* Column 1 & columns 2 */
.col1 {
	float: left;
	margin: 0 15px 0 0;
	width: 432px;
}

.col2 {
	float: left;
	width: 238px;
}
.zwart180 h2 {
    background: #000 url("../images/bg-zwart-180px.gif") top no-repeat;
    color:#FFF !important;
}
.zwart520 h2 {
    background: #000 url("../images/bg-zwart-520px.gif") top no-repeat;
    color:#FFF !important;
    }
    
.infozwart {
    background: #fdd800 url("../images/bg-zwart-715px.gif") top repeat-x;
    height: 18px;
    padding: 2px 0 2px 10px;
    color:#FFF;
}
.infozwart a {
	color:#FFF !important;
}
