/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #f1f1f1;
}
#shadow {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/back7.gif);
	background-repeat: repeat-y;
	text-align: left;
	height: 631px;
}
#wrapper {
	width: 792px;
	height: 190px;	
}
#header {
	margin: 0px;
	height: 190px;
	width: 792px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}
#container {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 792px;	
}
#left {
	margin: 0px;
	width: 108px;
	float: left;
	background-color: #d2d0bb;
	background-image: url(images/navigasjon_forsiden.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 430px;	
}
#nav {
	list-style-image: none;
	list-style-type: none;
	margin-top: 30px;
	margin-right: 4px;
	margin-left: 14px;
	padding: 0px;
	float: left;
}
#nav .li .img {
float: left;
}

#center {
	height: 100%;
	width: 684px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e8e6da;	
	height: 430px;	
}
#center h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00386c;
}
#center p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#center .brdTxt {
	font-size: 14px;
	padding-bottom: 20px;
}
h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: 7D775C;
}
#right {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: auto;
	width: 120px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}
#footer {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c6d2e1;
	width: 792px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00386c;
}
#footer2 {
	background-image: url(footer3.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: left;
	padding-right: 1px;
	padding-left: 1px;
}
#footer p {
	color: #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#thumb {
	
}


.thumbnail{

display: block; 
position: relative;
z-index: 0;
text-decoration: none;
}
.thumbnail a {
display: block; 
text-decoration: none;
}

.thumbnail:hover{
display: block; 
background-color: transparent; /*   */
z-index: 50;
text-decoration: none;
}

.thumbnail span{ /*CSS for enlarged image*/
	display: block;
	position: absolute;
	background-color: #f1f1f1;
	padding: 4px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align: left;
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
		
	
}

.thumbnail span img{ /*CSS for enlarged image*/
display: block; 
border-width: 0;
/*padding: 2px; */

}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
display: block; 
visibility: visible;
top: 0;
left: 20px; /*position where enlarged image should offset horizontally */
text-decoration: none;
}