


/** global **/
body {
	background:#fff /*url('../images/bodybg.png') no-repeat scroll top center*/;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin:0 auto;
	padding:0;
}
* {
	margin:0;
	padding:0;
}


/** element defaults **/
table {
	width:920px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-align:left;
}
th, td {
	padding:0px 0px;
}
th {
	color:#fff;
	border-top:0px solid #00254A;
	background-color:#1E4B78;
}
td {
	background:#fff;
	border-bottom:0px solid #d0d0d0;
}
code, blockquote {
	display:block;
	border-left:5px solid #ddd;
	padding:10px;
	margin-bottom:20px;
}
blockquote {
	border-left:5px solid #00274E;
}
blockquote p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	color:#00274E;
	height: 1%;
}
p {
	line-height:1.9em;
	margin-bottom:20px;
}
a {
	color:#606060;
	text-decoration:none;
}
a:hover {
	color:#606060;
	text-decoration:underline;
}
a:focus {
	outline:none;
}
fieldset {
	display:block;
	border:none;
	border-top:1px solid #e0e0e0;
}
fieldset legend {
	font-weight:bold;
	font-size:13px;
	padding-right:10px;
	color:#222;
}
fieldset form {
	padding-top:15px;
}
fieldset p label {
	float:left;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
}
fieldset form input, fieldset form select, fieldset form textarea {
	padding:5px;
	color:#333333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ddd;
}
form input.formbutton {
	margin-left:150px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #002142;
	background-color:#245289;
	color:#ffffff;
	font-weight:bold;
	padding:5px 10px;
	font-size:12px;
}
span.required {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ff0000;
}
h1 {
	font-size:45px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#01203F;
	font-weight:normal;
}
h2 {
	color:#44146b;
	font-family:Arial,Helvetica,sans-serif;
	font-size:33px;
	font-weight:bold;
	letter-spacing:-1px;
	padding:0 0 5px;
	margin:0;
}
h3 {
	color:#152F4E;
	font-weight:normal;
	font-size:20px;
	margin-bottom:10px;
}
h4 {
	padding-bottom:0px;
	font-size:12px;
	color:#555555;
}
h5 {
	padding-bottom:10px;
	font-size:13px;
	color:#666666;
}
h6 {
	padding-bottom:0px;
	font-size:17px;
	color:#44146b;
}
h7 {
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
}
h7 a {
	color:#fff;
	text-decoration:none;
}
h7 a:hover {
	color:#fff;
	text-decoration:underline;
}
h7 a:focus {
	outline:none;
}
h8 {
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
}
h8 a {
	color:#fff;
	text-decoration:none;
}
h8 a:hover {
	color:#fff;
	text-decoration:underline;
}
h8 a:focus {
	outline:none;
}
h9 {
	color:#606060;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
}
h9 a {
	color:#606060;
	text-decoration:none;
}
h9 a:hover {
	color:#606060;
	text-decoration:underline;
}
h9 a:focus {
	outline:none;
}
ul, ol {
	margin:0 0 35px 35px;
}
li {
	padding-bottom:5px;
}
li ol, li ul {
	font-size:1.0em;
	margin-bottom:0;
	padding-top:5px;
}


/** wrapper **/
div#wrapper {
	width:950px;
	margin:0 auto;
	padding:0;
}

/** sitename+nav **/
div#sitename {
	margin-top:0px;
	padding:0px 10px 10px;
}
div#sitename h1 {
	font-size:47px;
}
div#sitename h1 a {
	color:#ffffff;
	font-weight:normal;
	letter-spacing:-4px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}
div#navbar {
	background:#E0E0E0 url('http://www.stichtingprisma.nl/images/nav-bg.png') repeat-x scroll top left;
}
div#navbar ul {
	list-style:none;
	margin:0;
	padding:0px;
	display:block;
}
div#navbar div.clear {
	background:transparent url('http://www.stichtingprisma.nl/images/nav-left.png') no-repeat scroll top left;
}
div#navbar ul.clear {
	height:47px;
	background:transparent url('http://www.stichtingprisma.nl/images/nav-right.png') no-repeat scroll top right;
}
/*div#navbar ul li {
	float:left;
	display:block;
	padding:13px 10px 12px;
}
div#navbar ul li a {
	float:left;
	color:#777;
	text-decoration:none;
	display:block;
	font-size:12px;
	margin:0 5px;
	cursor:pointer;
}
div#navbar ul li a span {
	padding:3px 4px 4px;
	display:block;
	float:left;
}
div#navbar ul li.sfHover a,
div#navbar ul li a:hover {
	color:#333;
}
div#navbar ul li.selected a,
div#navbar ul li.selected a:hover {
	border:none;
	color:#fff;
	background:#1E4B78 url('../images/nav-selected-right.png') no-repeat scroll top right;
}
div#navbar ul li.selected a span,
div#navbar ul li.selected a:hover span {
	background:transparent url('../images/nav-selected-left.png') no-repeat scroll top left;
}*/

