/**

 * CSS voor Sonante.nl


 * ----------------------------

 *

@author Mathilde Maijer

 *
@copyright 2009 Alle rechten voorbehouden.

 **/





html  { background-color: #d0d0d0; margin:0; padding: 0 }

body     { color: black; font: 10pt Tahoma, Arial, Helvetica, Geneva; margin: 0; padding: 10px }

/* kopteksten */
h1  { color: black; font-weight: bold; font-size: 16px }
h2  { color: black; font-weight: bold; font-size: 13px }
h3  { color: black; font-weight: bold; font-size: 12px }
#titel	{color: maroon; font-weight:bold; font-size:20px;}


/* tekstvelden */
.grijs        {background-color:#e0e0e0; padding:10px;}
.wit        {background-color:#ffffff; margin:0; padding:10px; }
.midden        {text-align:center;}
.rechts        {text-align:right;}

p img        {margin:0; border:0;}
p.midden img	{margin:10px 0 10px 0; }
img.links	{float:left; margin: 10px}
p.clear		{clear:both;}

/* horizontale lijn */
hr  { border: solid 1px; height: 2px maroon; clear:both;}


/* bovenrand */
#titel        {text-align:center; margin:0; padding:0;}



/* links  */

a	{font-size: 10pt; font-weight: normal;}

a:link 	{ color: #696969; text-decoration: none; }
a:visited     { color: maroon; text-decoration: none; }
a:hover   { color: #000000; text-decoration: underline;  }
a:active	{color: #000000; background: maroon; text-decoration: none;}

a.tekst:link 	{ color: #696969; text-decoration: underline;}
a.tekst:visited     { color: #696969; text-decoration: underline;}
a.tekst:hover   { color: #000000; text-decoration: underline;  }
















