* {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: verdana, arial, helvetica, sans-serif;
    line-height: 14px;
}
html {
    background-color: #999;
    height: 100.1%;
    /*overflow: hidden;*/
}
body {
    width: 800px;
    /*border-right: 1px solid #2F6630;
    border-left: 1px solid #2F6630;*/
    min-height: 100.1%;
    background: #e6e6e6 url(pics/bodyleft.gif) repeat-y;
    margin: 0 auto;
    position: relative;
    top: 0px;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: #900;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: 0;
    margin: 1px;
}
p {
  margin:5px;
}
h2 {
    font-size: 16px;
    color: #2F6630;
    margin-bottom: 15px;
}
hr {
    margin: 20px 0;
    color: transparent;
    border-top: 1px dotted #2F6630;
}
#head {
    background: #ccc url(pics/headtop.gif) repeat-x;
    padding-top: 20px;
    padding-right: 20px;
    text-align: right;
    height: 40px;
    width: 780px;
    color: #999;
    font-style: italic;
    position: fixed;
    top: 0;
}
#cont {
    padding: 90px 60px 40px 190px;
    min-height: 100%;
}
#hlft {
    background: transparent url(pics/headleft.gif) no-repeat;
    height: 123px;
    width: 160px;
    position: fixed;
    top: 0;
    padding-top: 10px;
    padding-left: 15px;
    border: 0px solid #000;
}
#menu {
    position: fixed;
    top: 150px;
    padding-left: 15px;
}
#menu li {
    line-height: 35px;
    font-weight: bold;
    font-style: italic;
    color: #999;
}
#menu a {
    color: #fff;
}

ul#home {
    list-style-type: none;
    margin-top: 20px;
    margin-left: 180px;
}

ul#home li {
    font-size: 1.1em;
    line-height: 35px;
    height: 35px;
}
dt {
    font: 1.3em "Comic Sans MS", fantasy;
    float: left;
}
dd {
    font: bold 1.6em "Comic Sans MS", fantasy;
    color: #2F6630;
    font-style: italic;
    margin-left: 470px;
    white-space: nowrap;
}
#torte {
    background: url(pics/tortellini.gif) 300px 0px no-repeat;
    height: 60px;
    padding-top: 20px;
}
#pizza {
    background: url(pics/pizza2.gif) 300px center no-repeat;
}
ul.dart {
    list-style: url(pics/dart.gif) inside none;
}
.dart li {
    font-size: 1.5em;
    padding: 10px 5px;
}
#edart {
    background: url(pics/edart.jpg) 440px 40px no-repeat;
    padding: 20px 0;
}

#brist {
    background: url(pics/bristle.gif) 430px 10px no-repeat;
    padding: 20px 0;
}

#aedw {
    background: url(pics/aedw.gif) 440px 35px no-repeat;
    padding: 20px 0;
}
input, textarea {
    font-family: sans-serif;
    width: 370px;
    background-color: #ddd;
    border: 1px solid #999;
    margin-bottom: 5px;
}
textarea {
    height: 140px;
}
input.btn {
    width: 90px;
}
#contact {
    margin: 20px auto;
    width: 500px;
    text-align: center;
}
#contact fieldset {
    text-align: left;
    border: 0px solid #ccc;
    width: 480px;
}
#contact label {
    display: block;
    float: left;
    width: 90px;
}
#bilder {
    padding-left: 15px;
}
#photo {
    width: 440px;
    height: 340px;
    margin-left: 65px;
}
#foot {
    position: fixed;
    bottom: 0;
    margin: 0;
    height: 4px;
    width: 800px;
    /*border-top: 1px solid #2F6630;*/
    background-color: #999;
}
ul.cups {
    list-style: url(pics/pdf.gif) inside none;
}
.cups li {
    padding: 5px 0;
}

* html body { height: 100.1%; }
* html #hlft, * html #menu, * html #foot { position: absolute; }
* html dd { margin-left: 467px; }

