/* grunder */

body {
padding: 0;
/* margin: 30px 0 30px 30px; */
margin: 0 auto;
font-family: "times new roman", times, Verdana, Arial, Helvetica, sans-serif;
background-color: #d2c8ae;
/* background-image: url(bg.gif); */
/* background-repeat: repeat; */
}

/* rubriker */

h1, h2, h3, h4, h5, h6 {
font-family: "Times New Roman", serif;
color: #000000;
}

h3 { font-family: "Times New Roman", serif; color: #000000; font-weight: bold; }

/* text */

p { margin: 0; }

/* länkar */

a { color: #D08010; font-style: bold; text-decoration: none; }

a:visited { color: #D08010; font-style: bold; text-decoration: none; }

a:hover { color: #D01010; font-style: bold; text-decoration: none; }

/* avdelare */

hr { border: thin solid #000000; }

/* egna stilar */
.bildtext { font-size: 8pt; font-style: italic; }
.fakta {
font-size: 7pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #857156;
}
/* layout */

#layout { width: 500px; margin-left: 50px; margin-top: 20px;
/* background-color: #FFFFFF; */
/* border: 2px solid #000000; */
}

#header { 
/*height: 100px;*/
/* float: top; */
/* padding-top: 4em; */
}

#footer { 
/*height: 100px;*/
/* float: top; */
/* padding-top: 4em; */
}

#content { font-size: 10pt; line-height: 12pt;
/* float: bottom; */
/* clear: both; */
}

.clear { clear: both; }

/* meny */

#meny {
list-style-type: none;
line-height: 1.5em;
padding: 0; margin: 0;
}

#meny a {
color: #000000;
font-weight: bold;
text-decoration: none;
}

#meny a:hover {
text-decoration: underline;
}

