﻿/*

    CSS Document


    Site: Leif Arvidsson
    URL: http://www.leifarvidsson.se
    Author: PS Kommunikation
    Version: 1.0

    Date: 20XX.XX.XX

*/

B0DY { 
    font-family:Georgia, Times New Roman, serif;
	color:#000; 
    text-align: left;
} 
H1 {
    font-size:20pt; 
	margin: 1.5pt 0 3pt 0;
}
H2 {
	font-size:14pt;
	margin-bottom:3pt;
}
H3 {
	font-size:10pt;
	font-weight:bold;
	margin-bottom:3pt;
}
P, UL, LI {
	font-size:10pt; 
	margin-bottom:9pt;
}
P {
    line-height:13pt;
}
IMG {
    border:none;
    margin-bottom:0.5em;
}
DIV#Wrapper {width: auto;}
.hide {
    position:absolute;
	left:-9999px;
	z-index:100;
}
DIV#Logo {
	margin-bottom:2em;
}
DIV#Content {
    width:auto;
    float:left;
    display:inline;
}
DIV#Footer {
    width:auto;
	margin-top:3em;
	clear:both;
}
DIV#Footer H2 {
    font-size:10pt; 
	font-weight:bold;
	margin-bottom:9pt;
}

/*** Hide ***/ 

DIV#HelpNav, 
DIV#breadcrumb,
DIV#MainNav, 
UL#SubMenu, 
DIV#ProductNav, 
DIV#Search, 
.MoreOptions, 
DIV#ContactInfo, 
DIV#Copyright, 
FIELDSET {
    display: none;
}
