/* Start of CMSMS style sheet 'djschoolnijmegen - layout website' */
body { 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
background-image: url('img/background.jpg');
font-size: 11px;
color: #ffffff;
background-attachment: fixed;
}

h1{
font-size: 14px; 
font-family: Verdana; 
color:#db9b00; 
margin-left: 10px;
margin-bottom: 4px;
}

h3 {color:#25720a}
h3 {font-family: 'verdana','arial'}

p {
font-family: verdana; 
color: #e3e3e3;
margin-top: 5px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 5px;
}


.menu{
 
font-family: verdana; 
color:#db9b00
font-weight: bold;
}

.welkom{
 
font-family: verdana; 
color:#FFFFFF;
font-weight: normal;
font-size: 11px; 
font-weight: bold;
margin-left: 5px;
}

.header{
 
font-family: verdana; 
color:#FFFFFF;
font-weight: normal;
font-size: 11px; 
font-weight: bold;
}

.tekst{
font-family: verdana; 
color: #e3e3e3;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
}


.tekstheader{
font-family: verdana; 
color:#feb500;
font-size: 12px; 
font-weight: bold;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;

}

.nieuwsheader{
font-family: verdana;
font-weight: bold; 
color:#FFFFFF;
font-size: 12px; 
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
}

.nieuwstekst{
font-family: verdana; 
color:#feb500;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
font-size: 11px; 
}

.bo{
font-family: verdana; 
color: #FFFFFF;
margin-left: 540px;
margin-bottom: 5px;
font-size: 10px; 
}

.img
{
margin-left: 10px;
border: 1px dotted #e3e3e3;

}

.imggroot
{
margin-left: 10px;

}

a:link {color: #dbdbdb; font-family: verdana; font-size: 11px; text-decoration: none; font-weight: bold}
a:visited {color: #dbdbdb; font-family: verdana; font-size: 11px; text-decoration: none;  font-weight: bold}
a:hover {color: #db9b00; font-family: verdana; font-size: 11px; text-decoration: underline;  font-weight: bold}
a:active {color: #dbdbdb; font-family: verdana; font-size: 11px; text-decoration: none;  font-weight: bold}

}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'djschoolnijmegen - layout website' */

/* Start of CMSMS style sheet 'djschoolnijmegen - menu horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
float: right;
margin-top: 0px;
border: 0px solid;
cursor: hand;
cursor: pointer;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }

#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 

   width: 100%;
border: 0px solid;

}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
width: 200px; 

}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
float: left;

}

#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
float: none; 
   position: relative; 

}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
display: block;
margin: 0px;
padding: 1px 7px; 
text-decoration: none; 
font-family: Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #fe9000;
letter-spacing: 1px;

}

#primary-nav li a { 
   border-right: 1px solid #fff;
   border-left: 1px solid #fff;

}
#primary-nav li li a { 
   border: 0px solid #cdcdcd;
font-size: 11px;
color: #ff7800;
padding: 5px;
}

	
#primary-nav li, #primary-nav li.menuparent { 
  
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   
}




/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover,
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/more.png); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li li:hover{

}



#primary-nav li:hover{

} 

#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 

   
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}

* html primary-nav:hover{

}

* html a:hover{

}
/* End of 'djschoolnijmegen - menu horizontal' */

/* Start of CMSMS style sheet 'djschoolnijmegen - Module: News' */
div#news {
border: 2px solid #2c2c2c; 
margin-left: 8px;
background: #533a01;
width: 190px; 
}

.NewsSummary {
margin-bottom: 5px;

}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
font-weight: bold;
background: url('img/vensternieuws.jpg');
height: 17px;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
font-color: #ffffff;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}
#NewsPostDetailReturnLink {
margin-left: 10px;
border: 1px solid #db9b00;
width: 40px;
padding: 2px;

}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}

*/
/* End of 'djschoolnijmegen - Module: News' */

