/***design***/

body {
	width: 1000px;
	background-color: #e7d3b7;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#header {
	width: 1000px;
	height: 277px;
	background-image: url('img/design/header.jpg');
}

div#menu {
	width: 1000px;
	height: 36px;
	background-image: url('img/design/menu.jpg')	
}

 div#linker,  div#linker a,  div#linker a:visited {
	font-family: Verdana;
	font-size: 10pt;
	color: black;
	text-align: center;
	text-decoration: none;
	line-height: 120%;
}

 div#linker a:hover {
	text-decoration: overline underline;
}

div#innhold {
	width: 1000px;
	min-height: 300px;
	background-image: url('img/design/back.jpg');
	background-repeat: repeat-y;
}

div#footer {
	width: 1000px;
	height: 78px;
	background-image: url('img/design/footer.jpg');
	font-family: Verdana;
	font-size: 9pt;
	color: #efe1cf;
	text-align: center;
	text-decoration: none;
}

div#footer a, div#footer a:visited {
	text-decoration: underline;
	color: #efe1cf;
}

div#footer a:hover {
	text-decoration: none;
}


/****Skrifter****/

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 50px;
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
}

h3 {
	margin-left: 70px;
	margin-right: 70px;
	margin-top:0px;
	margin-bottom:0px;
	font-family: verdana;
	font-size:12pt;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}

a, a:visited {
	text-decoration: underline;
	color: #665132;
}

a:hover {
	text-decoration: none;
}
/******Bilder*****/
img {
	display: inline;
}

/*****Tabeller******/

table {
	border-collapse: collapse;
}

td {
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
}
/*****************/
/******Div'er*****/
/*****************/

/*Kattene*/
div#kattene td {
	font-family: verdana;
	font-size: 8pt;
	font-weight:bold;
}

div#kattene td a, div#kattene td a:visited {
	text-decoration: none;
	color: black;
}

div#kattene td a:hover {
	text-decoration: overline underline;
}
/*Stamtavler*/
div#stam td, div#stam table {
	border-collapse: collapse;
	border:1px solid black;
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
}


#ramme	{
	height: 200px;
	width: 150px;
}
