﻿@charset "utf-8";

/* CSS Document */
@media screen {

.category{
background:url(../../img/cat_title_prevention.jpg) no-repeat 0 122px;
}

#mainContainer {
width:800px;
}
h1 {
width:800px;
}
h2 {

font-size:90%;

background:url(../img/bg_h2_4.gif) no-repeat left top;

margin-bottom:10px;

height:50px;

line-height:50px;

clear:both;

text-indent:30px;

}

h4 {
font-weight:normal;
margin-bottom:10px;
padding-bottom:0;
}

p {margin-bottom:10px;
}


}

@media print {

.category #bread {
padding-top:140px;
background:url(../../img/cat_title_prevention_sc.jpg) no-repeat 0 0;
}



#mainContainer {
width:565px;
}
h1 {
width:565px;
}
h2 {

font-size:90%;

background:url(../img/bg_h2_3.gif) no-repeat left top;

margin-bottom:10px;

height:50px;

line-height:50px;

clear:both;

text-indent:30px;

}

h4 {
font-weight:normal;
margin-bottom:10px;
padding-bottom:0;
}

.sitemap-list {
font-size:80%;
width:545px;
margin-left:10px;
margin-bottom:20px;
}

p {margin-bottom:10px;
}
}