/** header niefra beveiligingen **/
div.subheader-darkgrey {
	display:block;
	height:0px;
	margin-bottom: -2px;
	padding:3px;
	background-color:#44146b;
/*	background:transparent url('../images/header-bg-yellow.png') repeat scroll bottom left;*/
}

/** header **/
div#header {
	background:#ffce07 url('http://www.stichtingprisma.nl/images/header-bg-yellow.png') repeat-x scroll bottom left;
	border-top:0px solid #ffce07;
	padding:13px 13px 12px;
}
div.header-bottom {
	display:block;
	height:36px;
	margin-bottom:0px;
	background:transparent url('http://www.stichtingprisma.nl/images/header-bottom.png') no-repeat scroll bottom left;
}
div.header-bottom-lightgrey {
	display:block;
	height:0px;
	margin-bottom:0px;
	background-color:#b7b7b7;
}
div.header-bottom-yellow {
	display:block;
	height:0px;
	margin-bottom:0px;
	background-color:#44146b;
}
div.header-bottom-sublightgrey {
	height:5px;
	padding-top:0px;
	background-color:#b7b7b7;
}
div#header h2 {
	color:#fff;
	font-weight:normal;
}
div#header p {
	color:#fff;
	font-weight:none;
	padding-bottom:0;
	font-size:13px;
}
div.header-text {
	float:left;
	width:440px;
}
div.header-images {
	margin-top: 0px;
	width:415px;
	float:right;
}
div.header-images div {
	float:right;
}
div.header-images img {
	border:5px solid #2865A2;
}
div.header-slogan {
	margin-top: 0px;
	margin-left: 8px;
	width:415px;
	float:left;
}
div.header-slogan div {
	float:left;
}
div.header-slogan img {
	border:0px solid #2865A2;
}
div.header-side-images {
	margin-top: 0px;
	width:75px;
	float:right;
}
div.header-side-images div {
	float:right;
}
div.header-side-images img {
	border:0px solid #2865A2;
}
div.header-sidebarmenu-images {
	margin-top: 0px;
	width:270px;
	float:right;
}
div.header-sidebarmenu-images div {
	float:right;
}
div.header-sidebarmenu-images img {
	border:5px solid #2865A2;
}

p.header-buttons {
	margin-top:15px;
}

p.header-buttons a.button {
	background:transparent url('http://www.stichtingprisma.nl/images/button-bg.png') no-repeat scroll top left;
	color:#2865A2;
	display:block;
	float:left;
	font-size:13px;
	margin-right:10px;
	text-align:center;
	text-decoration:none;
	width:100px;
	height:31px;
	padding-top:1px;
}
p.header-buttons a.button:hover {
	background-position:bottom left;
}
p.header-buttons a.color-button {
	background:transparent url('http://www.stichtingprisma.nl/images/button-color-bg.png') no-repeat scroll top left;
	color:#fff;
}



/** body **/
div#body-wrapper {
	background-color:#ffffff;

}
div#body {
	padding:10px 14px;
	border:1px solid #ddd;
	border-bottom:none;
	font-size:12px;
}

/** content+sidebar styles **/
div.column {
	float:left;
	line-height:1.9em;
	padding:3px 0;
}
div.column h3 {
	color:#212121;
	font-family:'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
}
div.column h1 {
	margin:20px 0;
}
div.column h2 {
	padding-bottom:3px;
	font-size:18px;
}
div.column-right {
	margin-left:15px;
}
div.column-left {
	margin-right:15px;
}
div.column-650 { width:920px; }
div.column-240 { width:300px; }
div.bcnav {
	background:#EDEDED url('http://www.stichtingprisma.nl/images/nav-bg.png') repeat-x scroll top left;
	border-bottom:1px solid #ddd;
}
div.bcnav div.bcnav-left {
	background:transparent url('http://www.stichtingprisma.nl/images/nav-left.png') no-repeat scroll top left;
}
div.bcnav div.bcnav-right {
	padding:12px 12px 10px;
	background:transparent url('http://www.stichtingprisma.nl/images/nav-right.png') no-repeat scroll top right;
}
div.bcnav h3 {
	border:none;
	color:#666;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
	margin:0;
	float:left;
}
div.bcnav h6 {
	border:none;
	color:#666;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:bold;
	font-size:13px;
	margin:0;
	float:left;
}
div.bcnav ul {
	color:#555555;
	font-family:"Trebuchet MS",Verdana,Arial;
	font-size:14px;
	padding-left:10px;
	margin:0;
	float:left;
	list-style:none;
}
div.bcnav ul li {
	float:left;
	display:block;
	padding:0 2px;
}
div#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
div#sidebar li ul {
	margin-bottom:20px;
}
div#sidebar li ul li {
	display:block;
	padding:6px 15px;
	color:#777;
	border-bottom:1px dotted #e0e0e0;
}
div#sidebar li ul li a {
	font-size:12px;
	font-weight:normal;
	color:#555;
	text-decoration:underline;
}
div#sidebar li ul li a:hover {
	color:#222;
}
div#sidebar ul ul {
	background-color:#f4f4f4;
	border-bottom:4px solid #f0f0f0;
}
div#sidebar h4 {
	background:#ffce07 url('http://www.stichtingprisma.nl/images/sidebar-bg-yellow.png') repeat-x scroll bottom left;
	border-top:0px solid #2865A2;
	font-size:12px;
	color:#fff;
	letter-spacing:0px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	padding:6px 15px;
	display:block;
}
div.sidebar-images {
	padding:6px 15px;
	width:450px;
	float:left;
}
div.sidebar-images div {
	float:left;
}
div.sidebar-images img {
	border:2px solid #c7c7c7;
}
div.headersidebar-images {
	padding:0px 0px;
	width:650px;
	float:left;
}
div.headersidebar-images div {
	float:left;
}
div.headersidebar-images img {
	border:1px solid #fff;
}
div.content-images {
	margin-bottom: 3px;
	width:650px;
	float:left;
}
div.content-images div {
	float:left;
}
div.content-images img {
	border:0px solid #c7c7c7;
}

