/*___________________________________________________________________________________________________________________

	mediaCT webinterieur - www.mediact.nl - info@mediact.nl - 050 5799393 - Groningen - The Netherlands
	copyright: http://creativecommons.org/licenses/by-nc-nd/2.0/deed.nl

_____________________________________________________________________________________________________________________*/

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* end flash headlines */










html {
	margin: 0;
	padding: 0;
	height: 100%; /* 100 % height */
}

body {
	background-color: #fff;
	behavior: url("templates/css/csshover.htc");
	margin: 0;
	padding: 0;
}



strong {
	font-weight: bold;
}


/* begin_screen_mct_beheer_editor */


body,td,th,input,select,textarea {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #484848;
	line-height: 18px;
}

input,textarea { line-height: normal; }

p { margin-bottom: 15px; }

a { color: #0595dd; }
a:hover { text-decoration: none; color: #0595dd; }
a:active { text-decoration: none; }
img { border: none; }
fieldset { border: none; }
caption { display: none; }


ul { margin-left: 25px; padding-left: 0; list-style-type: square; }
ol { margin-left: 25px; padding-left: 0; list-style-type: decimal; }

table { border-collapse: collapse; }
th, td {}
th {}
thead th {}
tbody th {}
tfoot th {}
tfoot td {}

dl dt {}
dl dd {}

strong { font-weight: bold; }
em { font-style: italic; }




/*__________________________________________________________ HEADINGS __________________________________________________________*/

h1,h2,h3,h4,h5,h6 {
	color: #00acee;
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: bold;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration: none; }

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover { color: #00acee; text-decoration: underline; }


hr {
	border: 0;
	color: #ccc;
	background-color: #999999;
	height: 1px;
}





/*__________________________________________________________ ALGEMENE CLASSES __________________________________________________________*/

.meer { background: url("../../img/bullets/bullet_readmore.gif") no-repeat right 6px; padding-right: 10px; }

a.rss { padding-left: 18px; background: url("../../img/bullets/bullet_rss.gif") no-repeat left 4px; }

a.exLink { padding-right: 10px; background: url("../../img/bullets/bullet_exlink.gif") no-repeat right 6px; }

ul.li_spacing li {	margin-bottom: 15px; }

.color_blauw { color: #00acee; }

.color_zwart { color: #484848; }











#header {
	display: none;
}
#content_boven {
	display: none;
}
.article_left {
	display: none;
}
.meta {
	display: none;
}
#footer {
	display: none;
}