﻿body {
	color:#000;
}

div#sharepointControls {
	float: none;
}

#leftColumn {
	/*border: 1px solid red;*/
	width: 100%;
	overflow: hidden;
}

#staticColumn {
	/*border: 1px solid aqua;*/
}

div#pageHeader {
	margin: 0;
}

div#topMenu ul#navGSF {
	background-color:#DAC104;
	float: right;
	width: 310px;
}

#topMenu ul#navGSF li#GSF_navitem2, #topMenu ul#navGSF li#GSF_navitem3, #topMenu ul#navGSF li#GSF_navitem4 {
	padding:0 21px;
}
/**************************************************/
/*            General Page settings               */
/**************************************************/
a {
	text-decoration:underline;
	color:#474000;
}

a:hover {
	text-decoration:none;
}

a.readmore {
	color:#474000;
	font-weight:bold;
	text-decoration:underline;
}

.lastChild {
	background: none !important;
	border: none !important;
}

p {
	line-height: 18px;
}

em {
	font-style:italic;
}

strong,
strong em,
em strong,
h2,h3,h4 {
	font-weight:bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color:#474000;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
	text-decoration:none;
}

h2 {
	color:#A72F00;
	padding: 0;
}


/**************************************************/
/*              Menu Colors                       */
/**************************************************/
div#topMenu {
	background: #eddf00;
}

div#topMenu a{
	color: #413a00;
}

div#topMenu ul li.alignRight {
	background: #dac104;
}

div#topMenu ul li ul li{
	background: #4F004F;
}

div#topMenu li ul li a {
	color: #fff;	
}


/**************************************************/
/*            Accordion component                 */
/**************************************************/
.accordion {
	float:left;
	width:310px;
}
.accordion dt {
	background: #A72F00;
	/*border-bottom: 1px solid #fff;*/
	padding: 10px;
	color: #fff;
}

.accordion dt.odd {
	background: #A72F00;
}

.accordion dt:hover, .accordion dt.over {
	background: #A72F00;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

.accordion dd {
	display: none;
	background: #fff;
	border: 10px solid #A72F00;
	overflow: hidden;
}
.accordion dd.open {
	display: block;
}
div.bd {
	padding: 5px;
	height: 100%;
	overflow: hidden;
}
div.bd p {
	color: #4f004f;
}

div.bd a.readmore {
	float: right;
}

/**************************************************/
/*               Payoff component                 */
/**************************************************/
div.payoff {
	background: #fff;
	margin: 60px 0pt 20px 0;
}

div.payoff h2 {
	font-size: 210%;
	margin: 0 0 0 20px;
	text-align: center;
}

div.payoff h2 a {
	color:#a72f00;
}



/**************************************************/
/*               Nieuws component                 */
/**************************************************/
div#actueel {
	margin-bottom: 20px !important;
}
div#nieuws {
	clear: both;
	float: right;
	margin: 0;
	padding: 0;
	width: 320px;
}

div#nieuws ul.newsList {
	margin-left: 0;
	margin-right: 10px;
}

div#nieuws ul.newsList h3 {
	font-size: 1em;
}

div#nieuws ul.newsList li {
	margin: 0 0 10px 0;
}


/**************************************************/
/*         Praktische links component             */
/**************************************************/
div.praktischeLinks {
	margin: 0 0 20px 10px;
	width: auto;
}

div.praktischeLinks a {
	color:#A72F00;
	font-weight: bold;
	text-decoration: none;
}

div.praktischeLinks ul li {
	border-bottom: 1px solid #dcdddf;
	padding: 2px 0 3px;
}


/**************************************************/
/*          Schoolingang component                */
/**************************************************/
div#schoolingang h2 {
	padding: 5px 0 0 10px;
}

/**************************************************/
/*             Thema component                    */
/**************************************************/
div#thema {
	display: none;
}

/**************************************************/
/*           Doelgroep component                  */
/**************************************************/
div#doelgroep {
	display: none;
}

/**************************************************/
/*         		Kalender component	              */
/**************************************************/
div#cal1Container {
	display: none;
}

/**************************************************/
/*         		Afbeelding component              */
/**************************************************/
div.image {
	padding-bottom: 20px; /* padding instead of margin because of ie7 not picking up margin */
}


/**************************************************/
/*              Page Footer                       */
/**************************************************/
div#pageFooter h2 {
	background:#eddf00;
	color:#4F004F;
}

div.inner {
	background:#fefdf0;
}

div#bottomSearch {
	background: #fcfad6;
}

/**************************************************/
/*              ARTIKEL PAGINA SETTINGS           */
/**************************************************/
div.listViewItem h2,
.agendaListingSmall h2,
h2#navigationSectionTitle,
div.artikelPagina div#leftColumn h2,
.pageListingSmall h2,
.artikelPagina #leftColumn .articleContent h1, 
.artikelPagina #leftColumn .articleContent h2, 
.artikelPagina #leftColumn .articleContent h3, 
.artikelPagina #leftColumn .articleContent h4, 
.artikelPagina #leftColumn .articleContent h5, 
.artikelPagina #leftColumn .articleContent h6 {
	color: #A72F00;
	font-weight: bold;
}

