/* -------------------------------------------------------------- 
   
   * print.css - BlueTrip CSS Framework
   * Thanks to Hartija Print Framework
	 
-------------------------------------------------------------- */

body {
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	line-height: 1.4;
	word-spacing:1.1pt;
	letter-spacing:0.2pt;
	font-family: "Times New Roman", serif;
	color: #000;
	background: none;
	font-size: 12pt;
}
/*Headings 
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}*/
h1 {
	font-size:19pt;
	color:#5baf40;
}
h2 {
	font-size:17pt;
	color:#af2e19;
}
h3 {
	font-size:15pt;
	color:#af2e19;
}
h4, h5, h6 {
	font-size:12pt;
}
/* Images */
img {
	float: left;
	margin: 1em 1.5em 1.5em 0;
}
a img {
	border: none;
}
/* Links */
a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color:#5baf40;
}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
    content: " (" attr(href) ") ";
    font-size: 70%;
    font-weight:normal;
    color:#777;
    font-family: Arial;
    text-decoration:none;
}
a:link[href^="http://media.wortell.nl"]:after, a[href^="http://media.wortell.nl"]:visited:after {
    content: " (Video te zien op " attr(href) ") ";
    font-size: 70%;
    font-weight:normal;
    color:#777;
    font-family: Arial;
    text-decoration:none;
}
a[href^="http://"] {
    color:#000;
}
a[href^="http://www.wortell.nl"] {
    color:#5baf40;
}
a[href^="http://www.wortell.nl"]:after, a[href^="http://www.wortell.nl"]:visited:after  {
    content:""!important;
}
/*add sections here to hide various parts from the site*/

#navMain, .navHeader, #navSub, .navFooter, .toggle, #banner, .hide, #switchbutton, .tabNav {
	display:none;
}
#header {
	border-bottom:1px solid #757679;
	text-align:right;
}
#header img {
	float:none;
	margin:0;
}
#footer {
	border-top:1px solid #757679;
	text-align:right;
	padding-top:1.5em;
	margin-top:1.5em;
}
#footer img {
	float:none;
	margin:0;
}
.slide, #behind, div.tabContainer div.tab {
	display:block !important;
}
.newsContent:after, .toggle2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.navSubHeader {
	color:#757679;
	display:none;
}
.navSubHeader:after {
	content: " > ";
}
.contentIntro {
	font-weight:bold;
}
.contentBody {
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	color:#757679;
}
#behind {
	font-size:70%;
	padding:0 1em 1em;
	width:40%;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#757679;
}
#behind h2 {
	font-family: "Times New Roman", serif;
	margin:.1em;
}
.clear {
	clear:both;
}
ul#newList {
	list-style-type:none;
	padding-left:0;
}
.newsDate {
	font-weight:bold;
	color:#757679;
}
.newsDate .day:after, .newsDate .month:after {
	content: "/";
}
.column3 {
    float:left;
    width:33%;
}
.column2 dt {
	font-family: "Times New Roman", serif;
	font-size:15pt;
	color:#af2e19;
}
#footerAddress, #footerAddress div {
	float:left;
	text-align:left;
}
#footerAddress div {
	width:150px;
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
}
#footerAddress .fn {
	display:none;
}
