/* CSS Document             */
/* Indre Østfold Elektro AS */

body, html { 
	height : 100%;
	margin : 0; 
	padding : 0; 
	background : #000 url(../images/bg_body.gif) top left repeat;
	color : #f3e424;
}

#superlogin
{
	background-color: #fff;
}

.clear {
	clear : both;
}

hr {
	color : #f3e424;
}


/*------------------------- Text formatting */

h1 {
	font : normal 26px/38px "Trebuchet MS";
	margin : 0 0 1.5em;
	color : #f3e424;
	text-transform : uppercase;
}

h2 {
	font : normal 20px/38px "Trebuchet MS";
	margin : 0 0 1em;
	color : #f3e424;
}

h3 {
	font : bold 16px/38px Tahoma;
	color : #f3e424;
	margin : 0;
}

h4 {
	font : bold 13px Tahoma;
	color : #f3e424;
	text-transform : uppercase;
	margin : 0 0 2em;
}

p, td {
	font : normal 13px/19px Tahoma;
	color : #f3e424;
	margin : 0 0 2em 0;
}

a {
	text-decoration : underline;
	color : #f3e424;
}

a:hover {
	text-decoration : none;
	color : #fff;
}

div#rightcontent p {
	font : normal 11px/13px Tahoma;
	color : #fff;
	}


/*------------------------- Containers */

div#wrap {
	position : relative;
	min-height : 100%;
	width : 960px;
	border-left : 5px solid #000;
	border-right : 5px solid #000;	
	background : #000 url(../images/bg_wrap.gif) top left repeat-y;
	margin : 0 auto;
}

div#header {
	width : 960px;
	height : 235px;
	margin : 0;
	padding : 0;
}

div#topnav {
	width : 960px;
	height : 25px;
	margin : 0;
	padding : 0;
	background : url(../images/bg_menu.jpg) top left repeat-x;
}

div#subnav {
	width : 960px;
	height : 25px;
	margin : 0;
	padding : 0;
	background-color : #2c2c2c;
}

div#maincontent {
	min-height : 100%;
	float : left;
	width : 650px;
	margin : 0;
	padding : 50px;
	text-align : justify;
}

div#maindocument img {
	padding : 1px;
	background-color : #000;
	border : 3px solid #f3e424;
}

div#rightcontent {
	min-height : 100%;
	margin : 0;
	float : right;
	margin : 50px 0 0;
	padding : 0 15px;
	text-align : center;
}

div#tagmark { 
	font : normal 11px Tahoma;
	width : 180px;
	text-align : center; 
	margin : 50px auto 0; 
}

div#tagmark a { 
	text-decoration : none; 
	color : #a98a00; 
}

div#tagmark a:hover { 
	text-decoration : none; 
	color : #f3e424; 
}
