/* ----------  GENERAL  ------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
/*	vertical-align: baseline; */
	}

BODY
{
    color: #d4d0c8;
    font-family: Verdana;
   background: url(images/vinter08/forside_web07_helt_ren.jpeg);
   background-repeat:no-repeat;
    scrollbar-face-color: #A0958E;
    scrollbar-shadow-color: #d4d0c8;
    scrollbar-highlight-color: #d4d0c8;
    scrollbar-3dlight-color: #d4d0c8;
    scrollbar-darkshadow-color: #d4d0c8;
    scrollbar-track-color: #A0958E;
    scrollbar-arrow-color: #d4d0c8;
    
}

.custom
{
    
    scrollbar-face-color: steelblue;
    scrollbar-shadow-color: white;
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: white;
    scrollbar-darkshadow-color: white;
    scrollbar-track-color: steelblue;
    scrollbar-arrow-color: white;
}

/* ----- -WINDOW-------------------------------------- */



IMG
{
    border: 0px;
  
}

#header .logomain 
{
   
    padding: 10px;

  
}

#header .logomain a
{
  font-size: 30pt;
    color: #d4d0c8;
text-decoration: none;
}

#maincontent .leftcontent{
position: relative;
float: left;
width: 48%;
display: inline;
}

#maincontent .rightcontent{
display: inline;
position:relative;
float: left;
width: 25%;
height:400px;
overflow:auto;
}

#maincontent .cvcontent{
display: inline;
position:relative;
float: left;
height:400px;
overflow:auto;
padding: 10px;
}

#maincontent .content{
padding: 10px;
width: 1350px;
}



#footer .menybanner
{
    left: 65px;
    top: 515px;
    position: absolute;
    width: 1000px;
}





#footer .menyitem {
display: inline;
padding-right:25px;
padding-left:25px;
width: 25em;
}

#footer .menyitem a {
color: #d4d0c8;
white-space: nowrap; 
font-size: 12pt;
font-family: Verdana;
text-decoration: none;
}

#footer .menyitem ul{ display: inline; }








#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

#nav a.smallink 
{
    font-size: 10pt;
    white-space: nowrap;
	
}

#nav2, #nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav2 a {
	display: block;
        width: 10em; 

}

#nav2 li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav2 li:hover ul, #nav2 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



#nav2 a.smallink 
{
    font-size: 10pt;
	
}


