@charset "UTF-8";
/* CSS Document */
html, body { 
	background:			#cccccc;
	height: 			100%;
	margin: 			0px;
	padding: 			0px;
	width: 				100%;
	
	color:				#747477;

        font-family:            Times New Roman, Arial, Verdana, Helvetica, sans-serif;
        font-weight: normal;
	
}
/*-------------------------ruimtes--------------------------*/
div#ruimtebovenkop   {height: 3px; width:100%; background:gray; overflow:hidden}
div#ruimtekopmidden  {height: 3px; width:100%; background:gray; overflow:hidden}
div#ruimtemiddenvoet {height: 3px; width:100%; background:gray; overflow:hidden}
div#ruimteondervoet  {height: 3px; width:100%; background:gray; overflow:hidden}
/*-------------------------kop------------------------------*/
div#kop     {               width: 90%;               background:#F0F0F0; color:808080; padding:5px; border:3px; border-style:none solid solid none; border-color:#999999; margin:12px}
div#koplogo {height: 100% ; width:100px; float:left   }
div#kopmail {height: 100% ; width:100px; float:left   }
div#kopinfo {height: 100% ; width:100% ;              text-align:center;}
div#kopgall {height: 100% ; width:100px; float:right; }
div#kophome {height: 100% ; width:100px; float:right; }
/*-------------------------midden---------------------------*/
div#gallery    {height:100px ; width:100%; overflow:auto  } 
/*-------------------------midden---------------------------*/
div#midden     {height:  60% ; width:100%                }
div#menu       {height: 100% ; width:100px; float:left;  text-align:center; padding:5px; overflow:auto}
div#inhoud     {height:  60% ; width:100%                }
div#miniaturen {height:600px ; width:140px; float:right; overflow:auto  } 
div#tabellijst {height:600px ; width:140px; float:right  } 


div#contact     {height: 180px; width:800px; background:#C0C0A0; padding:5px; border:1px solid green}
div#contactform {height: 100% ; width:420px; background:#F0F0C0; padding:5px; border:1px solid blue ; float:left;  overflow:auto}
div#contactinfo {height: 100% ; width:200px; background:#A0A080; padding:5px; border:1px solid red  ; float:right;}
div#prompt     {height:25px; width:125px; float:left ; text-align:right;      border:1px solid green }
div#tekstveld  {height:25px; width:245px; float:right;                        border:1px solid red}
/*-------------------------voet-----------------------------*/
div#voet    {height: 100px; width:100%              }
/*----------------------------------------------------------*/
input          {color:#000000; background:#c0c0c0; border: 1px solid  #a0a0a0}
input.radio    {color:#ffff00; background:#CCCCCC; border: 0px               }
input.checkbox {color:#ffff00; background:#CCCCCC; border: 0px               }
input.submit   {color:#000000; background:#808080; border: 1px outset #404040; margin:5px} 
input.attentie {color:#000000; background:#c0c0c0; border: 1px solid  #ff4040}
label          {color:#808080}
					  
					  
/* 20091115 21:00 */

#a                { font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif; font-weight: normal; }
#a:link, a:visited{ color: #4040BF; text-decoration: underline; }
#a:hover, a:active{ color: #FFFFFF; text-decoration: underline; } 



p.kop1         {color:#000000; font-size 1.5em; font-weight:italic}

td             {color:#000000}
td.attentie    {color:#ff4040}
td.tussenkop   {color:#000000;  font-size:1em; font-weight:bold}

input          {color:#000000; background:#c0c0c0; border: 1px solid  #a0a0a0}
input.radio    {color:#ffff00; background:#CCCCCC; border: 0px               }
input.checkbox {color:#ffff00; background:#CCCCCC; border: 0px               }
input.submit   {color:#000000; background:#808080; border: 1px outset #404040} 
input.attentie {color:#000000; background:#c0c0c0; border: 1px solid  #ff4040}

p.attentie     {color:#ff4040}
text.attentie  {color:#ff4040}

textarea       {color:#000000; background:#c0c0c0; border: 1px solid  #202020}


@media print {
    .noprint { display:none;}
    .smaller {width:600px;}
  }

					  
