html
{
    background-image: url(http://www.testwebben.se/555/Images/053_bg.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #e3e3e3; 
} 

body
{
    text-align: left;
    margin: 0 0 0 0;
    padding: 0;
} 

/* CONTENT (start) --------- */ 

body, textarea
{
    font-family: georgia, verdana, arial, helvetica, sans-serif;
    color: black;
    font-size: 12px;
} 

table
{
    font-size: inherit;
    font: 100%;
} 

body, p, li, td
{
    line-height: 1.5; 
}

h1, h2, h3, h4, h5, h6
{
    color: #96BE65;
    padding: 0em;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.1;

} 

h6
{
    font-size: 0.4em;
    margin: 1em 0em 0em 0em;
} 

h5
{
    font-size: 0.6em;
    margin: 1em 0em 0em 0em;
} 

h4
{
    font-size: 0.8em;
    margin: 1.5em 0em 0em 0em;
} 

h3
{
    font-size: 1.4em;
    margin: 0.5em 0em 0em 0em;
} 

h2
{
    font-size: 1.9em;
    margin: 0em 0em 0em 0em;
	color: #6C9738;
} 

h1,
.modGallery h2,
.modGuestbook h2,
.modCatalog h2,
.modNewsList h2
{
    text-transform: none;
    letter-spacing: 0.1em;
    font-size: 2.1em;
    margin: 0em 0em 0em 0em;
	color: #6C9738;
} 

p
{
    font-size: 1em;
    margin: 0.5em 0em 0em 0em;
} 

a,
a:link,
a:hover,
a:visited,
a:active
{
    color: #6C9738;
    text-decoration: none;
    font-weight: bold;
} 

a:hover
{
    text-decoration: underline;
    color: #B8DE89;
} 


hr
{
    height: 1px;
    margin: 0.5em 0 1em 0;
    color: gray;
    background-color: gray;
    /* clear: both; */
} 

table td
{
    vertical-align: top;
    border: 0px solid black; /* påverkar verktyget */
} 

strong
{
    font-weight: bold;
} 

em
{
    font-style: italic;
} 

blockquote
{
    margin: 0em 3em;
} 

/* CONTENT (end) ----------- */ 

/* FOOTER ------------------ */ 

#footer
{
    font-size: 0.9em;
    text-align: center;
    margin: 0;
	padding: 0 0 20px 0;
    clear: both;
    background-color: white;
	border-top: 1px dotted #ccc;
} 


/* LAYOUT ------------------ */ 

#wrapper
{
    text-align: left;
    width: 800px;
    margin: 0em auto 0em auto;
    border-right: 2px #96BE65 solid;
    border-left: 2px #96BE65 solid;
    background-color: white;
} 

#header
{
    background-image: url(http://www.testwebben.se/555/Images/053_bg_header.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: 0px #fedc60 solid;
    height: 250px;
} 

#main
{
    margin: 1em 1em 3em 1em;
} 

#main-left
{
    float: left;
    width: 200px;
    padding: 0em 0em 0em 0em;
} 

#main-content
{
    float: left;
    width: 200px;
    padding: 0em 0em 0em 0em;
} 

#main-right
{
    float: left;
    width: 200px;
    padding: 0em 0em 0em 0em;
} 

.clear
{
    clear: both;
    line-height: 0.01;
    border-style: none;
} 
