@charset "iso-8859-1";


body
{
	background-color: #ddd;
	color: #fff;
}
#outerColumnContainer
{
	border-left-color: #ca7;	/* bakgrunn til venstre kolonne */
	border-right-color: #ca7;	/* bakgrunn til h?yre kolonne */
}
#masthead
{
	background-color: #642;
	color: #fff;
        text-align: center;
}
#footer
{
	background-color: #642;
	color: #fff;
}
#outerColumnContainer, #contentcolumn	/* selector case hack to reset version 4
					   stylesheet setting */
{
	background-color: #fff;		/* this sets the background color on the
					   center column */
	color: #000;
}
#leftColumn, #rightColumn, #contentColumn
{
	color: #000;
}
.vnav ul li a
{
	color: #fff;
	background-color: #a85;
}
#rightColumn .vnav ul li a:hover, .vnav ul li a:hover
{
	background-color: #edb;
	color: #300;
}
#rightColumn .vnav ul li a
{
	color: #fff;
	background-color: #a85;
}
.hnav, .hnav ul li a
{
	background-color: #cc9;
	color: #336;
}
.hnav ul li a:hover
{
	background-color: #edb;
	color: #300;
}
#pageWrapper, #innerColumnContainer, #masthead, #footer, .hnav
{
	border-color: #000;
}




