@charset "utf-8";
/* Grundläggande */
body,td,th {font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;font-size: 12px; margin-top: 0px; margin-bottom: 0px;}
#wrapper-latest {background: #FFF; height: 100%; width: 100%;}
#title {font-size: 16px;font-weight: bold;color: #0A6283;}


/* Justering */
.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.clear,.clearer {clear: both;}
.clearer {display: block;font-size: 0;line-height: 0;height: 0;}


/* Länkar */
a:link {color: #333;text-decoration: none;}
a:visited {text-decoration: none;color: #333;}
a:hover {text-decoration: underline;color: #666;}
a:active {text-decoration: none;color: #666;}
a.more {color: #579;font-weight: bold;}
a.more:hover {color: #234;}
a.title {font-size: 16px;color: #0A6283;font-weight: bold;}
a.title:hover {color: #234;}


/* Listor */
ul.latest {margin-left: 0;}
ul.latest li {list-style: none;border-top: 1px solid #EEE;padding: 4px 0;}
ul.links {margin-left: 50px;}