
html
{
    height: 100%;
}
h1
{
    font-size: 20px;
}
h2
{
    font-size: 12px;
    margin: 0px 0px 0px 0px;
}

body
{
    margin: 0;
    padding: 0;
    color: black;
    text-align: center;
    background-color: #666660;
    font-family: arial,sans-serif;
    font-size: 12px;
}


/* Classes til teksten - slut */
div.menu_overskrift
{
    margin: 0px 0px 5px 0px;
}

/*Input types*/
.input_button
{
}
.settings-div
{
    border-top: solid 1px #444444;
    border-bottom: solid 1px #666666;
    margin: 1px 8px 4px 8px;
    padding-top: 2px;
    padding-left: 2px;
    color: #888888;
}
.settings-div_valutadiv
{
    color: #888888;
    margin-top: -3px;
}

div.knappanel_bund
{
	margin-top: 6px;
	background: #FFFFFF url(/img/layout/knappanel_bund.gif) 0px 0px no-repeat;
	height: 26px;
	padding: 5px;
}

.overskriftbjaelke
{
    padding: 6px 0px 7px 6px;
    font-size: 18px;
    font-weight: bold;
    color: White;
    background-color: Black;
    font-family: Arial;
    text-align: left;
}
.input_text
{
    border: solid 1px #777777;
    padding-left: 3px;
}

.input_line
{
    height: 23px;
}

/*End of input types*/

/* Links */
A
{
    color: #AC2900;
}
A:Hover
{
    color: #fb381e;
}
.valgt-link
{
    font-weight: bold;
    color: #AC2900;
    text-decoration: none;
}

