body     {font-family : georgia;
			width: 100%;
			padding: 20px; 
			margin-left: auto; 
			margin-right: auto;
            background-color: white;}      /* voor smal scherm */
@media only screen and (min-width: 750px) 
    {
	  body  {width: 750px;}  /* voor scherm breder dan min-width */
    }

*   {
  box-sizing: border-box; /* grootte element onafhankelijk padding, margin ...
								tekst, afbeelding wordt kleiner */
    }

img	  {max-width: 100%; height: auto;} /* For images wider than body */


#content {float: right;
          width: 100%;
		  background-color: white;}
		  
#commentaar {
          width: 100%;
          margin-top: -20px;
          background-color: #ccffcc;}
		  
#commentaar-text {
          padding: 15px;}

img.menu_afb  /* kop Solidariteit */
		 {width: 100%; 
		 height: auto; 
		 margin-bottom: -10px; 
		 padding: 0px; 
		 border: 0px;}
		 
/* Simpele navigatie voor Commentaar, Extra en Overgenomen 
   zie sol3_menu voor Welkom en overzichtspagina's */

#topnav {
  overflow: hidden;
  background-color: #ce0000;

}

/* Navbar links */
#topnav a {
  float: left;
  display: block;
  font-family : Arial;   
  font-size : 12pt;
  color: #ffffff;
  text-align: center;
  padding: 14px 12px;
  text-decoration: none;
}

/* Links - change color on hover */
#topnav a:hover {
  background-color: #ddd;
  color: #ce0000;
} 
 
