/*
 * color is voor debugging: welke style heeft geen tekst kleur gekregen
 * background-color is voor debugging: hoe ziet de box eruit?
 */
body {
	 
 	background-color:white;
	// 	background: url(/images/IMG_5409.png) fixed no-repeat;
	<!-- margin-left: 40px;
	margin-right: 40px; -->
	
	margin:50px 0px; padding:0px;
	text-align:center;
}

/*
 * align: center lijkt nog niet te werken
 */
div.center {
	align: center;
	background-color:white;
}

#topBar {
	background:white;
    text-align:left;
	margin-left: 21px; 
}
  
#topBar b { 
    text-align:left;
    margin-left:0px auto;
     
    font:bold 0.8em/1.7em Arial,Geneva,sans-serif;
}

a.tab-title {
	text-decoration:none
}


#Content {
	float:center;
	position:relative;
	width:720px;
	height:860px;
	margin:0px auto;
	text-align:left;
	padding:12px;
	border:0px dashed #333;
	background-color:FFFFFF;
}
 
#flashcontent {		 
		width: 720px;
		height: 448px;
		float: left;
		margin: 0px -21px;
}

#flashcontentc {		 
		width: 544px;
		height: 336px;
		float: right;
		margin: 0px 21px;
}

#kolomrechts {
	position:absolute;
	left:732px;
	top:148px;
	width:200px;	
	color: gray;
}
 
p.adger-splash {
	display: block;
	color: orange;
    font-size: 26px;
	font-style: normal ;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-left: 21px;
    margin-top:  0px;
} 
   
h1 {
	color: orange;
	font-style: normal ;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 12x;
	margin-top:  1px;
	font-size: 112px;
}

h2 {
	color: black;
	font-style: normal ;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left 21px;
	font-size: 32px;
} 
    
h3 {color: black;
	font-style: italic ;
  
    font-weight: normal;
    font-family: "Helvetica", Arial, Trebuchet MS, sans-serif;
     margin-left: 21px;
      margin-top: -58px;
     font-size: 22px;
   } 
   
h4 {
	color: black;
	font-style: normal ;
    font-size: 12px;
  
    font-family: "Helvetica", Arial, Trebuchet MS, sans-serif;
    margin-left:0px auto;
    
} 

 
   
h5 {
	color: black;
	font-style: normal ;
    font-weight: normal;
    font-family: "Helvetica", Arial, Trebuchet MS, sans-serif;
    font-size: 12px;
    margin-left: 21px;
    margin-top: -10px;
  
} 

h6 {
	color: red;
	font-style: normal ;
    font-weight: normal;
    font-family: "Helvetica", Arial, Trebuchet MS, sans-serif;
    font-size: 10px;
    margin-left: 21px;
 
    margin-top: -10px;
  
} 


h7 { 
	color: black;
   
	font-style: italic ;  
    font-weight: lighter;
    font-family: "Helvetica", Arial, Trebuchet MS, sans-serif;
     font-size: 13px;
      margin-left: 21px;
  	 margin-top:  0px;
     
   }  
   
h10 {color: black;
	font-style: italic ;
  
    font-weight: bold;
    font-family: "Helvetica", Arial, Trebuchet MS, sans-serif;
      margin-left: 12px;
      margin-top: 0px;   
     font-size: 128px;
   }
    
 
div.header {
	color: black;
	margin: 24px;
	margin-left: -8px;
	padding: 10px;
}

div.headerIntro {
	color: black;
	margin: 24px;
	margin-top: -8px;
	margin-left: -8px;
	padding: 10px;
	height: 1px;
}

div.headerSel {
	color: black;
	margin: -84px;
	margin-left: 361px;
	padding: 4px;
	height: 1px;
}

 

