/*
* $Id: page.css 281 2011-02-24 12:44:03Z mads $
* :folding=explicit:
*/
/* Jello -- start copying here * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
    padding: 0 350px 0 350px;
    margin: 0;
    text-align: center;
    /*
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/images/grdk_logo.png);
    background-position: right top;
    background-attachment: fixed;
    */
}

#sizer {
    background-color: transparent;
    margin: 0 auto 0 auto;
    padding: 0;
    width: 50%;
    max-width: 290px;  /* version for IE is at the bottom of this style block */
}

#expander {
    background-color: transparent;
    margin: 0 -350px 0 -350px;
    min-width: 700px; /* Critical Safari fix! */
    position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper {
    width: 100%;
    background-repeat: no-repeat;
    /*background-image: url(/images/grdk_logo.png);*/
    background-position: right top;
    background-attachment: absolute fixed;
}
#sidebar {
    width: 15%;
    max-width: 145px;
    float: left;
    display: inline;
    text-align: left;
    background-color: white;
    font-family: arial, sans-serif;
}

#content, #contentbig {
    width: 64%;
    margin-right: 100px;
    min-height: 250px;
    text-align: left;
    display: inline;
    float: right;
    padding-bottom: 3em;
    background-color: white;
    background-repeat: no-repeat;
    background-image: url(/images/storblad1.png);
    background-position: center center;
    background-attachment: fixed;
}
#content p:first-letter, #contentbig p:first-letter {
    font-family: "Palatino Linotype", georgia, sans-serif;
    font-size: 150%;
    vertical-align: baseline;
}
#contentbig {
    width: 98%;
}

/* Styling af footer {{{ */
#footer {
    clear: both;
    margin-right: 12%;
}
#bottom, #gdportal {
    position: relative;
    height: auto;
    margin-top: 15px;
    border-top: 2px solid green;
}
#bottom {
    color: #cccccc;
    font-size: 0.8em;
    padding: 15px 4px 4px 0;

}

/* }}} */

/* http://positioniseverything.net/easyclearing */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Styling af logo/top {{{ */
#logo {
    position: relative;
    height: auto;
    width: auto;
    background-color: transparent;
    padding: 15px 0 10px 0;
    margin-right: 100px;
}
div.logoleft {
    float: left;
    margin-left: 0;
    top: auto;
    bottom: 0;
}

div.logoright p {
    text-align: right;
    margin-top: auto;
    margin-bottom: 0;
    font-weight: bold;
}
/* }}} */

/*
* Menu-bokse {{{
*/
.spotbox {
    position: relative;
    margin: 0 4px 15px 0;
    width: 135px;
    border: 2px solid #971102;
    font-size: 85%;
    font-weight: normal;
    background-color: #EFE8C4;
}
.spotbox a {
    text-decoration: underline;
    font-weight: bold;
    color: #c31f19;
}
.spotbox a:hover {
    background-color: #c31f19;
    color: #ffffff;
    text-decoration: none;
}
.spotbox h1 {
    font-size: 125%;
    font-family: verdena, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
    background-color: #971102;
    color: #EFE8C4;
    padding: 1px 2px;
    margin-bottom: 0;
}
.spotbox h1:first-letter {
    font-size: 125%;
}
.spotbox p {
    padding: 4px;
    margin-top: 0;
}
/* }}}*/

/* {{{ Styling af top-menuen */

#topmenu {
    text-align: right;
    border: 1px solid #E1A706;
    padding: 0 4px;
    background-color: #007700;
    font-size: 120%;
    color: #EFE8C4;
}
#topmenu a {
    color: #EFE8C4;
    padding: 2px 10px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    border-left: 1px solid #007700;
    border-right: 1px solid #007700;
}
#topmenu a:hover, #topmenu a.current {
    background-color: #EFE8C4;
    color: #0B8E0D;
    border-left: 1px solid #e1a706;
    border-right: 1px solid #e1a706;
}
#topmenu p {
    margin: 1px;
    padding: 1px;
    font-size: 80%;
    font-weight: bold;
}

/*}}} */


