/* CSS Document TT-site */

/*  body och typografi */
html {
padding:0px;
margin:0px;
}

body {
background-color: black;
background-image: url(../pics/nah2.jpg); background-repeat: no-repeat; 
font-size: 12px;
line-height: 18px;
font-family: Georgia,serif;
color:#e2e6e8;
text-align:center;
margin:0px;
padding:0px;
}

.menu {
background-color: #000000;
font-size: 11px;
font-family: Georgia,serif;
color:#e2e6e8;
text-transform: uppercase;
font-weight: bold;
text-align:center;
margin-left:0px;
padding:0px;
}

.menu3 {
background-color:transparent;
font-size: 11px;
font-family: Georgia,serif;
color: #4c4c4c;
text-transform: uppercase;
font-weight: bold;
text-align:center;
margin-left:3px;
padding:0px;
}

.menuhidden {
background-color:transparent;
font-size: 11px;
font-family: Georgia,serif;
color: #f1f2f2;
text-transform: uppercase;
font-weight: bold;
text-align:center;
margin-left:3px;
padding:0px;
}

.menu2 {
background-color: transparent;
float: right;
font-size: 11px;
font-family: Georgia,serif;
color:#4c4c4;
text-transform: uppercase;
font-weight: bold;
text-align:right;
margin-left:3px;
margin-right:3px;
padding:0px;
}

.caps {
font-size: 11px;
font-family: Georgia,serif;
color:#4c4c4;
text-transform: uppercase;
font-weight: bold;
}




hr {
color: black;
background-color: black;
height: 1px;
border: 0px;
margin-top: 5px;
margin-bottom: 5px;
}



p,pre, h1 {
margin:0px 10px 10px 10px;
}
h1 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
background-color: transparent;
}
/*  länkar */

a:active {
	margin-left: 0px; text-decoration: none; 
	color: #535762;  
	} 
	
a:visited {
	margin-left: 0px; text-decoration: none; 
	color: #535762;   
	} 
	
a:link {
	margin-left: 0px; text-decoration: none; 
	color: #535762;  
	} 

a:hover {
	margin-left: 0px; text-decoration: none; 
	color: #e2e6e8;   
	} 
	



/*  positionering -lager, statiska och absoluta */
#box {
width:720px;
margin: 0px auto;
margin-top: 40px;
padding: 9px;
text-align:left;
border-style: solid;
border-width: 0px;
border-color: black;
background-color: black;
}
#left {
padding:0px;
float:left;
background-color: transparent;
}
#content {
padding:0px;
float:left;
background-color: transparent;
overflow: auto;
}
#right {
padding:0px;
float:left;
}
#head {
background-color:transparent;
padding-bottom: 0px;
border-bottom: 0px solid #989b9e;
}
#head2 {
background-color: #111111;
padding-bottom: 5px;
padding-top: 5px;
border-bottom: 1px solid #989b9e;
border-top: 0px solid #989b9e;

}
#footer {
background-color: transparent;
}

#footer2 {
background-color: transparent;
padding-top: 0px;
border-top: 1px solid #989b9e;
}

/*  lightbox */
#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(../annonser/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../annonser/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font-size: 11px;
line-height: 14px;
font-family: Georgia,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; }





