/**
* gartneriets css
* @version	$Id: main.css,v 1.9 2006/03/16 21:10:59 gartneri Exp $
* :folding=explicit:collapseFolds=1:
*/
body {
   color: black;
   font-family: tahoma, arial, helvetica, sans-serif;
   font-size: 0.9em;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: url(/img/d1/gpansy.png);
    background-position: center;
    background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6, .boxedhead {
    font-family: arial, tahoma, helvetica, sans-serif;
    font-weight: lighter;
    color: #004400;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h1 { font-size: 160%; }
h2 { font-size: 150%; }
h3 { font-size: 140%; }
h4 { font-size: 130%; }
h5 { font-size: 120%; }
h6 { font-size: 110%; }

/* Header som vises i en boks */
.leksikonboxedhead, .boxedhead {
    border-bottom: 1px solid #006600;
    background-color: transparent;
    margin-top: -1em;
    width: auto;
    /*color: #674400;*/
    padding: 1.6em 3px 1px 3px;
    font-style: italic;
/*	background-image: url(/img/d1/bck.png);*/
}
.boxedhead {
    z-index: 3;
    background-image: url(/img/d1/mariehoene-69x60.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    clear: both;
}

/* Standard links */
a:link	{	font-weight: bold;	text-decoration: underline; color: #990000; }
a:visited{	font-weight: bold;	text-decoration: underline; color: #990000; }
a:hover	{	font-weight: bold;	text-decoration: none; color: #990000;	/*background-color: #ddddaa;*/ }
a:active	{	text-decoration: none; color: #ddddaa; }

hr {
    color: #006600;
    border-style: solid;
    border-width: 0 0 1px 0;
}


/* Insert quotes before and after Q element content */
q	{ quotes: "«" "»"; }
q:before { content: open-quote; }
q:after  { content: close-quote; }

/* Normale billeder - har hoover-effekt, men en anden end på links */
img {
    padding: 0;
    margin: 0;
    /*float: both;*/
}
a:link img		{	border: 1px solid #990000; }
a:visited img	{	border: 1px solid #990000; }
a:hover img		{	border: 1px solid #ddddaa; }
a:active img	{	border: 1px solid #ddddaa; }

/* Billeder uden border/hoover-effekt (logoer o.l.) */
a.imgnh img				{	border: 0;	background-color: transparent; }
a:link.imgnh img		{	border: 0; }
a:visited.imgnh img	{	border: 0; }
a:hover.imgnh 	{	border: 0; background-color: transparent; }
a:active.imgnh	{	border: 0; }
a.imgnh:before, a.imgnh:after, a.imgnh:hover:before { content: ''; }

ul {
    list-style-image: url(/img/d1/leaf_bullet.png);
}
ul.compact {
    list-style-position: inside;
}
.l1 {
    list-style-image: url(/img/d1/leaf_bullet1.png);
}
.l2 {
    list-style-image: url(/img/d1/leaf_bullet2.png);
}
.l3 {
    list-style-image: url(/img/d1/leaf_bullet3.png);
}
.l4 {
    list-style-image: url(/img/d1/leaf_bullet4.png);
}
.l5 {
    list-style-image: url(/img/d1/leaf_bullet5.png);
}
.l6 {
    list-style-image: url(/img/d1/leaf_bullet6.png);
}
ul ul {
    margin-bottom: 2em;
}

legend {
    font-weight: bold;
}

/* Div med indholdet samt Where-am-I-viseren
{{{
*/
.indhold, .wai {
    position: relative;
    width: auto;
    min-width: 150px;
    margin: 0 0.8em 0 10.5em;
    padding: 0px 4px 29px 4px;
    z-index: 5;
}
/* The 'Where Am I?'-navigationbar (This is based on .indhold) */
.wai {
    padding-top: 0;
    padding-bottom: 0.3em;
    font-weight: bold;
    color: #666666;
    height: auto;
    clear: right;
    margin-top: 3px;
}
.wai a:link		{ color: #999999; text-decoration: underline; }
.wai a:visited	{ color: #bbbbbb; text-decoration: underline; }
.wai a:hover	{ color: #666666; text-decoration: underline; background-color: #dddddd; }
.wai a:active	{ color: #666666; }
.wai a:after, .wai a:before, .wai a:hover:before	{ content: ''; }
/*
* Selve Where-am-I-navigatoren vises i en span inden i en div.
* Placering bliver forkert hvis font-size ændres direkte på div'en, derfor en <span>
*/
.wai span {
    font-size: smaller;
}
/*
}}} */

/* Div med logoet i */
.logo {
    position: relative;
    background-color: #44aa44;		/* skal skifte */
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 3;
    height: auto;
    border-bottom: 1px solid #77dd77;		/* skal skifte */
    vertical-align: middle;
}

/**
* {{{ Menubaren
*/
.menubar {
    position: relative;
    font-family: Arial, Haettenschweiler, "arial narrow", arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    background-color: #006600;		/* skal skifte */
    color: #ffffff;
    padding-top: 4px;
    z-index: 4;
    border-top: 2px solid #446644;		/* skal skifte */
    padding-left: 10.5em;
    vertical-align: bottom;
}
.menubar div {
    padding-left: 4px;
    /*font-size: 0.8em;*/
}
.menubar a.menu {
    font-size: 1.6em;
    background-color: #006600;
    color: #ffffff;
    text-decoration: none;
    font-weight: 200;
    border: 0;
}
.menubar a.menu:hover, .menubar a.curmenu, .menubar a.curmenu:hover {
    background-color: #ffffff;
    font-weight: 200;
    text-decoration: none;
    color: #006600;
    border: 0;
}
.menubar a.curmenu {
    font-size: 1.6em;
}
.menubar a:before, .menubar a:after, .menubar a:hover:before { content: ''; }
/*}}}*/

/**
* {{{ Menuboxes (Menuen i venstre side)
*/
#menucontainer {
    position: absolute;
    top: 0;
    width: 10em;
    float: left;
    left: 0;
    z-index: 2;
    margin: 4px;
}
/* disse to for at få venstre-menuen ned under logo og topmenu */
#menuleft-spacer1 {
    height: 106px;
}
#menuleft-spacer2 {
    height: 2.5em;
}

.menuleft, .menulefthead {
    border-collapse: collapse;
    border: solid 1px #333333;		/* skal skifte */
    padding: 3px 4px;
    margin-top: 0;
}
.menulefthead {
    background-color: #bbbb44;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 0;
    margin-bottom: 0;
}
.menuleft {
    background-color: #ddddaa;		/* skal skifte */
    color: #990000;					/* skal skifte */
    font-weight: normal;
    text-align: left;
    font-family: arial, tahoma, verdena, "sans serif";
    padding-bottom: 25px;
    margin-bottom: 15px;
}
.menuleft a:link {
    /*color: #004400;*/		/* skal skifte */
    text-decoration: underline;
}
.menuleft a:hover {
    color: #ddddaa;
    background-color: #990000;		/* skal skifte */
}
.menuleft a:before, .menuleft a:after, .menuleft a:hover:before {
    content: '';
}
.menuleft br {
    margin-bottom: 4px;
}

#menucontainer strong {
    color: #000000;
}

/*}}}*/
#footer {
    border-top: 2px solid #006600;
    padding-top: 5px;
    margin-top: 30px;
    clear: both;
}

/**
* {{{ Images i enten højre eller venstre side
*/
.imgleft, .imgright, .imgnone {
    position: inherit;
    text-align: center;
    padding: 3px;
    border: 1px solid #aaaaaa;
    font-size: smaller;
    color: #444444;
    margin-bottom: 3px;
    margin-top: 3px;
    background-color: #ddddaa;
    min-width: 8em;
}
.imgleft {
    float: left;
    margin-right: 6px;
}
.imgright {
    float: right;
    margin-left: 6px;
}
.imgnone {
    margin-left: 0;
    margin-right: 0;
}
.imgleft a:before, .imgright a:before, .imgnone a:before {
    content: '';
}
.imgleft a:hover:before, .imgright a:hover:before, .imgnone a:hover:before {
    content: '';
}
.imgleft a:after, .imgright a:after, .imgnone a:after {
    content: '';
}
/* Container til flere images */
/*
table.imgtableleft {
    float: left;
    margin-right: 6px;
}
table.imgtableright {
    float: right;
    margin-left: 6px;
}
*/
/* div-container til flere images - vertical, højre side */
.imgvbarRight {
    float: right;
    width: auto;
    z-index: -2;
    margin-left: 1em;
}

/*}}}*/

/**
* {{{ Pager-tingen
*/
div.pager {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
table.pager  {
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #000000;
    background-color: #447722;
    color: #ffffff;
    text-align: center;
}
.pager td {
    text-align: center;
    border: 1px solid #000000;
}
/*
* .pager a.iesucks er nødt til at være der for at også IE kan
* finde ud af at vise links i de rigtige farver :-(
* IE SUCKS!
*/
.pager a, td.pager_active, .pager a.iesucks {
    font-weight: bold;
    text-decoration: none;
    width: 2em;
    padding: 1px;
    color: #ffffff;
}
.pager th {
    font-weight: normal;
    background-color: #ffffff;
    color: #000000;
}
th.blaaaah {
    font-weight: normal;
    background-color: #ffffff;
    color: #000000;
}

.pager a {
    display: block;
}
.pager a:before, .pager a:after, .pager a:hover:before {
    content: '';
}
.pager a:hover, .pager td:hover, .pager_active a, .pager_active {
    background-color: #992222;
    color:  #ffffff;
}
/**
* Pager-ting end
* }}}
*/

.propright {	text-align: right; }
.propcenter {	text-align: center; }
.propbold {	font-weight: bold; }

.infoline {
    font-size: smaller;
    color: #9A7A00;
    font-variant: small-caps;
    margin-top: 0;
}
.infoline em {
    font-style: normal;
    font-weight: bolder;
}

.date {
    font-size: smaller;
    color: #999999;
}

/**
* {{{ Søgesiderne
*/
.searchinfo {
    font-size: smaller;
    color: #004400;
}
p.searchinfo {
    margin-bottom: 2em;
}
.searchinfo strong {
    color: #000000;
    font-weight: bold;
}

table.nu, table.soegstat {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    border-spacing: 1px;
    text-align: center;
    width: 100%;
    background-color: #000000;
}
th.soegstattop {
    background-color: #DDDDD0;
    border-width: 0;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 110%;
}
tr.soegstatheader, tr.nuheader {
    background-color: #ccccc0;
    border-width: 0;
    padding: 3px;
    text-align: left;
    font-weight: bold;
}
tr.soegresult, tr.nu {
    background-color: #eeeee0;
    border-width: 0;
    padding: 3px;
    text-align: left;
   vertical-align: top;
}
td.nudato {
    width: 50px;
}
table.soegstat th, table.nu th,
table.soegstat td, table.nu td {
    padding: 1px 3px;
}
.nu td, .soegresult td {
}

/* }}} */

/**
* {{{ En tabel som lister ting
*/
table.list {
    /* En IE-ting :-( */
    font-size: 100%;

    border: none;
    padding: 3px;
    border-collapse: collapse;
}
table.list th, table.list td {
    text-align: left;
    padding: 3px;
}
table.list th {
    background-color: #cccccc;
}
table.list td.dato {
    text-align: right;
    color: #999999;
}
/*}}}*/

table.adresser {
    vertical-align: top;
    width: 100%;
}
table.adresser td {
    vertical-align: top;
}
table.adresser th {
    font-weight: bold;
    color: #888888;
    text-align: left;
   border-bottom: 1px solid black;
}
table.adresser tr.th {
    border-bottom: 1px solid black;
}
table.adresser th.col1 {
    width: 40%;
}
table.adresser th.col2 {
    width: 30%;
}
table.adresser th.col3 {
    width: 30%;
}

.artikelfoot {
    text-align: center;
    font-size: 90%;
    margin-top: 3em;
}
div.artikel > p:first-child,
p.artikel {
    font-size: 105%;
    font-weight: bolder;
}

.fed {
    font-weight: bolder;
}

.gray {
    color: #aaaaaa;
}

p.siteuser {
    font-size: 80%;
    color: #777777;
    text-align: right;
    margin-top: 10em;
}

.latinsk {
    font-style: italic;
    font-size: 110%;
    font-weight: bold;
}
.latinskfamilie {
    font-style: italic;
    font-size: 100%;
    font-weight: normal;
}
.danskfamilie {
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
}

.label {
    font-weight: bold;
}
td.label {
    vertical-align: top;
}

/*
* Tabel som lister ting om planter i leksikonnet
*/
table.entities {
    margin: 0 auto;
    padding: 0px;
    width: *;
    border-spacing: 0px;
    border-collapse: collapse;
}
td.entities-left {
    width: 50%;
    vertical-align: top;
    border-right: 1px solid #D6EF94;
    padding-right: 10px;
}
td.entities-right {
    width: 50%;
    vertical-align: top;
    border-left: 1px solid #D6EF94;
    padding-left: 20px;
}
ul.entities {
    list-style: disc;
}
.entitysubhead {
    font-weight: bold;
}

.persons {
    color: #aaaaaa;
    font-size: 90%;
    line-height: 1.5em;
}
div.persons {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

/* {{{ udskrift */
@media print {
    /* "boxed" headers udskrives som normale headers */
    .boxedhead {
        border: none;
        color: #004400;
    }

    /* Indhold skrives næsten til kant af papiret */
    .indhold {
        margin-left: 10px;
        margin-top: 5px;
    }

    /* Where-am-I-navigatoren vises ikke på udskrifter */
    .wai {
        display: none;
    }
    /* Logo vises nærmere kanten på udskriften end på skærmen */
    .logo {
        padding-left: 10px;
        border-bottom: 2px solid #006600;
    }

    /* Den vandrette menu skal ikke med på udskriften */
    .menubar {
        display: none;
    }

    /* Menuen i venstre side skal ikke med på udskriften */
    .menuleft, .menucontainer, .menulefthead {
        display: none;
    }

    #footer img {
        display: none;
    }

    .pager {
        display: none;
    }

    /*
    * Med denne kan Mozilla/firefox sætte logoet øverst på hver side,
    * men desværre går IE i selvsving ved dette :-(
    */

    .indhold {
        padding-top: 3.5cm;
        padding-bottom: 2cm;
    }
    #footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        margin-top: 1.5cm;
        padding-bottom: 0;
    }
    .logo {
        position: fixed;
        width: 100%;
        top: 0;
    }

}
/* }}} */

