/*   BASIC RESET   */
* {
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
}

.clear {
    clear: both;
}

/*   GENERAL STUFF   */

body {
    font-family: "Verdana", "Tahoma", "sans-serif";
    color: #414141;
    background: #FFFFFF;
}

#container {
    position: relative;
    width: 100%;
    min-height: 100%;
    z-index: 0;
}

#contentWrap, #header, #topMenu, #breadBar, #footer {
    width: 980px;
    margin: 0 auto;
}

/*   HEADER   */

#headerWrap {
    z-index: 996;
}

#header {
    position: relative;
    height: 135px;
    border-bottom: 1px dotted #b8b8b8;
    z-index: 997;
}

/*   LOGO   */

#logo {
    background: url('../img/logo.png') no-repeat top left;
    width: 242px;
    height: 150px;
    position: absolute;
    top: -32px;
    left: -50px;
    padding-left: 50px;
}

h1 {
    margin-top: 60px;
    font-size: 1em;
    height: 90px;
}

h1 span {
    position: relative;
    top: -100000px;

}

h2 {
    position: absolute;
    top: 86px;
    left: 96px;
    font-family: 'Dosis', sans-serif;
    font-size: 0.875em;
    font-weight: normal;
}

/*   TOPBAR   */

#topBar {
    background: #333333;
    height: 24px;
    padding-top: 8px;
}

#topMenu li, #menu > li {
    text-transform: capitalize;
    display: inline;
}

#topMenu ul {

    text-align: right;
    font-size: 0.688em;
    list-style: none;
}

#topMenu li {
    border-left: 1px solid #d0d0d0;
    padding: 0 10px;
}

#topMenu li:first-child {
    border-left: none;
}

#topMenu li a {
    color: #FFFFFF;
    text-decoration: none;
}

#topMenu li a:hover {
    text-decoraztion: underline;
}

/*   MENU   */

#menu {
    margin-top: 45px;
    padding: 20px 0px;
    float: right;
    list-style: none;
    font-size: 0.688em;
    border-right: 1px dotted #b8b8b8;
    z-index: 998;
}

#menu li {
    position: relative;
    text-transform: uppercase;
    z-index: 999;
}

#menu > li.active {
    padding: 20px 10px;
    font-weight: bold;
    color: #ff6600;
    border-left: 1px dotted #b8b8b8;

}

#menu > li > a {
    padding: 20px 10px;
    color: #333333;
    text-decoration: none;
    border-left: 1px dotted #b8b8b8;

}

#menu > li > a:hover {
    color: #ff6600;
}

/*   DROPMENU   */

#menu li:hover .dropMenu {
    display: block;
}

.dropMenu {
    display: none;
    position: absolute;
    left: -50px;
    top: 30px;
    width: 195px;
    z-index: 1000;
}

.dropMenu .arrow {
    background: url('../img/menu_drop_arrow.png') no-repeat center bottom;
    height: 13px;
}

.dropMenu ul {
    background: #333333;
    padding: 12px 6px;
    list-style: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
}

.dropMenu li {
    color: #FFFFFF;
    text-transform: uppercase;
    border-bottom: 1px dotted #bfbfbf;
}

.dropMenu li a {
    display: block;
    color: #FFFFFF;
    padding: 5px 4px 6px 4px;
    text-decoration: none;
}

.dropMenu li a:hover {
    text-decoration: underline;
}

/*   BREADCRUMBBAR   */

#breadBar {
    width: 980px;
    border-bottom: 1px dotted #b8b8b8;
    margin-bottom: 20px;
}

#breadBar p {
    float: left;
    padding: 10px 5px;
    font-size: 0.688em;
}

#breadBar p strong {
    font-weight: bold;
}

#breadBar p span, #breadBar a {
    margin: 0 5px;
}

#breadBar a {
    color: #FF6600;
}

#breadBar .flags {
    float: right;
    padding-top: 4px;
}

/*   SLIDESHOW   */

#slideshowWrap {
    position: relative;
    margin-bottom: 20px;
    height: 238px;
    z-index:0;

}

#slideshow {
    z-index: 0;
    float: left;
    width: 737px;
    height: 238px;
}

