/*
- DEFAULT HTML STYLES 
- CONTAINER STYLES
- SPAN STYLES
- HEADLINE STYLES 
- PARAGRAPH STYLES 
- LIST STYLES
- LINK STYLES 
- IMAGE STYLES
- TABLE STYLES 
- FORM STYLES
- DIVERSE STYLES
*/



/*
OVERVIEW OF MAIN CONTAINERS (divs's) IN LAYOUT:
--------------wrapper-----------------------------------------
|                                                            |
| -------------header--------------------------------------- |
| |    contains: logo, localoffices, print, fontsize       | | 
| |    PS: localoffices is not in use                      | |
| ---------------------------------------------------------- |
|                                                            |
| --------------mainNav------------------------------------- |
| | -------------nav---------------   -----searchpanel---  | |
| | |                             |   |    not in use   |  | |
| | -------------------------------   -------------------  | |   
| ---------------------------------------------------------- |
|                                                            |
| ---------------------breadcrumbs-------------------------- |
| |                    not in use                          | |
| ---------------------------------------------------------- |
|                                                            |
| --------------------contentWrapper------------------------ |
| |                                                        | |
| /                 LAYOUT ALTERNATIVE 1                   / |
| | ----col1------   ------col2Wide----------------------  | |
| | |            |   |                                  |  | |
| | |  content   |   |      content                     |  | |
| | | goes here  |   |     goes here                    |  | |
| | |            |   |                                  |  | |
| | |            |   |                                  |  | |
| | --------------   ------------------------------------  | |
| |                                                        | |
| /                 LAYOUT ALTERNATIVE 2                   / |
| | ----col1------   ------col2----------   ----col3-----  | |
| | |            |   |                  |   |           |  | |
| | |  content   |   |   content        |   |  content  |  | |
| | | goes here  |   |  goes here       |   | goes here |  | |
| | |            |   |                  |   |           |  | |
| | |            |   |                  |   |           |  | |
| | --------------   --------------------   -------------  | |
| |                                                        | |  
| /                 LAYOUT ALTERNATIVE 3                   / |
| | ----col1------   ------col2Wide----------------------  | |
| | |            |   |  --innerCol2--  ---innerCol3---  |  | |
| | |            |   |  |           |  |             |  |  | |
| | |  content   |   |  |  content  |  |   content   |  |  | |
| | | goes here  |   |  | goes here |  |  goes here  |  |  | |
| | |            |   |  |           |  |             |  |  | |
| | |            |   |  |           |  |             |  |  | |
| | |            |   |  -------------  ---------------  |  | |
| | --------------   ------------------------------------  | |
| ---------------------------------------------------------- |
|                                                            |
| --------------------footer-------------------------------- |
| |                                                        | |
| ---------------------------------------------------------- |
--------------------------------------------------------------
*/








/* 
---------------------------------------------------------------------------------------------
DEFAULT HTML STYLES 
---------------------------------------------------------------------------------------------
*/
html {padding:0px;margin:0px;background-color:#fff;}
body {background: url(../backgrounds/hadeland/bg_hadeland.jpg) no-repeat top left;padding:0px;margin:0px;}
h1 {}
h2 {}
h3 {}
h4 {}
p {}
ul {}
ol {}
li {}

/*RIKTIG REKKE: LoVe HAte*/
a:link {color:#608b4c;}
a:visited {color:#608b4c;}
a:hover {color:#608b4c;}
a:active {color:#608b4c;}




/* 
---------------------------------------------------------------------------------------------
CONTAINER STYLES 
---------------------------------------------------------------------------------------------
*/
div.transparentImg {background: url(../backgrounds/raufoss/Turkis-transp2.png) repeat top left;}
div#imgPlaceholder2 {background: url(../backgrounds/hadeland/bgContentWrapper_hadeland.gif) repeat-y 0px 10px;padding-top:30px;margin-top:-30px;}
div#imgPlaceholder {background: url(../backgrounds/raufoss/brImgPlaceholder.png) repeat-x bottom right;}
div.col4 div.schoolLogo {background:transparent url(../backgrounds/raufoss/bgImgBorder.gif) repeat-x bottom left;}
div#mainfooter {background:#f15a29;color:#fff;}
div.leftcollink {background:#fbba99;}
div.accessibility {}
div.col1 div#simplegallery {background-color:Transparent;}


/* 
---------------------------------------------------------------------------------------------
SPAN STYLES 
---------------------------------------------------------------------------------------------
*/







/* 
---------------------------------------------------------------------------------------------
HEADLINE STYLES 
---------------------------------------------------------------------------------------------
*/
h1.title{color:#fff;}




/* 
---------------------------------------------------------------------------------------------
PARAGRAPH STYLES 
---------------------------------------------------------------------------------------------
*/

p.contrast {}
p.sound {}



/* 
---------------------------------------------------------------------------------------------
LIST STYLES 
---------------------------------------------------------------------------------------------
*/

ul.skolene {background:transparent url(../backgrounds/hadeland/menumarker_hadeland.gif) no-repeat bottom left;}
div#homemenu ul li.selected {background-color:#fff;}
div.col3 ul.pagelist li {background:none !important}
/* 
---------------------------------------------------------------------------------------------
LINK STYLES 
---------------------------------------------------------------------------------------------
*/

h1.title a {color:#fff;}
div#homemenu ul li a {color:#fff;}
div#homemenu ul li.selected a {color:#000;}
div#homemenu ul li.selected ul li a {color:#000;}

div#treemenu ul li a {color:#fff;}
div#treemenu ul li.selected a {color:#000;background-color:#fff;}
div#treemenu ul li.expanded a {color:#000;background-color:#fff;}
div#treemenu ul li.expanded ul li a {color:#000;background-color:#fff;}
div#treemenu ul li.expanded ul li.expanded ul li a {color:#000;}
p.contrast a, p.sound a {color:#000;}
div.accessibility ul li.small a {color:#000;}
div.accessibility ul li.medium a {color:#000;}
div.accessibility ul li.large a {color:#000;}

div.col3 div.module ul li {background:transparent url(../backgrounds/raufoss/listmarker.gif) no-repeat 0px 5px;}
ul.introlist li {background:none !important}
div.paging ul li {background:none !important}
div#mainfooter a {color:#fff;}


div.leftcollink a {color:#000 !important;}







/* 
---------------------------------------------------------------------------------------------
IMAGE STYLES 
---------------------------------------------------------------------------------------------
*/







/* 
---------------------------------------------------------------------------------------------
TABLE STYLES 
---------------------------------------------------------------------------------------------
*/






/* 
---------------------------------------------------------------------------------------------
FORM STYLES 
---------------------------------------------------------------------------------------------
*/

fieldset.search {border:0px;background-color:#608b4c;}
fieldset.search input {border:0px;background-color:#fff;color:#608b4c;border:1px solid #608b4c}
fieldset.search input.searchBtn {background-color:#608b4c;border:0px;color:#fff;}



/* 
---------------------------------------------------------------------------------------------
DIVERSE STYLES 
---------------------------------------------------------------------------------------------
*/



