/* In deze CSS file komt alle css te staam voor een printversie */


	/***** 2. BASIS ELEMENTEN ************************
	* Basis Elementen
	*************************************************/
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.3em;
}

h3, h4, h5, h6 {
	font-size:1.2em;
}
p {
	margin-bottom: 1em;
}
ul {
	list-style:disc inside;
	margin-left:1em;
	margin-bottom: 1em;
}
ul ul{
	list-style:circle inside;
}
ol {
	list-style:decimal inside;
	margin-left:1em;
	margin-bottom: 1em;
}
ol ol {
	list-style:lower-alpha inside;
}
a {
	color: #000;
}
a:hover {
}
address {
}
blockquote, q, cite, blockquote strong {
	text-align:left;
	display: block;
	float: right;
	width: 250px;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.5em;
	border-left: 2px solid #333;
	margin-left: 10px;
	padding-left: 10px;
	color: #000;
	padding-bottom: 10px;
	padding-top: 10px;
}
cite, blockquote strong {
	font-style: italic;
	font-weight:normal;
	font-size: .8em;
	padding : 0px;
	margin: 0px;
	text-align: right;
	border-left: 0px none #171717;
}
blockquote:before, blockquote:after {
	display: block;
	font-size: 200%;
	width: 50px;
}
blockquote:before {
	content: '"';
	height: 0;
	margin-left:-1px;

}
blockquote:after {
	content: '"';
	height: 50px;
}
	/***** 2.1. FORM ELEMENTEN ***********************
	* Elementen uit de FORM tag
	*************************************************/
form {
	display:none;	
}
fieldset {
}
fieldset input {
}
fieldset label {
}
fieldset textarea {
}
fieldset.radiobuttonGroup {
}
fieldset.radiobuttonGroup ul {
}
fieldset.radiobuttonGroup ul label {
}
fieldset.radiobuttonGroup label {
}
input.submit {
}


	/***** 3. ALGEMENE CLASSES ***********************
	* Classes voor algemeen gebruik
	*************************************************/
.youtube {
	display:none;
}
.vimeo {
	display:none;
}


/***** 4. BASIS LAYOUT ***************************
* CSS om de basis layout van de site vorm te geven
*************************************************/
#siteContainer{
	margin: 2pc auto;
	width: 80%;
}
#header {
	display:none;
}
#navigation {
	display:none;
}
#content {
}
#footer {
}


/***** 5. HEADER *********************************
* Elementen in #header
*************************************************/


/***** 6. NAVIGATION *****************************
* Elementen in #navigation
*************************************************/
#navigation ol {
	list-style:none;
}
#navigation ol li {
}
#navigation ol li a {
}
#navigation ol li a:hover {
}


/***** 7. CONTENT ********************************
* Elementen in #content
*************************************************/
#contentBody {
}


/***** 8. FOOTER *********************************
* Elementen in #footer
*************************************************/