.slidesContainer {
    z-index: 0;
    width: 737px;
    height: 238px;
}

.slidesContainer div {
    z-index: 0;
    width: 737px;
    height: 238px;
    display: block;
}

.pagination {
    position: absolute;
    z-index: 3000;
    bottom: 12px;
    left: 15px;
    width: 100px;
    padding: 0;
}

.pagination li {
    float: left;
    margin: 0 1px;
    list-style: none;
}

.pagination li a {
    display: block;
    width: 11px;
    height: 0;
    padding-top: 11px;
    background: url('../img/slideshow_pag.png') top no-repeat;
    float: left;
    overflow: hidden;
}

.pagination li.current a {
    background-position: bottom;
}

#slideInfoWrap {
    color: #FFFFFF;
    float: left;
    width: 158px;
    padding: 40px;
    margin-left: 5px;
    height: 158px;
    background: #FF6600;
}

#slideInfo {
    position: relative;
    z-index: 10000;
    width: 158px;
    height: 158px;
}

#slideInfo .slideInfo {
    display: none;
    text-align: center;
}

#slideInfo .slideTitle {
    font-family: 'Dosis', sans-serif;
    font-size: 1.7em;
    line-height: 1.1em;
    padding-bottom: 15px;
    border-bottom: 1px dotted #FFFFFF;
}

#slideInfo .slideText, #slideInfo .slideMore {
    padding-top: 15px;
    font-size: 0.688em;
}

#slideInfo .slideMore a {
    color: #000000;
    text-decoration: none;
}

#slideInfo .slideMore a:hover {
    text-decoration: underline;
}

#slideshowOverlay {
    z-index: 3000;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 373px;
    background: url('../img/slideshow_overlay.png') no-repeat top right;
}

/*   CONTENT   */

#contentWrap {
    z-index:0;
}

#contentLeft, #sidebar {
    float: left;
}

h3 {
    font-family: 'Dosis', sans-serif;
    font-weight: 200;
    font-size: 1.625em;
    margin-bottom: 20px;
}

#contentLeft {
    width: 630px;
    margin-right: 18px;
}

/*   SIDEBAR   */

#sidebar {
    width: 331px;
}50

.sidebar_text {
    color: #808080;
    font-size: 0.688em;
}

.sidebar_text h5 {
    font-size: 1em;
}

.sidebar_text p {
    margin-bottom: 10px;
}

.sidebar_text ol, .sidebar_text ul, .sidebar_text dl {
    list-style-position: inside;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

.sidebar_agenda {
    position: relative;
}
.berichtenMenu {
    display: block;
    padding-top: 16px;
    padding-left: 55px;
    height: 29px;
    background: #b3b3b3;
    font-size: 0.688em;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3px;
}
#sidebar .berichtenMenu:hover {
    background-color: #ff6600;
}
.berichtenMenu.inbox
{
    background: #b3b3b3 url('../img/icon_inbox.png') 5px 2px no-repeat;
}
.berichtenMenu.outbox
{
    background: #b3b3b3 url('../img/icon_sent.png') 5px 2px no-repeat;
}
.berichtenMenu.newMessage
{
    background: #b3b3b3 url('../img/icon_newMessage.png') 5px 9px no-repeat;
}
.berichtenMenu.doelgroepen
{
    background: #b3b3b3 url('../img/icon_groepen.png') 5px 7px no-repeat;
}
.berichtenMenu.leraren
{
    background: #b3b3b3 url('../img/icon_teacher.png') 5px 7px no-repeat;
}
.berichtenMenu.leerlingen
{
    background: #b3b3b3 url('../img/icon_student.png') 5px 7px no-repeat;
}
.berichtenMenu.lokalen
{
    background: #b3b3b3 url('../img/icon-blackboard.png') 5px 7px no-repeat;
}


.berichtenMenu.current {
    background-color: #ff6600;
}

/*   FEATURED   */

#featured, #loginWrap {

}

.featuredItem {
    overflow: hidden;
    width: 250px;
    height: 250px;
    margin: 0 4px 7px 3px;
    position: relative;
    float: left;
    border: 1px solid #838383;
}

