/* custom stuff */
/* 26-1-2007 geannoteerd een gedeelte */
html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	background: black;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: white;
	text-align: center;
}

div#wrapper
{
	/* hier stond: max-width, maar dat begrijpt IE niet */
	width: 780px; /* deze aangepast om het weer gecentreerd te krijgen (stond op 921 , moet dat niet met auto*/
	
	position: relative;
	text-align: left;
	margin: 0 auto;

}



a {
	color: #CC0000;
	text-decoration: none;
}

a:hover { text-decoration: underline; }


/*
div.blog_more {
	width: 300px;
	float: right;
}
*/

table.contentpaneopen li {
	margin-left: 20px;
}

/* 28 juli 2009 */
div.monitor {
	padding-top: 10px;
	width: 600px;
}


div.monitor ul {
	list-style: inside;
		padding-top: 10px;
		padding-left: 10px;

}


div.monitor ul li {
	list-style: outside;
	padding-left: 0px;

}


div.monitor p {
	padding-top: 10px;
	
	margin-left: 0px;

}


/* einde medewerkers */



/* 10-1-2006 aangebracht */
div.blog_more ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.blog_more ul li {
	margin-left: 5%;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	list-style-image: url(../images/li-ill.gif);
}

div.blog_more ul li a {
	color: #000000;
	text-decoration: none;
}

div.blog_more ul li a:hover {
	color: #CC0000;
}





h1, h2, h5, h6, .componentheading, .contentheading
{
	color: #006666;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#content /* de rode rand rechts alleen cosmetisch? dan lijkt me de naam content misleidend */
{

	border-right: 1px solid #c00; 
	z-index: 10;
	width: 620px;
}


.hoofdtekst /* de breedte van de inhoud */
{
	/*width: 465px; 29-11-2006 MvdP */
/*	width: 580px;  */
	width: 600px; /* misschien te breed? nu ik ook al de line-height heb aangepast? */

	float: left;
	padding-left: 10px;
}

.introtekst {
		padding-left: 10px;
		padding-right: 10px;
}

div.hoofdtekst ul
{
	margin-left: 1em;
	list-style: disc;
}

.menuc /* zou eigenlijk dat rare submenu komen kan ie dan weg ? nope werkt ook als buffer naar de footer*/
{
	float: right;
	padding-top: 20px;
	padding-right: 10px;
	width: 124px;
	height: 500px; /*van 500 naar 400 teruggebracht 26-1-2006 MvdP volgens mij moet je dat anders oplossen om die balk onder de foto te krijgen, net als het logo dat is ook een ramp*/
}



h3
{
	color: #920803;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 12px;
}

h4
{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.verborgen { display: none; }

td,tr,p,div
{
	font-size: 12px;
	line-height: 140%; /* 26/1/2006 veranderd stond op 20px */
	color: black;
}

div.mosimage_caption { font-size: 11px; }

#content_bg { margin: 0px 1px; }

 /* komt nergens voor 26-1-2007  weg ?*/
/*
#header
{
	background: #000;
	width: 1000px;
	height: 14px;
}
*/


/* mainlevel-nav bepaalt het topmenu */

ul#mainlevel-nav
{

	height: 55px;
	background-color: black;
	width: 100%;
	padding-top: 17px;
	padding-left: 17px;
	list-style: none;

}

ul#mainlevel-nav li
{
	width: 140px;
	float: left;
	margin-right: 2px;
	background-color: transparent;
	text-align: left;
}

a.mainlevel-nav
{
	display: block;
	height: 19px;
	line-height: 19px;
	color: black;
	font-size: 10px;
	border-bottom: 2px solid black;
	background-color: white;
	padding-left: 4px;
}


#topmenu a:hover /* topmenu komt niet voor in de templates 26/1/2007 weg? */
{
	text-decoration: none;
	color: #cc0000;
	background: white;
}

div#menurechts /* omhullende div van other, zoekveld en meertens logo */
{
	position: absolute;
	left: 630px;
	top: 17px;
	z-index: 200;
}

ul#mainlevel_other /*other menu in Joomla een classuffix m _other meegegeven*/
{
	display: block;
/*
	max-width: 400px;
*/
}

ul#mainlevel_other li
{
	display: block;
	border: 1px solid black;
	height: 20px;
	width: 139px;
	margin-right: 2px;
/*
	float: left; 
*/
	margin-bottom: 2px;
	font-size: 10px;
}

ul#mainlevel_other li a
{
	display: block;
	color: black;
	padding-left: 5px;
	background: white;
	line-height: 20px; /* om de witte achtergron in het hele boxje te krijgen */
}

ul#mainlevel_other li a:hover
{
	text-decoration: none;
	color: #cc0000;
}



#rss {
/*
	display: none;
*/
	text-align: left;
	padding-top: 10px;
	
}

#menurechts table tr td  {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: 20px;
	padding-left: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 10px;	
	background:white;
	color: black;
}

