html,body {
	width:100%;
	height:100%;
}


body {
	margin:0;
	padding:0;

	background:url(../img/body_background.gif) #241f20 no-repeat;
	background-position:center center;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-size-adjust:none;
}

#outer { height: 100%; width:100%; }
#outer[id] { display: table; padding:0; margin:0; position: static; }

#middle { text-align:center; } /* for explorer only*/
#middle[id] { display: table-cell; vertical-align: middle; position: static; background:none; }

#contentHolder { width:900px; height:630px; padding:0px 8px 7px 0; background:url(../img/body_shadow.png) no-repeat; } /* for explorer only */
#contentHolder[id] { position: static; }


div#menuHolder {
	height:40px;
	background:url(../img/menu_background.gif) repeat-x;
}

div#textHolder {
	width:860px;
	margin:20px 20px 10px 20px;
	height:525px;
	text-align:left;
	overflow:hidden;
}

div#logo {
	float:right;
	margin-right:20px;
	margin-top:-45px;
}

div#textHolder ul {
	margin-left:8px;
	padding-left:5px;
	margin-top:0;
	padding-top:0;
	margin-bottom:10px;
	cursor:text;
}
div#textHolder ol {
	margin-left:16px;
	padding-left:5px;
	margin-top:0;
	margin-bottom:10px;
}
div#textHolder li {
	margin-bottom:10px;
	cursor:text;
}

a {
	color:#EF5B21;
	text-decoration:none;
}
div#textHolder a:hover {
	text-decoration:underline;
}
a.whiteBg:hover {
	color:#000000;
}

p {
	margin:0;
	padding:0;
}

.bgColor1 {
	background:#1e1b16;
	color:#FFFFFF;
}
.bgColor2 {
	background:#FFFFFF;
	color:#000000;
}
.gradHeader1 {
	background:url(../img/headerbg.gif) repeat-x;
	color:#fff;
	text-transform:uppercase;
	padding:9px 10px 8px 10px;
	font-size:12px;
}
.header1 {
	font-size:20px;
	text-transform:uppercase;
	margin:10px 0 5px 0;
	color:#f05c22;
}
.header1 sup {
	font-size:12px;
	font-weight:normal;
	
}
.header2 {
	font-size:20px;
	text-transform:uppercase;
	margin:10px 0 5px 0;
	color:#000000;
}

/* input buttons textarea */
input.button {
	border:1px solid #EF5B21;
	color:#FFFFFF;
	background:#F05C22;
	font-size:12px;
	cursor:pointer;
	padding:0px 4px 0px 4px;
}
input.button.over {
	background:#cf4000;
}

input.text {
	border:1px solid #FFFFFF;
	padding:1px;
	font-size:12px;
	background:#FFFFFF;
}
small {
	font-size:10px;
}

/* butikk */

.whiteLinks a {
	color:#FFFFFF;
}

div.result {
	margin-bottom:10px;
}

div.menuSubWhite a {
	line-height:18px;
	color:#FFFFFF;
}
div.menuSubWhite a:hover {
	color:#EF5B21;
}
div.menuSubWhite a.selected {
	color:#EF5B21;
}

label {
	color:#a1a1a1;
}

span.grey {
	color:#a1a1a1;
}

.required {
	border:1px solid #990000;
}

