* html, html, body, ul, li, p, h1, h2, h3, a {
	margin: 0; 
	padding: 0;
	border: 0; 
}

a img {
   border: 0px;
}

body {
    background-position: bottom right;
    background-color: #d1e38a;
    color: black;
    margin: 0;
    background-color: #d1e38a;
    font-family: sans-serif;
    font-size: 1em;
    text-align: center;
}

#center {
    text-align: center;
    margin: auto auto;
    width: 800px;
    height: 150px;
}

#header {
    margin-top: auto;
    background-image: url('../images/logga2-kopiera.gif');
    background-repeat: no-repeat;
    background-position: center top;
    height: 115px;
    display: block;

}

#menu {
    background-color: #382416;
    float: right;
    position: relative;
    font-size:1em;
    top: 115px;
    right: 0px;
    width: 545px;
    height: 35px;
    padding: 7px;
    text-align: right;
}

#menu li {
    font-family: helvetica;
    display: inline;
    color: #d1e38b;
}

#menu img {
    padding: 0px 5px;
}

#menu a {
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    color: #d1e38b;
}
#menu a:hover {
    color: #FFFFFF;
}

#menu li.selected a {
    color: #FFFFFF;
}

#content {
    height: 640px;
    margin: 0px;
    padding: 0px;
}

#images {
    float: left;
    width: 320px;
    height: 640px;
    margin: 0px;
    padding: 0px;
    background-image: url('../images/Bilder2.jpg');
    background-repeat: no-repeat;
}

#text {
    color:  #382416;
    border-bottom: solid 8px #382416;
    border-right: solid 10px #382416;
    background-image: url('../images/topleft.jpg');
    background-repeat: no-repeat;
    background-color: #FFFEF9;
    position: relative;
    top: 35px;
    left: 256px;
    text-align: left;
    width: 494px;
    height: 439px;
    padding: 15px 20px;
    overflow: auto;
}

#text h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 2em;
}

#text h3 {
    margin-top: 10px;
    font-size: 1em;
}

#text p {
    font-size: 0.8em;
    text-align: justify;
}

#text .sp{
    margin-top: 10px;
    font-size: 0.8em;
}

#text a {
    text-decoration: none;
    color: #677e0e;
}

#text a:hover {
    color: black;
}

#footer {
    position: relative;
    bottom:125px;
    left:290px;
    height: 10px;
    clear:both;
    font-size:0.7em;
} 
