html, body{
	background-color:black;
	color:white;
	
	}

/* ---- Tallet for siden man er på i galleriet --- */
.side{
color:grey;
padding-left:10px;	
}

img{
	border:0px solid white; /*FireFox fix*/
	}

/* ----- Stilen til linkene i galleriet ---- */
a.en:link {
width:160px; 
height:160px; 
color:white;
padding-left:10px;
text-decoration:none;
}

a.en:visited {
width:160px; 
height:160px; 
color:white;
padding-left:10px;
text-decoration:none;
}
a.en:hover{
width:160px; 
height:160px; 
color:red;
padding-left:10px;
text-decoration:none;
}

a.en:active{
width:160px; 
height:160px; 
color:red;
padding-left:10px;
text-decoration:none;
}

a.test:link{
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	}
a.test:hover{
	
	opacity:0.9;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	
	}

/*-------------------------------------------- */

/* ----- Stilen til den vanelige menyen ------ */
a.meny:link {
padding-left:15px;
width:160px; 
color:black;
font-size:16px;
text-decoration:none;
}

a.meny:visited {
padding-left:15px;
width:160px; 
color:black;
font-size:16px;
text-decoration:none;
}
a.meny:hover{
padding-left:15px;
width:160px; 
color:blue;
font-size:16px;
text-decoration:none;
}

a.meny:active{
padding-left:15px;
width:160px; 
font-size:16px;
color:red;
text-decoration:none;
}
/*-------------------------------------------- */

