﻿body,html,form {padding:0px;margin:0px;} /* Standardkod för att göra 100% höga webbsidor */

/*****************************************
 Standard
/*****************************************/

*  /* Tar bort all defaultpadding & margin */
{
	margin: 0;
	padding: 0;
}

.FloatLeft
{
	float:left;
}

.FloatRight
{
	float:right;
}

.Clear {
	clear:both;
	display:block;
}

.ClearLeft {
	clear:left;
	display:block;
}

img /* Tar bort border på bilder */
{
	border: 0px;
}

/*****************************************
 Generella element
/*****************************************/

body 
{
	/**font-family:Trebuchet MS;**/
	font-family:verdana;
	
	font-size:11px;
	color:#58595b;
	line-height:16px;
	
	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;
	background-color:#58595b;
	
	
}

.ImageHeading /* Alla rubrikbilder */
{
	padding-bottom:10px;
	display:block; /* inbyggd radbrytning*/
}

a,a:link,a:active,a:visited
{
    color:#ef8f1c;
    text-decoration:none;
}
a:hover
{   
    text-decoration:underline;
    }

.Textbox
{
}

.Button
{
}

p
{
	margin-bottom:12px;
}

.ProductHeader
{
    color:#ee3a42;
    font-weight:bold;
}

strong {color: #ef8f1c;}

table.OrangeText td {color: #ef8f1c; font-weight: bold;} 


/*****************************************
 Rubriker 
/*****************************************/

h1,h2,h3,h4
{
	font-weight:normal;
	color:#e9363e;
}

h1 /* Störst */
{
}

h2 
{
}

h3
{
}

h4 /* Minst */
{
	font-size:9px;
	font-weight:bold;
}

/*****************************************
  Generellt
/*****************************************/

.SelectionHeader
{
    font-size:13px;
    color:#000000;
    font-weight:bold;
}

.TopIcon
{
	position:absolute;
	top:15px;
	right:20px;
	text-align:left;
}

.ContentBox
{
	margin-right:20px;
}

/*****************************************
  Layout
/*****************************************/
#MainContainer 
{
	margin:auto;
	text-align:left;
	width:746px;
	height:100%;
	
	
}

#TopContainer
{
    width:746px;
    height:127px;
    text-align:left;
        
    background-image:url(../images/bgTop.gif);
    background-repeat:no-repeat;
    
    
}


#HightDistans
{
    height:0px;
    }
#HightDistansSmall
{
    height:5px;
    }

#ContentContainer
{
    margin:auto;
    background-color:#ffffff;
    }
    
#TopRound
{
    background-image:url(../images/imTopRound.gif);
    background-repeat:no-repeat;
    height:13px;
    width:746px;
    }

#BottomContainer
{
    background-image:url(../images/imBottomGras.jpg);
    background-repeat:no-repeat;
    height:93px;
    width:746px;
    /*position:static;
    bottom:0px;*/
    border: solid 0px red;
}

#TopMenu
{
    padding-top:80px;
	padding-left:10px;
	padding-right:20px;
}

#PageContent
{
    /*Padding-left:30px;   
    padding-right:30px;
    text-align: center;*/
    padding-left: 15px;
    margin: auto;
    padding-top:0px;
}
    
    #StartLeft
    {
        
        width:350px;
        
        }

#PageContentSpecial
{
    Padding-left:0px;   
    padding-right:0px;
    
    }

#TextContent
{
    padding:10px;
    /*text-align:justify;*/
    width:460px;
    padding-left:30px;
    padding-top:30px;
    }
    
#TextContentStart
{
    padding-top:10px;
    padding-left:5px;
    text-align:justify;
    width:400px;
    height:100px;
    
    
    }

.scrollbox {padding-right: 10px; height: 220px; width: 460px; overflow: auto;}
.scrollboxNewsletter{padding-right: 10px; height: 265px; width: 460px; overflow: auto;}
                
#LeftOutsideColumn
{
    position:relative;
    left:-0px;
    }        
    
#RightOutsideColumn
{
    position:relative;
    left:30px;
    }    
    
    
/*****************************************
  Nyheter
/*****************************************/

h1.NewsHeader {font-size: 12pt; color: #ef8f1c;}
.NewsDate {color: #383838;}
.NewsHeader {font-weight: bold; color: #ffffff;}
a.NewsLink {color: #000000;}