.body {
	background-image: url(images/bg_clouds.jpg)

}

.DivHeader {
	font-family: Arial;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: .3em;
}	

.DivSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.DivTekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
		
.DivTekstBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
		
.bigInfo{
	font-family: Times;
	font-size: 28px;
	color: #000000;
	font-weight: bold;
}
		
.bigInfo a:link , .bigInfo a:visited , .bigInfo a:active {
color: #000000;
text-decoration: none;
}

.bigInfo a:hover {
	color: #7F6D77;
	text-decoration: underline;
}
		

a:link , a:visited , a:active {
	color: midnightblue;
	text-decoration: none;
	font-weight: bold;
}
		
a:hover {
	color: #FFFFFF;
	text-decoration: none
}

a.red {background-color:#FF0000}		
		
#introDiv{
	position:absolute;
	left:0px;
	top:10px;
	right:0px;
	height:100%;
	width:100%;		
}



.l1 {
color: red;
} 
.l2 { 
color: orangered; 
} 
.l3 { 
color: orange; 
} 
.l4{ 
color: gold; 
} 
.l5{ 
color: yellowgreen; 
} 
.l6{ 
color: green; 
} 
.l7{ 
color: blue; 
} 
.l8 { 
color: blueviolet; 
} 
.l9 { 
color: violet; 
} 
.lb1 {
    background: #0033CC;
    color: #FFFFFF;
} 


.master {background-color: #989B9C; }
.nesting {background-color: #FFCC33; }
.fotorand {background-color: blue; }

} 

/* styling op basis van classes */
.regenboogborder {
      border-left: 3px solid blue;
      border-right: 3px solid red;
      border-top: 3px solid green;
      border-bottom: 3px solid yellow;
    }
/* styling op basis van ID */
#regenboogborder {
      border-left: 3px solid blue;
      border-right: 3px solid red;
      border-top: 3px solid green;
      border-bottom: 3px solid yellow;
    }
		
