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

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* CONTENT */

body {
	background: url(images/bg.gif) repeat-x #e8e8e8;
}

#wrap {
	width: 100%;
	height: auto;
	
}

#title {
	margin-left: auto;
	margin-right: auto;
	width: 222px;
	height: 39px;
	background-image:url(images/title.jpg);
}
	
#meny {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	margin-top: 5px;
}
#meny ul li {
	float: left;
	width: 250px;
	background-color: #e8e8e8;
}

#meny ul li a {
	text-decoration: none;
	text-align: center;
	height: 30px;
	padding-top: 10px;
	background-color: #cccccc;
	display: block;
	font-family: Garamond, Georgia, Times, Serif;
	font-size: 16px;
	color: #09F;
}

#meny ul li a.active{
	background-color:#e8e8e8;
}

#meny ul li a:hover{
	background-color: #e8e8e8;
}

#content {
	width: 1100px;
	height: 1000px;
	background-color: #e8e8e8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}
#content .img {
	float: left;
	margin-left:48px;
	margin-top: 60px;
}
#content .img p {
	font-size: 16px;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	color: #09F;
}
#content .img p a {
		text-decoration: none;
		color: #09F;
}
#content .img img {
	border: 1px solid #838383;
}
#content .img .singleimg {
	float: left;
	
}

#content #lasse {
	width: 400px;
	margin-top: 60px;
	margin-left: 50px;
	float: left;
}
#content #lasse h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #03C;
}
#content #lasse p {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content #lasse a {
	color:#03F;
	text-decoration:none;
}

#content #historie {
	float: right;
	margin-right: 120px;
	width: 400px;
	margin-top: 20px;
}

#content #historie .histimg  {
	margin-top: 40px;
	
}
#content #historie .histimg img {
	
	border: 2px solid #ccc;
}
#content #historie .histimg h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #03F;
}
		