/* Link style */

a:link {color: #FFFFFF; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #FFFFFF; text-decoration: underline; }
a:hover {color: #FFFFFF; text-decoration: none; background:#CCCCCC }

A.billede:link    { border-style: solid;
                    border-width:2px;
                    border-color: #000000} 

A.billede:visited { border-style: solid;
                    border-width:2px;
                    border-color: #000000} 

/* 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;
}


/* Scrollbar indstiling */

html {
overflow: hidden;
}
div{
	width:100%;
	position:absolute;
	bottom:450px;
	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;
}
