* { 
	margin		: 0; 
	padding		: 0;
	font-size	: 11px;
	font-family	: "Courier New", Courier, Monaco, monospace;
} 

HTML, BODY {
	height		: 100%
}

IMG {
	border		: none;
	margin          : 0 100px;
}

TABLE {
	border-collapse	: collapse;
}

TD {
	vertical-align	: top;
}

A, DIV.submenu A {
	color		: #a52a2a;
	text-decoration	: none;
xb
}

A:hover, DIV.submenu A:hover {
	color	     : #c63;
        font-weight  : bold;             
}

DIV.right A, DIV.right A:hover {
	background-image	: none;
}

DIV.right A:hover {
	color		: #b7a98c;
}

P, H2, H3, H4, H5 {
	margin		: 0 20px;
}

DIV.abody {
	margin		: 0 20px;
}

P {
	padding-bottom	: 10px;
}

H4 {
	color			: #666;
	font-size		: 2em;
	font-family		: "Courier New", Courier, Monaco, monospace;
	padding			: 10px 0 5px;
	clear			: left;
}

H3 {
	color			: #666;
	font-size		: 1.2em;
	font-family		: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-image	: url(./img/h2-divider.gif);
	background-repeat	: repeat-x;
	text-transform		: uppercase;
	padding			: 10px 0 5px;
	clear			: left;
}

H5 {
	font-size		: .7em;
}

DIV.right H2, DIV.right H3, DIV.right H4 {
	font-size	: .9em;
	clear		: both;
}

.heading {
	margin		: 0 0 20px 20px;
}

.mybody {
	color		: #000;
	line-height	: 1.5em;
	background-color: #ffffff;
	text-align	: center;
	margin-bottom	: 25px;
	padding-bottom	: 24px
}

DIV.wrap {
	background-color: transparent;
	text-align	: left;
	margin		: 10px auto;
	width		: 750px;
}

DIV.wrap DIV.header {
	color		: #413e41;
	text-align	: right;
	padding-right	: 25px;
	height		: 215px
}

.hoverOff {
	color		: #808080;
	background-color: transparent;
	border-width	: 0;
}

.hoverOn   {
	color		: #000000;
	background-color: #fff;
	border-width	: 0;
}

DIV.left {
	width		: 500px;
	float		: left;
	display		: inline;
}

DIV.left IMG.listimg, DIV.listimg {
	margin-right	: 10px;
	margin-left	: 15px;
	padding-bottom	: 10px;
	float		: left;
}

DIV.right {
	width		: 250px;
	float		: left;
	display		: inline
}

UL {
	margin		: 0 20px 10px 50px;
}

LI {
        /*list-style-image      : url(./img/star_gs.gif);*/
	list-style-type		: disc;
	padding			: 3px 10px 0;
	margin			: 0;
	background-image	: url(./img/list.gif);
	background-repeat	: repeat-x;
	background-position     : 0 bottom;
}

DIV.right UL, DIV.left UL {
	margin		: 0 20px 10px 20px;
}

DIV.right LI, DIV.left LI {
	list-style-type	: none;
	padding		: 0;
	margin		: 0;
}

DIV.footer	{
	line-height	: 30px;
	margin		: 10px 0 0;
	padding-bottom	: 0;
	height		: 53px
}

DIV.footer P {
	color		: #b7a98c;
	font-size	: 10px;
}

FIELDSET    {
	padding-top	: 15px;
	width		: 424px;
	border		: 0
}

FIELDSET.nyhetsbrev BR {
	clear		: left;
}

LABEL.skjema {
	display		: block;
	width		: 100px;
	float		: left;
}

INPUT.send     {
	font-family		: "Courier New", Courier, Monaco, monospace;
	background-color	: transparent;
	background-image	: url(/img/zend.gif);
	background-repeat	: no-repeat;
	cursor			: pointer;
	margin-top		: 10px;
	border-width		: 0;
}

* HTML INPUT.send {
	font-size	: 12px;
}

DIV.article_picture {
	float		: left;
	margin		: 0 10px 10px 10px;
	padding		: 5px;
	line-height	: 12px;
	background-color: black;
	color		: white;
}

DIV.article_picture IMG {
	margin-bottom	: 5px;
}
*/

/* Overskrifter */
DIV.left H2 SPAN {
	display		: none;
}

DIV.left H2 {
	background-repeat	: no-repeat;
	height			: 24px;
	margin-bottom		: 20px;
}

DIV.submenu {
	margin-left	: 20px;
	margin-top	: -20px;
	margin-bottom	: 20px;
}


DIV.specialh {
  color             : black;
  margin-left       : 20px;
  margin-bottom     : 5px;
  font-weight       : bold;
  font-size         : 24px;
}

P.special {
  font-size        : 11px;
}