#menurechts table tr td  a {
	color: black;
	background: white;
	line-height: 20px;
	/* om de witte achtergrond in het hele boxje te krijgen */
}

#menurechts table tr td  a:hover {
	text-decoration: none;
	color: #cc0000;


}

#menurechts table  {
	width: 139px;

}

#menurechts .sublevel_other {
	font-size: 10px;
}

#menurechts a#active_menu_other {
	display: block;
	background-color: red;
}


/* div#menuro { clear: both; } */ /* extra omhullende van zoekmenu, nuttig? */
/* ik geloof dat het niets doet, heb div + deze css uitgezet (JP, 10-2-2011) */

div#zoekmenurechts /* omhullende van zoekmenu */
{
	float: left;
	width: 140px;
	padding-top:15px;
	margin-top: 0px;
}

#zoekmenurechts .inputbox
{
	border: 1px solid #cc0000;
	width: 136px;
	height: 19px;
	background-image: url(../images/bgzoek.png);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 10px;
	color: red;
	padding-left: 4px;
	padding-top: 4px;
	
	
}

/* als list ipv als table gedaan (JP, 3 mei 2010) */

#zoeksuggesties
{
	margin-top: 20px;
	width: 139px;
	list-style-image: url(/cms/templates/mi_basis_template/images/li-ill.gif);
	list-style-position: inside;
}

#zoeksuggesties li
{
	border: 1px solid black;
	height: 20px;
	margin-right: 2px;
	margin-bottom: -1px;
	font-size: 10px;
	background: white;
	color: black;
	padding-left: 5px;
}

#zoeksuggesties li  a
{
	color: black;
	padding-left: 5px;
	background: white;
	line-height: 20px;
	/* om de witte achtergrond in het hele boxje te krijgen */
}

#zoeksuggesties li  a:hover
{
	text-decoration: none;
	color: #cc0000;
}


table.moduletable_rss {

	border-top: 1px solid black;
	margin-top: 20px;

}

.newsfeed_item_rss strong { font-weight: normal; }

.newsfeed_rss li { border-bottom: 1px solid black; }

div.zwrandrechts /* naam klopt denk ik niet, het gaat om alle buitenste randen dacht ik */
{
	position: absolute;
	top: 38px;
	left: 0px;
	z-index: 100;
	border: 1px solid #c00; /* dit is de rooie rand */
	 /* width: 921px;  dit is de maximale breedte van de gecentreerde 'inhoud' (tekst links, plaatje rechts). Was eerst 995px. */
	width: 782px;  
	
	/* plaatje blijft staan precies gesneden, kleiner plaatje, moet ik gaan rekenen */
}

/* onderstaande selectors verschillen per template */
div.plaatshouder /* hier zit het plaatje van de template */
{
	border-top: 23px solid black;
	width: 782px; /* hier aan sleutelen heeft duidelijk effect , moet hetzelfde worden als bovenstaande width MvdP*/
	background: white url(../images/home.jpg) no-repeat 620px 0px;
}

a#active_menu-nav { background-color: orange; } /* kleur van de actieve tab hier iets groenachtigs */

