/* CSS placed here will affect users of the Monobook skin */

body{
	background-image : url(images/2/2a/Nod_Wiki_Wallpaper_Pattern.png)			!important;
	background-repeat: repeat-x								!important;
	background-color : #808080								!important;
	background-position:0% -0%   /* Hiermee kan je het ietsje naar boven schuiven.*/	!important; 
/*	background-attachment:fixed								!important;	*/
}

/* De kopjes boven de vakjes in de linker "werkbalk". */
.portlet h5 
{
	color:white !important
}

/* De hyperlinks bovenaan om in te loggen enzovoorts. */
/*#p-personal > DIV.pBody > ul > li 
 *{
 *  background-color:#EEE !important; 
 *  padding-left:1em !important;
 *  padding-right:0.8em !important; 
 *  border:1px solid silver !important
 *}
 */

#p-personal   .pBody
{
  background-color:#FEFEFE ; 
  float:right;
  border:1px solid silver ;
  margin-right:1em;
}

/* Het zoeken venstertje in de navigatie. */
#searchInput
{
	border-color:red;
/*border: 1px solid 
is wat er staat bij de dingen bovenaan in de css van de skin zelf voor de knoppen als edit, history, page,...*/
border-width:1px;
border-style:inset;
}