html {
    margin: 0px;
    padding: 0px;
}

body {
    font: 12pt/18pt georgia, serif;
    margin: 0px;
    padding: 0px;
    background-color: white;
}

#header {
    width: 100%;
    height: 99px;
    background: url(http://www.gronskan.se/images/groceries.jpg) no-repeat;
    border-bottom: solid 1px #fff;
}

body#index      #header { background: url(../images/gronskan.jpg)   no-repeat }
body#groceries  #header { background: url(../images/groceries3.jpg) no-repeat }
body#catering   #header { background: url(../images/tables.jpg)     no-repeat }
body#greenhouse #header { background: url(../images/greenhouse.jpg) no-repeat }
body#compost    #header { background: url(../images/worms1.jpg)     no-repeat }
body#compost_en #header { background: url(../images/compost2.jpg)   no-repeat }
body#miscellaneous 
                #header { background: url(../images/pier.jpg)       no-repeat }
body#whatsnew   #header { background: url(../images/compost3.jpg)   no-repeat }
body#lyr        #header { background: url(../images/lyresund.jpg)   no-repeat }
body#gallery    #header { background: url(../images/sky.jpg)        no-repeat }
body#links      #header { background: url(../images/hans.jpg)       no-repeat }

#menu {
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 12pt;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 175px;
    height: 300px;
    padding: 0;
    margin: 0;
    background: url(http://www.gronskan.se/images/menu.png);
    color: black;
}

#menu a {
    text-decoration: none;
}

#menu ul {
    list-style-image: url(http://www.gronskan.se/images/icons/plutt.png);
}

ul {
    list-style-type: square;
}

#content {
    position: absolute;
    top: 115px;
    left: 200px;
    width: 40em;
}

#letter {
    border-top: solid 1px #18692e;
    border-bottom: solid 1px #18692e;
    padding: 5px;
}

#letter textarea {
    width: 30em;
    height: 10em;
}

h1 { 
    color: #18692e;
}

h1, h2 {
    font-family: Trebuchet MS, sans-serif;
    font-weight: normal;
}

td.left {
    padding-right: 10px;
    height: 3ex;
}

a {
    color: #18692e;
}

a:hover {
    color: #8c8;
}

a img {
    border: none;
}

.sidebar {
    border: solid 1px #18692e;
    background-color: #cfc;
    padding: 0 1em 0;
    margin-left: 1em;
    margin-right: 1em;
    width: 50%;
    float: right;
}

.sidebar h3 {
    text-align: center;
}

.sidebar ol {
    padding: 0;
}

.sidebar ol li {
    list-style: decimal inside;
    padding-top: 2ex;
}

.sidebar ul {
    padding: 1em;
}

.caps {
    font-variant: small-caps;
}

.larger {
    color: #18692e;
    font-size: 130%;
}

.sunday {
    color: #880000;
}

td {
    padding: 1em;
}

@media print {
    #header {
        display: none;
    }

    #menu {
        display: none;
    }

    #content {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
}

#box {
display: none;
}

dt {
    color: #18692e;
    font-weight: bold;
}

