@charset "UTF-8";
/* CSS Document */

body {
background-color:#FFFFFF;
}
p {
margin-top:0;

font-family:"Courier New", Courier, monospace;
font-size:11pt;
line-height:20px;
font-weight:normal;
}

.storlek {
font-family:"Courier New", Courier, monospace;
font-size:10pt;
font-weight:normal;
}
.fotnum{
font-family:"Courier New", Courier, monospace;
font-size:10pt;
font-weight:normal;
}
h2 {
font-family:"Courier New", Courier, monospace;
font-size:13pt;
font-weight:bold;
margin-top:0;
margin-bottom:0;
}

h1 {
font-family:"Courier New", Courier, monospace;
font-size:16pt;
font-weight:normal;
}

a {
color:#000000;
font-family:"Courier New", Courier, monospace;
font-weight:normal;
text-decoration:none;
font-size:15px;
}

a:hover {
color:#FF0000;
}
div#meny {
position:absolute;
top:150px;
line-height:20px;
}
div#meny1 {
position:absolute;
top:150px;
line-height:20px;
}
div#meny2 {
position:fixed;
top:370px;
line-height:20px;
}
.logga{
position:absolute;
top:50px;
}
.write{
position:fixed;
top:50px;
}
.blueOne {
color:#0055FF;
margin-left:10px;
}
.blueTwo {
color:#0055FF;
margin-left:20px;
}
.redOne {
color:#FF0000;
margin-left:10px;
}
.redTwo {
color:#FF0000;
margin-left:20px;
}
.red {
color:#FF0000;
}
.blue {
color:#0055FF;
}


.side {
background-image:url(grafik/l_.gif);
background-repeat:repeat-x;
}

img {
border-width:0;
}

img.redram{
border-width: 5px;
border-color:#FF0000;
}
.dash {
border:3px dashed #FF0000;
border-top-width:0;
border-bottom:0;
border-top:0;
}
.blackdash {
border:1px dashed #000000;
border-top-width:0;
border-bottom:1;
border-top:0;
border-right:0;
border-left:0;
}
div#right{
width:200px;
float:right;
border: thin red solid;
}
div#left{
width:200px;
float:left;
border: thin red solid;
}