body { cursor: url(orange.cur), default}
A:hover { color: #ff0000; text-decoration: underline; cursor: url(airplane1.cur), default; }
img { border: none; }
hr { border-top: 1px dotted #b0bea6; width: 60%; margin: 0 auto; }
@media screen {
html { height: 100%; }
body{ margin-top: 0px; font-family: arial, sans-serif, helvetica, geneva; font-size: 90%; background-image: url(.png); }

/* head =simulation av top frame */
#head{ position: fixed; top: 0%; left: 0%; right: 10%; width: 90%; height: 109px; background-color: #F6F6ED; background-image: url(raek.png);background-repeat:no-repeat;
text-align: right; padding-top: ; padding-right: 5%; font-size: 110%; font-weight: bold; color: green; border-bottom: 1px solid orange; border-right: 1px solid orange;}

/* en simulation av left meny frame */
#linkindex { position: fixed; top: 2.5%; left: 0.5%; width: 17.5%; font-size: 85%; line-height: 110%;
border-top: 1px solid grey; border-right: 1px solid grey; padding: 3px; background-color: #FFF;}
.meny>a { display: block;}

/* en simulation av right meny frame */
#meny{ position: fixed; top: 17%; right: 0%; width: 10%; padding-top: 0px; padding-left: 3px;border-left: #b0bea6 1px solid;
font-size: 76%;background: url(.gif) #F9F9F9 no-repeat right bottom;line-height: 120%;}

/* huvudbox =simulation av main frame */
#huvudbox{ margin-top: 110px; margin-left: 19%; margin-right: 4%; line-height: 130%;
border-left: 1px solid orange; padding: 10px; background-color: #FFF; background-image: url(.png);}

/* sidfot =simulation av bottom frame */
#sidfot { position: fixed; bottom: 0%; left: 0%; width: 100%; height: 3%;
background-color: #F6F6ED; text-align: left; font-size: 80%; padding-top: 0%; }

a:link {color: #0000FF; text-decoration: none; } a:visited { color: #800080; text-decoration: none;}
a:active {color: #800080; text-decoration: none; } a:hover { color: #FF0000; text-decoration: none;}
}
@media print {
a { text-decoration: none; }
#linkindex { display: none; }
#huvudbox { width:100%; line-height: 120%; font-size: 80%; }
#sidfot { line-height: 120%; font-size: 70%; border-top: 1px solid #000; }
}
