/*************************************
 CSS för Hemsidan.com
 Ej optimerad
*************************************/


/*************************************
 PNG-fix för IE
 Mozilla ignorerar image filters
 IE ignorerar klasser med [attribut]
*************************************/

.layout_top_shell { 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.hemsidan.com/graphics/shell/layout_top_shell.png'); 
} .layout_top_shell[class] { 
background-image:url(../graphics/shell/layout_top_shell.png); 
}

.layout_shell {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.hemsidan.com/graphics/shell/layout_shell.png'); 
} .layout_shell[class] { 
background-image:url(../graphics/shell/layout_shell.png); 
}

.header_corners_top {
width:867px; height:5px; margin-bottom:-5px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.hemsidan.com/graphics/headers/header_corners_top.png');
} .header_corners_top[class] { 
background-image:url(../graphics/headers/header_corners_top.png); 
}

.header_corners_bottom {
width:867px; height:5px; margin-top:-5px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.hemsidan.com/graphics/headers/header_corners_bottom.png');
} .header_corners_bottom[class] { 
background-image:url(../graphics/headers/header_corners_bottom.png); 
}

.layout_bottom_shell { 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.hemsidan.com/graphics/shell/layout_bottom_shell.png'); 
} .layout_bottom_shell[class] { 
background-image:url(../graphics/shell/layout_bottom_shell.png); 
}

.new_year { 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.hemsidan.com/graphics/images/new_year.png'); 
} .new_year[class] { 
background-image:url(../graphics/images/new_year.png); 
}
