@charset "UTF-8";
/* CSS Document */

body	{
	background-color: #f1f1f1;
	margin: 0;
	padding: 0;
	height: 100%;
	}

a:link {
	color: #4d4d4d;
	text-decoration: none;
	}
a:visited {
	color: #4d4d4d;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: none;
	}
a:active {
	color: #4d4d4d;
	text-decoration: none;
	}
	
.toppboks	{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	}
	
.topp	{
	font-family: georgia, times, serif;
	font-size: 0.9em;
	color: #4d4d4d;
	font-variant: small-caps;
	padding: 0;
	margin: 0;
	}
	
.aboutmidtboks	{
	height: 666px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 70px;
	background-image: url(images/lyngdal.jpg);
	}
	
.contactmidtboks	{
	height: 666px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 70px;
	background-image: url(images/vann.jpg);
	}
	
.innholdboks	{
	width: 255px;
	height: auto;
	float: left;
	background-color: #f1f1f1;
	padding: 10px;
	}
	
.bread	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.7em;
	color: #383838;
	padding: 1px;
	margin: 0;
	}
	
.blackbread	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.5em;
	font-variant: small-caps;
	color: #383838;
	margin: 0;
	}

.firstboks	{
	height: 252px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	}
	
#photoholder {
	width:1000px;
	height:525px;
	border:1px solid #666;
	background:#f1f1f1 50% 50% no-repeat;
}
#thephoto {
	width:1000px;
	height:252px;
}