/* lijntje onder naviatie menu */
#menu_bot {
  height: 20px;
  margin-bottom: 15px;
  background-color: #ce0000; /* For browsers that do not support gradients */
  background-image: linear-gradient(#ce0000, white);}
   
 /* S-logo rechts onder pagina */
img.overnemen
		{float: right; margin-top: 0px; width: 31px; height: 31px; padding: 5px; border: 0}
                                              /* logo 21x21 padding 2x5 vanwege border-box */
div.l_overnemen {height: 30px;} /* meer groen */

h1 {font-family : Arial;   font-size : 16pt; color : #000000 ; font-weight : 700 ; margin-top : 5px ; margin-bottom : 0px;}
h2 {font-family : Arial;   font-size : 14pt; color : #000000 ; font-weight : 700 ; margin-top : 5px ; margin-bottom : 0px;}
h3 {font-family : Arial;   font-size : 12pt; color : #000000 ; font-weight : 700 ; margin-top : 5px ; margin-bottom : 0px;}

h1.dr {color: #ce0000;}    /* donker rood voor welkomstpagina */
h2.dr {color: #ce0000;}
h3.dr {color: #ce0000;}

p        {font-family : Georgia; font-size : 12pt; color : #000000 ; font-weight : 500;} 
p.nbm    {margin-bottom: 0px;}                     /* geen bottom margin */ 
p.ntm    {margin-top: 0px;}                        /* geen top margin */ 
p.nm     {margin-top: 0px; margin-bottom: 0px;}    /* geen top/bottom margin */ 
p.lm     {margin-left: 30px;}                      /* marge links */ 
p.lmntm  {margin-left: 30px; margin-top: 0px;}     /* marge links, geen top marge */ 
p.lmnm   {margin-left: 30px; margin-top: 0px; margin-bottom: 0px;}  /* marge links, geen top/bottom marge */ 
p.ind    {text-indent : 30px;}                                      /* inspringen */
p.indnm  {text-indent : 30px; margin-top: 0px; margin-bottom: 0px;} /* inspringen, geen top/bot marge */
p.indnbm {text-indent : 30px; margin-bottom: 0px;}                  /* inspringen, geen bottom margin */
p.indntm {text-indent : 30px; margin-top: 0px;}                     /* inspringen, geen top margin*/
p.cit    {font-family : Arial; margin-left : 30px;}                  /* citaat Sjarrel */
p.lead   {font-weight : 700;}                                       /* lead */
p.fn     {font-size: 10pt; margin-bottom: 20px;}                    /* voetnoot */
p.home   {margin-top: 0px; margin-bottom: 20px;}                    /* welkomst pagina */
p.homeb  {margin-top: 0px; margin-bottom: 20px; font-weight : 700;}  /* welkomst pagina */

table.cel,th,td {border: 1px solid black; border-collapse: collapse; padding: 3px;} /* tabel met enkele ipv dubbele lijnen */
table.bor {border : 1px solid black; border-collapse : collapse;}   /* tabel met enkele ipv dubbele lijnen buiten */


td       {font-family : Georgia; font-size : 10pt; color : #000000 ; font-weight : 500; text-align: left;}
td.m     {text-align: center;}

li       {font-family : Georgia; font-size : 12pt; color : #000000 ; font-weight : 500;} 
li.cit   {font-family : Arial;   font-size : 12pt; color : #000000 ; font-weight : 500;}  /* citaat Sjarrel */
li.d:before {content: '-'; position: absolute; margin-left: -15px;} /* bullet lijst via truc met streepje (dash) met ul.d*/
li.fn    {font-size: 10pt;} /* voetnoot */

ul.nm    {list-style-type: disc; margin-top: 0px; margin-bottom: 0px;} /* bullet lijst zonder boven en onder marges - combineer met p.nbm */
ul.ntm   {list-style-type: disc; margin-top: 0px;}                     /* bullet lijst zonder boven marge - combineer met p.nbm */
ul.d     {list-style-type: none; margin-top: 0px; margin-bottom: 0px;}  /* bullet lijst zonder bullet en marges met li.d:before*/

ol.nm    {margin-top: 0px; margin-bottom: 0px;} /* genummerde lijst zonder  marges  combineer met p.nbm*/
ol.ntm   {margin-top: 0px;}                     /* genummerde lijst zonder  top marge, combineer met p.nbm*/
ol.fn    {padding: 10px; margin-top: 0px; margin-bottom: 0px;}     /* voetnoot */

a         {color : #000000 ; font-size : 10pt;}
a:visited {color : #666666 ; font-size : 10pt;}
a:hover   {color : #ff0000 ; font-size : 12pt;}

a.blog    {color : #a00000 ; text-decoration:none ; font-size : 12pt;}          /* link commentaar */
a.blog:hover {color : #ff0000 ; text-decoration:underline;}
a.blogsm     {color : #a00000 ; text-decoration:none ; font-size : 10pt;}        /* link commentaar klein */
a.blogsm:hover {color : #ff0000 ; text-decoration:underline;}

a.knop   {color: #a00000; font-family: Arial; font-size: 12pt; text-align: center; text-decoration:none;} /* knop voor link */
a.knop:hover  {color: red; font-weight: bold}

a.home         {color : #ce0000 ; text-decoration:none; font-size : 12pt;  font-weight : 500;}  /* welkomstpagina */
a.home:visited {color : #666666 ; font-weight : 700; text-decoration:none;}
a.home:hover   {color : #000000 ; font-weight : 700; text-decoration:underline;}


div.img-m {font-size: 10pt; text-align: center; margin-bottom: 10px;
			margin-left: auto; margin-right: auto; max-width: 95%}           /* pagina breed afbeelding, tekst onderschrift */
div.img-r {font-size: 10pt; text-align: center; padding: 5px; float: right;}  /* afbeelding rechts, tekst onderschrift */
div.img-l {font-size: 10pt; text-align: center; padding: 5px; float: left;}   /* afbeelding links, tekst onderschrift */

div.knop  {width: 200px; padding-top: 10px;  padding-bottom: 10px; margin: auto; text-align: center; background-color: #dddddd;} /* knop voor link */

div.home_ins  {margin-left: 10%;margin-top: 0px; margin-bottom: 20px;}  /* voor de welkomstpagina */
img.home      {margin-top: 5px; margin-bottom: 5px; width: 748px;  height: auto;}

/* overzicht commentaren extra */

TD.cms1 {font-family : Arial; font-size : 9pt; font-weight : 500; width: 7%; text-align: right; padding: 0px;
        background-color: #FFFFFF; color: #000000; border-style: none;} /* nummer */
TD.cms  {font-family : Arial; font-size : 9pt; font-weight : 500;width: 13%;text-align: right; padding: 0px;
        background-color: #FFFFFF; color: #000000; border-style: none;border-bottom: 1px solid #ddd;} /* datum */
TD.com1 {font-family : Arial; font-size : 11pt; font-weight : 500; width: 60%;text-align: left; padding: 0px;
        background-color: #FFFFFF; color: #000000; border-style: none; border-bottom: 1px solid #ddd;} /* kop/link */
TD.com  {font-family : Arial; font-size : 11pt; font-weight : 500; width: 20%;text-align: left; padding: 0px;
        background-color: #FFFFFF; color: #000000; border-style: none;border-bottom: 1px solid #ddd;}
td.cms0 {padding: 0px; border-style: none;} /* scheiding */

a.com1 {font-family : Georgia; font-size : 12pt; font-weight : 500; text-decoration:none ; color:#ce0000;}
a.com1:visited {text-decoration: none;    color:#666666;}
a.com1:hover {text-decoration: underline; color:#000000;}
		
td.keu {font-family : Georgia; font-size : 10pt; font-weight : 500; background-color : #c80000;color : #FFFFFF;}



TD.ing {font-family : Georgia; font-size : 10pt; font-weight : 500; background-color : #FFFFFF;color : #000000;}


A.keu:link    {text-decoration:none ; color:#FFFFFF;}
A.keu:visited {text-decoration:none ; color:#FFFFFF;}
