/* OBS - denna fil får inte innehålla citattecken, använd istället enkelcitat */
BODY {font-family: arial, verdana, geneva, sans-serif; font-size: 13px; line-height: 140%; margin: 10px;}

h1,h2,h3,h4,h5,h6 {font-family: arial, verdana, geneva, helvetica, sans-serif; margin-bottom: 3px; margin-top:10px;}

h1 {font-size: 22px; line-height: 25px; font-family: 'machine bt', machine, 'itc machine', impact, arial narrow, helvetica, sans-serif; font-weight: normal; text-transform: uppercase}
h2 {font-size: 14px; line-height: 17px; margin-bottom: 3px;}
h3 {font-size: 12px; line-height: 15px; margin-bottom: 3px;}
h4 {font-size: 11px; line-height: 14px; margin-bottom: 3px;}
h5 {font-size: 10px; line-height: 14px;}
h6 {font-size: 10px; line-height: 14px;}

p { line-height: 130%; margin-top: 0px; margin-bottom: 20px;}

div, br, img {line-height: 130%;}
hr {height: 1px; color: #cccccc;}

a {color: #CC0033; text-decoration: none;}
a:hover {color: #FF9900; text-decoration: underline;}

.SmallLinkDark {font-size: 11px; line-height: 14px; text-decoration: none; color: #336699; font-family: arial, helvetica, sans-serif;}
.SmallLinkDark:hover {color: #FF9900; text-decoration: underline;}

ul {margin-left:15px; margin-bottom: 10px; margin-top: 5px; line-height: 140%;}
ol {margin-left: 24px; padding-left: 0px; margin-bottom: 10px; margin-top: 5px; line-height: 140%;}

TABLE TD {font-family: arial, verdana, helvetica, geneva, sans-serif; font-size: 13px; line-height: 130%;}

/* Form styles */
.frmButton {cursor: pointer;}
.frmField {font-family: tahoma, verdana, geneva, sans-serif; font-size: 11px;}
.frmTextArea {font-family: tahoma, verdana, geneva, sans-serif; font-size: 11px; background-color: #EFEFEF; OverFlow: auto;}

/* Print style */
.title2 {font-family: arial, helvetica, sans-serif; font-size:18px; color:#000000; font-weight:bold; line-height:18px;margin-bottom: 10px;}

/* square lista - 3 nivåer */
ul.lista {}
ul.lista li {list-style-image: url('/assets/layout/bullet_square.gif');}

ul.lista ul{padding-left: 0px;} /*undermenyn, det som skall skilja sig från generell stil*/
ul.lista ul li{list-style-image: url('/assets/layout/list-hyphen.gif');}

ul.lista ul ul{}  /*subundermenyn, det som skall skilja sig från generell och undermenyns stil*/
ul.lista ul ul li{list-style-image: none !important; list-style-type: square;} 

/* bocklista 3 nivåer */
ul.bock {}
ul.bock li {color: black; list-style-image: url('/assets/layout/list_checked.gif');} /*listitem, generellt*/

ul.bock ul{padding-left: 0px;} /*undermenyn, det som skall skilja sig från generell stil*/
ul.bock ul li{list-style-image: url('/assets/layout/list-hyphen.gif');}

ul.bock ul ul{}  /*subundermenyn, det som skall skilja sig från generell och undermenyns stil*/
ul.bock ul ul li{list-style-image: none !important; list-style-type: square;} 

.readMore {
 font-family: arial, helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #336699 !important;
}

.readMore a {color: #336699 !important;}