.featuredItem img {
    float: left;
}

.featuredItem p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px;
    height: 40px;
    font-size: 0.625em;
    color: #FFFFFF;
    line-height: 1.4em;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .6);
}

/*   LOGIN   */

#loginWrap {
    margin-top: 35px;
}

#loginWrap form {
    font-size: 0.688em;
    background: #d9d9d9;
    border: none;
}

#loginWrap fieldset {
    border: none;
    padding: 15px 12px;
}

#loginWrap p {
    margin-bottom: 20px;
}

#loginWrap .labels {
    float: left;
    width: 94px;
}

#loginWrap .fields {
    float: left;
    width: 200px;
    margin-bottom: 15px;
}

#loginWrap label {
    padding: 2px;
    margin-bottom: 6px;
    display: block;
    color: #8a8a8a;
    font-weight: bold;
}

#loginWrap input {
    padding: 2px;
    width: 125px;
    margin-bottom: 6px;
    border: #8d8d8d solid 1px;
}

#loginWrap #btnLogin {
    color: #FFFFFF;
    background: #ff6600;
    font-weight: bold;
    width: 100px; 
}

#loginWrap a.forgotPass {
    padding-top: 15px;
    color: #ff6600;
    text-decoration: none;
    font-weight: bold;
}

#loginWrap a.forgotPass:hover {
    text-decoration: underline;
}

/*   NEWS   */

.newsPost {
    position: relative;
    margin-bottom: 36px;
}

.newsPost h4 {
    font-weight: normal;
    font-size: 0.875em;
    margin:0;
    margin-bottom: 20px;
}

.newsPost img {
    float:left;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid #838383;
}

.newsPost .postContent {
    float:left;
    width: 480px;
}

.newsPost p {
    line-height: 1.4em;
    font-size: 0.688em;
}

.newsPost a {
    color: #ff6600;
    font-weight: bold;
    text-decoration: none;
}

.newsPost a:hover {
    text-decoration: underline;
}

.newsMore {
    margin-top: 5px;
}

/*   DETAIL PAGE   */

.detail_page {
    padding-right: 20px;
}

.detail_page h4, .sidebar_agenda h4 {
    color: #ff6600;
    font-size: 1.125em;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.detail_page p {
    font-size: 0.750em;
    margin-bottom: 12px;
    line-height: 1.4em;
}

.detail_page p strong {
    font-weight: bold;
}

.detailImages {
    overflow: hidden;
    margin: 0 0 20px 0;
}

.detailImage {
    height: 150px;
    width: 150px;
    float: left;
    background: #EEEEEE;
    margin-right: 7px;
}

/*   KALENDER   */

#kalenderTable {
    width: 100%;
}

#kalenderTable td, #kalenderTable th {
    font-size: 0.688em;
    color: #777777;
    background: #f2f2f2;
    border: 2px solid #FFFFFF;
    padding: 10px;
    vertical-align: top;
}

#kalenderTable th {
    background: #FFFFFF;
    color: #bfbfbf;
    text-align: left;
    text-transform: uppercase;
}

#kalenderTable .kalenderDate {
    background-color: #e5e5e5;
    color: #9c9c9c;
    text-transform: uppercase;
    text-align: center;
}

#kalenderTable tr.spacer td {
    padding: 2px;
    background: #FFFFFF;
}

.kalenderDate span {
    display: block;
    font-size: 3em;
}

#weekTable {
    width: 100%;
}

#weekTable2 {
    width: 100%;
	vertical-align:text-top;
}

#weekTable th, #weekTable td{
    border: 1px #FFFFFF;
    border-style: solid dotted none none;
    font-size: 0.688em;
    padding: 10px 5px;
    text-align: center;
}

#weekTable2 th, #weekTable2 td {
    border: 1px #FFFFFF;
    border-style: solid dotted none none;
    font-size: 1.000em;
    padding: 0px 0px 0px 0px;
	
    
}

#weekTable th {
    color: #FFFFFF;
    background: #bfbfbf;
    font-weight: bold;
}
#weekTable2 th {
    color: #FFFFFF;
    background: #FF6600;
    font-weight: bold;
	height: 25px;
}
#weekTable td {
    color: #777777;
    background: #e8e8e8;
}

