/*======================================================*/
/* CSS Print Document*/
/* Inkopers-café.nl */
/* Copyright 2008-2009 */
/*======================================================*/

html, body{
   background: white;
   font-size: 10px;
   font-family: Verdana, Arial;
}

/*======================================================*/
/* Grote blokken */
/* Opmaak van alle grote blokken waarin de modules getoond worden */
/*======================================================*/

.berichtboven{
background-image:url(../images/boven.jpg);
background-repeat:no-repeat;
height:7px;
line-height:7px;
width:468px;
border: none;
}

.berichtonder{
background-image:url(../images/onder.jpg);
background-repeat:no-repeat;
height:7px;
width:468px;
border: none;
}

#header{
	width:900px;
	border-bottom:2px solid #999999;
	margin-left: 0px;
	padding-top:1em;
}
#logo{
	width: 400px;
	float: none;
}
#logo img{
	border: 0px;
}
#bannerrotator{
	float:none;
	text-align:left;
	width:300px;
}
#centreer{
	background: white;
	width:auto;
}
#menu, #top, #links, #rechts, #bottom{
	display: none;
}
#footer{
	border-top:2px solid #999999;
	padding: 0px;
	margin:0px auto;
	width:700px;
	color:black;
	padding-top:1em;
}
#centreer, #content{
	width: auto;
	margin: 0;
	border: 0;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent none;
}
#midden {
	padding-left: 0;
	width:700px;
	padding-top: 1em;
	padding-bottom: 1em;
}


/*======================================================*/
/* Losse HTML Attributen opmaak */
/* Dit zijn attributen zoals img, a, h1, enz. */
/*======================================================*/

#midden img{
border: none;
}

a:link, a:visited {
	color: #999999;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
.frontlist_nieuws table tr td a{
color: black;
text-decoration: none;
background: transparent;
}

#footer table tr td a{
	color: black;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
}

/*======================================================*/
/* Berichten, nieuws, columns, artikelen */
/*======================================================*/

.berichten_list{
width: 468px;
}

.berichten_nieuws{
width: 468px;
}

.berichten_artikelen{
width:468px;
}

.berichten_columns{
width:468px;
}

.berichttitel{
padding-left: 10px;
}

.berichttekst{
text-align:left;
padding:2px 10px 2px 10px;
color: #000000;
}

.berichtlink{
float:right;
padding:18px 10px 0px 0px;
}

.berichtlink2{
float:right;
padding:18px 0px 0px 0px;
}
.berichttitel2 a{
color: #000000;
text-decoration: none;
background: transparent;
}

.berichttitel2{
text-align:left;
padding:0px 0px 0px 10px;
color: #000000;
}

.berichttekst2{
text-align:left;
padding:10px 10px 2px 10px;
color: #000000;
}
.berichttitel5 a{
color: #000000;
text-decoration: none;
background: transparent;
}

.frontlist_nieuws table{
background-color:#202060;
}
.berichtfotoklein{
text-align:center;
max-width:225px;
padding:0px;
}

.berichtfotogroot{
text-align:center;
max-width:448px;
padding:0px 10px 5px 10px;
}

.berichtfotoklein img{
text-align:center;
max-width:225px;
}

.berichtfotogroot img{
text-align:center;
max-width:448px;
}

/*======================================================*/
/* Algemene opmaak */
/*======================================================*/

.box3_achtergrond{
background-color:#e3ebfe;
width:468px;
}

.box3_top{
height:12px;
width:468px;
background:url(../images/top_box3.jpg);
background-repeat:no-repeat;
padding:0px 0px 0px 7px;
}

.box3_midden{
height:24px;
width: 448px;
font-weight:bold;
color:#202060;
font-size:11px;
background-color:#e3ebfe;
background-repeat:no-repeat;
padding:0px 10px 0px 10px;
}

.box3_midden tr td h3{
padding:0px;
width:448px;
}

.box3_bottom{
height:12px;
width:468px;
background:url(../images/bottom_box3.jpg);
background-repeat:no-repeat;
padding:0px 0px 0px 7px;
}

.box3 tr td{
padding-left:10px;
width:468px;
}

#box{
width:445px;
}

.kopjes2{
height:24px;
width:468px;
font-family: Arial, Verdana;
font-weight:bold;
color:#000000;
font-size:11px;
background:url(../images/achtergrond_kop_groot.jpg);
background-repeat:no-repeat;
padding:0px 7px 0px 0px;
}

.kopjes2 tr td{
padding-left:10px;
}

/*======================================================*/
/* Reactie module */
/*======================================================*/

.reactie_tabel{
width: 468px;
}

.reactie_naam {
background-color: #e3ebfe;
width: 448px;
padding: 5px 10px;
}

.reactie_commentaar {
padding: 10px 10px;
width: 448px;
border:1px solid #e3ebfe;
}

.reactie_link a{
color: #000000;
text-decoration: none;
}

.reactie_bericht{
display: none;
visibility: hidden;
}


