@charset "UTF-8";

/*
 * BASE CSS STYLED ON BLUEPRINT
 */

 h1 {
 	 	font-family: Verdana; 
 	 	font-size: 1.7em;
 	 	font-weight:normal;
 	 	margin: 10px 0px 10px 0px;

 }
 
 h2 {
 	 	font-family: Verdana, Arial;
 	 	font-size: 1.2em;
 	 	font-weight:normal;
 	 	margin: 3px 0px 3px 0px;
 	 
 }

 
 html {
 	 background-image:url(/style/vitens/backgroundshade.gif);
 	 background-position:center;
 	 background-repeat:repeat-y;
 	 font-family: Verdana; 
 	 font-size: 12px;; 
 	 height:100%;
 }
 
body {
 	 background-image:url(/style/vitens/backgroundshade.gif);
 	 background-position:center;
 	 background-repeat:repeat-y;
 	 font-family: Verdana; 
 	 font-size: 0.9em; 
 	 line-height: 1.3em;
 	 height:100%;
 }
 
 

.lightwindow{
	/* LIGHT WINDOW DEFINITION 
	 * Deze definitie verschijnt als optie bij links in TINYMce
	 * */
}



