/* ADMINISTRASJON */

td.admin
{
	font-family: arial;
	color: gray;
	font-size: 11px;
}
 
form.admin
{
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 11px;
}

input.admin
{
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 11px;
	border: solid gray 1px;
}

textarea.admin
{
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 11px;
	border: solid gray 1px;
}

/* FONTER */
p.overskrift
{
	font-family: "book antigua";
	color: #cca251;
	font-size: 24px;
	padding: 0px;
	margin: 15px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-style: italic;
}

p.main
{
	font-family: verdana;
	color: #7c6331;
	font-size: 10px;
	padding: 0px;
	margin: 15px;
	margin-top: 15px;	
}

/* LINKER */
a.navbar
{
	font-family: "book antigua";
	color: #b8934c;
	font-size: 9.5pt;
	text-decoration: none;
	/*font-style: italic;*/
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

a.navbar:hover
{
	color: #cca251;
	background-color: #282007;
}

a.main
{
	font-family: verdana;
	color: #d3a754;
	font-size: 10px;
	text-decoration: none;
}

a.main:hover
{
	text-decoration: underline;
}


/* IMAGE */
img.footer
{

	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 40px;
	position: relative;
	border: solid #2f2002 1px;
}

img.thumb
{
	border: none;
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
}

img.stort_bilde
{
	/*border: solid #302608 5px;*/
	border: solid #635029 1px;
}

/* DIV */
div.vis_bilde
{
	height: 398px;
	width: 558px;
	border: none;
	visibility: hidden;
	position: absolute;
	top: 135px;
	background-color: #231c06;
	background: url("../grafikk/background.jpg");
}


div.ytre_beholder
{
	border: none;
}

div.indre_beholder
{
	border: solid #583c04 1px;
	border-top: solid #805807 1px;
	width: 762px;
	height: 570px;
	text-align: left;
	overflow: hidden;
	background-color: #231c06;
}

div.header
{
	width: 762px;
	height: 100px;
	padding: 0px;
	overflow: hidden;
	background: url('../grafikk/header.jpg');
	background-repeat: no-repeat;
}

div.main
{
	width: 560px;
	height: 400px;
	float: left;
	overflow: auto;
	background-color: #231c06;
	background: url("../grafikk/background.jpg");
	scrollbar-face-color: #2f2002;
    scrollbar-shadow-color: #302608;
    scrollbar-highlight-color: #2f2002;
    scrollbar-3dlight-color: #2f2002;
    scrollbar-darkshadow-color: #302608;
    scrollbar-track-color: #302608;
    scrollbar-arrow-color: #2f2002;
}

div.bilder
{
	height: 400px;
	width: 200px;
	border: none;
	border-left: solid #2f2002 1px;
	float: right;
	overflow: hidden;
	background-color: #231c06;
	background: url("../grafikk/background.jpg");
}

div.footer
{
	margin: 0px;
	height: 51px;
	width: 762px;
	padding: 0px;
	border-top: solid #2f2002 1px;
	float: left;
	background-color: #1e1705;
	overflow: hidden;
}

div.navbar
{
	height: 17px;
	width: 762px;
	border-bottom: solid #372503 1px;
	border-top: solid #2f2002 1px;
	overflow: hidden;
	background-color: #1e1705;
}

/* BODY */
body.kropp
{
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	background-color: #120e03;
}

/*TABELL */
td.main
{
	font-family: verdana;
	color: #7c6331;
	font-size: 10px;
}

/* FORM OG INPUT */

textarea.melding
{
	font-family: arial;
	font-size: 11px;
	color: #7c6331;
	width: 260px; 
	height: 100px;
	border: solid #3a2803 1px;
	background-color: #302608;
	scrollbar-face-color: #302608;
    scrollbar-shadow-color: #302608;
    scrollbar-highlight-color: #302608;
    scrollbar-3dlight-color: #302608;
    scrollbar-darkshadow-color: #302608;
    scrollbar-track-color: #302608;
    scrollbar-arrow-color: #302608;
}