/* 
	Print styles
	--------------------------------------------------
*/

.hide{
	display: none;
}

#nav, #content-subnav, #funcnav, #zoeken, #inloggen, #print, #thema #over, .backhome{
	display: none;
}

#breadcrumbs{
	display: block;
	position: absolute;
	top: 50px;
}

#home #nav, #home #nav h2.hide{
	display: block;
}

#container{
	width: 80%;
}	

#intro, #uitwerking{
	margin: 1.0em 0em;
	padding: 0.5em;
}

#meerinfo{
	border: 2pt solid #666666;
}

#header{
	margin-left: 0.5em;
}

#header img{
	border: 0px;
}

#meerinfo h2{
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	margin: 0pt;
	margin-top: 80px;
	margin-bottom: 0px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0pt;
	margin-bottom: 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	margin: 0pt;
	margin-bottom: 0px;
}

#container{
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	letter-spacing: 0.3pt;
}

a:link, a:visited {
	color: #003399;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#thema #contentwrap #intro a:link:after, #contentwrap #intro a:visited:after,
#thema #contentwrap #uitwerkingwrap a:link:after, #contentwrap #uitwerkingwrap a:visited:after,
#thema #meerinfo a:link:after, #meerinfo a:visited:after
{
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#thema #contentwrap #intro a[href^="/"]:after, #thema #contentwrap #uitwerkingwrap a[href^="/"]:after {
	content: " (http://www.verwijswijzerutrecht.nl" attr(href) ") ";
}

