/*
CSS-fil for Økonomisenteret, www.ok-senteret.no

Laget av 

Eivind Savio 2005
http://www.savio.no
*/

/******************* Generell definering av TAG'er starter her *******************/
*
{
border: 0;
padding: 0;
margin: 0;
}
html, body {
background-color: #fff;
color:#000;
font-family: Times New Roman, serif;
}
body {
margin: 10px 0 10px 0;
font-size: 80%;
}	
hr {
border: 1px;
padding: 1px;
margin: 3px;
background: #ccc;
}
p {
margin: 4px 0 4px 0;
padding: 4px 0 4px 0;
}
div { 
text-align: left;
}

/*Behandling av FORM og INPUT */
input {
margin: 2px 0 2px 0;
}
input,textarea,select {
background: #FCFCFC;
}

input,textarea,select,option {
border: 1px solid #ABABAB;
font-size: 11px;
padding:1px 0 1px 0;
}

/* OVERSKRIFTER */
h1, h2, h3, h4, h5, h6 {
background:transparent;
font-weight:bold;
font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {font-size: 1.5em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1em;}
h5 {font-size: 0.9em;}
h6 {font-size: 0.8em;}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
color:#000;
text-decoration: none;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
color:#000;
text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
color: #919195;
}
/* Slutt OVERSKRIFTER */

/*Generell linkdefinering */		
a:link, a:visited {
color: #4D63BA;
}
a:hover {
color: #999;
}

td{
vertical-align: top;
}
.text1 {
margin-bottom: 10px;
}
.text2 {
border-top: 1px solid #C0C0C0; 
margin-top: 10px;
}
.msg {color: red;}

.postbutton {
background-color: #FCFCFC;
color: #4D63BA;
font-weight: bold;
cursor:pointer;
}
.postbutton:hover {
background:#FCFCFC;
color: #999;
}

.bgcolor {
background-color: #f5f5f5;
}
.imgingress {
float:left;
margin: 4px 5px 3px 0;
}

/******************* HEADER begynner her *******************/
#logo {
margin-bottom: 10px;		
}
div#top1 {
display: none;					
}
#topbox {
display: none;
}
/******************* HOVEDINNHOLD begynner her *******************/
div#content			{
					padding: 0 0 10px 0;
					margin: 0 0 5px 10px;

					border: 0;

}

/* Slutt på HOVEDINNHOLD */
/******************* VENSTREMARG begynner her *******************/
#leftbox {
display: none;
}


/******************* FOOTER begynner her *******************/
#footertip{
display: none;
}

#footertext {
margin-top: 5px !important; /*leses ikke av Explorer */ 
margin-top/**/: -3px; /*leses kun av Explorer slik at paddingen ikke klusser med bredden*/ 
font-size: 0.9em;
color: #666;
}
#footertext p {
margin: 2px;
padding: 0;
}
#footertext a {
color: #666;
}
#footertext a:hover {
color: #999;
}