html, body { 
margin: 0; 
padding: 0; 
background-color: #231B1B; 
color: #FFF;
font: 12px Trebuchet MS;
}

#header {
  text-align: center;
  word-spacing: 20px;
  font: 36px Trebuchet MS; 
  font-weight: bold;
  width: 800px;
  float: left;
}

#container{
    position: absolute;
    left: 50%;
    width: 810px;
    margin-top:0px;
    margin-left: -405px;
}


#maincontainer {
  width: 800px;
  float: left;
  padding-bottom: 50px;
}
#nav {
  width: 180px;
  float: left;
}
#main {
  float: right;
  width: 550px;
  height: 675px;
  padding: 15px;
  border: 2px solid #FFF;
  background: #202020;
}

#maincv {
  float: right;
  width: 550px;
  height: 700px;
  padding: 15px;
  border: 2px solid #FFF;
  background: #202020;
}

#mainarbeten {
  text-align:center;
  float: right;
  width: 550px;
  height: 1450px;
  padding: 15px;
  border: 2px solid #FFF;
  background: #202020;
}

#mainovrigt {
  background: #202020;
  float: right;
  width: 550px;
  height: 600px;
  padding: 15px;
  border: 2px solid #FFF;
}

#mainovrigtgbook {
  background: #202020;
  float: right;
  width: 550px;
  height: 600px;
  padding: 15px;
  border: 2px solid #FFF;
}

h2 {	color: #DF8D17;}

h3 {	color: #808080;}

.center {
  text-align: center;
}

.maillink {
  color: #DF8D17;
  font: 12px Trebuchet MS;
}

.arbetentext {
  text-align: left;
}

.smedjan_jobb {
  float: right;
  margin-left:5px;
}

a.nav {
  display: block;
  height: 167px;
  width: 174px;
}

a.nav span {
  display: none;
}

a#ommig {
  background-image: url('bilder/ommig.png');
}

a:hover#ommig {
  background-image: url('bilder/ommig_hover.png');
}

a#cv {
  background-image: url('bilder/cv.png');
}

a:hover#cv {
  background-image: url('bilder/cv_hover.png');
}

a#arbeten {
  background-image: url('bilder/arbeten.png');
}

a:hover#arbeten {
  background-image: url('bilder/arbeten_hover.png');
}

a#ovrigt {
  background-image: url('bilder/ovrigt.png');
}

a:hover#ovrigt {
  background-image: url('bilder/ovrigt_hover.png');
}

.hidden {
  display:none;
}


a:link { 
	color: #DF8D17;
  font: 12px Trebuchet MS;
	text-decoration: none;
	}
a:visited { 
	color: #DF8D17;
  font: 12px Trebuchet MS;
	text-decoration: none;
	}
a:hover { 
	color: #FFFFFF;
  font: 12px Trebuchet MS;
	text-decoration: none;
}
a:active { 
	color: #FFFFFF;
  font: 12px Trebuchet MS;
	text-decoration: none;
	}
	
a.vit:link { 
	color: #FFF;
	font: 14px Trebuchet MS; 
	text-decoration: none;
	}
a.vit:visited { 
	color: #FFFFFF;
	font: 14px Trebuchet MS; 
	text-decoration: none;
	}
a.vit:hover { 
	color: #DF8D17;
	font: 14px Trebuchet MS; 
	text-decoration: none;
}
a.vit:active { 
	color: #DF8D17;
	font: 14px Trebuchet MS; 
	text-decoration: none;
	}
	

a img {
    border:0;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }