/** menu colors:
    blauw   c1 	#00A5E2
    groen   c2  #85C341
	grijs   c3  #ABABB0
    oranje  c4 	#FF9933
*/

    body 				{ margin: 0; font-family: verdana,helvetica,serif; font-size: 13px; line-height: 22px; min-width: 300px;}

    #imgholder          { text-align: center; visibility: hidden; position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0, 0.4);}
    #imglarge           { height: 400px; margin: 50px; padding: 0; border: 1px solid #000;}

	h1					{ color: #123; margin: 0 0 10px -2px; font-size: 20px; line-height: 24px;}
    h1 .author          { color: #666; font-size: 10px; font-style: italic; line-height: 10px; margin: 32px 0 20px 0; margin-bottom: 18px;}
	h2					{ color: #040; margin: 0 0 10px -2px; font-size: 1.3em; line-height: 1.4em; font-weight: bold;}
	h3					{ font-size: 1.1em; line-height: 1.2em;}
    form                { margin: 0; padding: 0; }
    input               { font-family: verdana,helvetica,serif; font-size: 12px; line-height: 14px;}
	a					{ color: #070; text-decoration: none;}
	a:hover			    { color: #F00;}
    iframe              { border: none;}
    small               { font-size: 9px; line-height: 11px;}

    #container          { width: 100%; min-height: 400px;}
    #holder             { width: 100%; max-width: 970px;  margin: auto;}

    #start              { width: auto; min-height: 300px; margin: 30px auto; display: block;}

	address				{ font-style: normal;}

    .pageholder                     { width: 100%; height: 36px;}
    .pager                          { display: block; width: auto; height: 32px; float: right;}
    .pager *                        { font-size: 13px; font-family: Arial;}
    .pagetext                       { font-weight: bold; }
    .pagerbutton                    { color: #10A; border: none; background: none; cursor: pointer;}
    .pageractive                    { color: #000; font-weight: bold; padding: 0 6px 0 5px;}
    .pageprevnext                   { color: #10A; border: none; font-weight: bold; background: none; margin: 0 20px; cursor: pointer;}

	.error			    { color: #F00; font-weight: bold;}	
	.important		    { color: #090; font-weight: bold;}	
	.hidden			    { display: none;}	
    .fl			        { float: left;}
    .fr			        { float: right;}
    .clear			    { clear: both;}
    .ta                 { text-align: center; }
    .enlarge            { cursor: pointer;}
