<!--

BODY
{
	scrollbar-base-color: #E9D9BF;
	scrollbar-arrow-color: #E9D9BF;
	scrollbar-face-color: #B09464;
	font-family: arial, helvetica;
	font-size: 14px;
	color: #89612E;
	background-image:url(folders/graficonn/layout/mainbg.jpg);
}

th
{
	background-color: #68563D;
	color: #E9D9BF;
}

h1
{
	font-size: 20pt;
}
h2
{
	font-size: 18pt;
}
h3
{
	font-size: 15pt;
}

.overskrift
{
	font-size: 20px;
	font-family: arial, helvetica;
	font-weight: bold;
}

A:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #68563D;
}
A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #68563D;
}
A:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #4D2C09;
}
A:link.nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #68563D;
}
A:visited.nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #68563D;
}
A:hover.nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4D2C09;
}

input
{
	color: #68563D;
	background-color: #E7CEB5;
	border-color: #6B6156;
	font-family: arial, helvetica;
	font-size: 11px;
}

select
{
	color: #68563D;
	background-color: #E9D9BF;
	border-color: #6B6156;
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: normal;
}

textarea
{
	color: #68563D;
	background-color: #E7CEB5;
	border-color: #6B6156;
	font-family: courier;
	font-size: 11;
}

.submit
{
	color: #E9D9BF;
	background-color: #633311;
	border-color: #A98136;
	border-widths: 1;
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
}

/* 
   text styles 
*/
.title                          /* album titles on main page */
	{ 
	  font-size: 14px; 
	  font-weight: bold; 
	}
.desc                           /* album descriptions on main page */
	{ 
	  font-size: 12px; 
	}
.caption                        /* photo captions on all pages */
	{ 
	  font-size: 10px; 
	}
.error                          /* all error text */
	{ 
	  color: red; 
	  font-size: 12px; 
	}

.headbox			/* box around the page headers */
	{
	}

.head                           /* page headers */
	{ 
	  font-size: 16px; 
	  font-weight: bold; 
	}
.bread                          /* used in breadcrumb bars */
	{ 
	  font-size: 10px; 
	}
.nav                            /* used in navigation bars */
	{ 
	  font-size: 12px; 
	}
.admin                          /* used in admin bars */
	{ 
	  font-size: 10px; 
	  font-weight: bold; 
	}
.fineprint                      /* used for fine print */
	{ 
	  font-size: 10px; 
	}
.popuphead
	{
	  font-size: 16px;
	  font-weight: bold
	}
.popup
	{
	  font-size: 12px;
	}
.editlink			/* Used for the [edit] tags */
	{
	  font-size: 10px;
	}

-->