#mainlevel_other a#active_menu_other {background-color: red; } /* 2-2-2007 toegevoegd, volgens stijlgids moest die rood worden , moest de selector wel heel specifiek maken */

#bkruim /* breadcrumps */
{
	color: #CC0000;
	font-size: 10px;
	margin-bottom: 20px;
}

table.contentpane ul
{
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url(../images/li-ill.gif);
}




table.contentpane ul li
{
	margin-left: 5%;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
}


table.contentpaneopen  li
{
	margin-left: 20px;
	
}

/*
21-5 snelle hack voor evaluatiedossier
*/


table.contentpane ul li a
{
	color: #000000;
	text-decoration: none;
}

table.contentpane ul li a:hover { color: #CC0000; }

.stretcher
{
	clear: both;
	height: 1px;
	height: 180px;
}

.stretcher hr { 

display: none;
}

.highlight /* bij zoekresultaten? vind ik nu niet om aan te zien */
{
	background: #ECECE3;
	border: 1px solid #DBDAC4;
	padding: 0px 15px;
}

/* required stuff */
span.pathway { display: block; padding-left: 10px;}
div.moduletable { margin-bottom: 20px; }
div#content div.padding { background-color: white; }
table.moduletable .contentheading { height: 30px; }


div.header
{
	background: #c00;
	width: 100%;
	
}


div.footer
{
	background: #c00;
	width: 100%;
	clear: both;
	
}

address
{
	font-family: verdana, arial, helvetica, sans-serif;
	background: #c00;
	color: white;
	display: block;
	font-style: normal;
	font-size: 9px; /* 1 puntje kleiner gemaakt */
	padding: 5px;
	margin: 0px;
}

address span
{
	display: block;
	width: 640px;
	float: left;
}

address a, address a:visited, address a:link
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

address strong { color: white; }
address a:hover { text-decoration: underline; }


.geen_puntjes
{
	list-style-type: none;
}

/*
5 maart 2007 erbij gedaan
*/
.componentheadingbanklijst {
	color: #006666;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.contentheadingbanklijst {
	color: #920803;
	font-weight: bold;
	
}


/* 11 april medewerkers  */

.contentpaneopenmedewerkers p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
}
.contentheadingmedewerkers {
	color: #920803;
	color: #006666;	
		font-size: 14px;

	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.componentheadingmedewerkers {
	color: #006666;

	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	
}


.readonmedewerkers {
		padding-top: 0px;
		padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
		margin-left: 10px;

}



/* 11 april agenda */

.contentpaneopenagenda p {
	padding-top: 0px;
		padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.contentheadingagenda {
	color: #920803;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.componentheadingagenda {
	color: #006666;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	
}


.readonagenda {
		padding-top: 0px;
		padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;

}


/* 11 april agenda */

.contentpaneopenagenda p {
	padding-top: 0px;
		padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.contentheadingagenda {
	color: #920803;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.componentheadingagenda {
	color: #006666;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	
}


.readonagenda {
		padding-top: 0px;
		padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;

}


.componentheadingactueel, .contentheadingactueel
{
	color: #006666;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}


/* 11 april actueel classes */


.readonactueel {
		padding-top: 0px;
		padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;

}

div.blog_moreactueel ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.blog_moreactueel ul li {
	margin-left: 5%;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	list-style-image: url(../images/li-ill.gif);
}

div.blog_moreactueel ul li a {
	color: #000000;
	text-decoration: none;
}

div.blog_moreactueel ul li a:hover {
	color: #CC0000;
}


/*
28-7-2009*/

#medewerkerspasfoto {
padding: 5px 5px 5px 5px;
}

#onderzoeksinteresses {
	padding-top: 10px;
	
}

img.nieuwsitem {float: left;}


/* 27-7-2009 MvdP Joomfish overruled gedeeltelijk mod_jflanguageselection.css */

#jflanguageselection
{
    float: right;
	margin: 0px 0px 0px 0px;    
}

/* menu (1 item) t.b.v. inloggen om persoonlijke pagina's te editen (jpk) */
ul#pp_inlog {list-style-type:none;}

a img {border: none;}

