/* CSS Document */

.magazines{
padding-left: 3px;
}

a{
text-decoration: none;
}

a:hover{
text-decoration: none;
}

/*titel classes*/

.verdana_bold{
	color: #888888;
	font-weight: bold;
}

.verdana_blauw{
	color: #009ee0;
}

.verdana_b_blauw{
	color: #009ee0;
	font-weight: 500;
}


.bekijk{
	float: left;
	width: 310px;
	color: #009ee0;
	font-weight: 500;
	background-image: url(../images/oogje.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
	font-size: 13px;
	margin-left: 20px;
}

.bekijk a{
	color: #009ee0;
}

.bekijk:hover{
	color: #FFCC00;
}

/*magazines*/
.img_magazines{
	padding-left: 20px;
	padding-top: 35px;
}

/*tarieven*/
.formaat-tarief{
	float: left;
	width: 285px;
	height: 100px;	
	padding-left: 8px;
	background-color: #ccecf9;
	background-image: url(../magazines/images/lijn.png);
	background-position: right;
	background-repeat: no-repeat;
}

.formaat-tarief2{
	float: left;
	width: 285px;
	height: 100px;	
	padding-left: 8px;
	background-image: url(../magazines/images/lijn.png);
	background-position: right;
	background-repeat: no-repeat;
}

#tarief_wrapper{
	float: left;
	width: 300px;
	height: auto;
}



/*tarief hover*/
.formaat-tarief:hover{
background-color: #9fd3e8;
cursor: pointer;
}

.formaat-tarief2:hover{
background-color: #9fd3e8;
cursor: pointer;
}

.papier{
	float: left;
	width: 134px;
	height: 75px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 10px;
}

.tarieventekst{
	float: left;
	width: 120px;	
	height: 92px;
	padding-left: 15px;
	padding-top: 10px;
	color: #000000;
}

.pag-form{
	font-size: 14px;
	color: #0376a6;
	font-weight: bold;
}

.pag-form a{
	color: #0376a6;
}

.pag-form hover{
	color: #FFCC00;
}

/*onderwerpen*/
.balk_blauw{
float: left;
width: 480px;
height: 15px;
color:#FFFFFF;
background-color: #33b1e6;
font-size: 11px;
padding-top: 3px;
}

.balk_wit{
float: left;
width: 480px;
height: 15px;
color:#000000;
font-size: 11px;
padding-top: 3px;
}

/*overzicht van onderwerpen*/
.kolommen{
float: left;
height: 18px;
width: 70px;
padding-left: 5px;
padding-right: 5px;
text-align: center;
background-image: url(../images/lijn.png);
background-position: right;
background-repeat: no-repeat;
}

.info-nodig{
float: left;
width: 300px;
height: 100px;
padding-left: 15px;
font-size: 15px;
}

/*tekst classes algemeen*/
.bold{
font-weight: bold;
}
