/* ***** body ***** */
body {
color : black; 
/*background :  */
background-color: #8b96b9;
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
text-decoration : none; 
background-image: url('../images/backgrunn_heading_test.gif');
background-repeat: repeat-x
} 

/* ***** Linker ***** */
A {
color : black; 
background : none repeat; 
text-decoration: none; 
}
/* Disse variablene styrer linkene på hele nettstedet . De styrer ikke linkene på menyen.*/
a:link {color: #003366} /* unvisited link */
a:visited {color: #003366} /* visited link */
a:hover {color: FF9933; text-decoration: underline} /* mouse over link */
a:active {color: #003366} /* selected link */

/* ***** Overskrifter ***** */
H1 {
color : black; 
font-family : verdana, sans-serif; 
font-size : large; 
font-weight : normal; 

} 

H2 {
color : black; 
font-family : verdana, sans-serif; 
font-size : small; 
font-weight : normal; 
} 

H3 , H4 , H5 , H6 {
color : black; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : bold; 
} 

/* ***** Sider ***** */
.topp-css {
text-align : left; 
color : black; 
background : none repeat; 
font-family : verdana, sans-serif; 
font-size : xx-small; 
font-weight : normal; 
} 


.side-topp-css {
text-align : center; 
color : black; 
background : none repeat; 
font-family : verdana, sans-serif; 
font-size : large; 
font-weight : normal; 
} 

.side-css {
text-align : left; 
color : black;
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
} 

.side-info-css {
text-align : center; 
color : black; 
background : none repeat; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
} 

.side-bunn-css {
text-align : center; 
color : black; 
background : none repeat; 
font-family : verdana, sans-serif; 
font-size : xx-small; 
font-weight : normal; 
} 


/* ***** Kalender ******/
.kalender-aar-css {
color : blue; 
background : white; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
text-decoration : underline;
} 

.kalender-overskrift1-css {
color : black; 
background : white; 
font-family : verdana, sans-serif; 
font-size : small; 
font-weight : normal; 
text-decoration : none; 
} 

.kalender-overskrift2-css {
color : black; 
background : white; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
text-decoration : none; 
} 

.kalender-tom-css {
color : black; 
background : white; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
text-decoration : none; 
} 

.kalender-maaned-css {
color : blue; 
background : white; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
text-decoration : none; 
} 

.kalender-uke-css {
color : blue; 
background : white; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
text-decoration : underline; 
} 

.kalender-dag-css {
color : blue; 
background : white; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
text-decoration : underline; 
} 

/* ***** Søk ***** */

.sok-under {
color : black; 
background : yellow; 
font-family : verdana, sans-serif; 
font-size : x-small; 
font-weight : normal; 
} 


