﻿body, ul, li, p, span, div,h1,h2,h3,h4,h5,h6
{
 margin:0;
 padding:0;
}

img 

{
 border:none;
}


ul
{ 
 list-style-type:none;

}

body 
{
 background-color:#F9F9F9;
 font-family:Trebuchet MS;
 font-size:11px;
 color:#515151;
 background-repeat:no-repeat;
 background-position:top;
}

a{
color:#515151;
 text-decoration:none;
}

a:hover
{
 text-decoration:underline;
}

p
{
 margin-bottom:10px;

}

#MainContainer
{
 width:941px;
 margin:auto;
}

.ie6 #MainContainer
{
    width:942px;
}

#MainHeader { position: relative; }

#right
{
 position:relative;
 margin-left:10px;
}

#left,#middle,#right
{
 float:left;
}

/* ONE FOUR ZERO */

#content.onefour #left
{
  width:180px;
}


#content.onefour #middle
{
  width:750px;
}


#content.onefour #right
{
  display: none;
}

/* ZERO FOUR ONE */

#content.fourone #left
{
  display:none;
}


#content.fourone #middle
{
  width:750px;
}


#content.fourone #right
{
  width:180px;
  margin-left:10px;
}

/* NY MODULLÖSNING */

.modulewrapper
{
	margin-left:-10px !important;
	float:left;
}
#middle .modulewrapper{
	/*ie6*/	_margin-left:-20px !important;
}

/* ONE THREE ONE */

#content.onethreeone #left
{
  width:180px;      
}


#content.onethreeone #middle
{
   width:560px;
   margin-left:10px;
}


#content.onethreeone #right
{
    width:180px;       
}

#content.threetwo #left
{
    display:none;
}

#content.threetwo #middle
{
    width:560px;
}

#content.threetwo #right
{
    width:370px;
}

#breadcrumb
{
margin-bottom:6px;
padding-top:13px;
}

/*#breadcrumb span a:visited
{
 color:#515151;
}*/

#breadcrumb span.active a
{
 color:#f37321;
 font-weight:bold;
}

#menu-corner
{
 display:none;
 background-color:Red; 
 background:url(../media/img/menu-left-hover.gif) no-repeat;
 height:30px;
 width:5px;
 position:absolute;
}

/* ZERO FIVE ZERO */
#content.fivezero #left
{
  display:none;
}


#content.fivezero #middle
{
  width:940px;
}


#content.fivezero #right
{
  display:none; 
}


/* ONE FOUR ZERO */
#content.onefour #left
{
  width:180px;
  margin-right: 10px;
}


#content.onefour #middle
{
  width:750px;
}


#content.onefour #right
{
  display:none; 
}

/* breadcrumb should be clickable when transparent images are over it (kundeservice) */
#breadcrumb {
	position:relative;
	z-index:1;
}

#right .modulewrapper .puff { float: none !important; }
