/* --- Text & bakgrundsfärg --- */

body {
font-size: 13px; 
font-family: verdana;
color: #000000;
background-color: #000000;
background-image: url('../bilder/bg2.jpg');
background-repeat: no-repeat;
background-attachment: 
fixed;
background-position: 50% 50%; 
}

table {
font-size: 13px; 
font-family: verdana;
color: #000000;
}



/* --- Rubriker --- */

.h1 {
font: bold 20px arial;
}

.h2 {
font: bold 17px arial;
}



/* --- Liten text --- */

.small {
font-weight: normal; 
font-size: 11px; 
color: #666666; 
font-family: verdana;
}



/* --- Länkar --- */

a, a:visited  {
text-decoration: none;
color: #000000;
}

a:hover {
color: #000000;
font-weight: bold;
}


/* --- Logo --- */

.logo {
position: absolute; left: 25px; top: 20px;
z-index:1;
}


/* --- Innehåll --- */

.content {
position: absolute; 
left: 50%; 
top: 50%;
margin-left: -425px;
margin-top: -250px;
width: 850px;
height: 500px;
}


/* --- Vita arket --- */

.transbox {
position: absolute; 
left: 50%; 
top: 50%;
margin-left: -425px;
margin-top: -250px;
width: 850px;
height: 500px;
border-style: solid;
border-width: 2px;
border-color: #000000;
overflow: auto;
background-color: #ffffff;
filter:alpha(opacity=80);
opacity:0.8;
}


/* --- Länkarna --- */

.links {
position: absolute; left: 15px; top: 180px;
width: 200px;
height: 300px;
font: 15px arial;
line-height: 150%;
color: #000000;
padding: 20px 30px;
z-index:1;
}


/* --- Textfältet --- */

.text {
position: absolute; left: 220px; top: 160px;
width: 550px;
z-index:1;
}


/* --- Anmälan --- */

.lista {
width: 610px;
height: 220px;
position: absolute; left: 0px; top: 100px;
overflow: auto;
scrollbar-face-color: #e1d3f5;
scrollbar-shadow-color: #4b396c;
scrollbar-highlight-color: #cbc1da;
scrollbar-3dlight-color: #cbc1da;
scrollbar-darkshadow-color: #c0abe6;
scrollbar-track-color: #fff;
scrollbar-arrow-color: #4b396c;
}


/* --- Resultat --- */

.resultat {
width: 610px;
height: 270px;
position: absolute; left: 0px; top: 50px;
overflow: auto;
scrollbar-face-color: #e1d3f5;
scrollbar-shadow-color: #4b396c;
scrollbar-highlight-color: #cbc1da;
scrollbar-3dlight-color: #cbc1da;
scrollbar-darkshadow-color: #c0abe6;
scrollbar-track-color: #fff;
scrollbar-arrow-color: #4b396c;
}

