html, body {		height:auto;
		width:auto;}

td 	{padding-right: 150px;}
table	{margin-top: 50px;}
		
body 
	{
		text-align: left;		
		margin-left:100px;
		margin-top:20px;
		padding:0px;
		background-color:#FFFFFF;
		line-height: 1.5

	}
		
		
		
.container	
	{	position:relative;
		margin-left: relative;
		margin-right: auto;
		margin-top:0px;
		margin-bottom:3px;
		padding:0px;
		height:768px;
		width:1024px;
		text-align: left;
		border-right:2px solid #fff;
		border-left:2px solid #fff;
		border-bottom:2px solid #fff;
		border-top:2px solid #fff;
		}

#img2, #img2:hover{		border:1px solid grey;border:1px solid black;background-color: #ccc;}

.tabell
{position:absolute;
top:75px;
left:0px;}

textarea, input{	border-left: 1px dashed #8BCD6A;
		border-right: 1px dashed #8BCD6A;
		border-top: 1px dashed #8BCD6A;
		border-bottom: 1px dashed #8BCD6A;}


#name{position:center;
		top:20px;}

#left {position:absolute;
left:10%;
top:70px;
padding-bottom:70px;
		width:25%;
		margin:0; padding:0;
		}

	#middle {
	position:absolute;
top:70px;
padding-bottom:70px;
left:38%;
		margin:0;
		width:25%;
		}
	#right {
	position:absolute;
top:70px;
padding-bottom:70px;
left:65%;
		width:25%;
		margin:0; padding:0;
		}


/********************************/
	
h1, h2 ,h3 ,p, tr, th	/*HOVEDTEKST*/
	{	font: 16px Garamond, Georgia, Times New Roman, Times, serif;
		font-style: ;
		margin-left: relative;
		margin-right: 5px;
		padding:relative;
		letter-spacing:0.5px;
		color: #000;		 }
h2{		text-transform:uppercase;
		letter-spacing:3px;
		font-size:32px;
		margin-left: relative;
		}
h3{		text-transform:lowercase;
		letter-spacing:0.5px;
		font-size:12px;
		margin-left: relative;
		margin-bottom:30px;
		text-align:left;
		}		

li
	{	font: 12px Garamond, Georgia, Times New Roman, Times, serif;
		font-style: bold;
		margin-left: 5px;
		color: #8ac642;
		letter-spacing:1px;
		margin-top:4px;
		}
/********************************/



a, a:hover
	{ font:16px Garamond, Georgia, Times New Roman, Times, serif;;
	color:#000;
	text-decoration:none;
	}
a:hover{color:#ccc; background-color:#ffeeee;}

a.link2, a.link2:hover   		
	{ 	color:#C4401D; 
		border:0px ; 
		font-family: Garamond, Georgia, Times New Roman, Times, serif;; 
		font-size: 12px;  
		text-decoration: underline; 
		letter-spacing: 0px;
		background:#cc;
	}
a.link2:hover{color:#ff0000;}


/********************************/

#gradient{
	position: absolute;
	top: 100px;
	left: 10%;
	padding-bottom: 50px;
	z-index: 90;
	width: 80%;
	height: 500px;
	background-color: #FFF;
	overflow:auto;	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	}
	
	


#lightbox{
	position: absolute;
	top: 40px;
	margin-top:80px;
	left: 0;
	width: 100%;
	z-index: 200;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: none;
	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; margin-left:10px;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/previous.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.png) right 15% no-repeat; }


#imageDataContainer{
	font: 12px Garamond, Georgia, Times New Roman, Times, serif;;
	color:#fff;
	background-color: #none;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0px 0px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: none; margin-left:10px;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; margin-left:10px;	}			
#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 */
	}	
	