 /* Länkar*/
a.menutext:link {color: #e5eb25; text-decoration: none; }
a.menutext:visited {color: #e5eb25; text-decoration: none; }
a.menutext:hover {color: orange; text-decoration: none; }
 /* Design */
.banner{background-image: url(../img/banner.png);
background-repeat: no-repeat; 
width:838px; height:176px;
position:absolute; left:0px; top:0px;
}
.loggo{background-image: url(../img/logga.png);
position:absolute; left:300px; top:0px;
width:233px; height:141px;
}
body{background-image: url(../img/b_g.png);
background-repeat:repeat-x;
}
.window{background-image: url(../img/window2.png);
width:639px; height:767px;
position:absolute; left:100px; top:135px;
} 
.under{background-image: url(../img/under.png);
width:637px; height:39px;
position:absolute; left:101px; top:865px;
} 
.box{overflow: auto;
width:580px; height:615px;
position:relative; margin-left:130px; margin-top:210px;
margin-bottom:250px;
} 
.over{background-image: url(../img/over2.png);
width:140px; height:42px;
position:absolute; left:350px; top:170px;
} 

 /* Byta lokal */
.new{background-image: url(../img/new.png);
width:355px; height:218px;
position:absolute; left:650px; top:90px;
} 

 /* Meny*/
.Huvudsida{position:absolute; left:160px; top:144px;
width:100px; height:30px;
}
.Omoss{position:absolute; left:255px; top:144px;
width:100px; height:30px;
}
.Kontakt{position:absolute; left:326px; top:144px;
width:100px; height:30px;
}
.Bildgalleri{position:absolute; left:402px; top:144px;
width:100px; height:30px;
}
.Varamarken{position:absolute; left:492px; top:144px;
width:140px; height:30px;
}
.Lankar{position:absolute; left:596px; top:144px;
width:100px; height:30px;
}

 /* Poträtt*/
.anders{background-image: url(../img/anders.png);
background-repeat: no-repeat; 
width:144px; height:126px;
position:absolute; left:430px; top:0px;
}
.mattias{background-image: url(../img/mattias.png);
background-repeat: no-repeat; 
width:145px; height:124px;
position:absolute; left:430px; top:150px;
}
 /* Karta i kontakt*/
.karta{background-image: url(../img/karta.png);
background-repeat: no-repeat; 
width:441px; height:314px;
position:absolute; left:0px; top:285px;
}
 /* Loggor på framsidan */
.preme{background-image: url(../img/preme.png);
background-repeat: no-repeat; 
width:174px; height:115px;
position:absolute; left:770px; top:275px;
}

 /* Olika texter*/
.text1  
{
font-size: 14px;
font-family: calibri,arial;
color: #e5eb25;
}

.text2 
{
font-size: 16px;
font-family: calibri, arial;
color: #ffffff;
}

.text3 
{
font-size: 12px;
font-family: calibri, arial;
color: #e8e3b0;
}

.text4 
{
font-size: 12px;
font-family: calibri, arial;
color: #87b7b8;
}

 /* Ram för bilder i galleriet */
.ram{background-image:url(../img/ram.png);width:129px;height:98px;}
.ram2{background-image:url(../img/ram.png);width:129px;height:98px;
position:absolute; left:860px; top:10px;}
.innerbild{width:111px;height:83px;}


/* Nedan finns instruktionerna för java-scripetet*/
#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(../img/light/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(../img/light/fore.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/light/nasta.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	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 */
	}	
	


