h1 {
	text-align:center;
	font-size:30px;
	line-height:20%;
	color:black;		
	}
  
h2{
  	font-size: 10px;
  	}
  	
/* placering af div i z plan - bruges ikke*/
.layer1 {
	position: absolute;
	z-index: 1;
}

/* placering af div i z plan - bruges ikke*/
.layer2 {
	position: absolute;
	z-index: 2;
}





body {
    font-family: Arial, Helvetica, sans-serif;
    
}


img {
	max-width: 100%;
	max-height: 100%;
}  

/* specifikation af billedsektion placering mm */
#iframe { 
	position: absolute;
	top:90px;
	left:10px;
	width:100%;
	height:90%;
	overflow:hidden;
	/*overflow-x: hidden;
	overflow-y: scroll;*/
	background-color:lightgray;
}



  	
  	/* hovedsektion  - bruges ikke ?
#myHeader {
	width:100%;
   background-color: lightgray;
   color: black;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size:5px;
   text-align: center;
 	}
 	
/* hovedsektion  - bruges ikke ??
table#t01, td{
	width:100%;
	font-size:10px;
	border: none;
	text-align: center;
	color: black;
	background-color: lightgray;
}


ul#menu li {
	display:inline;
	font-size:25px;	
}*/



/* tabel med billedindhold */
/*table#t02, {
	width:100%;
	overflow:hidden;
	/* table-layout: fixed; */ */
	
}

table#t02, td {
	width:100%;		
	border: none; 	
	text-align: center;
	font-size: 10px; 
	background-color: lightgray;
	/*table-layout: fixed;*/	
}

  


  
 

	