/* OBS - denna fil får inte innehålla citattecken, använd istället enkelcitat */
body { 
    padding: 0px;
    font-family: verdana, arial, geneva, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 145%; 
	color: #333;
	/* top,right,bottom,left */
    margin: 10px;
    }

/* Headings */
h1,h2,h3,h4,h5,h6 {margin: 0px; padding: 5px 0px 0px 0px; font-family: Arial, Helvetica, sans-serif;}

h1 {font-size: 18px;}
h2 {font-size: 14px; padding: 0px !important; color: #336699;}
h3 {font-size: 11px; padding: 0px !important; text-transform: uppercase; font-family: Verdana, Helvetica, sans-serif;}
h4 {font-size: 11px;}
h5 {font-size: 10px;}
h6 {font-size: 10px;}


/* div, br, img {line-height: 150%;} */

p {	margin: 5px 0px 15px 0px; padding: 0px;}

hr {border: 0; height: 1px; color: #ccc; background-color: #ccc;}


a {color: #336699; text-decoration: none;}
a:hover {color: #ff9900; text-decoration: underline;}
/* a:visited {color: #666;} */

#content img {border: 0px !important;}

ul {list-style-type: disc; padding-left: 15px; margin-left: 15px; margin-bottom: 15px; margin-top: 6px;}
ul ul li {list-style-image: url('img/ul2_arrow.gif');}
ol {list-style-type: decimal;  padding-left: 15px; margin-left: 20px; margin-top: 5px; padding-top: 0px;}

/* Special list style */
.bocklista {list-style-image: url('img/ul_bock.gif'); line-height: 160%;}
.bocklista ul ul li{list-style-image: url('img/ul2_arrow.gif');}

/* End Common styles */

TABLE TD {font-size: 11px; line-height: 145%; vertical-align: top;}

/* Form styles */
.frmButton {cursor: pointer;}
.frmField {font-family: tahoma, verdana, geneva, sans-serif; font-size: 11px; border: 1px solid #336699;}
.frmTextArea {font-family: tahoma, verdana, geneva, sans-serif; font-size: 11px; background-color: #efefef; color: #000; OverFlow: auto;}

.divInfo {
 background-color: #e5f9fd;
 border: 1px dashed #336699;
 padding: 5px;
}

.readMore {
 font-family: tahoma, helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 /* border-bottom: 1px dotted #336699 !important; */
 color: #336699 !important;
 text-transform: uppercase;
 /* color: #339900; */
}