body
{
    font: x-small sans-serif;
    font-family: x-small sans-serif;
    font-weight: normal;
}

p
{
    font-size: 11px;
}

ul
{
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
}

h5
{
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 11px;
}





#bodyContent h2
{
    font-size: 20;
    border-bottom: 1px solid #BFBFBF;
    display: block;
    color: orange;
}

#bodyContent h3
{
    font-size: 15;
    font-weight: bold;
    border-bottom: none;
    color: 006699;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#bodyContent h4
{
    font-size: 15;
    border-bottom: none;
    color: #000;
    margin-bottom: 0px;
}

#bodyContent li
{
    margin-left: 25px;
    padding-top: 10px;
    padding-bottom: 0px;
}

#bodyContent ul
{
    padding-bottom: 0px;
}

.firstHeading
{
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-style: italic;
    clear: none;
}

#toc
{
    background-color: #F8F8F8;
    border: 1px solid #BFBFBF;
    margin: 10px;
}



#toc ul
{
    list-style-type: none;
    padding-right: 25px;
}

#toc li
{
    list-style-type: none;
    padding-top: 2px;
}

#toc h2
{
    font-size: 15;
    border: none;
    text-align: center;
    color: #999;
}

.toclevel-1
{
    margin-bottom: 3px;
}

#globalWrapper
{
    text-align: left;
}

#column-one
{
    float: left;
    width: 150px;
}

#column-content
{
    float: left;
    width: auto;
    clear: right;
}

div>#column-one
{
    float: left;
    width: 150px;
    position: absolute;
    margin-left: 10px;
    display: inline;
    
}

div>#column-content
{
    float: left;
    position: relative;
    margin-left: 160;
    margin-right: 15;
    width: auto;
    min-height: 450px;
    display: inline;
}

/*
YHANK YOU FOR THIS CODE OH ALMIGHT SOMEONE!!!!!!!!!
FUCK IE =)
a#a-02 { background-image : url(n.gif); }
p>a#a-02 { background-image : url(n.png); }
*/


#footer
{
    clear: both;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    margin-top: 10px;
}

#header
{
    font-size: 28;
    color: orange;
    font-style: none;
    clear; none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #BFBFBF;
    display: block;
}

#content p
{
    padding: 0;
    padding-top: 3px;
    margin: 0;
}

.searchButton
{
    margin-top: 3px;
}



a:link
{
    text-decoration: none;
    color: #049;
}


a:visited
{
    text-decoration: none;
    color: #049;
}

a:hover
{
    text-decoration: none;
    color: #049;
}

a:active
{
    text-decoration: none;
    color: #049;
}

a.new
{
    text-decoration: none;
    color: #ba0000;
}

a#bunnlinker:link
{
    text-decoration: none;
    color: #444444;
}

/* CSS for ting i selve Wibben, ala table og code */
.wTable
{
    margin: 0 10px 0 0;
    border: 1px solid #dfdfdf;
    padding: 0 1em 1em 1em;
    background-color:#f8f8ff;
    width: auto;
    display: block;
}

.wCode
{
    margin: 8px 25px 8px 10px;
    display: block;
    width: 99%;
    padding: 5px;
    
    /* Tatt fra phpBB's [code] */
    font-family: Courier;
    font-size: 11px;
    color: #006600;
    background-color: #FAFAFA;
    border: 1px dashed #D1D7DC;
}

.wCode pre
{
    margin: 10 5 10 5;
    width: 100%;
    display: block;
    overflow: auto;
}

.wQuote
{
    margin: 8px 25px 8px 10px;
    padding: 5px;

    font-family: Times New Roman;
    font-style: italic;
    font-size: 12px;
    color: #090909;
    background-color: #FDFDFD;
    border: 1px dashed #DFDFDF;
}

.wColor
{
    clear: none;
    display: inline;
}

/* Kopiert fra gamlestilen, har med "layout" å gjøre...
/* images */
div.floatright, table.floatright {
    clear: right;
    float: right;
    position: relative;
    margin: 0 0 .5em .5em;
    border: 0;
/*
    border: .5em solid white;
    border-width: .5em 0 .8em 1.4em;
*/
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
    float: left;
    position: relative;
    margin: 0 .5em .5em 0;
    border: 0;
/*
    margin: .3em .5em .5em 0;
    border: .5em solid white;
    border-width: .5em 1.4em .8em 0;
*/
}
div.floatleft p { font-style: italic; }

/* thumbnails */
div.thumb {
    margin-bottom: .5em;
    border-style: solid;
    border-color: white;
    width: auto;
}
div.thumb div {
    border: 1px solid #ccc;
    padding: 3px !important;
    background-color: #f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
div.thumb div a img {
    border: 1px solid #ccc;
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4em;
    padding: .3em 0 .1em 0;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.tright {
    clear: right;
    float: right;
    border-width: .5em 0 .8em 1.4em;
}
div.tleft {
    float: left;
    margin-right: .5em;
    border-width: .5em 1.4em .8em 0;
}

.hiddenStructure {
    display: none;
}
img.tex {
    vertical-align: middle;
}
span.texhtml {
    font-family: serif;
}

/*
** Diff rendering
*/
table.diff, td.diff-otitle, td.diff-ntitle {
    background-color: white;
}
td.diff-addedline {
    background: #cfc;
    font-size: smaller;
}
td.diff-deletedline {
    background: #ffa;
    font-size: smaller;
}
td.diff-context {
    background: #eee;
    font-size: smaller;
}
span.diffchange {
    color: red;
    font-weight: bold;
}

.bunnlinker{ font-size : 11px; color : #444444; ; font-family: Verdana, Arial, Helvetica, sans-serif }
a.bunnlinker, a.bunnlinker:visited    { color: #444444; text-decoration: none; }
a.bunnlinker:hover    { color: #444444; text-decoration: none; }

