﻿@charset "utf-8";
body { 
background-attachment : fixed; 
background-image : url(../pics/web_bg.png); 
background-repeat : repeat-y; 
background-position : center top; 
background-color : #94aab5;
/*eventuell scrollbar färg för övriga webbläsare 
OBS fungerar inte i alla webbläsare (ex. FF)*/
scrollbar-face-color : #94aab5;
scrollbar-highlight-color : #94aab5;
scrollbar-shadow-color : #94aab5;
scrollbar-3dlight-color : #94aab5;
scrollbar-arrow-color : #333333;
scrollbar-track-color : #94aab5;
scrollbar-darkshadow-color : #94aab5; 
} 
html {
/*scrollbar färg för IE*/
scrollbar-face-color : #94aab5;
scrollbar-highlight-color : #94aab5;
scrollbar-shadow-color : #94aab5;
scrollbar-3dlight-color : #94aab5;
scrollbar-arrow-color : #333333;
scrollbar-track-color : #94aab5;
scrollbar-darkshadow-color : #94aab5; 
}
.navbar { 
background-repeat : no-repeat; 
background-attachment : fixed; 
background-image : url(../pics/navbar.jpg); 
} 
p { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 12px; 
color : #251e52; 
} 
h1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 18px;
color : #251e52;
}
img {
border: 0px;
}
.table { 
height : 100em; 
padding-left : 15px; 
margin-left : 15px; 
padding-right : 15px;
margin-right : 15px;
width : 790px; 
/*centrerar tabellerna i FF*/
margin-left:auto; 
margin-right:auto;
} 
.rubrik { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 12px; 
color : #251e52; 
font-weight : bold; 
} 
.small { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #251e52; 
} 
.fetkursiv {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #251e52;
font-weight: bold;
font-style: italic;
}
a:link {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #25le52;
text-decoration : underline;
}

a:hover {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #25le52;
text-decoration : underline;
}

a:visited {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #25le52;
text-decoration : none;
}