/** footer **/
div#footer {
	background:#44146b /*url('../images/footer-bg.png') no-repeat scroll left bottom*/;
	padding:0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif
	font-size: 8px;
	color:#eee;
}
div#footer a {
	color:#eee;
	/*font-weight:bold;
	text-decoration:underline;*/
	text-decoration:none;
}
div#footer a:hover {
	color:#eee;
	/*font-weight:bold;
	text-decoration:underline;*/
	text-decoration:underline;
}

/** clear **/
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	display: inline-block;
}
.clear {
	display: block;
}

/** HEADLINES NIEUWS **/
#headlines { /* stijl buitenste div (kader) */
border: solid 0pt black;
font-family:"Arial", Verdana, Arial;
font-weight: bold;
text-decoration: none;
font-size: 10pt;
}
#headlines div { /* stijl binnenste div (tekst) */
background-color: none; /* bugfix voor IE6: zelfde achtergrondkleur instellen als hierboven */
}
#headlines a {
	color:#245289;
	text-decoration: none;
}
#headlines a:hover {
	color:#002245;
	text-decoration: underline;
}

/** MENU DROPLINE **/
.droplinebar{
overflow: hidden;
}

.droplinebar ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
font: 12px Arial, Helvetica, sans-serif;
/*background: #242c54 url(bluedefault.gif) center center repeat-x; /*default background of menu bar*/
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
float: left;
color: black;
padding: 13px 10px 12px;
text-decoration: none;
}

.droplinebar ul li a:visited{
color: black;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
border:none;
color:#fff;
background:#97211f url('http://www.stichtingprisma.nl/images/nav-selected-center.png') no-repeat scroll top right;
/*background: transparent url(blueactive.gif) center center repeat-x;*/
}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: #333333; /*sub menu background color */
visibility: hidden;
}

.droplinebar ul li ul a:visited{
color: white;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
font: 12px Arial, Helvetica, sans-serif;
color: white;
padding: 10px;
padding-right: 8px;
margin: 0;
border-bottom: 0px solid white;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: #555555;
}


/** MENU SLIDEMENU **/
.jqueryslidemenu{
width: 100%;
background:#44146b;
}

.jqueryslidemenu ul{
font: 14px Arial, Helvetica, sans-serif;
list-style-type: none;
margin: 0;
padding: 0;
float: left;
}

/*Top level list items*/
.jqueryslidemenu ul li{
padding-bottom: inherit;
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
/*background: #333333; /*background of tabs (default state)*/
color: white;
float: left;
padding: 12px 13px 10px;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
/*background: #E7E7E7;*/
}

.jqueryslidemenu ul li a:hover{
border: none;
color: white;
background:#44146b /*url('../images/nav-selected-center.png') no-repeat scroll top right*/;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
border: none;
background: #333333; /*sub menu background color */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: left;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: 14px Arial, Helvetica, sans-serif;
width: 200px; /*width of sub menus*/
color: white;
margin: 0;
border: none;
padding: 6px;
padding-right: 0px;
}

.jqueryslidemenu ul li ul a:visited{
color: white;
background-color:#333333;
}

.jqueryslidemenu ul li ul a:hover{
color: white;
background:#555555; /*url('../images/nav-selected-center.png') no-repeat scroll top right;*/
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background:#555555;
}