<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">		html, body {
			margin: 0;
			padding: 0;
			height: 100%;
			width: 100%;
			overflow: hidden;
			background: #76bbf6;
			font-family: verdana, arial, sans-serif;
			font-weight:bold;
			font-size: 1.1em;
			line-height: 1.2em;
			}
			
table {
			border-width: 2px;	
			border-style: outset  ;	
			border-color: white;
			font-size: 12px;
			font-weight:bold;
			color: black;
			font-family: verdana, arial, sans-serif;
			}
			td {
			border-width: 3px;	
			border-style: outset  ;	
			border-color: white;
			text-align: left;
			line-height: 1.2em;
			vertical-align: middle;
			padding: 0px 5px 0px 5px;
			}
td.blink {
border-width: 3px;	
border-style: outset  ;	
border-color: red;
background-image:url(images/blink.gif);
text-align: center;
color:black;
vertical-align: middle;
}
td.gul {
border-width: 8px;	
border-style: outset  ;	
border-color: yellow;
text-align: center;
color:black;
vertical-align: middle;
}
		#ramme {
			height: 80%;
			width: 100%;
			margin: 0;
			padding: 0;
			overflow: auto;
			z-index:0;
			}
		#indhold {
			margin: 40px 40px 40px 250px;
			color: black;
			padding: 20px;
			} 		

	
		#menu {
			text-align: center;	
			color: white;
			font-size: 13px;	
			font-weight: bold;
			position: absolute;
			top: 100px;
			left: 40px;
			width: 180px;
			padding: 10px 0px 10px 12px;
			}

		
		#top {
			background: #3333ff;
			color: white;
			width: 100%;
			height: 100px;
			text-align: center;	
			line-height: 1.2em;
			}

		a:hover {
			color:red;
		}
	

#menu a:link {
		font-weight:bold;
		color:black;
		text-decoration:none;
		border-width: 6px;	
		border-style: outset  ;	
		border-color: #3399ff;
		padding: 0px 8px 0px 8px;
		width: 85px;
		display: block;
		margin-top:5px;
		}

#menu a:visited {
		font-weight:bold;
		color:black;
		text-decoration:none;
		border-width: 6px;	
		border-style: outset  ;	
		border-color: #3399ff;
		padding: 0px 8px 0px 8px;
		width: 85px;
		display: block;
		margin-top:5px;
		}
#menu a:hover {
		font-weight:bold;
		color:white;
		text-decoration:none;
		border-width: 6px;	
		border-style: inset  ;	
		border-color: #3399ff;
		padding: 0px 8px 0px 8px;
		width: 85px;
		display: block;
		margin-top:5px;
		}
		
#top a:hover {
		letter-spacing: 3px;
		font-weight:bold;
		color:white;
		text-decoration:none;
		}
#top a:link {
		font-weight:bold;
		color:white;
		text-decoration:none;
		}
#top a:visited {
		font-weight:bold;
		color:white;
		text-decoration:none;
		}

		h1 {
			font-size: 40px;
			color: white;
			position:relative;
			left: 25px;
			line-height: 1.2em;
			padding: 0px;
			margin: 0px;
			}

		h6 {
			line-height: 1.1em;
			font-size: 8px;
			color: yellow;
			position:relative;
			left: 25px;
			padding: 0px 0px 20px 0px;
			}

		h3 {
			color:black;
			font-size: 14px;
			line-height: 1.1em;
			padding: 0px 0px 0px 10px;
			}

			
		#film {
		overflow: auto;
		position: absolute;
		padding: 5px 20px 20px 70px;
			}	
			
		#bild1 {
		float:left;
		padding: 0px 20px 20px 20px;
			}

		#bild2 {
		float:right;
			}
		
		.cl {
		clear: left;
		}

		.cr {
		clear: right;
		}

		.fl {
		float: left;
		margin-right: 10px;
		margin-top: 10px;
		}

		.fr {
		float: right;
		margin-right: 10px;
		margin-left: 10px;
		}
	
		.ned30 {
		margin-top: 30px;
		}

		.ned80 {
		margin-top: 80px;
		}
		
		.midt {
		margin: 20px 20px 20px 20px;
		text-align: center;	
		padding: 0px 20px 0px 20px;
		}
		</pre></body></html>