body {
	background-color: #666666;
	font-family: arial;
}

table.hovudtabell {
	width: 900px;
	height: 800px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #FFFFFF;
	border-spacing: 0px;
}

table.meny {
	font-size: 11px;
	width: 90%;
	
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-image: url('menybakgrunn.jpg');
	
}

td.topbar {
	width: 100%;
	height: 20px;
	background-image: url('mainback.png');
	color: #ffffff;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

td.meny {
	width: 160px;
	height: 100%;
	vertical-align: top;
}
td.hovudcelle {
	width: 600px;
	height: 100%;
	vertical-align: top;
}

td.bottombar {
	width: 100%;
	height: 20px;
	background-image: url('menybakgrunn.jpg');
	color: #000000;
	font-weight: normal;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
}

td.menyoverskrift {
	text-align: center;
	font-size: 12pt;
}
	
td.menyobjekt {
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	font-size: 10pt;
}

td.forsidecamramme {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	height: 300px;
	width: 280px;
}
td.camramme {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	height: 600px;
	width: 640px;
}

td.kommentarramme {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	height: 20px;
	width: 640px;
	font-size: 10px;
}

td.forsidecamoverskrift {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	text-align: center;
	background-image: url('menybakgrunn.jpg');
}
td.forsidecambilde {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	text-align: center;
}

img.ikon {
	width: 14px;
	height: 14px;
	border-style: none;
}

img.forsidebilde {
	width: 200px;
	height: 200px;
	border-style: none;
}

img.bilde {
	width: 640px;
}

a {
	color: #000000;
	text-decoration: none;
	border-style: none;
}