/* CSS Document */
body {
	background-color: #000000;
	background-image: url(images/draaitafel.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
    font-size: 15px; 
	color: #FFF29D;
	font-weight: bold;
}
.style2 {
	color: #FFF29D; 
	font size: 16px;
	font-weight: bold;
}
.style3 {
    font-size: 12px; 
	color: #FF0000;
	font-weight: bold;
}
.style4 {
    font-size: 22px; 
	color: #FFF29D;
}
.opvallend {
	font-size: 15px;
	color: #FF0000;
	font-weight: bold;
}
.groot {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
.lila {
	font-size: 18px;
	color: #B7D3FC;	
}
td.logo {
background-image:url('images/logo.png');  
background-repeat:no-repeat;
background-position: center;
}
td.rood1 {
background-image:url('images/Achtergrond1.jpg');  
background-repeat:repeat-x;
}
td.rood2 {
background-image:url('images/Achtergrond.jpg');  
background-repeat:repeat-x;
}
td.rood3 {
background-image:url('images/Achtergrond2.jpg');  
background-repeat:repeat-y;
background-position: right;
}
table.huis {
background-image:url('images/huis.png');  
background-repeat:no-repeat;
background-position: center;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #46A3FF;
}
a:active {
	color: #FF0000;
}


