﻿/**        CSS for www.ks-huseby.no         **/
/**  Huseby kompetansesenter - januar 2008  **/



/*  Setter opp standarder som   */
/*  gjelder for hel siden       */
/********************************/

body
{
    font-family: Verdana, Sans-Serif;
    margin: 0;
    padding: 0;
    background-color: #E2E2E2;
}

li {
    list-style: none;
    margin: 10px 0;
}


/* Side oppsett for grafikk, tekst */
/* for toppen av siden             */
/***********************************/

#banner-topp {
    background: #818181;
    padding: 15px;
    margin-top: .5em;
    margin-right: 5%; /* legger til mellomrom mellom kolonnen */
    margin-left: 5%;
    font-size: 1.5em;
    color: #FFFFFF;
}

#banner-topp h1 {
    font-size: 1.5em;
    color: #FFFFFF;
}

#statped-topp {
    margin-top: .2em;
    margin-right: 5%; /* legger til mellomrom mellom kolonnen */
    margin-left: 5%;
    background-color: #F8DC30; 
}

#TeamViewer {
	margin-top: 1.5em;
    margin-right: 6%; /* legger til mellomrom mellom kolonnen */
    margin-left: 5%;
	float: right;
	
}

#main_background {
	background-color: White;
    margin-right: 5%; /* legger til mellomrom mellom kolonnen */
    margin-left: 5%;
}

#main {
    padding: 1em;
    background-color: White;
    float: left; /* Lar hele hovedteksten flyte til venstre */
	margin-right: 5%; /* legger til mellomrom mellom kolonnen */
    margin-left: 5%;
}

#main.tekst{
	color: #000080;
	width: 65%;
	margin-right: 5%; /* legger til mellomrom mellom kolonnen */
    margin-left: 5%;
}


/* link stil for main   */
/************************/

#main a:link
{
	color: #000080;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#main a:visited {
    color: Purple;
    text-decoration: none;
}
  
#main a:hover
{
    background-color: #F8DC30;
    color: Black;
    text-decoration: none;
    border-bottom: 2px solid;
    border-bottom-width: 1px;
}

/**************************/

a.aktiv-daisy
{
    background-image: url( 'images/daisy.jpg' );
    background-repeat: no-repeat;
    text-decoration: none;
}
    
a.aktiv-daisy:hover
{
    background-image: url(  'images/daisy-over.jpg' );
    background-repeat: no-repeat;
    text-decoration: none;
}


#banner-bunn {
    background: #818181;    
    margin-top: 1em;
    clear: both; /* starts the footer below the floated content */
    margin-right: 5%; /* adds space between colums */
    margin-left: 5%;    
}
    
#hoyre-meny 
{
    margin-top: 1em;
    margin-right: 5%; /* space on the right of the side column */
}

#WinTid {margin-top: .3em;}

#OWA {margin-top: 1.2em;}

#daisy
{
    clear: both;
    padding: 1px;
    text-align: center;
    float: right;
   
}

#Skolelydbok
{   
    clear: both;
    margin: 1px;
    padding: 1px;
    text-align: center;
    float: right;
}

#W3C {
    /*position: absolute;
    right: 65px;
    bottom: 5px;*/
    clear:  left;
    bottom: auto;
    text-align: center; 
   /* width: 200px;
    height: 31px;
  border: 1px dashed Black;*/
    line-height: 1.2em;
}
 
#intranett-meny
{
    border: 1px dashed Black;
    background-position: 1px 1px;
    float: right;
    text-align: center;
    width: 180px;
    height: 120px;
    line-height: 1.2em;
    background-color: #FFFFFF;
}

#intranett-meny h2 {
    margin-top: .5em;
    font-size: 1em;
    text-transform: uppercase;
    color:  Black;
    letter-spacing: 2px;
}

#Statped-meny
{
    border: 1px dashed Black;
    background-position: 1px 1px;
    margin-top: 1em;
    float: right;
    text-align: center;
    width: 180px;
    height: 130px;
    line-height: 1.2em;
    background-color: #FFFFFF;
}


#Statped-meny h2 {
    margin-top: .5em;
    font-size: 1em;
    text-transform: uppercase;
    color:  Black;
    letter-spacing: 2px;
}

p#copyright {
  color: #FFF; 
  font-size: 1em;
  text-align: center;
}

#bilde-txt p {
    text-align: center;
    font-family: Arial;
    font-size: .7em;
    font-style: italic;
}

ul.usynlig-AAA {
/*    border:1pt solid red; */
    list-style-type:none;
    list-style-position:outside;
    margin:0mm;
    padding:0mm;
    }

.contrast-selector label
{
    display: none;
    float: right;
    clear:  right;
}


