﻿

html {
	margin: 0px 0px 0px 0px;
	padding:0px;
	height:100%;
}

form
{
    display:inline;
    height:100%;
}

body
{
    
    margin: 0px;
	padding:0px;
	color:black;
	height:100%;
	font-family:  Arial;
	font-size:12px;
	
	background-repeat:repeat-x;
	
}


/* ---------------------------------------------------- TOP, LOGO,----------------------------------------------------------------------------------------------------------------------------- */

#Center
{
    
    width:996px;
    margin: 0px auto;
    
}

#Top
{
    margin-top:17px;
    height:195px;
}

#Logo
{
    float:left;
    margin-top:20px;   
}
#Bilder
{
    Float:right;
    margin-right:50px;
    height:150px;
}

#Main
{
    background-image:url('../../Site/NavertjalsBGF/images/skugga_body.gif');
    background-repeat:repeat-y;
    padding-left:25px;
    padding-right:25px;
    padding-top:12px;
    padding-bottom:10px;
    min-height:450px;
    width:946px;
   
}

#Footer
{
    background:#6B9676;
    height:23px;
    width:981px;
    margin-left:8px;
    margin-top:5px;
    padding-top:5px;
    text-align:center;
    color:white;
}

.NyheterLista
{
    background-image:url('../../Site/NavertjalsBGF/images/faktaruta_long.jpg');
    background-repeat:repeat-x;
    min-height:500px;
    width:250px;
    float:right;
    padding:8px;
    padding-top:11px;
   
    
}

.NewsHead
{
    margin-bottom:14px;
}

.NewsHead h1
{
    font-size:18px;
    color:white;
}




/* ---------------------------------------------------- CONTENT,  CONTENTPAGE, FOOTER, CLEAR ----------------------------------------------------------------------------------------------------------------------------- */

.clear
{
    clear:both;
}



/* ---------------------------------------------------- MENU CSS ----------------------------------------------------------------------------------------------------------------------------- */

#MenuHolder
{
   
    
    clear:both;
    margin-left:8px;
    padding-top:5px;
   
}



.AspNet-Menu-Horizontal
{
text-align: right !important;

        
       height:36px; 
       
       list-style-type: none; 
       list-style-image: none;
       list-style-type:none;
	list-style-position: inside;
	list-style-image:none;
}
.AspNet-Menu
{
    width: auto;
}
.AspNet-Menu-Link
{
    display:block;
    float:left !important;
}
.AspNet-Menu-Leaf
{
    display:inline;  
    cursor:pointer; 
    float:left !important;
    text-align: left !important;
}

.AspNet-Menu-Item
{
    background:#E8F2BE;
    margin:5px;
    margin-left:0px;
    margin-top:0px;
    padding-left:20px;
    padding-right:20px;
    padding-top:5px;
    padding-bottom:5px;
    height:17px;
    
    
    cursor:pointer; 
}

.AspNet-Menu-Item:hover
{
    background:#8FBC8F;
    height:25px;
}

.AspNet-Menu-Selected div
{
    background:#8FBC8F;
    height:25px;
    font-weight:bold;
   
}


.AspNet-Menu-Leaf a
{
   color:#666666;   
   font-size:13px;
   font-family:  Tahoma;
}




/* ---------------------------------------------------- MENU ROOT VIEW ----------------------------------------------------------------------------------------------------------------------------- */

.TreeMenu
{
    float:left;
    width:150px;
    border-right:2px solid #6B9676;
    min-height:400px;
    padding:0px;
    padding-top:5px;
   
   

}

.AspNet-TreeView
{
    min-height:370px;
}

.AspNet-TreeView a				    { font-weight:normal; text-decoration:none;	color:black; 		}
.AspNet-TreeView a:active		    { font-weight:normal;	text-decoration:none; 	color:black; 	 	}
.AspNet-TreeView a:visited		    { font-weight:normal; 	text-decoration:none; 	color:black; 	 	}
.AspNet-TreeView a:hover			{ font-weight:normal; 	text-decoration:none;  	color:#666666;}

.AspNet-TreeView li
{
    
    width:135px;
    text-align:right;
   
    
}
.AspNet-TreeView-Leaf 
{
    display:none;
    padding:3px;
}
.AspNet-TreeView-Root 
{

    display:block;
    
    margin-bottom:10px;
    padding-right:10px;
    
}

.AspNet-TreeView-Selected li
{
    width:130px;
}
.AspNet-TreeView-ChildSelected li
{
    width:130px;
}

.AspNet-TreeView-Selected
{
    font-weight:bold;
}

.AspNet-TreeView-ParentSelected
{
    display:block;
    
    border:0px;
    
    
}
.AspNet-TreeView-ChildSelected .AspNet-TreeView-Selected
{
    display:block;
    font-weight:bold;
    border-bottom:0px;
}
.AspNet-TreeView-ChildSelected .AspNet-TreeView-Leaf
{
     display:block;
     margin-bottom:2px;
  
}




/* ---------------------------------------------------- H1, H2,FONT,CSS ----------------------------------------------------------------------------------------------------------------------------- */


h1,h2,h3,h4
{
    
	
	margin:0px;
}


h1
{
    
    
    font-size:22px;
   
}

h2
{
   
    font-size:18px;
    
}
h3
{
    
    font-size:14px;
    
}

/* ---------------------------------------- Links ---------------------------------------------------------------------------------------------------------------------------------------- */

a				{ 	font-weight:bold;	text-decoration:none; 			color:black;}
a:active		{  	font-weight:bold;	text-decoration:none; 		 	color:black;}
a:visited		{  	font-weight:bold;	text-decoration:none; 		 	color:black;}
a:hover			{  	font-weight:bold;	text-decoration:underline;  	 		color:black;}

