
	body {
		color: #515658;
		padding: 50px;
		font-size: 14px;
		font-family: Palatino, Georgia, Arial, sans-serif;
		background-color: #ccd3d7;
	}

	a.logo {
		color: #515658;
		background-color: #ccd3d7;
		background-image: url(images/logo.png);
		top: 50px;
		position: fixed;
		float: left;
		display: block;
		height: 85px;
		width: 345px;
	}

	ul.meny {
		height: 50px;
		position: fixed;
		color: #515658;
		font-size: 5px;
		font-style: normal;
		font-weight: normal;
		top: 69px;
		width: 650px;
		left: 395px;
		float: left;
		list-style-type: none;
	}

	ul.meny li {
		height: 20px;
		text-overflow: clip;
		word-spacing: 0px;
		color: #515658;
		float: left;
		display: block;
	}

	ul.meny li a {
		padding: 0px;
		border-top-color: #c5cbd0;
		border-top-width: 1px;
		border-top-style: solid;
		text-transform: uppercase;
		font-size: 9px;
		margin-right: 20px;
		line-height: 15px;
		width: 137px;
		float: left;
		display: block;
		height: 17px;
		color: #515658;
		letter-spacing: 0px;
	}

	ul.meny li a:hover {
		color: white;
		border-top-color: white;
	}
	

	div.innhold {
		color: #515658;
		background-color: #ccd3d7;
		font-size: 30px;
		position: relative;
		top: 75px;
		padding-top: 10px;
		clear: both;
		width: 2300px;
	}

	div.innhold_smal {
		color: #ccd3d7;
		background-color: #ccd3d7;
		font-size: 30px;
		position: relative;
		top: 75px;
		padding-top: 10px;
		clear: both;
		width: 1300px;
	}

	div.innhold img, div.innhold_smal img {
		color: #515658;
		background-color: #ccd3d7;
		margin-right: 10px;
		clear: none;
		float: left;
		-moz-box-shadow: 0px 1px 4px #666666;
		-webkit-box-shadow: 0px 1px 4px #666666;
	}

	a {
		color: #515658;
		text-decoration: none;
	}

	a:hover {
		color: #515658;
	}

	p {
		color: #515658;
		line-height: 0px;
		font-style: normal;
		font-weight: normal;
		letter-spacing: 1px;
		margin-bottom: 2px;
		clear: both;
		float: left;
		margin-top: 10px;
		font-size: 10px;
	}

	div.serie {
		float: left;
		-webkit-border-radius: 10px;
	}

	.ornament {
		color: #515658;
		line-height: 24px;
		font-size: 16px;
	}

	div.contact {
		color: #515658;
		float: left;
		width: 400px;
	}

	h1 {
		font-family: "Courier New", Courier, Monaco, monospace, sans-serif;
		word-break: normal;
		word-wrap: normal;
		font-size: large;
		font-weight: bold;
	}

	
