/*CSS basic formating*/
* 
{ 
    margin: 0; 
    padding: 0;    
}

body {
	font-size: 100%;
	line-height:100%;
	font-family:Arial, Verdana;
	margin:0;
    padding:0;
    height:100%;
    width:100%;
    color:#000000;
    background-color:#646464; /*url(../orginal/Startsida.jpg) no-repeat top center;*/
   /* word-wrap:break-word;/*IE only*/
}
body.start
{
	background:#646464 url(/img/start_background.gif) repeat-x center 10px!important;
}
html>body.start
{
	background:#646464 url(/img/start_background.gif) repeat-x center 0px!important;
}
html
{
    font-size: 100%;
}
html>body {
	font-size: 16px;
}
/*Reset Margin & Padding on all tags*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,table,fieldset,p,blockquote,th,td {
 margin:0;
 padding:0;
}
a
{
    color:#174CA3;
    text-decoration:none;
    font-weight:bold;
}
a:hover
{
	color:#646464;
    /*text-decoration:underline;    */
}
p 
{
	/*line-height:1.25em; */
	font-size:1em;
	margin-bottom:1.3em;
	margin-top:0; 
}
ul
{
    list-style-type:none;    
    list-style-position:outside;
    margin-bottom:1.25em;
}
ol
{
    margin-left:2.53em;
    list-style-position:outside;
    margin-bottom:1.25em;
}
h1, .heading1 
{
	font-size:1.64em;
	line-height:1.82em;
	margin-top:0;
	/*margin-bottom:0.75em;*/
}
h2, .heading2 
{
	font-size:1em;
	line-height: 1.25em;
	margin-top:0;
	margin-bottom:0;
	padding:0; 
}
h3, .heading3  
{
	font-size:1em;
	line-height: 1.25em;	
	margin-top:0;
	margin-bottom:0; 
}
img
{
    margin:0;
    padding:0;
    border:none;
}
.bold
{
	font-weight: bold;
}
.italic 
{
	font-style: italic; 
}
.red
{
	color: #CC0000;
}
.black
{
    color:#000;
}
.floatleft
{
    float:left;
}
.floatright
{
    float:right;
}
/* Clear */

/*fix for clearing floats in most browsers except IE*/
.clear:after
{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
/*fix for IE-Mac
this fix makes the stylesheet not validate*/
.clear
{
	/*display:inline-block;*/
    display:inline-block;
}
/* Fix for WinIE, hides from IE-Mac \*/
* html .clear
{
	height:1%;
}
.clear
{
	display:block;
}
/* End hide from IE-mac */
.hide
{
	position:absolute;
	left:-9000px;
}
.startpageflash, .startpageflash *
{
	z-index:100!important;
	position:relative;
}
#IframePopupDiv iframe
{
	position:absolute;
	top:0;
	left:0;
	bottom:0;	
	right:0;
	z-index:110;
	/*height:100%;*/
	width:100%;	
}
body.transparentgrey
{
	z-index:120;
	background-color:Transparent;
	background-image:url(/Images/popup_bg.png);
	height: 100%;
	width:100%;
	display:block;
}
