/* // (c) 2011 v-lines.nl */
/* // (v) 1.03 20110301 */

/*
#69B9EC lichtblauw, achtergrondkleur
#393939 donkergrijs, border om container
#11489B blauw, login- en navbalk achtergrond
#FFFFFF wit, login- en navbalk tekstkleur
#FFFF33 geel, login- en navbalk hover
#969696 grijs, h1 t/m h6
#001C44 diep donkerblauw, tekstkleur
#FF0000 hard rood, hover + class verwij
#919191 grijs, class nav
#009900 felgroen, class zichtbaar (niet in gebruik)
#010101 bijna zwart, INPUT tekst en footer tekst
#D3D3D3 heel lichtgrijs, achtergrondkleur submitbuttons en zoekveld, HR, pic/avatar class
*/


*                    {margin: 0; padding: 0;}
html, body           {height:100%}
html                 {overflow-y: scroll;}

body                 {background-color: #69B9EC;
                      color: #001C44; 
                      font-family: verdana,helvetica,arial; 
                      font-size: 8pt;
                      margin: 0;
                     }
/*
                      background: #3A70B6 url("../images/bg.gif");
                      background-repeat: repeat;
                      background-position: top left;
*/

a:link               {color: #001C44; text-decoration: underline;}
a:visited            {color: #001C44; text-decoration: underline;}
a:active             {color: #001C44; text-decoration: underline;}
a:hover              {color: #FF0000; text-decoration: underline;}

table                {border-collapse: collapse;}   

.clear               {clear:both;}

/* pagina header */
h1                   {color: #969696; font-family: helvetica,arial; font-size: 18pt; font-weight: Bold; margin-bottom: 2px; padding: 5px 0 10px 0;}
h1 a:link            {color: #969696; text-decoration: none;}
h1 a:visited         {color: #969696; text-decoration: none;}
h1 a:active          {color: #969696; text-decoration: none;}
h1 a:hover           {color: #FF0000; text-decoration: none;}
/* tussentitel */
h2                   {color: #969696; font-family: helvetica,arial; font-size: 18pt; font-weight: Bold; margin-bottom: -10px; padding: 5px 0 15px 0;}
h2 a:link            {color: #969696; text-decoration: none;}
h2 a:visited         {color: #969696; text-decoration: none;}
h2 a:active          {color: #969696; text-decoration: none;}
h2 a:hover           {color: #FF0000; text-decoration: none;}
/* lijstweergaves */
h3                   {color: #969696; font-family: helvetica,arial; font-size: 11pt; font-weight: Bold; margin-bottom: 2px; padding: 0px 0 -1px 0;}
h3 a:link            {color: #969696; text-decoration: underline;}
h3 a:visited         {color: #969696; text-decoration: underline;}
h3 a:active          {color: #969696; text-decoration: underline;}
h3 a:hover           {color: #FF0000; text-decoration: underline;}
/* h4 t/m h6 nog niet in gebruik */
h4                   {color: #969696; font-family: helvetica,arial; font-size: 12pt; font-weight: Bold; margin-bottom: 2px; padding: 5px 0 10px 0;}
h5                   {color: #969696; font-family: verdana,helvetica,arial; font-size: 8pt; font-weight: Bold; margin-bottom: 2px; padding: 5px 0 10px 0;}
h6                   {color: #969696; font-family: helvetica,arial; font-size: 8pt; font-weight: Bold; margin-bottom: 2px; padding: 5px 0 10px 0;}

div,p,ol,ul,li       {color: #001C44; font-family: verdana,helvetica,arial; font-size: 8pt;}

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

/* STANDAARD CLASSES */
.brood               {color: #001C44; font-family: verdana,helvetica,arial; font-size: 8pt;}

.nav                 {color: #919191; font-family: verdana,helvetica,arial; font-size: 8pt; font-weight: Normal;}
.nav a:link          {color: #919191; text-decoration: none;}
.nav a:visited       {color: #919191; text-decoration: none;}
.nav a:active        {color: #919191; text-decoration: none;}
.nav a:hover         {color: #919191; text-decoration: underline;}

.zichtb              {color: #009900; font-family: verdana,helvetica,arial; font-size: 8pt; font-weight: Normal;}
.zichtb a:link       {color: #009900; text-decoration: underline;}
.zichtb a:visited    {color: #009900; text-decoration: underline;}
.zichtb a:active     {color: #009900; text-decoration: underline;}
.zichtb a:hover      {color: #009900; text-decoration: underline;}

.verbor              {color: #919191; font-family: verdana,helvetica,arial; font-size: 8pt; font-weight: Normal;}
.verbor a:link       {color: #919191; text-decoration: underline;}
.verbor a:visited    {color: #919191; text-decoration: underline;}
.verbor a:active     {color: #919191; text-decoration: underline;}
.verbor a:hover      {color: #919191; text-decoration: underline;}

.verwij              {color: #FF0000; font-family: verdana,helvetica,arial; font-size: 8pt; font-weight: Normal;}
.verwij a:link       {color: #FF0000; text-decoration: underline;}
.verwij a:visited    {color: #FF0000; text-decoration: underline;}
.verwij a:active     {color: #FF0000; text-decoration: underline;}
.verwij a:hover      {color: #FF0000; text-decoration: underline;}

.bottomtxt           {color: #001C44; font-family: verdana,helvetica,arial; font-size: 8pt; font-weight: Normal;}
.bottomtxt a:link    {color: #001C44; text-decoration: underline; font-weight: Bold;}
.bottomtxt a:visited {color: #001C44; text-decoration: underline; font-weight: Bold;}
.bottomtxt a:active  {color: #001C44; text-decoration: underline; font-weight: Bold;}
.bottomtxt a:hover   {color: #FF0000; text-decoration: underline; font-weight: Bold;}

INPUT                {padding: 2px; border: 1px solid #919191; color: #010101; font-family: verdana,helvetica,arial; font-size: 8pt;}
TEXTAREA             {padding: 2px; border: 1px solid #919191; color: #010101; font-family: verdana,helvetica,arial; font-size: 8pt;}
SELECT               {padding: 2px; border: 1px solid #919191; color: #010101; font-family: verdana,helvetica,arial; font-size: 8pt;}

.radiobutt           {border: 0px; color: #001C44;}
.okbutt              {border: 1px solid #919191; background: #D3D3D3; color: #001C44; font-family: verdana,helvetica,arial; font-size: 8pt; font-weight: Normal; padding: 2px;}
.zoekveld            {border: 1px solid #919191; background: #D3D3D3; color: #010101; font-family: verdana,helvetica,arial; font-size: 9px; font-weight: Normal; padding: 2px; width: 120px;}
.zoekbutton          {border: 1px solid #919191; background: #D3D3D3; color: #001C44; font-family: verdana,helvetica,arial; font-size: 9px; font-weight: Normal; padding: 2px 8px 2px 4px;}

/* hidden anti-spam textveld */
.leeg                {display: none;}

/* hr: <div class="hr"><hr /></div> */
.hr hr               {display: none;}
.hr                  {height: 1px; margin: 1px 0px 1px 0px; border-bottom: 1px solid #D3D3D3;}

/* plaatjes uit de database (nog niet in gebruik): marge rechts en onder */
.pic                 {margin: 0 20px 10px 0;}
.foto                {background: #D3D3D3; border: 1px solid #919191; padding: 4px; margin: 2px 10px 3px 10px;}
.avatar              {background: #D3D3D3; border: 1px solid #919191; padding: 4px;}


/* positionering, menu's etc. */


