/* CSS Document */

#container_flex {
	background-image:url(../audits/premix/achtergrond.jpg);
	background-repeat:no-repeat;
	background-position:-100px 35%;
}

#precampagnebox,#precampagnerightbox {
	border:1px solid #008205;
	background-color:none;
	background:none;
}

.blue {
	color:#be3932;
}

h1.grey {
	color:#be3932;
}

a.middel_knop {
	background-image:url(../audits/premix/button.jpg);
}

div.campagnebericht h2 a {
	text-decoration:none;
}

/**
 * pager
 */

.pager_container {
	padding-bottom:25px;
}

.pager_current{
	background-color: #7F9DB9;
	font-weight: bold;
	border: solid 1px #000;/*surion edit*/
}
	
.pager_current a {
	color:#FFF;
}


.pager_next_previous{
	font-weight: bold;
	border: solid 1px #7F9DB9;/*surion edit*/
	color:#7F9DB9;
	}
.pager_next_previous a,div.pager_first_last a {
	color: #00519d;
}	
.pager_number{
	border: solid 1px #7F9DB9;/*surion edit*/
	}
div.pager_number a {
	color: #7F9DB9;
}
.pager_first_last{
	font-weight: bold;
	color:#7F9DB9;	
	border: solid 1px #7F9DB9;/*surion edit*/
	}
