/* CSS PRINT DESCRIPTION
-------------------------
-------------------------*/
* {
background-color: white !important;
color: #000 !important;
font-size: 10pt !important;
}
#wrap {
width: auto !important;
margin-top: 0px !important;
}
#head{
background-image: none !important;
width: auto !important;
height: auto !important;
}
#head h1{
color: #444 !important;
margin-top: 0px !important;
}
#head p{
color: #444 !important;
margin-top: 0px !important;
}
#menu {
display:none;
}

#sidebar{
display:none;
}

#sidebarcel {
display:none;
}

#titel {
display: none;
}

.toph1 {
	margin-left: 10px;
	font-size: 11pt !important;
}

#rubriek {
	font-size: 11pt !important;
}

/* get our typography
tuned for printing 
-----------------------*/
a:link, a:visited {
color: #544E00 !important;
background: transparent;
font-weight: bold;
text-decoration: underline;
}
#wrapper {
width: auto !important;
}
#content {
width: auto !important;
padding-top: 0.5em;
}
/* will only work in gecko browsers */
#content a:link:after, #content a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
text-decoration: none !important;
}
#content a[href^="/"]:after {
content: " (http://www.vub.ac.be/e-brief/" attr(href) ") ";
text-decoration: none;
}
.title {
line-height: 150% !important;
padding: 0px;
margin: 0px;
}
.text {
line-height: 150% !important;
margin: 0px;
}
