﻿body,html,form {height:100%;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: Verdana, Helvetica, sans-serif;
	background-color:#000000;
	font-size:9px;
	line-height:16px;
}

.ImageHeading /* Alla rubrikbilder */
{
	padding-bottom:10px;
	display:block; /* inbyggd radbrytning*/
}

a,a:link,a:active,a:visited
{
    color:#ffffff;
    text-decoration:none;
}
a:hover
{   
    color:#cccccc;
    }

.Textbox
{
}

.Button
{
}

/*****************************************
 Rubriker 
/*****************************************/

h1,h2,h3,h4
{
	font-weight:normal;
}

h1 /* Störst */
{
}

h2 
{
}

h3
{
}

h4 /* Minst */
{
}
.rubrik
{
    font-size:20px;
    color:#99d8ed;
    font-weight:bold;
    line-height:24px;
    
    }

/*****************************************
  Layout
/*****************************************/
#MainContainer 
{
	width:100%;
	height:100%;
	}
	
	#HeaderContent
	{
	    width:1000px;
	    height:321px;
	    text-align:center;
	    margin:auto;
	    background-color:#000000;
	    position:relative;
	    }
	
	#MainMenu
	{
	    width:1000px;
	    height:41px;
	    margin:auto;
	    background-image:url(../images/bgMenu.gif);
	    background-repeat:repeat-x;
	    
	    }
	    
	    
	#MainContent
	{
	   
	    width:1000px;
	    color:#ffffff;
	    margin:auto;
	    background-image:url(../images/bgContent.gif);
	    background-repeat:repeat-y;
    }

#PageContent
{
    width:700px;
    height:222px;
    color:#ffffff;
    margin:auto;
	   
    }

#Footer
{
   width:1000px;
   height:150px;
   text-align:center; 
   margin:auto;
    
    
    }
    
    
    
    #dvIM
    {
       position:relative;
       bottom:0px !important;
        bottom:-20px;
    }
    
    #WebFrontStyle
    {
		width:800px;
		
		}