# style sheets

/*Headers*/

h1 {
	color : #FF4500;
	font: Galleria;
	font-size : 24pt;
	background : transparent;
}
h2 {
	color : #FF4500;
	font: tahoma;
	font-size : 18pt;
	font-style ; italic;
	text-decoration : underline;
	background : transparent;
}
h3 {
	color : #FF4500;
	font : tahoma;
	font-size: 18pt;
	background : transparent;
}
h4 {
	color : black;
	background : transparent;
}

/* Body */

BODY { font-family: tahoma;
	   font-size: 12pt;
	   color: #FF4500;
	   scrollbar-face-color: #990000;
	   scrollbar-shadow-color: #800000;
	   scrollbar-highlight-color: #ffffff;
	   scrollbar-darkshadow-color: #800000;
	   scrollbar-track-color: #ffffff;
	   scrollbar-arrow-color: #ffffff;
  }
  
/* Tables */

TABLE { font-family: tahoma
		font-size: 12pt;
		color: #000080;
	}
	
td { vertical-align: text-top;
}

.back { background-color: #CC0000;
	   color: #ffffff;
	   font-family: tahoma;
	   font-size: 8pt;
   }

.shop { background-color: #990033;
		color: #ffffff;
		font-family: tahoma;
		font-size: 12pt;
		text-align: center;
		font-weight: bold;
	}

/* Horizontale lijn */

HR { color: #990033;
	 width: 100%;
	 height: 1px;
	 text-align: left;
	 
 }
 
 .gast { width: 100%;
 		 color: #CC0000;
		 height: 2px;
 	 	 text-align: left;
	 	 }
	 	 
/* Links */

a { color: #990033;
	text-decoration: none;
}

a: visited {color: #000080;}
a: active {color: #B8860B;}
a: hover {color: #B8860B;}

/* Input en klassen */

input { border-style: groove;
		border-color: #990033;
		background-color: #ffffff;
		color: #000080;
		font-family: tahoma
		font-size: 12pt;
	}
	
.tekstvak { border-style: dotted;
			border-color: #990033;
			background-color: #ffffff;
			color: #000080;
			font-family: tahoma
			font-size: 12pt;
		}
		
.knopje { border-style: inset;
		  border-color: #990033;
		  background-color: #ffffff;
		  color: #000080;
		  font-family: tahoma
		  font-size: 12pt;
		  padding: 5;
	  }
	  
.knop { border-style: solid;
		border-color: #990033;
		background-color: #800000;
		color: #ffffff;
		font-family: tahoma;
		font-size: 12pt;
	}
	
.vet { background-color: #990033;
	   color: #ffffff;
	   font-family: tahoma;
	   font-size: 12pt;
   }
.radio { border-style: none;
}
   
/* background-image : URL(http://www.galleria-arte-teresa.be/images/bg1.jpg */

{background-image : url(http://www.galleria-arte-teresa.be/images/bg1.jpg);	
}




