﻿html,body,form
{
    font-family:Arial,sans-serif;
    font-size:12px;
    color:#333;
    padding:0px;
    margin:0px;
	height:100%; /* needed for container min-height */
	background:#ededed url(/Framework/Images/backgroundRepeat.gif) repeat-x;
	
}

html
{
	overflow: -moz-scrollbars-vertical !important;
	overflow-x: auto;
	overflow-y: scroll;
}
*
{
    margin:0px;
    padding:0px;
    border:0px;
    }
    


/*
CLASSES
****************************/
.ClearBoth  {clear:both;}
.FloatLeft  {float:left;}
.FloatRight {float:right;}

    

/*
ID´S
****************************/
div#container {
	position:relative;
	margin:0 auto;
	width:1024px;
	background:url(/Framework/Images/contentBackground.png) repeat-y;
	
	height:auto !important;
	height:100%;

	min-height:100%;
	
}

div#header 
{
    width:1000px;	
	background:url(/Framework/Images/menuBackground.png) no-repeat;
	margin:auto;
	height:79px;
    }
    
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	width:1000px;
	padding-left:12px;
    }
    
	

div#footer {
	position:absolute;
	width:1000px;
	margin:auto;
	bottom:0px;
	left:12px;
	background:url(/Framework/Images/fotterBackgroundRep.gif) repeat-x;
	height:82px;
	
	}
	
	
	div#footer .fotterContent {
		
		padding-left:20px;
		padding-top:10px;
		
	}    
	
	div#footer .fotterContent .fotterLogoWasa
	{
	    float:left;
	    padding-right:30px;
	    padding-top:10px;
	    }
	    
	div#footer .fotterContent .fotterAddressHolder
	{
	    float:left;
	    width:200px;
	    
	    margin-right:10px;
	    padding-top:5px;
	    color:#666666;
	    font-size:9px;
	    }
	    
	    div#footer .fotterContent .fotterAddressHolder b
	    {
	        font-size:11px;
	        }
	    
	    div#footer .fotterContent .fotterAddressHolder s
	    {
	        text-decoration:none;
	        font-weight:bold;
	        font-size:9px;
	        }
	    
	    .fotterSeparator
	    {
	        border-left:1px solid #d3d3d3;
	        padding-left:10px;
	        padding-right:20px;
	        margin-left:10px;
	        margin-right:20px;
	        border-right:1px solid #d3d3d3;
	        }
	        
	        
       