/* Link style */



a:link {color: #FFFFFF; text-decoration: underline; }

a:visited {color: #FFFFFF; text-decoration: underline; }

a:active {color: #0000ff; text-decoration: underline; }

a:hover {color: #FFFFFF; text-decoration: none; background:#CCCCCC }


/* Indstilling for baggrund */



body{
	margin:0;
	padding:0;
	min-width:950px;
	min-height:500px;
	background-color:#000000;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
		}
	
img#expando { 
			position: absolute; 
			display: none; 
			z-index: 1; 
			-ms-interpolation-mode: bicubic; 
} 
 
.wide img#expando, 
.tall img#expando { 
			display: block; 
} 
 
.wide img#expando { 
			width: 100%; 
			height: auto; 
} 
 
.tall img#expando { 
			width: auto; 
			height: 100%; 
}
	
.ie6fixed {
			position: absolute;
			top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px') !important;
}



/* Transperent billede over baggrund (indsæt "<div id="background-overlay-image"></div>" lige efter <body>*/


#background-overlay-image
{position: absolute;
  background-image: url('../images/page_overlay.png');
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  margin: 0;
  left: 0;
  top: 0;
}


/* Scrollbar indstiling */



html {

overflow: hidden;

}

div{

	width:100%;

	position:absolute;

	bottom:456px;

	right:0px;

	text-align:left;

	height: 130px;

} 

table{ 

margin-left:auto; 

margin-right:auto; 

text-align:top; 

} 

.style1 {font-family: Arial;

font-size:12px;

color:#FFFFFF;

margin-left:3px;

margin-top:3px;

margin-right:3px;

}


