﻿body 
{
	font-family: sans-serif;
	background-image:url(../images/mainbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#cacaca;
	font-size:11px;
	color:#555555;
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #E4E4E4;
	scrollbar-arrow-color: #E4E4E4; 
	scrollbar-track-color: #E4E4E4;
	scrollbar-darkshadow-color: #E4E4E4;
	line-height:16px;
	overflow:hidden;
}

/***************************************** 
  HTML-element
/*****************************************/

a,a:link,a:active,a:visited
{
	color:#555555;
	text-decoration:none;
}

    a.link
    {
        color: #00f;
        text-decoration: underline;
    }

	a:hover
	{
		text-decoration:underline;
	}

p
{
	margin:0px;
	margin-bottom:10px;
}

h1,h2,h3,h4
{
	margin:0px;
	margin-bottom:4px;
	margin-top:8px;
	font-weight: normal;
	color: #2b4973;

}

h1
{
	font-size:20px;
}

h2
{
	font-size:20px;
}

h3
{
	font-size:17px;
	margin-bottom:10px;
}


h4
{
	font-size:12px;
	margin-bottom:0px;
}

/***************************************** 
  Generellta element
/*****************************************/

.Textbox
{
}

.Button
{
}

.ImageHeading /* Alla rubrikbilder */
{
	padding-bottom:10px;
	display:block; /* inbyggd radbrytning*/
}


/*****************************************
  Layout
/*****************************************/
    
div.mecs
{
    margin:auto;	
	width: 860px;
	text-align: right;
}   

#Container 
{
	margin:auto;
	width:960px;
	height:727px;
	margin-top:30px;
	position:relative;
	
}

	#Container #Stenar
	{
		position:absolute;
		top:0px;
		right:0px;	
	}
	
	#Container #Logo
	{
		position:absolute;
		top:0px;
		left:50px;
		z-index:2;
	}
	
	#Container #FlagHolder
	{
		height:20px;
		position:absolute;
		top:17px;
		right:10px;
	}
		#Container #FlagHolder input
		{
			margin-right:5px;
		}
	
	#Container #Content
	{
		height:610px;
		position:absolute;
		width:922px;
		top:117px;
		
		background-image:url(../images/ContainerBg.jpg);
		background-repeat:repeat-x;
		
	}

		#Container #Content #MidContent
		{
			width:875px;
			height:582px;
			margin-top:10px;
			margin-left:8px;
			float:left;
		
		}
		
			#InnerContent
			{
				/* float:right; */
				float: left;
				margin-left: 5px;
				/* width: 556px; */
				width:560px;
				margin-right:5px;
				height:481px;
				margin-top:72px;
				overflow:auto;
				overflow-x:hidden;
			}
			
			#RightCol
			{
				width:135px;
				float:right;
				margin-top:75px;
				height:481px;
			}
				#RightCol img
				{
					margin-bottom:10px;
					float:right;
					position:relative;
					top:-2px; /*kompensera skugga*/
				}
			
			#Nav
			{
				width:167px;
				height:481px;
				background-image:url(../images/MenuBg.jpg);
				background-repeat:no-repeat;
				margin-top:75px;
				color:#555555;
				font-family:Verdana,Sans-Serif;
				font-size:11px;
				float:left;
			}
			
			#Footer
			{
				width:100%;
				height:24px;
				background-image:url(../images/VertLine.jpg);
				background-position:top center;
				background-repeat:no-repeat;
				font-size:9px;
				padding-top:8px;
				text-align:center;
				float:left;
			}
			#Footer a
			{
			    color:blue;
			    text-decoration:underline;
			}
			

/*****************************************
  Menu
/*****************************************/

#Menu
{
	margin:0px;
	padding:0px;
	padding-top:35px;
	width:160px;
	margin-left:3px;
}
	
	
	#Menu li
	{
		list-style:none;
		background-image:url(../images/separator1.gif);
		background-repeat:repeat-x;
		background-position:bottom;
		padding:3px;
		display:block;
		height:14px;
		
	}
	
		#Menu li:Hover,#Menu .Active
		{
			background-color:#b6c0cc;
		}
		
		#Menu li:Hover a
		{
			color:White;
		}
		
	
	#Menu .RightArrow
	{
		float:right;
		position:relative;
		top:-1px;
		
		
	}
	
	#Menu a
	{
		display:block;
		width:100%;
		height:100%;
		line-height:14px;
		cursor:pointer;
		color:#555555;
		font-size:10px;
		text-decoration:none;
		padding-left:2px;
		
	}
	
/*****************************************
  Kontakt
/*****************************************/

#Kontakt p
{
	line-height:20px;
}
#Kontakt a
{
    color:blue;
    text-decoration:underline;
}
	
/*****************************************
  Containers
/*****************************************/

#Containers
{
    
}

#Containers #NarrowBox
{
	padding-top:35px;
	padding-left:3px;
	width:115px;
	background-image:url(../images/NarrowBox.gif);
	background-repeat:no-repeat;
	float:left;
	
}
#Containers #NarrowBox img
{
	/*border:1px solid #bec8cf;*/
	padding-left:2px;
	padding-bottom:2px;
	cursor:pointer;

}
	
	#Containers #NarrowBox img:hover
	{
		border-color:#02276c;
	}
	
#Containers .ContainerBox
{
	float:left;
	margin-left: 5px;
	width:420px;
	height:100%;
	padding-left:0px;
}
    #Containers .ContainerBox th
    {
        font-size:9px;
        background-color:#eeeeee;
        }
    
    #Containers .ContainerBox td
    {
        border-bottom:1px solid #b6c0cc;
        font-size:10px;
        
        }

	#Containers .ContainerHolder
	{
	
        height:236px;
     
		
						
	}

	

#Containers .LeftCol,#Containers .RightCol
{
	width:210px;
	float:left;
}
/*****************************************
  Select
/*****************************************/

#Select .Xls
{
	padding:12px;
}
/*****************************************
  Accessories
/*****************************************/

#Accessories .AccessoriesItem
{
	background-image:url(../images/TillbehorBack.gif);
	background-repeat:no-repeat;
	width:159px;
	height:173px;
	padding:7px;
	float:left;
	margin-right:4px;
	
}

#Accessories #tblContainerData thead
{
	font-weight:bold;
}
