
/**site **/
body {
    margin: 0;
    padding: 10px 0;
    font-family: arial, tahoma, verdana, sans-serif;

    font-size: 85%;
    background: #fff;
    text-align: center;
    color: #333;
}

img {
    border: none;
}

#container {
    background-color: #fff;
    text-align: left;
    margin: auto;
    padding: 0;
    width: 770px;
    position: relative;
    border:  1px solid black;
}

#head {
    height: 80px;
    background-color: #000;
    margin-bottom: 5px;
    background-image: url(/images/ic.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

#menu {
    height: 60px;
    background-image: url(meny_start_bg.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: 1px dotted black;
    margin-bottom: 20px;
}

#menu ul {
    margin-left: 200px;
    padding: 0;
    padding-top: 10px;
    list-style: none;
}

#menu li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 70px;
    margin-right: 10px;
    background-repeat: no-repeat;
}


#main {
    float: left;
    line-height: 1.8em;
    margin-left: 10px;
    width: 730px;
    height: 400px;
    background-color: #fff;
}

#main[id] {
    height: auto;
    min-height: 400px;
}

#foot {
    clear: left;
    text-align: center;
    padding: 20px 0 10px 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #888;
}
   

#main a, #foot a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dashed #333;
}

#main a img {
    border-bottom: none;
}

#main a:hover, #foot a:hover {
    border-bottom: 1px solid #333;
}


p {
  margin-top: 0; 
}

#main ul, #main ol {
  border-left: none;
  padding-left: 0;
  margin-left: 4em;
}


/** inline images **/
.textblock {
    clear: both;
}
.image {
}
.image p {
    font-size: 90%;
    line-height: 130%;
}
.imageleft {
    float: left;
    padding: 0 10px 10px 0;
    margin-right: 10px;
}
.imageright {
    float: right;
    border-left-width: 2px;
    padding: 0 0 10px 10px;
    margin-left: 10px;
}
.image p {
    margin: 0;
}


