body {font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif; font-size: 1em; color: #333333; background-color:#002244; }

* {margin:0; padding:0;}

h1 {font-size: 24px;margin-bottom:10px; font-family:Verdana, Arial, Helvetica, sans-serif; text-transform:uppercase; color: white; text-transform:capitalize;}
h2 {font-size: 24px; line-height: 1.4em; text-transform:uppercase;}

/* width: 750px; */
div#wrapper {width:859px; margin: 0 auto 40px auto; background-color:white;}

div#bodycontainer {width: 859px;background-image:url(images/background.gif); background-repeat:repeat-y; min-height:800px;}

div#header table {
border:none; 
width: 859px;
vertical-align:middle;
text-align:center;
background-color:#002244;}

div#header tr  {
height: 100px;
}

div#header h1 {
font-size:24px;
color: white;
text-transform:uppercase;
}
div#header h2 {
font-size:24px;
}
div#header p {
font-weight: bold;
text-transform: capitalize;
color: #ffffff;
font-size: 12px;
}

td#image {
width: 283px;
padding-left: 0;
}

div#mainDiv {width:659px; margin-top: 20px;float:left; display:inline;}
div#minDiv {width: 200px;float:left; display: inline;}


/* Ändra nedanstående 30-marginal IMPORTANT vänster till 0 om det skiter sig i IE6.0 */
div#artikelText {color:black;  background-color:#FFFFFF; font-size:0.8em; margin-top: 20px;}
div#artikelText h2 {color: #002244; margin-left:70px; line-height: 24px; margin-bottom: 20px;}
div#artikelText h3 {color: #002244; margin-left:80px; font-size:14px; margin-bottom: 5px;}
div#artikelText h4 {margin-left:80px; margin-bottom:0;}
div#artikelText p {margin: 0 60px 20px 85px; text-align:left; font-size:1em;}
div#artikelText ul {margin-bottom: 20px; margin-left:90px; list-style-position:inside;}
/* div#artikelText a:link, a:visited {color: #990000;} */
div#artikelText a {color: #0000FF; font-weight:bold;}
div#artikelText a:hover {text-decoration:none;}
div#artikelText iframe {width: 100%;}
blockquote {
font-style: italic;
font-size: 10px;
font-weight: bold;
}

div#ingress p {
font-weight: bold;
margin-left: 70px;
text-align:justify;
}

.prelink p a {
text-decoration:none;
font-weight: bold;
color: #333333;
}

.obs {
font-size: 10px;
color:green;
font-weight: bold;
}
li.sublink {
background-color:#eeeeee;
margin-bottom: 2px;}
li a.sublink {
font-size: 11px;
font-weight: bold;
padding-left: 5px;
text-decoration: none;
color: #7F92A1;
}
li.heading {
background-color: #7F92A1;
text-transform: capitalize;
}
li.heading a {
color: white;
}

div#hjalp {
background-color: #eeeeee;
margin-left: 50px;
}
div#hjalp p {
margin: 0 20px 20px 20px;
font-size: 10px;
}
div#hjalp h3 {
font-size: 16px;
margin: 10px 20px 0 20px;
}


.headerwebbhotell {border:none;width:200px; height:42px; margin-top:0;padding-top:0;}
.bold {font-weight:bold;}
div#guide {float:right; margin-right:25px; margin-left: 15px;  background-image:url(images/toppsaljare-meny-gradient.jpg); background-repeat:repeat-x; width:200px; margin-bottom: 10px;}
div#guide ul {margin-bottom: 5px; list-style-position:inside; padding:5px 10px 5px 20px;}
div#guide h4 {color:green; margin: 0 15px 0 15px; text-decoration: underline;}
div#guide img {border:none;}
div#guide p {margin:0 15px 0 15px;}


div#navMenu {font-size: 12px; text-align:left; min-height:500px;margin-right:2px; margin-top: 20px;}
div#navMenu p {color:#806680; margin-bottom:20px; line-height:normal;}
div#navMenu ul, ol {margin-bottom:15px; list-style-type:none; list-style-position:inside;}
div#navMenu ul:first-child {padding-top: 10px;}
div#navMenu li {color:#549FC9; line-height:normal; padding: 2px 0 2px 10px;}
div#navMenu li:hover a {text-decoration:underline;}
div#navMenu span {font-size: 10px;}

div#footer {text-align:center; background-color:#003366; color:white; font-size:12px; padding-bottom:5px;}
div#footer img {margin-bottom:-10px; width: 217px; height: 26px;}

.clearfix:after {
    content: ".";              /* punkten placeras på sidan som sista objekt innan div-elementet avslutas */
	display: block;          /* inline-element reagerar inte på egenskapen clear */ 
    height: 0;                  /* ser till att punkten inte är synlig */
    clear: both;               /* får behållaren att frilägga punkten */
    visibility: hidden;	     /* försäkrar ytterligare att punkten inte är synlig */
}