/*
CSS-fil for Økonomisenteret AS sine websider

Laget av 

Eivind Savio 2004
http://www.savio.no
*/

/******************* Generell definering av TAG'er starter her *******************/

body				{
					margin: 0;
					padding: 0;
					background: #f5f5f5;
					color:#000;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:  0.8em;
					text-align: center;
}
	
img			{
					border: 0;
}
div					{text-align: left;
}
td					{vertical-align: top;
}
/*Behandling av FORM og INPUT */
form				{
					margin: 0;
}
input, textarea, select		
					{
					background: #f5f5f5;
					color: #000;
					font-size: 11px;
}

input, textarea, select, option 
					{
					border: 1px solid #004A93;
					font-weight: normal;
					font-size: 11px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* OVERSKRIFTER */

h1, h2, h3, h4, h5, h6 
					{
					font-weight:bold;
					margin: 7px 0 5px 0;
}

h1 					{font-size: 1.3em;}
h2 					{font-size: 1.2em;}
h3 					{font-size: 1.1em;}
h4 					{font-size: 1em;}
h5 					{font-size: 0.9em;}
h6 					{font-size: 0.8em;}

/* Slutt OVERSKRIFTER */

/*Generell linkdefinering */		
a:link, a:visited	{
					color: #004A93;
					text-decoration:none;
					
}
a:hover 			{color: #812106;
}

.text1				{font-size: 1.1em;}
.text2				{font-size: 0.8em;}
.text3				{font-size: 0.7em;}
.text4				{font-family: Arial, Helvetica, sans-serif;}
.msg				{color: red;}
/* Generell definering av TAG'er slutter her */

/******************* HOVEDCONTAINER starter her *******************/
div#maincontainer	{
					border: 0;
					margin: 0 auto;
					padding: 0;
					background: url(/layout/images/bakgrunn.gif) repeat-y;
					width: 780px;
}
/*HOVEDCONTAINER slutter her */	

/******************* HEADER begynner her *******************/
div#top				{					
					border: 0;
					padding: 5px 0 5px 0;
					margin: 0;
					background: #f5f5f5;
					height: 120px;	
}

div#top1			{
					float: right;
					background: url(/layout/top/header_bakgrunn.jpg) no-repeat #f5f5f5;
					width: 544px;
					height: 114px;
}

#logo			{
					width: 236px; 
					height: 114px;
					float: left;
					padding: 0;
					margin: 0;
					background:url(/layout/top/logo.gif) no-repeat;			
}

#logo h1 {
  				overflow: hidden;
  				height: 114px;
  				width: 236px;
				padding:0;
				margin:0;
}
#logo h1 a 		{
  				display: block;
  				overflow: hidden;
  				padding: 114px 0 0 0;
				background:url(/layout/top/logo.gif) no-repeat;
}

#logo h1 a:hover {
  				background-position: 0 0;
}
/* Slutt på HEADER*/

/******************* HOVEDINNHOLD begynner her *******************/
div#topbox			{	
					margin: 0 0 5px 203px;
					padding: 5px 0 0 10px;
					font-size: 10px;
					background-color: #f5f5f5;
					color: #666666;
					height: 20px;
					width: 563px;
					border-top: 1px solid #004A93;
					border-right: 1px solid #004A93;
}
* html div#topbox	{ /*IE hack */	
					margin: 0 0 5px 200px;
}

#topbox a:link, #topbox a:visited
					{
					color: #004A93;
					text-decoration: none;
}
		
#topbox a:hover 	{color: #812106;
					text-decoration: underline;
}
	
div#content			{
					padding: 0 0 10px 0;
					margin: 0 0 5px 10px;
					width: 550px;
					min-height:250px; 
/*					height:295px; */
					border: 0;
					float:left;
}
* html div#content	{ /*IE hack */	
					height:295px;
}

#content li 
					{ margin: 0 0 5px 0; 
}
	
/* Slutt på HOVEDINNHOLD */

/******************* VENSTREMARG begynner her *******************/
div#leftbox			{
					float: left;
					margin: 0;
					padding: 0;
					width: 200px; 
					border-top: 1px solid #004A93;
}

/*Venstre MENY begynner her */
#navcontainer { margin-top: 8px;
}

#navcontainer ul
				{
				margin: 0;
				padding: 0;
				list-style-type: none;
}

#navcontainer li { margin: 0; }

#navcontainer a
				{
				padding: 1px 10px;
				text-decoration: none;
				font-size: 12px;
}

#navcontainer a:hover
{
				color: #812106;
				padding: 1px 1px 1px 10px;
}

#navcontainer ul ul
{
margin-left: 15px;
padding: 0;
list-style-type: none;
}

/*Venstre MENY slutter her */
/* VENSTREMARG slutter her */

/******************* FOOTER begynner her *******************/
div#footer			{ 
					clear: both;
					margin: 0;
					width: 775px;
					border: 1px solid #004A93;
					background: #f5f5f5;
					padding-top: 5px;
					font-size: 0.7em;
}
#footer a:link, #footer a:visited
					{
					text-decoration: none;
}
#footertip		{
					text-align: center;
					font-size: 11px;
					color:#fff;
					height: 20px;
					margin: 0;
					padding: 3px 10px 0 10px;
					background-color: #004A93;
}
#footertip a:link, #footertip a:visited
					{color: #fff;
}
#footertip a:hover 	{color: #FDBB2A;
}
div#footertext		{
					margin: 0;
					padding: 10px 10px 10px 10px;
					text-align: left;
					background-color: #FFF;
}

#extra {
padding: 10px 0 7px 0;
background: #f5f5f5;
text-align: center;
font-size: 10px;
color: #999;
}			
#extra a:link, #extra  a:visited{
color: #999;
text-decoration: underline;
}
#extra a:hover {
color: #ccc;
}
/* FOOTER slutter her */