/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* bg's & images */

.bg {
background-color: #E8E8E8;
background-image:url(images/bg.jpg);
background-repeat:repeat-y;
}


.bg_header {
background-image:url(images/header.jpg);
background-repeat:no-repeat;
}

.bg_content {
background-color:#ECECF4;
padding-top: 25px;
padding-left: 25px;
padding-right:100px;
padding-bottom:15px;
}

.bg_bottom {
background-color:#BBBBBB;
}

.bg1 {
background-image:url(images/bg1.jpg);
background-repeat:no-repeat;
background-position:670px bottom;
}


/* td's & tabellen */

.td1 {
padding-left:30px;
padding-top: 25px;
padding-right:0px;
padding-bottom:25px;
}

/* links & fonts */

 a:link{
font-family: tahoma, Arial;
font-size: 11px;
color: #333333;;
text-decoration: none;
font-weight:bold;
}

a:visited{
font-family: tahoma, Arial;
font-size: 11px;
color: #333333;;
text-decoration: none;
font-weight:bold;
}

a:hover{
font-family: tahoma, Arial;
font-size: 11px;
color: #666666;
text-decoration: none;
font-weight: bold;
}

a:active{
font-family: tahoma, Arial;
font-size: 11px;
color: #333333;;
text-decoration: none;
font-weight:bold;
} 

.arial11px {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
line-height:17px;
}

.arial11pxwit {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
letter-spacing:1px;
}

.arial18pxwit {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #FFFFFF;
letter-spacing:1px;
}

.arial11pxrood {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}


.arial11pxbold {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
font-weight: bold;
}

.titel {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:48px;
color:#FFFFFF;
letter-spacing:2px;
}

.url {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:16px;
color:#FFFFFF;
letter-spacing:2px;
}

.koptekst {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
color:#9FC243;
letter-spacing:1px;
}


/* Menu */

.bg_menu {
background-image:url(images/menu.jpg);
background-repeat:repeat-x;
}

.bg_button {
background-image:url(images/button.jpg);
background-repeat: no-repeat;
}

.mainmenu:link, .mainmenu:visited, .mainmenu:active
{
	text-decoration: none;
	font-family: arial;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:1px;
	padding-right:15px;
}	

.mainmenu:hover 
{
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #E8CAB0;
	font-weight: bold;
	letter-spacing:1px;
	padding-right:15px;
}

.kerstkaarten:link, .kerstkaarten:visited, .kerstkaarten:active {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#0062AD;
	letter-spacing:1px;
}

.kerstkaarten:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#E85424;
	letter-spacing:1px;
}