﻿@import "../common.css";
@import "../units/all-units.css";


/* -------------------------------------------------------------- General --- */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; /*  -- Fjernet idet den forhindre resize i at virke */
}

/* ---------------------------------------------------- General: Headings --- */
h1 {
    font-size: 1em;
}
/* ------------ .pubList-h1pre { font-size: 0.7em; font-weight: normal; } --- */

/* ------------------------------------------------------- General: Links --- */
a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

/* ----------------------------------------------------------- Navigation --- */
div#nav-global {
    font-size: 10px;
}

    div#nav-global a {
        text-decoration: none;
    }

/* ----------------------------------------------------------- Search box --- */
div#search #submit-button {
    font-size: 11px;
    font-weight: bold;
}

div#search input#entry1 {
    font-size: 10px;
}

/* ---------------------------------------------------------- Crumb trail --- */
div#wrapper-crumb-trail p {
    margin: 0;
    font-size: .8em !important;
}

/* -------------------------------------------------------------- Content --- */
div#content h1 {
    margin: 0 0 22px 0;
    font-size: 1.4em;
}

    div#content h1.pubTitle {
        font-size: 1.2em;
    }

.pubTitle { /* -- MetaL -- */
    font-size: 1.2em;
    font-weight: bold;
}

div#col-left h1, div#col-mid h1 {
    font-size: .9em;
}

div#content h2 {
    font-size: 1em;
}

    div#content h2 .date {
        font-weight: normal;
    }
/* div#content p { font-size: 1em; }							-- Fjernet idet den forhindre resize i at virke */

/* ----------------------------------------------------- Content: Subpage --- */
div#content p.intro {
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
}

div#content.subpage p {
    margin: 0 0 20px 0;
    line-height: 1.5;
}

div#content h2 {
    font-size: 1.1em;
    margin: 25px 0 4px 0;
}

div#content h3 {
    font-size: 1em;
    margin: 25px 0 5px 0;
}

/* ------------------------------------------------------- Content: Dates --- */
div#content p.date,
div#content p.last-updated,
div#content p.nyhedsdato {
    margin: 0 0 6px 0;
    font-size: .9em;
}

div#content p.last-updated {
    margin-top: 25px !important;
}

/* ------------------------------------------ Content: Image with caption --- */
div#content .img-with-caption p {
    font-size: 0.8em;
}

/* ------------------------------------------------------ Content: Quotes --- */
div#content blockquote {
    font-weight: bold;
    line-height: 1.5;
}

    div#content blockquote p {
        margin: 0 !important;
    }

    div#content blockquote .quote-begin {
        font-size: 2.2em;
        font-style: italic;
        line-height: .5;
        display: block;
        margin: 10px 0 0 0;
        padding: 0;
    }

    div#content blockquote .quote-end {
        display: none;
    }

    div#content blockquote cite {
        font-size: 0.9em;
        font-weight: normal;
        font-style: normal;
        text-align: right;
        display: block;
        margin: 0;
    }

/* ---------------------------------------------- Content: Subpage jumper --- */
div#page-jumper p {
    margin: 0;
}

    div#page-jumper p .current, div#page-jumper p .nop {
        font-weight: bold;
    }

/* --------------------------------------------------------- Tables: Form --- */
/* --------------------------------------------------------- select.selectbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}  --- */

table#formTable input.btn {
    font-weight: normal;
    font-size: .9em;
}

/* ------------------------------------------------------ Site navigation --- */
/*
div#nav-sub h2 {
	font-size: 1em;
	margin: 0;
}
*/
div#nav-sub ul li {
    font-size: 1em;
}

div#nav-sub ul ul li {
    font-size: .9em;
}

div#nav-sub ul ul ul li {
    font-size: 1em;
}


/* -------------------------------------------------------------- Sidebar --- */
div#sidebar h1 {
    font-size: .9em;
}

div#sidebar h2 {
    font-size: 1em;
}

/* ------------------------------------------------------- Subsite jumper --- */
div#sidebar #subsite-jumper h1, div#sidebar h1.navHeading {
    font-size: 9px;
    font-weight: normal;
}

/* -------------------------------------------------------- Boxes: Events --- */
div#events li.event-date {
    font-style: italic;
}

/* --------------------------------------------------------------- Footer --- */
div#footer address {
    font-style: normal;
}

/* --------------------------------------------------------------- Tables: First row --- */
.first-row {
}

/* --------------------------------------------------------------- Tables: Last row --- */
.last-row {
}

/* ------------------------------------------------ Tables: Column widths --- */
.pct_10 {
}

.pct_15 {
}

.pct_25 {
}

.pct_40 {
}

.pct_45 {
}
