/* css petradevree.nl
per pagina een eigen css met andere achtergrondskleur in body , en gekleurde balk boven in table.outside gedefinieerd 
*/

* 		 		 { font-family:  Verdana, Helvetica, sans-serif; color: #FAFFC0; font-size: 13px; font-style: normal;  
					SCROLLBAR-FACE-COLOR: #858585; scrollbar-shadow-color: #858585;
					SCROLLBAR-ARROW-COLOR: White; SCROLLBAR-TRACK-COLOR: white; scrollbar-darkshadow-color:white; }

BODY 		     { margin: 0px; padding: 0px;  background-color: #B0DEDE;      }

table.outside 	{ width: 100%; height: 100%; margin: 0px; padding: 0px;  text-align: center;  vertical-align: top;  
					  background-image: url(../img/bg-top-2.jpg);	background-repeat: repeat-x; }
table.main	  	{ width: 640px; background-color: White;}



H1		{ font-size: 42px; color: #FAFFC0; FONT-WEIGHT: normal;  letter-spacing: 10px;  font-family: "Lucida Handwriting", Verdana, Helvetica, sans-serif; margin: 0px 0px 8px 0px; padding: 0px; }    
H2		{ font-size: 12px;color: #659595;  margin: 0px;  font-family: "Lucida Handwriting", Arial, Helvetica, sans-serif;}
H3		{ font-size: 13px; font-weight: bold; margin-bottom: 12px; }

ul		{ text-align: left;  margin-left: 1px; padding: 0px; margin-bottom: 13px; }
li   	{	margin-left: 36px!important;	margin-left: 14px;	padding-top: 0px;	 padding-right: 15px; list-style: disc;  }

img { border: 10px solid #B0DEDE; }

#menu { margin-left: 10px; }
#menu A:visited,
#menu a:link    { padding-right: 20px;  font-family: "Lucida Handwriting", Verdana, Helvetica, sans-serif; 
							font-size: 14px; text-decoration: none; font-weight: normal; color: #FFFFD3; 	}
#menu A:active  { font-size: 14px; text-decoration: none; font-weight: normal; color: #FFFFD3;	 }
#menu A:hover   { font-size: 14px; text-decoration: none; font-weight: normal; color: #B0DEDE;		 }


#lang { margin-right: 10px; }
#lang A:visited,
#lang a:link    { font-family: "Lucida Handwriting", Verdana, Helvetica, sans-serif; 
						font-size: 14px; text-decoration: none; font-weight: normal; color: #659595; 	}
#lang A:active  { font-size: 14px; text-decoration: none; font-weight: normal; color: #659595; 	 }
#lang A:hover   { font-size: 14px; text-decoration: none; font-weight: normal; color: #B0DEDE;	 }



