/*
basisstylesheet voor domein psdiepenbeek.be
creatie: 2007-10-29
update: 2007-11-19
reden update:

#97BE0D;  =  groen PSSD
#97BE0d; = ForestGreen
#a81232;  = bordeaukleur provincie
 */

 body {
	background-color : #FFFFFF;
	color : #555; /*lichter zwartgrijs*/
	font-family:Arial, Helvetica, sans-serif;
	font-size : 100%;
	letter-spacing : 0.05em;
	margin : 0px;
	padding : 0px;
}



/*----- hyperlinks -----*/
a:link, a:visited, a:active {
	background-color : transparent;
	color : Blue;
	text-decoration : none;
  border-bottom : thin dashed red;
}
a:link, a:visited, a:active img {
	border : none;
	text-decoration : none;
}

a:hover{
	background-color : transparent;
	color : red; 
	text-decoration : none;
}

a.extern:after{
	content : url(../images/icons/external.png);
}



/*---- Koppen -----*/
h1,h2,h3{
	color: #a81232;  /*bordeaukleur provincie*/
	font-weight : bold;
	padding: 5px;
	background-color:transparent;
}
h1:before, h2:before, h3:before{
	content : url(../images/icons/ubuntu_klein.png);
	padding-left : 1em;
	padding-right : 1em;
}

h1 {
	font-size: 1.7em;
	background-color :  #97BE0d; 
	border: 3px inset #a81232;  /*bordeaukleur provincie*/
	 -moz-border-radius: 10px;
}
	
h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}


/*---- tekstelementen-----*/
p {
	margin-left : 2em;
}

em,strong {
	font-weight: bold;
	word-spacing : 1em;
	}
abbr, acronym, .help {
	cursor : help;
	border-bottom : 1px dashed;
	}
	
address{
	margin-left:2em;
	font-weight : bold;
	font-size: larger;
	display : block;
}

 cite{
	color:HighLightText;
}

/*---- afbeeldingen-----*/
img {
	border: 0;
	}
	
/*----- lijsten ----*/
ol, ul, li {
	list-style-image : url(vink_ok.gif);
	font-size: 1.0em;
	}
	
dl {
	margin-left:2em;
}

dt:before{
	content : url(../images/icons/folder.gif);	
}

dt{
	color:#a81232; /*bordeaukleur provincie*/
	background-color : transparent;
	padding : 1em;
}
dd{
	margin-top:5px;
	}
	
	
