BODY, P, TD {
 font-family:'Verdana','Arial',sans-serif;
 font-size:11px;
 color:#000000;
}
BODY {
 background-color:#626A69;
}


h1 { 

font-family: Verdana, Georgia, "Times New Roman", Times, serif; 

font-size: 14px; 

font-weight: bold; 

color: #000000; 

border-bottom: 1px solid #000000; 

} 


input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;

}
.noline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a:link {
	color: black;
	
}
a:visited {
	color: black;
	

}
a:hover {
	color:blue;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
select, textarea, input { 
color : black;
background-color : #f5f5f5;
border-width: 1px; 
border-color: black; 
}

.borderTable {	
padding: 0px 0px 0px 0px;
border: 2px solid #000000;
width: 972px;
background-color : #ffffff;
}

.centerTable {	
padding: 0px 0px 0px 0px;
border: 0px solid #000000;
width: 98%;
background-color : #ffffff;
}

.sideTable {	
padding: 0px 0px 0px 0px;
border: 1px solid #C0C0C0;
width: 100%;
background-color : #ffffff;
}

.pic {filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135, strength=5)
   progid:DXImageTransform.Microsoft.Alpha(opacity=100);
   border: 0;}

.mainExpand {
  cursor:hand;
  cursor:pointer;
  
  
   
<!--LIGHTBOX-->
#container { 
	width: 40%; /* oprindelig 50% */
	margin: 0 auto;
	text-align: center; /* oprindelig left */
}

.footer {
	background-color: #f5f5f5;
	padding: 0.5em;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;	
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
