
/******************************
 * TEKSTEN (STANDAARD KLASSE) *
 ******************************/

body.tekst
{
	margin-left: 15px;
	margin-right: 15px;
	scrollbar-face-color:    white;
	scrollbar-shadow-color:  white;
	scrollbar-3dlight-color: black;
	scrollbar-track-color:   white;
	scrollbar-arrow-color:   #CC0033;
	background-image: url('http://www.sintjozefkeur.be/pics/midden.jpg');
	background-attachment:fixed;
}

h1
{
	font-family: Verdana;
	font-size: 12pt;
	color: #4A4A39;
}

p,ul,ol
{
	font-family: Verdana;
	font-size: 9pt;
	text-align: justify;
	color: #4A4A39;
	line-height: 140%;
}

p.center
{
	font-family: Verdana;
	font-size: 9pt;
	text-align: center;
	color: #4A4A39;
	line-height: 140%;
}

td
{
	font-family: Verdana;
	font-size: 9pt;
	color: #4A4A39;
	line-height: 140%;
}

input,textarea
{
	border: 1px solid;
	border-color: #CC0033;
	color: #4A4A39;
}

iframe
{
	font-family: Verdana;
	font-size: 12pt;
}

input.bold
{
	font-weight: bold;
}

input.italic
{
	font-style: italic;
}

input.underline
{
	text-decoration: underline;
}

input.color
{
	color: red;
}

a
{
	text-decoration: underline;
	color: #4A4A39;
}

a:hover
{
	color: #CC0033;
}

/********************************
 * BALK (MENUBALK EN ADRESBALK) *
 ********************************/

body.balk
{
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

a.balk
{
	text-decoration: none;
	color: black;
}

a.balk:hover
{
	color: black;
	text-decoration: underline;
}

/************************************
 * OPSOMMINGSLIJST (LINKS) EN TALEN *
 ************************************/

body.lijst
{
	background-color: #C2D32B;
	margin-left: 0px;
	margin-top: 0px;
}

ul.lijst
{
	line-height: 150%;
	font-size: 7pt;	
	color: #CC0033;
	font-family: Verdana;
	margin-left: 30;
}

a.lijst
{
	color: black;
}

a.lijst:link
{
	text-decoration: none;
}

a.lijst:visited
{
	text-decoration: none;
}

a.lijst:active
{
	text-decoration: none;
}

a.lijst:hover
{
	text-decoration: underline;
}

/**********
 * RANDEN *
 **********/

*.rand
{
	background-color: white;
}

/**********
 * ONDER *
 **********/
 
td.onder
{
	font-size: 8pt;
	text-align: center;
}
 
a.onder
{
	text-decoration: none;
	color: #CC0033;
	font-weight: bold;
}

