/* CSS Document */


/* images & bg's */

.image {
border: 1px solid #FC00CA;

}
.image2 {
	float: left;
	border: 1px solid #FC00CA;
}

.bg {
background-image:  url("images/bg.jpg");
background-repeat: repeat-x;
}

.bg1 {
background-image: url("images/layout_r6_c2.jpg");
background-repeat:no-repeat;
height: 88px;
}

.bg2 {
background-image: url("images/layout_r10_c13.jpg");
background-repeat:no-repeat;
background-position: right bottom;
font-size:16px;
}


.bg3 {
background-image:url("images/bg_dark.jpg");
background-repeat:repeat;
}


/* td's & tabellen */

.td {
background-image:  url("images/slice1.jpg");
background-repeat:no-repeat;
height: 31px;
padding-left: 13px;
}

.td1 {
background-image: url("images/layout_r8_c2.jpg");
background-repeat: repeat-y;
font-family:Georgia, "Times New Roman", Times, serif;
}

.td2 {
background-image: url("images/layout_r12_c3.jpg");
background-repeat:no-repeat;
height: 38px;
padding-right: 20px;
padding-top: 8px;
}

.td3 {
padding-left: 35px;
padding-right: 10px;
width: 500px;
}

.td4 {
padding-top: 50px;
padding-left: 35px;
}

.td5 {
padding-right: 20px;
}

.td6 {
padding-left: 1px;
}

.td7 {
	padding-left: 70px;
}

/* teksten */

body {
	font-family: georgia;
	font-size: 14px;
}

.arial11px {
font-family: georgia;
font-size:16px;
color: #333333;
}

.koptekst {
font-family: Kaggish, Arial, Helvetica, sans-serif;
font-size:22px;
color: #FC00CA;
letter-spacing:1px;
font-weight:bold;
}


/* links */

a:link {
font-family: georgia;
font-size:12px;
color: #FC00CA;
text-decoration: none;
font-weight: bold;
}

a:visited{
font-family: georgia;
font-size:12px;
color: #FC00CA;
text-decoration: none;
font-weight: bold;
}

a:hover{
font-family: georgia;
font-size:12px;
color: #DDDDDD;
text-decoration: none;
font-weight: bold;
}

a:active{
font-family: georgia;
font-size:12px;
color: #FC00CA;
text-decoration: none;
font-weight: bold;
} 





