

/* ----------------------------------------
    Riksantikvarieämbetet
    Print-CSS för KMS-tillämpningar
---------------------------------------- */


/* ----------------------------------------
    PAGE GLOBAL START
---------------------------------------- */

body
/* body */
{
    margin: 0! important;
}

/* ----------------------------------------
    PAGE GLOBAL STOP
---------------------------------------- */


/* ----------------------------------------
    DIV COLLECTION START
---------------------------------------- */

#totalDiv
/* totalDiv */
{
    border: 0! important;
}

#topDiv
/* topDiv */
{
    display: none;
}

#midDiv
/* midDiv */
{
    display: none;
}

/* ----------------------------------------
    DIV COLLECTION STOP
---------------------------------------- */


/* ----------------------------------------
    NAVIGATION START
---------------------------------------- */

/* ----------------------------------------
    NAVIGATION LEVEL ONE START
---------------------------------------- */

#navDiv
{
    display: none;
}

/* ----------------------------------------
    NAVIGATION LEVEL ONE STOP
---------------------------------------- */


/* ----------------------------------------
    NAVIGATION LEVEL TWO START
---------------------------------------- */

#navTwoDiv
{
    display: none;
}

/* ----------------------------------------
    NAVIGATION LEVEL TWO STOP
---------------------------------------- */

/* ----------------------------------------
    NAVIGATION LEVEL THREE START
---------------------------------------- */

#navThreeDiv
{
    display: none;
}

/* ----------------------------------------
    NAVIGATION LEVEL THREE STOP
---------------------------------------- */

/* ----------------------------------------
    NAVIGATION STOP
---------------------------------------- */


/* ----------------------------------------
    OBJECTS START
---------------------------------------- */

.logotype
/* logotype */
{
    width: 190px;
    height: 85px;
}

.logotypePrint
/* logotype print */
{
    display: block;
}

.headerImage
/* header image */
{
    width: 100%;
    height: 64px;
}

.button,
.buttonImageRight,
.buttonImageLeft
{
    display: none;
}

#map
{
	display: none;
}

/* ----------------------------------------
    OBJECTS STOP
---------------------------------------- */


/* ----------------------------------------
    UTIL START
---------------------------------------- */

.widthCsmall
/* widthC small depends on system width small */
{
    width: 25em;
    min-width: 400px;
}

.widthCdefault
{
/* widthC default depends on system width default */
    width: 25em;
    min-width: 400px;
}

.widthCwide
/* widthC wide depends on system width wide */
{
    width: 25em;
    min-width: 400px;
}

.widthsmall
{
/* system width small */
    width: 37.5em;
    min-width: 600px;
}

.widthdefault
{
/* system width default */
    width: 37.5em;
    min-width: 600px;
}

.widthwide
/* system width wide */
{
    width: 37.5em;
    min-width: 600px;
}

/* ----------------------------------------
    UTIL STOP
---------------------------------------- */