#weekTable2 td {
    color: #777777;
    background: #e8e8e8;
	height: 80px;
	vertical-align:top;
}
#weekTable a { 
    color: #bfbfbf;
    
}

#weekTable2 a { 
    color: #333333;
    
}

#weekTable .current td, #weekTable tr:hover td {
    cursor: pointer;
    background: #FF6600;
    color: #FFFFFF;
    -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .2);
    -ms-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .2);
    -o-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .2);
    box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .2);
}

#weekTable2 .current td {
    cursor: pointer;
    background: #FF6600;
    color: #FFFFFF;
    -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .2);
    -ms-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .2);
    -o-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .2);
    box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .2);
}

#weekTable .current td {
    cursor: auto;
}

#weekTable .indicator, #weekTable .current .indicator, #weekTable tr:hover td.indicator {
    background: #FFFFFF;
    color: #ff6600;
    font-weight: bold;
    border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#formMaand {
    position: relative;
    right: 0;
    top: 0;
}

#formMaand fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

#selectMaand, #month, #day, #year {
    height: 22px;
    font-size: 0.688em;
}


/*   BERICHTEN   */

#doelgroepenTable {
    width: 100%;
}

#doelgroepenTable .inputs {
	background-color:#FF6600;
	color:#fffff;
	border: #8d8d8d solid 1px;
	font-weight:bold;
	
}
#doelgroepenTable td, #doelgroepenTable th {
    font-size: 0.625em;
    color: #353535;
    background: #f2f2f2;
    border: 2px solid #FFFFFF;
    padding: 10px;
    vertical-align: top;
    text-transform: uppercase;
}
#doelgroepenTable th {
    background: none;
    text-align: left;
    color: #bfbfbf;
}
#doelgroepenTable td.groepsNaam {
    font-weight: bold;
}
#doelgroepenTable .buttons {
    text-align: center;
    width: 93px;
    padding: 5px;
}
#doelgroepenTable .buttons {
    text-decoration: none;
    border: none;
}
#doelgroepenTable .button {
    cursor: pointer;
    margin: 0 3px;
    float:left;
    border: none;
}
#addGroepForm fieldset {
    border: none;
    padding: 0;
    padding-top: 20px;
}
#addGroepSubmit {
    background: #5fad20 url('../img/icon_plus.png') no-repeat 10px center;
    padding: 7px 14px 7px 35px;
    font-size: 0.688em;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
}

/*   FOOTER   */

#footerWrap {
    margin-top: 85px;
    background: #b2b2b2 url('../img/footer_bg.gif') repeat-x top;
}

#footer {
    background: url('../img/footer_orange.png') no-repeat 30px bottom;
    height: 205px;

}

.footerNameBlock .footerName {
    color: #787777;
    font-size: 0.875em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
}

.footerName span {
    color: #4e4e4e;
    display: block;
}

.footerNameBlock {
    height: 173px;

}

.footerBlock, .footerNameBlock {
    float: left;
    width: 163px;
    border-left: 1px dotted #7f7f7f;
    height: 173px;
    padding: 32px 16px 0 16px;
}

.footerNameBlock {
    border: none;
}

.footerBlock ul {
    padding: 0;
    list-style: none;
    margin-bottom: 24px;
}

.footerBlock li a {
    font-size: 0.625em;
    color: #595858;
    text-decoration: none;
}

.footerBlock p.footerText, .footerBlock p.footerLink, .footerBlock p.footerLink a {
    font-size: 0.625em;
    line-height: 1.4em;
    color: #FFFFFF;
    text-decoration: none;
}

.footerBlock p.footerText a {
    color: #FFFFFF;
    text-decoration: none;
}

#footer .footerBlock a:hover {
    text-decoration: underline;
}

.footerBlock p.footerLink {
    padding: 10px 0;
}

.footerBlock p.footerLink a {
    font-size: 1em;
    line-height: 1em;
}


.b
{
    color: #FFFFFF;
    background: #ff6600;
    font-weight: bold;
    width: 100px; 	
	
}