@charset "iso-8859-1";
/* CSS Document */

body {
font-family: "Trebuchet MS", Times, serif;
padding: 0;
margin: 0;
font-size: 13px;
}

h1 {
font-size: 20px;
color: #666666;
padding: 0;
margin: 0;
line-height: 40px;
}

h2 {
font-size: 17px;
color: #D1A974;
padding: 0;
margin: 0;
font-weight: normal;
}

.rubrik_light {
color: #CCCCCC;
font-weight: normal;
}

.rubrik_namn {
font-size: 30px;
font-weight: normal;
vertical-align: middle;
}

#all {
width: 100%;
height: 100%;
background: url(images/body-bg.png) top repeat-x;
}

#all.senaste {
background: url(images/senaste-body-bg.png) top repeat-x;
}

#page {
width: 1000px;
margin-left: auto; 
margin-right: auto;
}

#header {
height: 107px;
padding-top: 8px;
padding-bottom: 10px;
}

#navigation_topp {
margin-left: 32px;
margin-top: 10px;
}

#logo {
height: 79px;
width: 674px;
float: left;
padding-left: 26px;
}

#sok {
height: 79px;
width: 276px;
float: left;
padding-top: 10px;
}

#senaste {
padding-left: 12px;
padding-right: 12px;
background: url(images/senaste-bg.png) top repeat-y;
height: 212px;
}

#senaste_border {
padding: 14px;
padding-top: 20px;
}

#senaste_top {
background: url(images/senaste-top.png) no-repeat;
height: 12px;
}

#senaste_inner {
background-color: #F8F8F8;
padding: 0 12px 4px 12px;
}

#senaste_bottom {
background: url(images/senaste-bottom.png) no-repeat;
height: 12px;
}

#vanster {
margin-right: 24px;
}

#loggain_uppe {
height: 12px;
background: url(images/laggain_uppe.png) no-repeat;
}

#loggain {
border-left: 3px solid #EFE3D3;
border-right: 3px solid #EFE3D3;
padding-left: 9px;
padding-right: 9px;
}

#loggain_nere {
height: 12px;
background: url(images/laggain_nere.png) no-repeat;
}

#kategorier {
margin-top: 20px;
}

#main {
padding-left: 12px;
padding-right: 12px;
background: url(images/main-bg.png) top repeat-y;
min-height: 400px;
}

#inloggad_remsa {
background-color: #EFE3D3;
color: #333;
padding: 10px 14px 6px 14px;
}

#main_inner {
padding: 14px;
}

#footer {
background: url(images/footer-bg.png) top repeat-x;
}

#footer_inner {
width: 1000px;
margin-left: auto; 
margin-right: auto;
text-align: center;
padding: 7px;
font-size: 11px;
color: #999999;
}

#footer_inner a {
color: #666666;
}


/* Navigation */

a, a:visited {
color: #333333;
}

a:hover {
color: #999999;
}

#navigation_topp a, #navigation_topp a:visited {
font-size: 14px;
color: #3F3F3F;
margin-left: 16px;
margin-right: 16px;
text-decoration: none;
}

#navigation_topp a:hover {
color: #000000;
text-decoration: underline;
}

.nav_border {
display: inline;
}


/* Sökfält */

.clearform {
padding: 0;
margin: 0;
display: inline;
}

.soklupa {
position: relative;
top: 10px;
left: -4px;
}


/* Andra div */

#hit_dit {
font-size: 20px;
margin-top: 10px;
color: #999999;
}

#hit_dit a {
font-size: 20px;
}

#sidnummer {
font-size: 16px;
margin-top: 10px;
color: #999999;
}

#sidnummer a:link, #sidnummer a:visited {
font-size: 16px;
color: #666666;
}

#sidnummer a:hover {
color: #000000;
background-color: #CCCCCC;
}


/* div class */

.off {
display: none;
}

.on {
display: block;
}

.meddelande {
display: block;
background-color: #FFFFCC;
border: 2px solid #EFE3D3;
text-align: center;
padding: 10px;
margin: 20px;
}

.litet_konstverk {
width: 140px;
margin: 10px;
}

.kommentar_text {
padding: 10px;
}


/* span, a class */

.modul_rubrik {
font-weight: bold;
font-size: 15px;
color: #FFB62F;
}

.vanster_rubrik {
color: #FFB62F;
font-size: 18px;
font-weight: bold;
}

.pris {
color: #990000;
font-size: 12px;
}

.list_off {
background-color: #F8F8F8;
}

.list_on {
background-color: #FFFFCC;
}

.list_red {
background-color: #FFEAEA;
}

a.gra {
color: #999999;
}

a.gra:hover {
color: #666666;
}

a.arr {
color: #666666;
background-color: #FAFAFA;
text-decoration: none;
font-size: 17px;
}

a.arr:hover {
color: #999999;
}

span.varn {
font-size: 11px;
color: #CC0000;
}


/* Knappar */

.knapp {
background-color: #999999;
font-weight: bold;
color: #FFFFFF;
font-family: "Trebuchet MS", Times, serif;
border: none;
}

.knapp_hover {
background-color: #333333;
font-weight: bold;
color: #FFFFFF;
font-family: "Trebuchet MS", Times, serif;
border: none;
}

.knapp_pil {
font-size: 16px;
font-weight: bold;
color: #000000;
}

.knapp_stor {
font-size: 16px;
color: #000000;
padding: 2px;
margin: 4px;
}

a.radera-kryss {
display: block;
width: 18px;
height: 18px;
background: url(images/radera-passiv.png) no-repeat;
margin-right: 10px;
}

a.radera-kryss:hover {
background: url(images/radera-aktiv.png) no-repeat;
}