/*normaal */


body {
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-color: #65ff75;
} 

#main {
	width: 790px;
	margin: 10px auto;
	text-align: left;
	border: 1px solid #333333;
	background-color: #FFFFFF;
} 
#headerfoto {
	position: relative;
	height: 120px;
	width: 790px;
	background-image: url(../images/kop.jpg);
}
#headermenu {
	background-color: #FFFFFF;
	position: relative;
	height: 12px;
	width: 782px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: right;
	color: #000066;
	padding: 4px;
}
#menuhorizontaal {
	background-color: #003b59;
	position: relative;
	height: auto;
	width: 790px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/indentbg.gif);
	background-repeat: repeat-x;
}
#artikel {
	position: relative;
	height: auto;
	width: 750px;
	background-color: #FFFFFF;
	left: auto;
	top: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0057a3;
	margin: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #350c6b;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #350c6b;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #350c6b;
	font-weight: bold;
}


A:link
{
	color: #ea7416;
}

A:visited 
{
	color: #76127f;
}
 
A:active 
{
	color: #f49b00;
} 

A:hover 
{
	color: #932985;
}


/*menu vormgeving */

.indentmenu{
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
width: 790px; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../images/indentbg2.gif) center center repeat-x;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #76127f;
	background-color: #FFFFFF;
}
