﻿/*

    CSS Document


    Site: Ejmunds Gård
    URL: http://www.ejmunds.se
    Author: PS Kommunikation
    Version: 1.1
    Date: 2008.11.11

*/

BODY {
    font-family: Georgia,"Times New Roman", serif;	
    color:#000;     
    text-align:left;
} 
H1 {
    font-size:20pt; 	
    margin:0 0 6pt 0;
}
H2 {
    font-size:16pt;	
    margin:15pt 0 3pt 0;
}
H3 {
    font-size:10pt;	
    font-weight:bold;	
    margin:1pt 0 3pt 0;
}
P, UL, OL, LI {
    font-size:10pt; 	
    margin-bottom:9pt;
}
OL {
    list-style-type:decimal;
}
OL LI {
    margin-left:25pt;
}
UL {
    list-style-type:square;
}
UL LI {
    margin-left:20pt;
}
A:AFTER {
	margin:0 10px 0 0;
	content:"[" attr(href) "]";
}
DIV#wrapper {
    width: auto;
}
.hide {
    position:absolute;	
    left:-9999px;	
    z-index:100;
}
DIV#content {
    width:auto;    
    float:left;    
    display:inline;
}
DIV#img IMG {
    display:block;
    margin:0 0 20px 0;
}
DIV#sidebar {
    width:auto;    
    float:left;    
    display:inline;
} 
DIV#footer {
    width:auto;	
    margin-top: 4em;	
    clear: both;
}
IMG, 
DIV#content IMG,
FIELDSET, 
DIV#masthead, 
DIV#usp, 
DIV#sidebar, 
DIV#related, 
UL#helpNav, 
DIV#caption,
DIV#production {
    display: none;
}