/*  opmaak en positie divs */

 body 
{
	background-color:#FFF;  
	margin: 0; 
	padding: 0;	
	border:none;
}

 
#header1
{
	background-color:#3E7DCA;   /* blauw */
	z-index:1;
	text-align: center;
	height: 138px;
}

#header2
{
	background-color:#D08D00;   /* oranje */
	z-index:2;
	text-align: center;
}
#sprymenu
{
	font-family: 'PT Sans', sans-serif;
	position:relative;
	font-size: 17px;	
	width:750px;
	height:40px;
	z-index:3;
	
}

#content-index
{
	position:relative;	
	padding:20px;
	background-color:#FFF;  
	text-align: left;
	z-index:4;
}	

#content-maken
{
	position:relative;	
	max-width: 550px;
	background-color:#DDD  ;  
	text-align: left;	
    padding: 20px;
	z-index:4;
}



/*  opmaak * lettertypes */

.tekst1
{
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;	
	color: #000000;
		
}

.tekst2
{
	/* font-family: Collaborate, Lucida Sans Unicode, sans-serif,; */
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;	
	color: #000000;
	
}

.tekst3
{
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;	
	font-weight: bold; 	
	color: #D08D00; /* oranje */
	
}

.tekst4
{
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	font-weight: bold; 
	color: #3E7DCA; /* blauw */
	
}


.tekst5
{
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	font-weight: bold; 
	color: #D08D00; /* oranje */
	
}


.tekst6
{
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;	
	font-weight: bold; 	
	line-height: 130%;
	color: #D08D00; /* oranje */
	
}

.opmaak1 {

	background-color:#3E7DCA;

}

.opmaak2 {

	background-color:#FFF;

}

.opmaak3 {
		font-family: 'PT Sans', sans-serif;
		font-size: 14px;
		font-weight: bold; 
		color: #3E7DCA; /* blauw */
		line-height:135%
	}



input:focus {
		
	background-color: #a8daea; 

}		

a:link 
{
	color: #3E7DCA;
	text-decoration: none;	
}

a:visited 
{
	/*color: #2A6EBB; */
	color: #3E7DCA;
	text-decoration: none;
}