A.menulink
{
    color: #CCC;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}
A.menulink:hover
{
    color: #EEEEEE;
    text-decoration: none;
    font-weight: bold;
}

A.menulink_sub
{
    color: #CCC;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

A.menulink_sub:hover
{
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}
A.menulink_sub_valgt
{
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
A.tilbudlink
{
    background: transparent url(/img/layout/menugrafik/graa_pile.gif) 100% 3px no-repeat;
    color: #CCC;
    text-decoration: none;
    font-weight: bold;
    padding-right: 22px;
}
A.tilbudlink:Hover
{
    background: transparent url(/img/layout/menugrafik/graa_pile_hover.gif) 100% 3px no-repeat;
    color: #FFF;
    padding-right: 22px;
}
/* Benyttes til at fremhæve et link, der skal vises som valgt. Ses fx på siden for en underkategori*/


/* Viser et link i siden af menuen med de samme farver og hovedeffekter som de andre menulinks
    men med understregning og størrelse 10px
*/

A.menulink_classic
{
    color: #CCC;
    font-weight: normal;
    text-decoration: underline;
}
A.menulink_classic:hover
{
    color: #FFF;
    text-decoration: underline;
}

/*End of links*/

.nedtonet_tekst
{
    color: #666666;
}

/*
Side-menuer
*/
.sidemenu
{
    color: #CCC;
}
/*
Sidemenuer
*/

h1
{
    font-size: 24px;
    font-weight: bold;
}
.forallbrowsers
{
    height: 10px;
    margin-top: 0px;
}

/* Runde kanter */
.rammebaggrundsfarve
{
    background-color: #E5DBC3;
    color: #786534;
}
.rammebv
{
    background: url(../img/layout/rammebv.gif) 0 100% no-repeat;
}
.rammebh
{
    background: url(../img/layout/rammebh.gif) 100% 100% no-repeat;
}
.rammetv
{
    background: url(../img/layout/rammetv.gif) 0 0 no-repeat;
}
.rammeth
{
    background: url(../img/layout/rammeth.gif) 100% 0 no-repeat;
}
/* Runde kanter - slut */


.logo-div
{
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 12pt;
    height: 138px;
    background: url(../img/layout/topbillede.gif);
}

.logo-div_klik
{
    height: 110px;
    cursor: pointer;
}

.hojre-div
{
    background-color: Black;
    color: White;
}

.div-copyright
{
    margin-top: 15px;
    padding-bottom: 10px;
}

/* Classes til knappanelet */
.indhold-td
{
    background: White url(/img/layout/indhold_baggrund.gif) repeat-y;
    border: solid 1px #999999;
}

.indhold-td_bred
{
    background: White url(/img/layout/indhold_baggrund_bred.gif) repeat-y;
    background-color: White;
    border: solid 1px #999999;
}

.topmenu-div
{
    position: relative;
    background-color: black;
    font-size: 9px;
    padding: 1px;
    height: 25px;
}
.knappanel
{
    font-family: Verdana;
    font-weight: bold;
    border: 1px solid #DED7B6;
    background-color: #DED7B6;
    background: #DED7B6 url(/img/layout/brunfadeknap.gif) repeat-x;
    padding-top: 5px;
    padding-bottom: 6px;
    text-align: center;
    float: left;
    cursor: pointer;
    color: #4f4c40;
}

.knappanel:LINK
{
    text-decoration: none;
    color: #4f4c40;
}
.knappanel:VISITED
{
    text-decoration: none;
    color: #4f4c40;
}
.knappanel:ACTIVE
{
    text-decoration: none;
    color: #4f4c40;
}
.knappanel:HOVER
{
    text-decoration: none;
    background: #cbc4a7 url(/img/layout/brunfadeknap-hover.gif) repeat-x;
}

.knappanel-aktiv
{
    font-family: Verdana;
    font-weight: bold;
    border: 1px solid White;
    background-color: White;
    background: White url(/img/layout/graafadeknap.jpg) repeat-x;
    padding-top: 5px;
    padding-bottom: 8px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.knappanel-aktiv:LINK
{
    text-decoration: none;
    color: #444444;
}
.knappanel-aktiv:VISITED
{
    text-decoration: none;
    color: #444444;
}
.knappanel-aktiv:ACTIVE
{
    text-decoration: none;
    color: #444444;
}
.knappanel-aktiv:HOVER
{
    text-decoration: none;
    color: #444444;
}

/* Classes til divs - slut */

/* Classes til tekst */
.underskrift
{
    font-size: 8pt;
    color: white;
    text-align: center;
    margin-bottom: 0px;
}
/* Classes til teksten - slut */




/* CSS TIL FORSIDEN */

/* Blaa runde kanter */
.blaarammebaggrundsfarve
{
    background-color: #EFEFEF;
    border: solid 1px #DDDDDD;
}


.boks_lys
{
	background-color: #EFEFEF;
    border: solid 1px #DDDDDD;
    padding: 5px;
    text-align: justify;
}
/*
.blaarammebv
{
    background: url(../img/layout/blaarammebv.gif) 0 100% no-repeat;
}
.blaarammebh
{
    background: url(../img/layout/blaarammebh.gif) 100% 100% no-repeat;
}
.blaarammetv
{
    background: url(../img/layout/blaarammetv.gif) 0 0 no-repeat;
}
.blaarammeth
{
    background: url(../img/layout/blaarammeth.gif) 100% 0 no-repeat;
}

.blaarammebhNY
{
    background: #E2EBE7 url(../img/layout/blaarammebh.gif) 100% 100% no-repeat;
}
*/

/* Gridviews */
table.gridview1
{
    font-size: 12px;
    border: solid 1px #CCCCCC;
    background-color: White;
    margin: 0px;
}
.gridview1_headerstyle th
{
    font-weight: bold;
    padding: 5px;
    font-weight: bold;
    padding: 5px 7px 5px 7px;
    text-align: left;
    border-bottom: solid 1px #888888;
    color: #DDDDDD;
    background-color: #555555;
}
.gridview1_rowstyle td
{
    text-align: left;
    vertical-align: top;
    border-bottom: solid 1px #CCCCCC;
    padding: 7px 7px 5px 7px;
}
.gridview1_rowstyle_kompakt td
{
    text-align: left;
    vertical-align: top;
    padding: 5px;
}


/* Runde kanter - slut */

table
{
    border-collapse: collapse;
    border: 0px;
    margin-top: 30px;
}
tr
{
    height: 100%;
    padding: 0px;
}
td
{
    padding: 0px;
}

p
{
    /*
    margin-top: 0px;
    margin-bottom: 0px;
    */
}
.nyhedvareoverskrift
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12pt;
    font-weight: bold;
}
.nyhedvaretd
{
    background: url(../img/layout/jakketest.jpg) no-repeat;
    height: 100%;
    width: 289px;
    border: 0px;
    padding: 0px;
    vertical-align: top;
}
.trekantpositionhoejre
{
    position: absolute;
    margin-left: 289px;
    margin-top: -13px;
}
.trekantpositionvenstre
{
    position: absolute;
    margin-left: 276px;
    margin-top: -13px;
}

.lilletekstbox
{
    background: url(../img/layout/lilletekstboxbaggrund.gif) no-repeat;
    font-size: 6pt;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    width: 68px;
    height: 14px;
}

.stortekstbox
{
    background: url(../img/layout/stortekstboxbaggrund.gif) no-repeat;
    font-size: 6pt;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    width: 145px;
    height: 14px;
}

.roedbar
{
    margin-top: 10px;
    background: url(../img/layout/forsidenyhedsbarvenstre.gif) no-repeat;
    margin-left: 10px;
    width: 738px;
    height: 25px;
}

.roedbar_del2
{
    background: #E5DBC3 url(../img/layout/forsidenyhedsbarhoejre.gif) 100% 0 no-repeat;
    margin-left: 8px;
    width: 730px;
}

.fanebar
{
    background-color: #E2EBE7;
    vertical-align: top;
    text-align: left;
    width: 9px;
}

.fanebar2
{
    background-color: #E2EBE7;
    line-height: 33px;
    font-size: 14pt;
    color: #AC2900;
}

.fanebar3
{
    background-color: #E2EBE7;
    vertical-align: top;
    text-align: right;
    width: 9px;
}

.fanebar4
{
    margin-left: 10px;
    margin-top: 0px;
    background-color: #E2EBE7;
}

.fanebar5
{
    padding-left: 10px;
    font-size: 9pt;
    text-align: justify;
    vertical-align: top;
}

.fanebar6
{
    text-align: center;
    width: 30px;
    vertical-align: bottom;
}

.fanebar7
{
    font-size: 9pt;
    padding-right: 10px;
    text-align: justify;
    vertical-align: middle;
}

.fanebar8
{
    text-align: right;
    vertical-align: top;
}

.fanebar9
{
    text-align: left;
    width: 9px;
}

.fanebar_start
{
    margin-left: 10px;
    margin-top: 0px;
}

.kategori_knapper
{
    border-left: 1px solid white;
    background: url(../img/layout/kategori_knapper.gif);
    cursor: pointer;
}

.kategoriknappanel-mouseover
{
    cursor: pointer;
}

.marginspec
{
    margin-left: 7px;
}

.dropdownvarer
{
    white-space: nowrap;
    padding-right: 4px;
}
























/*
    MIDLERTIDIG FORSIDE-ARTIKEL STYLE
*/

.artikelbaggrund
{
    background-color: #E2EBE7;
    width: 100%;
}
.artikelbv
{
    background: url(http://195.69.131.46/shop/img/layout/blaarammebv.gif) 0 100% no-repeat;
}
.artikelbh
{
    background: url(http://195.69.131.46/shop/img/layout/blaarammebh.gif) 100% 100% no-repeat;
}
.artikeltv
{
    background: url(http://195.69.131.46/shop/img/layout/blaarammetv.gif) 0 0 no-repeat;
}
.artikelth
{
    background: url(http://195.69.131.46/shop/img/layout/blaarammeth.gif) 100% 0 no-repeat;
}
.artikeltekst
{
    padding: 11px;
    text-align: justify;
    line-height: 1.5;
}
.artikelhvidbv
{
    background: url(http://195.69.131.46/shop/img/layout/hvidthjoernebv.gif) 0 100% no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
}
.artikelhvidbh
{
    background: url(http://195.69.131.46/shop/img/layout/hvidthjoernebh.gif) 100% 100% no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
}
.artikelhvidtv
{
    background: url(http://195.69.131.46/shop/img/layout/hvidthjoernetv.gif) 0 0 no-repeat;
    background-color: Red;
    position: absolute;
    height: 100%;
    width: 100%;
}
.artikelhvidth
{
    background: url(http://195.69.131.46/shop/img/layout/hvidthjoerneth.gif) 100% 0% no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
}
.artikel
{
    width: 578px;
    border: solid 0px blue;
}
.artikel_left
{
    position: relative;
    float: left;
    width: 286px;
    padding: 0px;
    height: auto;
}
.artikel_right
{
    position: relative;
    width: 286px;
    float: right;
    padding: 0px;
    height: auto;
}
.artikel_overskrift
{
    font-size: 12pt;
    font-weight: bold;
}
img.artikelbillede
{
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    outline-width: 0px;
    display: block;
}

table.artikel_redigering
{
    border: solid 1px white;
}
div.vandretlinie
{
    font-size: 1pt;
    height: 1px;
    padding: 0px;
    margin: 0px;
    border-bottom: solid 1px #AC2900;
    margin-bottom: 8px;
    margin-top: 7px;
}
.lodretlinie
{
    font-size: 1px;
    width: 2px;
    padding: 0px;
    margin: 0px;
    background-color: Green;
    background: url(http://195.69.131.46/shop/img/layout/lodretlinie.gif) 0% 0% repeat;
}
.button1
{
    background-color: Red;
    color: Green;
}
div.vandretlinie_understregning
{
    font-size: 1px;
    height: 1px;
    padding: 0px;
    margin: 0px;
    background-color: #DDD1B0;
    margin-top: 1px;
    border-bottom: solid 1px #FFFFFF;
    margin-bottom: 8px;
}
div.vandretlinie_nedtonet
{
    border-bottom: solid 1px #DDDDDD;
}
/*
    SLUT PÅ MIDLERTIDIG FORSIDE-ARTIKEL STYLE
*/

img
{
    border-style: none;
}

/*
	PAATOUR
*/

table.paatour_redigering td
{
    text-align: left;
    font-weight: bold;
}
table.paatour_redigering
{
    width: 720px;
    margin: auto;
}
div.paatour_vandretlinie
{
    border-bottom: solid 1px #DDDDFF;
    margin-bottom: 14px;
}

/*
	SLUT PÅ PÅTOUR
*/

