/*
CSS-struktur i cornelius.no
pagelayout.css: grunnelementer minus kolonneinndeling. Standard fonter etc. 
pagelayout_front.css: Kolonneinndeling på forsiden
pagelayout_page.css: Kolonneinndeling på resten av sidene
view.css: Spesifikt for hvert view <div class="view">

*/

body{
font: 10px/16px Verdana, Arial, Helvetica, sans-serif; 
color: #333333;
margin: 0px;
padding:0px;
background: #FFFFFF url(/design/cornelius/images/background2.gif) repeat-x;
}

/* 
Nyttige klasser som brukes over alt
-----------------------------------
*/



.break {
clear:both;
}

.hidden {
visibility:hidden;
display:none;
}

.left{
float:left;
}

.right{
float:right;
}


.les_mer {
PADDING-LEFT: 12px; 
BACKGROUND: url(/design/cornelius/images/les_mer.gif) no-repeat left center; 
MARGIN-BOTTOM: 10px;
WIDTH: 60px;
COLOR: #666666; 
TEXT-ALIGN: left; 
TEXT-DECORATION: none;


}

A {
	TEXT-DECORATION: none;
	color: #336699;;
}

A:link {
	TEXT-DECORATION: none;

}
A:hover {
	COLOR: #336699; 
	/*background: #FFFFFF url(/design/cornelius/images/background.gif) repeat-x;*/
	text-decoration:underline;
}

A:visited{
color:#336699;;
}

a img{
border: none;
}


h1 a:hover, h2 a:hover, h3 a:hover {
text-decoration:none;
color:#666666;
}


p:hover {
	color: #000000;
}



div.imageleft{
float:left;
padding-right:8px;
}

div.imageright{
float:right;
padding-leftt:8px;
}

div.intro{
font-weight:bold;
font-size: 12px;
}



.cellight, .celldark{
height:20px;
}

.cellight p, .celldark p{
margin: 0;
padding: 0;
}

.cellight, .comment1{
background-color:#EFEFEF;
}

.celldark, .comment2{
background-color:#DDDDDD;
}

div.factbox{
float:right;
width:210px;
border-left: 2px solid #6699CC;
margin-left:15px;
margin-bottom: 10px;
padding:5px 5px 5px 10px;
clear:both;
}

/* ------------------------------------ */


/* ------ START: GRUNNELEMENTER (kolonner i egen fil) ---------- */

#container {
margin: 0px;
border:0px solid black;
width:780px;
}

#path {
float:left;
width:98%;
margin-top:3px;
padding-left: 5px;
margin-bottom:10px;
color:#ffffff;
border: 0px solid black;
}



#content {
width:100%;
margin-left: 10px;
/* background: #FFFFFF url(/design/cornelius/images/background.gif) repeat-x;*/
}

#footer{
padding-top: 40px;
float:left;
width:100%;
border:0px solid black;
font-size:9px;
}

#header {
background:#6699CC;
width:100%; 
height:71px;
overflow:hidden;

}



#logo {
	float:left;
	margin-top:6px;
	margin-left:10px;
}

#search {
background:url(/design/cornelius/images/sok.gif) no-repeat right top;
	FLOAT: right; 
	TEXT-ALIGN: right;
	width:400px;
	height:71px;
}

#search_form{
margin-top:0px;
margin-right:10px;
}

#shortcuts{
margin-top:3px;
margin-right:10px;
margin-bottom:0px;
}






/* -------- START: MENU -------------- */

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:0;
background-color: #036;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}



/*----------------------*/

#menu_level1, #menu_level2{
/*
width:100%; 
font-family:Verdana, Arial, Helvetica, sans-serif;
float:left;
height:20px;
padding: 0px;
margin: 0px;
*/
}



#menu_level1{
/*
background-color:#FFFFFF;
text-transform: uppercase;
*/
}

#menu_level2{
/*
background-color:#336699; 
color:#FFFFFF;
*/
}


#menu_level1 ul, #menu_level2 ul{
padding-left: 0;
margin-left: 0;
margin-top:0;
margin-bottom:0;
color: White;
float: left;
width: 100%;
height:22px;
font-family: arial, helvetica, sans-serif;
}

#menu_level1 ul
{
background-color: #fff;
text-transform: uppercase;
}

#menu_level2 ul
{
background-color: none;
margin-top: 0px;
}

#menu_level1 ul li, #menu_level2 ul li { display: inline; }

#menu_level1 ul li a, #menu_level2 ul li a{
text-decoration: none;
float: left;
padding: 3px 10px;
}

#menu_level1 ul li a
{
background-color: #fff;
color: #036;
border-right: 1px solid #036;
}

#menu_level2 ul li a
{
background-color: none;
color: #fff;
border-right: 0px solid #fff;
}

#menu_level1 ul li a:hover
{
background-color:#003366;
color: #fff;
border:none;
border-right: 1px solid #036;
}

#menu_level2 ul li a:hover
{
text-decoration:none;
border: none;
color: #CCCCCC;
}

#menu_level1 li.active a{
background-color: #336699;
color:#ffffff;
}


/*---*/
#menu_level3{
width:100%;
float:left;
}

#menu_level3 h2{
margin-bottom:0px;
}

#menu_level3 ul{
margin-left: 0;
margin-top:0px;
padding-left: 0;
list-style-type: none;
}

#menu_level3 ul li{
display:inline;
}

#menu_level3 ul li a{
display: block;
padding: 3px;
background-color: #336699;
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
border-bottom: 1px solid #eee;
text-decoration:none;
}

#menu_level3 ul li a:hover{
background-color:#003366;
color: #fff;
}

/* ------- END: menu ---------- */
/* ------  END: grunnelementer---*/



