* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #000;
 font-size: 12px;
 background-color: #fff;
}
#wrapper {
 width: 770px;
 margin: 0 auto;
}
#navbar {
 border: 0px solid #000;
 margin: 0px 5px 0px 5px;
 padding: 4px;
 background-color: #fff;
 background-image:   url(../images/bakgrund/white_navbar.png);
 text-align: center;
 background-repeat: no-repeat;
 
}
#header {
 border: 0px solid #000;
 margin: 5px 5px 0px 5px;
 height: 70px;
 padding: 10px;
 background-color: #fff;
 background-image:   url(../images/bakgrund/white_top.png);
}
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0 0px 0px 5px;
 display: inline; /* IE Hack */
 width: 16%;
 float: left;
 min-height: 300px;
 padding: 4px;
 border: 0px solid #000;
 background-color: #fff;
 background-image:   url(../images/bakgrund/white_left.png);
 background-repeat: no-repeat;


}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 

#centercolumn { /* Parent Wrapper for inside boxes */
 border: 0px solid #000;
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 62.8%;
 float: left;
 min-height: 300px;
 background-image:   url(../images/bakgrund/white_center.png);
 background-repeat: no-repeat;
 background-color: #fff;

}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#rightcolumn {
 margin: 0 5px 0px 0px;
 padding: 4px;
 display: inline; /* IE Hack */
 width: 16%;
 float: left;
 border: 0px solid #000;
 background-color: #fff;
 min-height: 300px;
 background-image:   url(../images/bakgrund/white_right.png);
 background-repeat: no-repeat;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#footer {
 margin: 0px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.7%;
 background-repeat: no-repeat;
 background-image:   url(../images/bakgrund/white_genomskinlig.png);
}

<!-- Tillägg av mig -->
a:link{
 color: #00f;
}
a:visited{
 color: #907;
}
a:hover{
 color: #f00;
}
a:active{
 color: #f96;
}
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 5px 5px 5px;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	background-image:   url(../images/bakgrund/white_genomskinlig.png);
	border: 1px solid #000;
	/*filter:alpha(opacity=60)*/
}
.left_menu_content
{	
	background-image:   url(../images/bakgrund/white_genomskinlig.png);
	margin:0px 5px 5px 5px;
	padding:10px;
	width:auto;
	border: 1px solid #000;
}
.navbar_content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;

	margin:0px 0px 0px 0px;
	padding:0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	background-image:   url(../images/bakgrund/white_genomskinlig.png);
}
.imagesbg {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 5px 5px 5px;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	background-image:   url(../images/bakgrund/white_genomskinlig.png);
}

/*----------------- News  -----------------*/
/* --- Sätter rubriken till röd och fet på den senaste nyheten.*/
.headline_current { 
font-size:14px;    
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #D00;
font-weight: bold;
}
/* --- Sätter rubriken till svart på äldre nyheter.*/
.headline_archived { 
font-size:14px;    
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #600;
font-weight: bold;
}
/* ---- Sätter att dautmet i slutet av nyheten blir litet.*/
.news_date {
font-size:10px;    
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #600;
font-style: italic;
}
/* ---- Gör texten i högerkolumnen liten..*/
.right_text {
font-size:10px;    
font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*-------------- Används på Gigs,../images och Reviews ------------------------------*/
.item { /* --- Gör att länkarna till sidorna blir små.*/
font-size:x-small;    
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000;
}
.year { /* --- Gör att "års-rubrikerna" blir röda och med fet stil.*/
font-size:small;    
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #D00;
font-weight: bold;
}
ul {
list-style-type: none; /*turns off display of bullet*/
}

/*---------------------- Review -----------------------------------------*/
.review_info { /* --- Gör att infotexten blir mindre.*/
font-size:10px;    
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #700;
}
/*---------------------- Music -----------------------------------------*/
.song_info { /* --- Gör att infotexten blir mindre.*/
font-size:10px;    
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #700;
}
.menu_content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;

	margin:0px 0px 0px 0px;
	padding:0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	background-image:   url(../images/bakgrund/white_genomskinlig.png);
}
/*---------------------- Lightbox, bildvisaren -----------------------------------------*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

