html, body {
margin: 0;
padding: 0;
/*font-family: Verdana, Tahoma, Arial, Sans-Serif; */
font-family: Georgia, Times, Serif;
background-color: #ccc;
height: 100%;
}
#header {
position: absolute;
top: 0px;
left: 100px;
margin: auto;
width: 900px;
background-color: #fff;
border-left: 1px solid #000;
border-right: 1px solid #000;
}
#header img {
border: none;
}
#meny {
position: absolute;
top: 150px;
left: 100px;
border-left: 1px solid #000;
border-right: 1px solid #000;
padding-right: 50px;
text-align: right;
width: 850px;
height: 50px;
background-color: #fff;
}
#meny a {
height: 40px;
text-decoration: none;
margin-left: 10px;
margin-right: 10px;
letter-spacing: 2px;
}
#meny a:link, #meny a:visited {
color: black;
}
#meny a:hover, #meny a:active {
color: black;
border-bottom: 3px double #000;
}
#innhold {
position: absolute;
top: 170px;
left: 100px;
border-left: 1px solid #000;
border-right: 1px solid #000;
width: 860px;
margin: auto;
background-color: #fff;
padding: 20px;
text-align: justify;
}
#innhold img {
border: 1px solid black;
float: right;
margin: 10px;
}
#innhold a:link, #innhold a:visited {
color: #600;
}
#innhold a:hover, #innhold a:active {
color: #036;
text-decoration: none;
}
h1 {
font-size: 25px;
padding-left: 30px;
}
h1:first-letter {
font-style: italic;
font-size: 30px;
color: #030;
font-weight: bold
}
h2 {
letter-spacing: 1px;
font-size: 20px;
font-style: italic;
}
#container {
min-height: 100%;
background-color: #fff;
width: 900px;
margin-left: 100px;
border-left: 1px solid #000;
border-right: 1px solid #000;
}
#copyright {
position: fixed;
bottom: 3px;
left: 50%;
text-align: center;
font-size: 9px;
}
#imeny {
font-size: 11px;
}
table {
width: 80%;
text-align: left;
}
tr {
border: 1px solid #000;
}
td {
padding: 5px;
border: 1px solid #000;
}
#innhold ul {
list-style-type: square
}
#dato {
text-align: right;
float: right;
font-size: 10px;
}
.code {
font-family: courier new;
}
.b {
color: blue;
}
.r {
color: red;
}
.ro {
color: #c66;
}
.g {
color: green;
}