MediaWiki:Common.css

Innen: Sanctum2 Wikipédia
A lap korábbi változatát látod, amilyen Hermesz (vitalap | szerkesztései) 2024. június 24., 13:55-kor történt szerkesztése után volt.
Ugrás a navigációhozUgrás a kereséshez

Megjegyzés: közzététel után frissítened kell a böngésződ gyorsítótárát, hogy lásd a változásokat.

  • Firefox / Safari: tartsd lenyomva a Shift gombot és kattints a Frissítés gombra a címsorban, vagy használd a Ctrl–F5 vagy Ctrl–R (Macen ⌘–R) billentyűkombinációt
  • Google Chrome: használd a Ctrl–Shift–R (Macen ⌘–Shift–R) billentyűkombinációt
  • Internet Explorer / Edge: tartsd nyomva a Ctrl-t, és kattints a Frissítés gombra, vagy nyomj Ctrl–F5-öt
  • Opera: Nyomj Ctrl–F5-öt
#header-image {
    width: calc(100% + 50%);
    max-width: calc(600px + 50%);
    left: 50%; /* Középre igazítás */
    transform: translateX(-50%); /* Középre igazítás a left: 50% miatt */
    text-align: center;
    padding: 10px 0;
    position: absolute; /* Elem abszolút pozíciója */
    top: 0; /* A mw-body tetején */
    margin-top: -12%; /* Felső margó beállítása, ha szükséges */
    overflow: visible; /* Szükség esetén a tartalom látható legyen, ha túlnyúlik */
    z-index: 1000; /* Opcionális: ha más elemek mögé kell helyezni */
}

#header-image img {
    width: 100%;
    height: auto; /* A magasság automatikus lesz, hogy megtartsa az arányokat */
}

#side-image {
    width: calc(50% + 10px); /* Szélesség beállítása */
    max-width: calc(300px + 10px); /* Maximális szélesség beállítása */
    right: 0; /* Jobb oldalra igazítás */
    transform: translateY(-50%); /* Függőleges középre igazítás */
    text-align: center;
    padding: 10px 0;
    position: absolute; /* Elem abszolút pozíciója */
    top: 50%; /* Középen a body elején */
    margin-top: 0; /* Felső margó beállítása */
    overflow: visible; /* Szükség esetén a tartalom látható legyen, ha túlnyúlik */
    z-index: 1000; /* Opcionális: ha más elemek mögé kell helyezni */
}

#side-image img {
    width: 100%;
    height: auto; /* A magasság automatikus lesz, hogy megtartsa az arányokat */
}


/* Kép stílusai az mw-body alján */
#footer-image {
    width: 119%; /* 20%-kal szélesebb */
    text-align: center;
    padding: 10px 0;
    position: absolute;
    left: 50%; /* Középre igazítás */
    transform: translateX(-50%); /* Középre igazítás */
    bottom: -150; /* Az oldal alján helyezkedjen el */
    margin-bottom: 20%; /* 20%-kal legyen a mw-body alatt */
}

#footer-image img {
    width: 100%;
    height: auto; /* A magasság automatikus lesz, hogy megtartsa az arányokat */
}
#p-cactions .mw-ui-button {
    background-color: #ddd; /* Szürke háttérszín */
    color: #333; /* Szürke szöveg */
    border-color: #ccc; /* Szürke keret */
}

#p-cactions .mw-ui-button:hover {
    background-color: #bbb; /* Szürke háttérszín hover állapotban */
    color: #333; /* Szürke szöveg hover állapotban */
    border-color: #aaa; /* Szürke keret hover állapotban */
}

#p-cactions .mw-ui-button:active {
    background-color: #999; /* Szürke háttérszín aktív állapotban */
    color: #333; /* Szürke szöveg aktív állapotban */
    border-color: #888; /* Szürke keret aktív állapotban */
}


/* NW2 DESIGN */
#toc{
    display:none;
}
#p-navigation { background: none; }
#p-navigation .pBody { background: none; }
#sidebar .pBody { background: none; }
#p-personal .pBody { background: none; }

@media print {
    a.stub,a.new {
        color: #ba0000;
        text-decoration: none
    }

    #toc {
        border: 1px solid #aaaaaa;
        background-color: #f9f9f9;
        padding: 5px
    }

    .tocindent {
        margin-left: 2em
    }

    .tocline {
        margin-bottom: 0px
    }

    div.floatright {
        float: right;
        clear: right;
        position: relative;
        margin: 0.5em 0 0.8em 1.4em
    }

    div.floatright p {
        font-style: italic
    }

    div.floatleft {
        float: left;
        clear: left;
        position: relative;
        margin: 0.5em 1.4em 0.8em 0
    }

    div.floatleft p {
        font-style: italic
    }

    div.center {
        text-align: center
    }

    div.thumb {
        border: none;
        width: auto;
        margin-top: 0.5em;
        margin-bottom: 0.8em;
        background-color: transparent
    }

    div.thumbinner {
        border: 1px solid #cccccc;
        padding: 3px !important;
        background-color: White;
        font-size: 94%;
        text-align: center;
        overflow: hidden
    }

    html .thumbimage {
        border: 1px solid #cccccc
    }

    html .thumbcaption {
        border: none;
        text-align: left;
        line-height: 1.4em;
        padding: 3px !important;
        font-size: 94%
    }

    div.magnify {
        display: none
    }

    div.tright {
        float: right;
        clear: right;
        margin: 0.5em 0 0.8em 1.4em
    }

    div.tleft {
        float: left;
        clear: left;
        margin: 0.5em 1.4em 0.8em 0
    }

    img.thumbborder {
        border: 1px solid #dddddd
    }

    table.rimage {
        float: right;
        width: 1pt;
        position: relative;
        margin-left: 1em;
        margin-bottom: 1em;
        text-align: center
    }

    body {
        background: White;
        color: Black;
        margin: 0;
        padding: 0
    }

    .noprint,div#jump-to-nav,div.top,div#column-one,#colophon,.editsection,.toctoggle,.tochidden,div#f-poweredbyico,div#f-copyrightico,li#viewcount,li#about,li#disclaimer,li#privacy,#footer-places,#mw-hidden-catlinks {
        display: none
    }

    ul {
        list-style-type: square
    }

    #content {
        background: none;
        border: none ! important;
        padding: 0 ! important;
        margin: 0 ! important;
        direction: ltr
    }

    #footer {
        background : white;
        color : black;
        margin-top: 1em;
        border-top: 1px solid #AAA;
        direction: ltr
    }

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

    p,.documentDescription {
        margin: 1em 0 ! important;
        line-height: 1.2em
    }

    .tocindent p {
        margin: 0 0 0 0 ! important
    }

    pre {
        border: 1pt dashed black;
        white-space: pre;
        font-size: 8pt;
        overflow: auto;
        padding: 1em 0;
        background: white;
        color: black
    }

    table.listing,table.listing td {
        border: 1pt solid black;
        border-collapse: collapse
    }

    a {
        color: Black !important;
        background: none !important;
        padding: 0 !important
    }

    a:link,a:visited {
        color: #520;
        background: transparent;
        text-decoration: underline
    }

    #content a.external.text:after,#content a.external.autonumber:after {
        content: " (" attr(href) ") "
    }

    #globalWrapper {
        width: 100% !important;
        min-width: 0 !important
    }

    #content {
        background: white;
        color: black
    }

    #column-content {
        margin: 0 !important
    }

    #column-content #content {
        padding: 1em;
        margin: 0 !important
    }

    a,a.external,a.new,a.stub {
        color: black ! important;
        text-decoration: none ! important
    }

    a,a.external,a.new,a.stub {
        color: inherit ! important;
        text-decoration: inherit ! important
    }

    img {
        border: none;
        vertical-align: middle
    }

    span.texhtml {
        font-family: serif
    }

    #siteNotice {
        display: none
    }

    li.gallerybox {
        vertical-align: top;
        border: solid 2px white;
        display: -moz-inline-box;
        display: inline-block
    }

    ul.gallery,li.gallerybox {
        zoom:1;*display: inline
    }

    ul.gallery {
        margin: 2px;
        padding: 2px;
        display: block
    }

    li.gallerycaption {
        font-weight: bold;
        text-align: center;
        display: block;
        word-wrap: break-word
    }

    li.gallerybox div.thumb {
        text-align: center;
        border: 1px solid #ccc;
        margin: 2px
    }

    div.gallerytext {
        overflow: hidden;
        font-size: 94%;
        padding: 2px 4px;
        word-wrap: break-word
    }

    table.diff {
        background: white
    }

    td.diff-otitle {
        background: #ffffff
    }

    td.diff-ntitle {
        background: #ffffff
    }

    td.diff-addedline {
        background: #ccffcc;
        font-size: smaller;
        border: solid 2px black
    }

    td.diff-deletedline {
        background: #ffffaa;
        font-size: smaller;
        border: dotted 2px black
    }

    td.diff-context {
        background: #eeeeee;
        font-size: smaller
    }

    .diffchange {
        color: silver;
        font-weight: bold;
        text-decoration: underline
    }

    table.wikitable {
        margin: 1em 1em 1em 0;
        border: 1px #aaa solid;
        background: white;
        border-collapse: collapse
    }

    .wikitable th,.wikitable td {
        border: 1px #aaa solid;
        padding: 0.2em
    }

    .wikitable th {
        text-align: center;
        background: white;
        font-weight: bold
    }

    .wikitable caption {
        font-weight: bold
    }

    a.sortheader {
        margin: 0px 0.3em
    }

    .wikitable,.thumb,img {
        page-break-inside: avoid
    }

    h2,h3,h4,h5,h6,h7 {
        page-break-after: avoid
    }

    p {
        widows: 3;
        orphans: 3
    }

    .catlinks ul {
        display: inline;
        margin: 0px;
        list-style: none;
        list-style-type: none;
        list-style-image: none;
        vertical-align: middle !ie
    }

    .catlinks li {
        display: inline-block;
        line-height: 1.15em;
        padding: 0 .4em;
        border-left: 1px solid #AAA;
        margin: 0.1em 0;
        zoom:1;display: inline !ie
    }

    .catlinks li:first-child {
        padding-left: .2em;
        border-left: none
    }
}

@media screen {
    .mw-content-ltr {
        direction: ltr
    }

    .mw-content-rtl {
        direction: rtl
    }

    .sitedir-ltr textarea,.sitedir-ltr input {
        direction: ltr
    }

    .sitedir-rtl textarea,.sitedir-rtl input {
        direction: rtl
    }

    input[type="submit"],input[type="button"],input[type="reset"],input[type="file"] {
        direction: ltr
    }

    textarea[dir="ltr"],input[dir="ltr"] {
        direction: ltr
    }

    textarea[dir="rtl"],input[dir="rtl"] {
        direction: rtl
    }

    abbr,acronym,.explain {
        border-bottom: 1px dotted black;
        cursor: help
    }

    .mw-plusminus-pos {
        color: #006400
    }

    .mw-plusminus-neg {
        color: #8b0000
    }

    .mw-plusminus-null {
        color: #aaa
    }

    .allpagesredirect,.redirect-in-category,.watchlistredir {
        font-style: italic
    }

    span.comment {
        font-style: italic
    }

    span.changedby {
        font-size: 95%
    }

    .texvc {
        direction: ltr;
        unicode-bidi: embed
    }

    img.tex {
        vertical-align: middle
    }

    span.texhtml {
        font-family: serif
    }

    #wikiPreview.ontop {
        margin-bottom: 1em
    }

    #editform,#toolbar,#wpTextbox1 {
        clear: both
    }

    #toolbar img {
        cursor: pointer
    }

    div#mw-js-message {
        margin: 1em 5%;
        padding: 0.5em 2.5%;
        border: solid 1px #ddd;
        background-color: #fcfcfc
    }

    .editsection {
        float: right;
        margin-left: 5px
    }

    .mw-content-ltr .editsection,.mw-content-rtl .mw-content-ltr .editsection {
        float: right
    }

    .mw-content-rtl .editsection,.mw-content-ltr .mw-content-rtl .editsection {
        float: left
    }

    h2#filehistory {
        clear: both
    }

    table.filehistory th,table.filehistory td {
        vertical-align: top
    }

    table.filehistory th {
        text-align: left
    }

    table.filehistory td.mw-imagepage-filesize,table.filehistory th.mw-imagepage-filesize {
        white-space: nowrap
    }

    table.filehistory td.filehistory-selected {
        font-weight: bold
    }

    li span.deleted,span.history-deleted {
        text-decoration: line-through;
        color: #888;
        font-style: italic
    }

    .not-patrolled {
        background-color: #ffa
    }

    .unpatrolled {
        font-weight: bold;
        color: red
    }

    div.patrollink {
        font-size: 75%;
        text-align: right
    }

    td.mw-label {
        text-align: right
    }

    td.mw-input {
        text-align: left
    }

    td.mw-submit {
        text-align: left
    }

    td.mw-label {
        vertical-align: top
    }

    .prefsection td.mw-label {
        width: 20%
    }

    .prefsection table {
        width: 100%
    }

    td.mw-submit {
        white-space: nowrap
    }

    table.mw-htmlform-nolabel td.mw-label {
        width: 0 !important
    }

    tr.mw-htmlform-vertical-label td.mw-label {
        text-align: left !important
    }

    .mw-htmlform-invalid-input td.mw-input input {
        border-color: red
    }

    .mw-htmlform-multiselect-flatlist div.mw-htmlform-multiselect-item {
        display: inline;
        margin-right: 1em;
        white-space: nowrap
    }

    input#wpSummary {
        width: 80%
    }

    .thumbcaption {
        text-align: left
    }

    .magnify {
        float: right
    }

    #catlinks {
        text-align: left
    }

    #catlinks ul {
        display: inline;
        margin: 0px;
        padding: 0px;
        list-style: none;
        list-style-type: none;
        list-style-image: none;
        vertical-align: middle !ie
    }

    #catlinks li {
        display: inline-block;
        line-height: 1.35em;
        padding: 0 .7em;
        border-left: 1px solid #AAA;
        margin: 0.3em 0;
        zoom:1;display: inline !ie
    }

    #catlinks li:first-child {
        padding-left: .4em;
        border-left: none
    }

    .mw-hidden-cats-hidden {
        display: none
    }

    .catlinks-allhidden {
        display: none
    }

    p.mw-ipb-conveniencelinks,p.mw-protect-editreasons,p.mw-filedelete-editreasons,p.mw-delete-editreasons,p.mw-revdel-editreasons {
        font-size: 90%;
        text-align: right
    }

    .os-suggest {
        overflow: auto;
        overflow-x: hidden;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0px;
        background-color: white;
        background-color: Window;
        border-style: solid;
        border-color: #AAAAAA;
        border-width: 1px;
        z-index: 99;
        font-size: 95%
    }

    table.os-suggest-results {
        font-size: 95%;
        cursor: pointer;
        border: 0;
        border-collapse: collapse;
        width: 100%
    }

    .os-suggest-result,.os-suggest-result-hl {
        white-space: nowrap;
        background-color: white;
        background-color: Window;
        color: black;
        color: WindowText;
        padding: 2px
    }

    .os-suggest-result-hl,.os-suggest-result-hl-webkit {
        background-color: #4C59A6;
        color: white
    }

    .os-suggest-result-hl {
        background-color: Highlight;
        color: HighlightText
    }

    .os-suggest-toggle {
        position: relative;
        left: 1ex;
        font-size: 65%
    }

    .os-suggest-toggle-def {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 65%;
        visibility: hidden
    }

    .autocomment {
        color: gray
    }

    #pagehistory .history-user {
        margin-left: 0.4em;
        margin-right: 0.2em
    }

    #pagehistory span.minor {
        font-weight: bold
    }

    #pagehistory li {
        border: 1px solid white
    }

    #pagehistory li.selected {
        background-color: #f9f9f9;
        border: 1px dashed #aaa
    }

    .mw-history-revisiondelete-button,#mw-fileduplicatesearch-icon {
        float: right
    }

    .newpage,.minor,.bot {
        font-weight: bold
    }

    #shared-image-dup,#shared-image-conflict {
        font-style: italic
    }

    div.mw-warning-with-logexcerpt {
        padding: 3px;
        margin-bottom: 3px;
        border: 2px solid #2F6FAB;
        clear: both
    }

    div.mw-warning-with-logexcerpt ul li {
        font-size: 90%
    }

    span.mw-revdelundel-link,strong.mw-revdelundel-link {
        font-size: 90%
    }

    span.mw-revdelundel-hidden,input.mw-revdelundel-hidden {
        visibility: hidden
    }

    td.mw-revdel-checkbox,th.mw-revdel-checkbox {
        padding-right: 10px;
        text-align: center
    }

    a.feedlink {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH2AkOCjkSL9xYhAAAAc9JREFUKJE90LFrU1EYQPHzffe+l/iSVkXTmNiANBU7iE5OLrbSVYKIiy5dnARB3FwEB5dOOhQKuthJEEHRsUXBoosO0lKKEYRa29LWQk3S5L53r0PVv+D8OPJlolrrr1ZmI7F1BFEjqBXECGJAjSBCaLddc7u5Mmb7q5U5007rWh5E9rYR/xsTBBXBWMVEglqRpGiGhcE5G6kdyugxcGsGyRdJ15ZwC29IF55jNEWt8K+aFOMhc+dC7Z6SITjC7ga2MkI8cpH41Dhh7RPa20Gt4toZac+IqhFMTpG0hVt8RetJg967SaTvGLnGNKZ0EtfOcB1P5jyqVjCRkIzfpnjtMYXrT2FrCff6JqhFRx/gnCXtZHgXUFHQSGg/u4Gbf4T2lYkvTaFGce8fIgePY09fwXU8Pg3sk2JFu5v4lQ+4FxPge+j5u3Q+v8TvrBKfbZB1PT4LqJh9Uv7yFLmrM2i+gPs4jRyqIaUz7C2+xZZOEA4cJaSgaAhqhbC1DK0N3K9NusvzAHB4GLf+HQBJBsiCD7J6/9zXI2VbVyv/b6Sdv1e6nrTryboB7wVbyjXt1rcfo0Frs4UkqvtUJHMBjyVEAcSjFiQJwRvf3F3/OfYH/dDFWrCooaIAAAAASUVORK5CYII=) center left no-repeat;
        background: url(http://wiki.nw2online.com/skins/common/images/feed-icon.png?2017-05-14T14:15:00Z) center left no-repeat!ie;
        padding-left: 16px
    }

    .plainlinks a {
        background: none !important;
        padding: 0 !important
    }

    .rtl a.external.free,.rtl a.external.autonumber {
        direction: ltr;
        unicode-bidi: embed
    }

    table.wikitable {
        margin: 1em 1em 1em 0;
        background: #f9f9f9;
        border: 1px #aaa solid;
        border-collapse: collapse;
        color: black
    }

    .wikitable th,.wikitable td {
        border: 1px #aaa solid;
        padding: 0.2em
    }

    .wikitable th {
        background: #f2f2f2;
        text-align: center
    }

    .wikitable caption {
        font-weight: bold
    }

    table.collapsed tr.collapsable {
        display: none
    }

    .success {
        color: green;
        font-size: larger
    }

    .warning {
        color: #FFA500;
        font-size: larger
    }

    .error {
        color: red;
        font-size: larger
    }

    .errorbox,.warningbox,.successbox {
        font-size: larger;
        border: 2px solid;
        padding: .5em 1em;
        float: left;
        margin-bottom: 2em;
        color: #000
    }

    .errorbox {
        border-color: red;
        background-color: #fff2f2
    }

    .warningbox {
        border-color: #FF8C00;
        background-color: #FFFFC0
    }

    .successbox {
        border-color: green;
        background-color: #dfd
    }

    .errorbox h2,.warningbox h2,.successbox h2 {
        font-size: 1em;
        font-weight: bold;
        display: inline;
        margin: 0 .5em 0 0;
        border: none
    }

    .mw-infobox {
        border: 2px solid #ff7f00;
        margin: 0.5em;
        clear: left;
        overflow: hidden
    }

    .mw-infobox-left {
        margin: 7px;
        float: left;
        width: 35px
    }

    .mw-infobox-right {
        margin: 0.5em 0.5em 0.5em 49px
    }

    .previewnote {
        color: #c00;
        margin-bottom: 1em
    }

    .previewnote p {
        text-indent: 3em;
        margin: 0.8em 0
    }

    .visualClear {
        clear: both
    }

    #mw_trackbacks {
        border: solid 1px #bbbbff;
        background-color: #eeeeff;
        padding: 0.2em
    }

    .TablePager {
        min-width: 80%;
        border-collapse: collapse
    }

    .TablePager_nav {
        margin: 0 auto
    }

    .TablePager_nav td {
        padding: 3px;
        text-align: center
    }

    .TablePager_nav a {
        text-decoration: none
    }

    .TablePager,.TablePager td,.TablePager th {
        border: 1px solid #aaaaaa;
        padding: 0 0.15em 0 0.15em
    }

    .TablePager th {
        background-color: #eeeeff
    }

    .TablePager td {
        background-color: #ffffff
    }

    .TablePager tr:hover td {
        background-color: #eeeeff
    }

    .imagelist td,.imagelist th {
        white-space: nowrap
    }

    .imagelist .TablePager_col_links {
        background-color: #eeeeff
    }

    .imagelist .TablePager_col_img_description {
        white-space: normal
    }

    .imagelist th.TablePager_sort {
        background-color: #ccccff
    }

    ul#filetoc {
        text-align: center;
        border: 1px solid #aaaaaa;
        background-color: #f9f9f9;
        padding: 5px;
        font-size: 95%;
        margin-bottom: 0.5em;
        margin-left: 0;
        margin-right: 0
    }

    #filetoc li {
        display: inline;
        list-style-type: none;
        padding-right: 2em
    }

    table.mw_metadata {
        font-size: 0.8em;
        margin-left: 0.5em;
        margin-bottom: 0.5em;
        width: 400px
    }

    table.mw_metadata caption {
        font-weight: bold
    }

    table.mw_metadata th {
        font-weight: normal
    }

    table.mw_metadata td {
        padding: 0.1em
    }

    table.mw_metadata {
        border: none;
        border-collapse: collapse
    }

    table.mw_metadata td,table.mw_metadata th {
        text-align: center;
        border: 1px solid #aaaaaa;
        padding-left: 5px;
        padding-right: 5px
    }

    table.mw_metadata th {
        background-color: #f9f9f9
    }

    table.mw_metadata td {
        background-color: #fcfcfc
    }

    table.mw_metadata ul.metadata-langlist {
        list-style-type: none;
        list-style-image: none;
        padding-right: 5px;
        padding-left: 5px;
        margin: 0
    }

    .mw-content-ltr ul,.mw-content-rtl .mw-content-ltr ul {
        margin: 0.3em 0 0 1.5em;
        padding: 0
    }

    .mw-content-rtl ul,.mw-content-ltr .mw-content-rtl ul {
        margin: 0.3em 1.5em 0 0;
        padding: 0
    }

    .mw-content-ltr ol,.mw-content-rtl .mw-content-ltr ol {
        margin: 0.3em 0 0 3.2em;
        padding: 0
    }

    .mw-content-rtl ol,.mw-content-ltr .mw-content-rtl ol {
        margin: 0.3em 3.2em 0 0;
        padding: 0
    }

    .mw-content-ltr ul,.mw-content-rtl .mw-content-ltr ul {
        margin: .3em 0 0 1.5em
    }

    .mw-content-rtl ul,.mw-content-ltr .mw-content-rtl ul {
        margin: .3em 1.5em 0 0
    }

    .mw-content-ltr ol,.mw-content-rtl .mw-content-ltr ol {
        margin: .3em 0 0 3.2em
    }

    .mw-content-rtl ol,.mw-content-ltr .mw-content-rtl ol {
        margin: .3em 3.2em 0 0
    }

    li.gallerybox {
        vertical-align: top;
        border: solid 2px white;
        display: -moz-inline-box;
        display: inline-block
    }

    ul.gallery,li.gallerybox {
        zoom:1;*display: inline
    }

    ul.gallery {
        margin: 2px;
        padding: 2px;
        display: block
    }

    li.gallerycaption {
        font-weight: bold;
        text-align: center;
        display: block;
        word-wrap: break-word
    }

    li.gallerybox div.thumb {
        text-align: center;
        border: 1px solid #ccc;
        background-color: #f9f9f9;
        margin: 2px
    }

    li.gallerybox div.thumb img {
        display: block;
        margin: 0 auto
    }

    div.gallerytext {
        overflow: hidden;
        font-size: 94%;
        padding: 2px 4px;
        word-wrap: break-word
    }

    .mw-ajax-loader {
        background-image: url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
        background-image: url(http://wiki.nw2online.com/skins/common/images/ajax-loader.gif?2017-05-14T14:15:00Z)!ie;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 16px;
        position: relative;
        top: -16px
    }

    .mw-small-spinner {
        padding: 10px !important;
        margin-right: 0.6em;
        background-image: url(data:image/gif;base64,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);
        background-image: url(http://wiki.nw2online.com/skins/common/images/spinner.gif?2017-05-14T14:15:00Z)!ie;
        background-position: center center;
        background-repeat: no-repeat
    }

    ol:lang(bcc) li,ol:lang(bqi) li,ol:lang(fa) li,ol:lang(glk) li,ol:lang(kk-arab) li,ol:lang(mzn) li {
        list-style-type: -moz-persian;
        list-style-type: persian
    }

    ol:lang(ckb) li {
        list-style-type: -moz-arabic-indic;
        list-style-type: arabic-indic
    }

    ol:lang(as) li,ol:lang(bn) li {
        list-style-type: -moz-bengali;
        list-style-type: bengali
    }

    ol:lang(or) li {
        list-style-type: -moz-oriya;
        list-style-type: oriya
    }

    #toc ul,.toc ul {
        margin: .3em 0
    }

    .mw-content-ltr .toc ul,.mw-content-ltr #toc ul,.mw-content-rtl .mw-content-ltr .toc ul,.mw-content-rtl .mw-content-ltr #toc ul {
        text-align: left
    }

    .mw-content-rtl .toc ul,.mw-content-rtl #toc ul,.mw-content-ltr .mw-content-rtl .toc ul,.mw-content-ltr .mw-content-rtl #toc ul {
        text-align: right
    }

    .mw-content-ltr .toc ul ul,.mw-content-ltr #toc ul ul,.mw-content-rtl .mw-content-ltr .toc ul ul,.mw-content-rtl .mw-content-ltr #toc ul ul {
        margin: 0 0 0 2em
    }

    .mw-content-rtl .toc ul ul,.mw-content-rtl #toc ul ul,.mw-content-ltr .mw-content-rtl .toc ul ul,.mw-content-ltr .mw-content-rtl #toc ul ul {
        margin: 0 2em 0 0
    }

    #toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle {
        direction: ltr
    }

    .mw-help-field-hint {
        display: none;
        margin-left: 2px;
        margin-bottom: -8px;
        padding: 0px 0px 0px 15px;
        background-image: url(data:image/gif;base64,R0lGODlhCwALALMAAP///01NTZOTk1lZWefn57i4uJSUlPPz82VlZdDQ0HFxcaysrNvb28TExAAAAAAAACH5BAAAAAAALAAAAAALAAsAAAQrUIRJqQQ455nNNBgHJANBDAwgZsVwqIG2IEQYYwXy2lq/Kg3NqqeSVCqCCAA7);
        background-image: url(http://wiki.nw2online.com/skins/common/images/help-question.gif?2017-05-14T14:15:00Z)!ie;
        background-position: left center;
        background-repeat: no-repeat;
        cursor: pointer;
        font-size: .8em;
        text-decoration: underline;
        color: #0645ad
    }

    .mw-help-field-hint:hover {
        background-image: url(data:image/gif;base64,R0lGODlhCwALALMAAAtop+7z+GCWwpW51oStz8rb6yZzrafF3bnR5Nzn8QBcoD91oABQmf///wAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE5NkQ0QUQzRjI0NzRCNUQwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJBN0FFQTQwQjlGQzExREY5RDlBQTRBODQyMkJCMkFDIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJBN0FFQTNGQjlGQzExREY5RDlBQTRBODQyMkJCMkFDIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkM3RjExNzQwNzIwNjgxMTk1RkVBQ0ZBOEQxNTU5MkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDI4MDExNzQwNzIwNjgxMTk2RDRBRDNGMjQ3NEI1RDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAACwALAAAEK3CxSalsOOeZxRQY1yBKkihFI2aDEqiMRgBJGGMD8NpavxoHzaqnklQqiwgAOw==);
        background-image: url(http://wiki.nw2online.com/skins/common/images/help-question-hover.gif?2017-05-14T14:15:00Z)!ie
    }

    .mw-help-field-data {
        display: block;
        background-color: #d6f3ff;
        padding: 5px 8px 4px 8px;
        border: 1px solid #5dc9f4;
        margin-left: 20px
    }

    .tipsy {
        padding: 5px 5px 10px;
        font-size: 12px;
        position: absolute;
        z-index: 100000;
        overflow: visible
    }

    .tipsy-inner {
        padding: 5px 8px 4px 8px;
        background-color: #d6f3ff;
        color: black;
        border: 1px solid #5dc9f4;
        max-width: 300px;
        text-align: left
    }

    .tipsy-arrow {
        position: absolute;
        background: url(data:image/gif;base64,R0lGODlhDQANAMQAAPf399bz/9vu9m/O9NXy/8Pm9svp9pfd+YLW943X9LTn++z093XQ9WnM9OLw9p/c9YTU9InY9/T292DK9Jre+afj+rvq/Nzv9rjk9brl9cPt/ZLb+GbL9MLs/ZHb+KLh+iH5BAAAAAAALAAAAAANAA0AAAVK4BGMZBkcg2WW1lBEKxkVAFTFFQQAwkSYhIlgB3hQTJQHEbBodEiaxmIJyHhIGwwVIGEoAgqGZAswIAIIA3mX+CTWOwfHAd9dtiEAOw==) no-repeat top left;
        background: url(http://wiki.nw2online.com/skins/common/images/tipsy-arrow.gif?2017-05-14T14:15:00Z) no-repeat top left!ie;
        width: 13px;
        height: 13px
    }

    .tipsy-se .tipsy-arrow {
        bottom: -2px;
        right: 10px;
        background-position: 0% 100%
    }

    table.sortable th.headerSort {
        background-image: url(http://wiki.nw2online.com/skins/common/images/sort_both.gif?2017-05-14T14:15:00Z);
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 21px
    }

    table.sortable th.headerSortUp {
        background-image: url(http://wiki.nw2online.com/skins/common/images/sort_up.gif?2017-05-14T14:15:00Z)
    }

    table.sortable th.headerSortDown {
        background-image: url(http://wiki.nw2online.com/skins/common/images/sort_down.gif?2017-05-14T14:15:00Z)
    }

    .ltr {
        direction: ltr;
        unicode-bidi: embed
    }

    #mw-clearyourcache,#mw-sitecsspreview,#mw-sitejspreview,#mw-usercsspreview,#mw-userjspreview {
        direction: ltr;
        unicode-bidi: embed
    }

    .diff-currentversion-title,.diff {
        direction: ltr;
        unicode-bidi: embed
    }

    .diff-contentalign-right td {
        direction: rtl;
        unicode-bidi: embed
    }

    .diff-contentalign-left td {
        direction: ltr;
        unicode-bidi: embed
    }

    .diff-otitle,.diff-ntitle,.diff-lineno {
        direction: ltr !important;
        unicode-bidi: embed
    }

    #mw-revision-info,#mw-revision-nav {
        direction: ltr
    }

    div.tright,div.floatright,table.floatright {
        clear: right;
        float: right
    }

    div.tleft,div.floatleft,table.floatleft {
        float: left;
        clear: left
    }

    div.floatright,table.floatright,div.floatleft,table.floatleft {
        position: relative
    }

    #mw-credits a {
        unicode-bidi: embed
    }
}

@media screen {
    #searchGoButton {
        background: url(http://wiki.nw2online.com/skins/monobook/menj_OVER.png?2017-05-14T14:15:00Z) no-repeat scroll 0 0 transparent;
        border-style: none;
        color: trasparent;
        cursor: pointer;
        display: inline-block;
        font-weight: normal;
        height: 20px;
        line-height: 12px !important;
        margin: 2px 0 0;
        padding: 0 0 4px;
        text-decoration: none;
        width: 60px
    }

    #searchGoButton:hover {
        background: url(http://wiki.nw2online.com/skins/monobook/menj_BASE.png?2017-05-14T14:15:00Z) no-repeat scroll 0 0 transparent;
        border-style: none;
        color: trasparent;
        cursor: pointer;
        display: inline-block;
        font-weight: normal;
        height: 20px;
        line-height: 12px !important;
        margin: 2px 0 0;
        padding: 0 0 4px;
        text-decoration: none;
        width: 60px
    }

    #searchInput {
        background: url(http://wiki.nw2online.com/skins/monobook/input-bg-4.png?2017-05-14T14:15:00Z) no-repeat scroll 0 0 transparent;
        border-style: none;
        color: #4A1E00;
        font: 11px/13px Arial,Helvetica,sans-serif;
        margin: 0 0 2px;
        padding: 2px 0 4px 4px;
        width: 117px
    }

    .portletNavKette {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: url(http://wiki.nw2online.com/skins/monobook/kapcsos-kozep.png?2017-05-14T14:15:00Z);
        background-position: center center;
        background-repeat: no-repeat;
        border-bottom-color: -moz-use-text-color;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: -moz-use-text-color;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-left-style-value: none;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-left-width-value: medium;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: -moz-use-text-color;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: none;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: medium;
        border-top-color: -moz-use-text-color;
        border-top-style: none;
        border-top-width: medium;
        float: none;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        min-height: 32px;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 157px
    }

    .portletNavKetteEnd {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: url(http://wiki.nw2online.com/skins/monobook/menualja.png?2017-05-14T14:15:00Z);
        background-position: center center;
        background-repeat: no-repeat;
        border-bottom-color: -moz-use-text-color;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: -moz-use-text-color;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-left-style-value: none;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-left-width-value: medium;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: -moz-use-text-color;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: none;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: medium;
        border-top-color: -moz-use-text-color;
        border-top-style: none;
        border-top-width: medium;
        float: none;
        min-height: 48px;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 157px
    }

    .feherlink1 A:link {
        background: #000000;
        color: #f0d9a2
    }

    .feherlink1 A:visited {
        background: #000000;
        color: #f0d9a2
    }

    .feherlink1 A:active {
        background: #000000;
        color: #f0d9a2
    }

    .feherlink1 A:hover {
        background: #000000;
        color: #f0d9a2
    }

    .portletNavBG {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: url(http://wiki.nw2online.com/skins/monobook/menucime.png?2017-05-14T14:15:00Z);
        background-position: 0 0;
        background-repeat: no-repeat;
        border-bottom-color: -moz-use-text-color;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: -moz-use-text-color;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-left-style-value: none;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-left-width-value: medium;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: -moz-use-text-color;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: none;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: medium;
        border-top-color: -moz-use-text-color;
        border-top-style: none;
        border-top-width: medium;
        float: none;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        min-height: 34px;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 157px
    }

    .portletNavTop {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: url(http://wiki.nw2online.com/skins/monobook/21teteje.jpg?2017-05-14T14:15:00Z);
        background-position: 0 0;
        background-repeat: no-repeat;
        border-bottom-color: -moz-use-text-color;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: -moz-use-text-color;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-left-style-value: none;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-left-width-value: medium;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: -moz-use-text-color;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: none;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: medium;
        border-top-color: -moz-use-text-color;
        border-top-style: none;
        border-top-width: medium;
        float: none;
        margin-bottom: 0;
        margin-left: 0.2em;
        margin-right: 0;
        margin-top: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 157px
    }

    .portletNavMiddle {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: url(http://wiki.nw2online.com/skins/monobook/22kozepe.jpg?2017-05-14T14:15:00Z);
        background-position: 0 0;
        background-repeat: repeat-y;
        border-bottom-color: -moz-use-text-color;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: -moz-use-text-color;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-left-style-value: none;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-left-width-value: medium;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: -moz-use-text-color;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: none;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: medium;
        border-top-color: -moz-use-text-color;
        border-top-style: none;
        border-top-width: medium;
        float: none;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 157px
    }

    .portletNavBtn {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: url(http://wiki.nw2online.com/skins/monobook/23alja.png?2017-05-14T14:15:00Z);
        background-position: 0 100%;
        background-repeat: no-repeat;
        max-height: 132px;
        min-height: 20px;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 157px
    }

    .portlet h4 {
        font-size: 95%;
        font-weight: normal;
        white-space: nowrap
    }

    .portletNavBG h5 {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        border-bottom-color: #AAAAAA;
        border-bottom-style: solid;
        border-bottom-width: 0;
        color: #FEF6AA;
        padding-bottom: 0.17em;
        padding-top: 0.5em
    }

    .portletNavBG2 h5 {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        border-bottom-color: #AAAAAA;
        border-bottom-style: solid;
        border-bottom-width: 0;
        color: #FEF6AA;
        padding-bottom: 0.17em;
        padding-top: 0.5em
    }

    .portlet h5 {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        color: transparent;
        display: inline;
        font-size: 91%;
        font-weight: normal;
        height: 1em;
        padding-bottom: 0;
        padding-left: 0.5em;
        padding-right: 1em;
        padding-top: 0;
        text-transform: lowercase;
        white-space: nowrap
    }

    .portlet h6 {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: #FFAE2E;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        border-bottom-color: #2F6FAB;
        border-bottom-style: none;
        border-bottom-width: 1px;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: #2F6FAB;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-left-style-value: solid;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-left-width-value: 1px;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: #2F6FAB;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: solid;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: 1px;
        border-top-color: #2F6FAB;
        border-top-style: solid;
        border-top-width: 1px;
        display: block;
        font-size: 1em;
        font-weight: normal;
        height: 1.2em;
        padding-bottom: 0;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 0;
        text-transform: lowercase;
        white-space: nowrap
    }

    .portletNavMiddle ul {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 1px;
        margin-top: 6px;
        padding-bottom: 1px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }

    .portletNavMiddle ul li {
        color: #4A1E00;
        font-size: 11px;
        line-height: 14px;
        list-style-type: none;
        padding-bottom: 2px;
        padding-left: 9px;
        padding-right: 0;
        padding-top: 2px
    }

    .portletNavMiddle ul li.light {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: url("http://wiki.nw2online.com/img/shadow.gif");
        background-position: 0 0;
        background-repeat: no-repeat;
        padding-bottom: 3px;
        padding-left: 9px;
        padding-right: 0;
        padding-top: 3px
    }

    .portletNavMiddle ul li strong {
        color: #8D0404;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 2px;
        margin-top: 0
    }

    .portletNavMiddle ul li a {
        color: #4A1E00;
        margin-bottom: 0;
        margin-left: 6px;
        margin-right: 0;
        margin-top: 0;
        text-decoration: none
    }

    .portletNavMiddle ul li a.first {
        color: #943B00
    }

    .portletNavMiddle ul li a:hover {
        text-decoration: underline
    }

    .ftr a {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        color: #C1B6A4;
        text-decoration: underline
    }

    .ftr a:visited {
        color: #C1B6A4
    }

    .ftr a:active {
        color: #C1B6A4
    }

    .ftr a:hover {
        color: #C1B6A4;
        text-decoration: none
    }

    #column-content {
        float: right;
        margin-bottom: 0;
        margin-left: -12.8em;
        margin-right: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 100%
    }

    #content {
        bottom: 80px;
        margin-bottom: 5em;
        margin-left: 14em;
        margin-right: 0;
        margin-top: 2.8em;
        padding-bottom: 1em;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        position: relative;
        top: 25px;
        z-index: 5
    }

    #content div.foot {
        width: 987px;
        height: 137px;
        left: 0px;
        bottom: -106px;
        position: relative;
        background-image: url(http://wiki.nw2online.com/skins/monobook/content_foot.png?2017-05-14T14:15:00Z);
        margin-left: -89px;
        z-index: 5
    }

    #column-one {
        padding-top: 165px;
        padding-top: 47px
    }

    #content {
        background-image: url(http://wiki.nw2online.com/skins/monobook/content_body.png?2017-05-14T14:15:00Z);
        margin-top: 80px;
        margin-left: 178px;
        font-size: 11pt;
        color: black;
        line-height: 1.5em;
        width: 815px
    }

    body {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        -x-system-font: none;
        background-attachment: fixed;
        background-color: #000000;
        background-image: url(http://wiki.nw2online.com/skins/monobook/bg.jpg?2017-05-14T14:15:00Z);
        background-repeat: no-repeat;
        color: #C1B6A4;
        font-family: sans-serif;
        font-size: x-small;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: normal;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        overflow-x: hidden;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }

    #column-one div.sidebar_top {
        width: 186px;
        height: 1050px;
        margin: 0px 0px -300px -7px;
        background-image: url(http://wiki.nw2online.com/skins/monobook/curtain_body.png?2017-05-14T14:15:00Z);
        background-repeat: no-repeat;
        position: fixed;
        top: -10px;
        left: 0px;
        z-index: 3
    }

    #column-one div.sidebar_content {
        left: 0px;
        width: 175px;
        min-height: 0px;
        padding: 0px 0px 0px 0px;
        margin: 255px 0px 0px 8px;
        position: relative;
        z-index: 3
    }

    #column-one div.sidebar_content div.generated-sidebar {
        margin-top: -2px;
        z-index: 3
    }

    #column-one div.sidebar_content div.generated-sidebar h5 {
        display: none
    }

    #globalWrapper {
        font-size: 127%;
        width: 100%;
        margin: 0;
        padding: 0
    }

    .visualClear {
        clear: both
    }

    #bilder {
        left: 993px;
        overflow-x: visible;
        overflow-y: visible;
        position: absolute;
        top: 45px;
        z-index: 3
    }

    #info {
        left: 29px;
        overflow-x: invisible;
        overflow-y: invisible;
        position: absolute;
        top: 566px;
        z-index: 3
    }

    table {
        font-size: 100%;
        color: black;
    }

    fieldset table {
        background: none
    }

    a {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        color: #000000;
        text-decoration: underline
    }

    a:visited {
        color: #000000
    }

    a:active {
        color: #000000
    }

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

    a.stub {
        color: #808000
    }

    a.new,#p-personal a.new {
        color: #FF0000
    }

    a.new:visited,#p-personal a.new:visited {
        color: #FF0000
    }

    img {
        border: none;
        vertical-align: middle
    }

    p {
        margin: .4em 0 .5em 0;
        line-height: 1.5em
    }

    p img {
        margin: 0
    }

    hr {
        height: 1px;
        color: #aaa;
        background-color: #aaa;
        border: 0;
        margin: .2em 0 .2em 0
    }

    h1,h2,h3,h4,h6 {
        color: black;
        background: none;
        font-weight: normal;
        margin: 0;
        color: #333332;
        padding-top: .5em;
        padding-bottom: .17em;
        border-bottom: 1px solid #aaa
    }

    h5 {
        color: black;
        background: none;
        font-weight: normal;
        margin: 0;
        padding-top: .5em;
        padding-bottom: .17em;
        border-bottom: 1px solid #aaa
    }

    h1 {
        font-size: 188%
    }

    h1 .editsection {
        font-size: 53%
    }

    h2 {
        font-size: 150%
    }

    h2 .editsection {
        font-size: 67%
    }

    h3,h4,h5,h6 {
        border-bottom: none;
        font-weight: bold
    }

    h3 {
        font-size: 132%
    }

    h3 .editsection {
        font-size: 76%;
        font-weight: normal
    }

    h4 {
        font-size: 116%
    }

    h4 .editsection {
        font-size: 86%;
        font-weight: normal
    }

    h5 {
        font-size: 100%
    }

    h5 .editsection {
        font-weight: normal
    }

    h6 {
        font-size: 80%
    }

    h6 .editsection {
        font-size: 125%;
        font-weight: normal
    }

    ul {
        line-height: 1.5em;
        list-style-image: url(http://wiki.nw2online.com/skins/monobook/bullet.gif?2017-05-14T14:15:00Z);
        list-style-type: none;
        margin-bottom: 0;
        margin-left: 1.5em;
        margin-right: 0;
        margin-top: 0.3em;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        width: 10;
        height: 10
    }

    ol {
        line-height: 1.5em;
        margin: .3em 0 0 3.2em;
        padding: 0;
        list-style-image: none
    }

    li {
        margin-bottom: .1em
    }

    dt {
        font-weight: bold;
        margin-bottom: .1em
    }

    dl {
        margin-top: .2em;
        margin-bottom: .5em
    }

    dd {
        line-height: 1.5em;
        margin-left: 2em;
        margin-bottom: .1em
    }

    fieldset {
        border: 1px solid #2f6fab;
        margin: 1em 0 1em 0;
        padding: 0 1em 1em;
        line-height: 1.5em
    }

    fieldset.nested {
        margin: 0 0 0.5em 0;
        padding: 0 0.5em 0.5em
    }

    legend {
        padding: .5em;
        font-size: 95%
    }

    form {
        border: none;
        margin: 0
    }

    textarea {
        width: 100%;
        padding: .1em
    }

    input.historysubmit {
        padding: 0 .3em .3em .3em !important;
        font-size: 94%;
        cursor: pointer;
        height: 1.7em !important;
        margin-left: 1.6em
    }

    select {
        vertical-align: top
    }

    abbr,acronym,.explain {
        border-bottom: 1px dotted black;
        color: black;
        background: none;
        cursor: help
    }

    q {
        font-family: Times,'Times New Roman',serif;
        font-style: italic
    }

    code {
        background-image: url(back.PNG)
    }

    pre {
        padding: 1em;
        border: 1px dashed #2f6fab;
        background: transparent;
        line-height: 1.1em
    }

    #siteSub {
        display: none
    }

    #jump-to-nav {
        display: none
    }

    #contentSub,#contentSub2 {
        font-size: 84%;
        line-height: 1.2em;
        margin: 0 0 1.4em 1em;
        color: #7d7d7d;
        width: auto
    }

    span.subpages {
        display: block
    }

    #bodyContent h1,#bodyContent h2 {
        margin-bottom: .6em
    }

    #bodyContent h3,#bodyContent h4,#bodyContent h5 {
        margin-bottom: .3em
    }

    #firstHeading {
        margin-bottom: .1em;
        line-height: 1.2em;
        padding-bottom: 0
    }

    .usermessage {
        background-color: #ffce7b;
        border: 1px solid #ffa500;
        color: black;
        font-weight: bold;
        margin: 2em 0 1em;
        padding: .5em 1em;
        vertical-align: middle
    }

    #siteNotice {
        text-align: center;
        font-size: 95%;
        padding: 0 .9em
    }

    #siteNotice p {
        margin: 0;
        padding: 0
    }

    .success {
        color: green;
        font-size: larger
    }

    .error {
        color: red;
        font-size: larger
    }

    .errorbox,.successbox {
        font-size: larger;
        border: 2px solid;
        padding: .5em 1em;
        float: left;
        margin-bottom: 2em;
        color: #000
    }

    .errorbox {
        border-color: red;
        background-color: #fff2f2
    }

    .successbox {
        border-color: green;
        background-color: #dfd
    }

    .errorbox h2,.successbox h2 {
        font-size: 1em;
        font-weight: bold;
        display: inline;
        margin: 0 .5em 0 0;
        border: none
    }

    .catlinks {
        background-color: gray;
        border-bottom-color: #030302;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border: 1px solid #320001;
        font-weight: bold;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: #320001;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-left-style-value: solid;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-left-width-value: 1px;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: #320001;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: solid;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: 1px;
        border-top-color: #320001;
        border-top-style: solid;
        border-top-width: 1px;
        clear: both;
        margin-top: 1em;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px
    }
}

.documentDescription {
    font-weight: bold;
    display: block;
    margin: 1em 0;
    line-height: 1.5em
}

.documentByLine {
    text-align: right;
    font-size: 90%;
    clear: both;
    font-weight: normal;
    color: #76797c
}

.center {
    width: 100%;
    text-align: center
}

*.center * {
    margin-left: auto;
    margin-right: auto
}

.small,.small * {
    font-size: 94%
}

table.small {
    font-size: 100%
}

#toc,.toc,.mw-warning {
    border: 1px solid #aaa;
    background-color: lightgrey;
    padding: 5px;
    font-size: 95%
}

#toc h2,.toc h2 {
    display: inline;
    border: none;
    padding: 0;
    font-size: 100%;
    font-weight: bold
}

#toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle {
    text-align: center
}

#toc ul,.toc ul {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0;
    padding-left: 0;
    text-align: left
}

#toc ul ul,.toc ul ul {
    margin: 0 0 0 2em
}

#toc .toctoggle,.toc .toctoggle {
    font-size: 94%
}

.mw-warning {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center
}

div.floatright,table.floatright {
    clear: right;
    float: right;
    position: relative;
    margin: 0 0 .5em .5em;
    border: 0;
}

div.floatright p {
    font-style: italic
}

div.floatleft,table.floatleft {
    float: left;
    clear: left;
    position: relative;
    margin: 0 .5em .5em 0;
    border: 0;
}

div.floatleft p {
    font-style: italic
}

div.thumb {
    margin-bottom: .5em;
    border-style: solid;
    border-color: #C1B6A4;
    width: auto
}

div.thumbinner {
    background-color: #C1B6A4;
    border-bottom-color: #97100D;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #97100D;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #97100D;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #97100D;
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 94%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 3px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-top: 3px !important;
    text-align: center
}

html .thumbimage {
    border: 1px solid #ccc
}

html .thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4em;
    padding: 3px !important;
    font-size: 94%
}

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;
    clear: left;
    margin-right: .5em;
    border-width: .5em 1.4em .8em 0
}

img.thumbborder {
    border: 1px solid #dddddd
}

.hiddenStructure {
    display: none
}

table.rimage {
    float: right;
    position: relative;
    margin-left: 1em;
    margin-bottom: 1em;
    text-align: center
}

.toccolours {
    border: 1px solid #aaa;
    background-color: #CC6600;
    padding: 5px;
    font-size: 95%
}

.special li {
    line-height: 1.4em;
    margin: 0;
    padding: 0
}

#bodyContent a.external,#bodyContent a[href^=\"gopher://\"]{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:url("external.png");background-position:right center;background-repeat:no-repeat;padding-right:13px}#bodyContent a[href^=\"https://\"],.link-https{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:url(http://wiki.nw2online.com/skins/monobook/lock_icon.gif?2017-05-14T14:15:00Z);background-position:right center;background-repeat:no-repeat;padding-right:16px}#bodyContent a[href^=\"mailto:\"],.link-mailto{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:url(http://wiki.nw2online.com/skins/monobook/mail_icon.gif?2017-05-14T14:15:00Z);background-position:right center;background-repeat:no-repeat;padding-right:18px}#bodyContent a[href^=\"news://\"]{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:url(http://wiki.nw2online.com/skins/monobook/news_icon.png?2017-05-14T14:15:00Z);background-position:right center;background-repeat:no-repeat;padding-right:18px}#bodyContent a[href^=\"ftp://\"],.link-ftp{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:url(http://wiki.nw2online.com/skins/monobook/file_icon.gif?2017-05-14T14:15:00Z);background-position:right center;background-repeat:no-repeat;padding-right:18px}#bodyContent a[href^=\"irc://\"],#bodyContent a.extiw[href^=\"irc://\"],.link-irc{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:url(http://wiki.nw2online.com/skins/monobook/discussionitem_icon.gif?2017-05-14T14:15:00Z);background-position:right center;background-repeat:no-repeat;padding-right:18px}#bodyContent a.external[href$=\".ogg\"],#bodyContent a.external[href$=\".OGG\"],#bodyContent a.external[href$=\".mid\"],#bodyContent a.external[href$=\".MID\"],#bodyContent a.external[href$=\".midi\"],#bodyContent a.external[href$=\".MIDI\"],#bodyContent a.external[href$=\".mp3\"],#bodyContent a.external[href$=\".MP3\"],#bodyContent a.external[href$=\".wav\"],#bodyContent a.external[href$=\".WAV\"],#bodyContent a.external[href$=\".wma\"],#bodyContent a.external[href$=\".WMA\"],.link-audio{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:url(http://wiki.nw2online.com/skins/monobook/audio.png?2017-05-14T14:15:00Z);background-position:right center;background-repeat:no-repeat;padding-right:13px}#bodyContent a.external[href$=\".ogm\"],#bodyContent a.external[href$=\".OGM\"],#bodyContent a.external[href$=\".avi\"],#bodyContent a.external[href$=\".AVI\"],#bodyContent a.external[href$=\".mpeg\"],#bodyContent a.external[href$=\".MPEG\"],#bodyContent a.external[href$=\".mpg\"],#bodyContent a.external[href$=\".MPG\"],.link-video{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:url(http://wiki.nw2online.com/skins/monobook/video.png?2017-05-14T14:15:00Z);background-position:right center;background-repeat:no-repeat;padding-right:13px}#bodyContent a.external[href$=\".pdf\"],#bodyContent a.external[href$=\".PDF\"],#bodyContent a.external[href*=\".pdf#\"],#bodyContent a.external[href*=\".PDF#\"],#bodyContent a.external[href*=\".pdf?\"],#bodyContent a.external[href*=\".PDF?\"],.link-document{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:url(http://wiki.nw2online.com/skins/monobook/document.png?2017-05-14T14:15:00Z);background-position:right center;background-repeat:no-repeat;padding-right:12px}#bodyContent a.extiw,#bodyContent a.extiw:active{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat;color:#3366BB;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0}#bodyContent a.external{color:#000000}#bodyContent a.external:hover{color:#663333;text-decoration:none}#bodyContent .plainlinks a{-moz-background-clip:border !important;-moz-background-origin:padding !important;-moz-background-size:auto auto !important;background-attachment:scroll !important;background-color:transparent !important;background-image:none !important;background-position:0 0 !important;background-repeat:repeat !important;padding-bottom:0 !important;padding-left:0 !important;padding-right:0 !important;padding-top:0 !important} .rtl #bodyContent a.external{background-position:left;padding-right:0}.rtl a.feedlink{background-position:right;padding-right:16px;padding-left:0} .ltr #bodyContent a.external{padding-left:0} #bodyContent .plainlinks a{background:none !important;padding:0 !important}  .portlet{border:none;margin:0 0 -2em;padding:6px;float:none;width:12.5em;overflow:hidden}.pBody{font-size:95%; color:black;border-collapse:collapse; padding:0 .8em .3em .5em;margin-left:4px; }.pCommunity{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat;margin-left:6px}}.pBodyTabs{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat;margin-left:30px}.portlet h1,.portlet h2,.portlet h3,.portlet h4{margin:0;padding:0}.portlet ul{line-height:1.5em;list-style-type:none;list-style-image:none;font-size:95%;margin:0px}.portlet li{padding:0;margin:6px}.portlet li a{color:#FEF6AA} 
#p-logo{top:104px;left:10px;z-index:4;height:150px;overflow:visible;width:145px;padding:0px;position:fixed;margin:0px;display:inline-block}
#p-logo h5{display:none}
#p-logo a,
#p-logo a:hover{
margin:0px;
background-position:0 0 !important;
background-repeat:no-repeat;
display:block;
height:145px;
text-decoration:none;width:172px;z-index:4}

 #p-search{margin-left:-3px;position:relative;z-index:3}input.searchButton{background:url(http://wiki.nw2online.com/skins/monobook/kereses_OVER.png?2017-05-14T14:15:00Z) no-repeat scroll 0 0 transparent;border-style:none;color:transparent;cursor:pointer;display:inline-block;font-weight:normal;height:20px;line-height:12px !important;margin:2px 0 0;padding:0 0 4px;text-decoration:none;width:60px}input.searchButton:hover{background:url(http://wiki.nw2online.com/skins/monobook/kereses_BASE.png?2017-05-14T14:15:00Z) no-repeat scroll 0 0 transparent;border-style:none;color:transparent;cursor:pointer;display:inline-block;font-weight:normal;height:20px;line-height:12px !important;margin:2px 0 0;padding:0 0 4px;text-decoration:none;width:60px}#p-search .pBody{background:url(http://wiki.nw2online.com/skins/monobook/modul-box-top-2.png?2017-05-14T14:15:00Z) no-repeat scroll 0 0 transparent;border:medium none;float:none;margin:0.6em 0 0 0em;overflow:hidden;padding:0;padding:.5em .4em .4em .4em;text-align:center}#p-search #searchform div div{margin-top:.4em;font-size:95%} #p-personal{left:0;position:absolute;top:0;z-index:0}#p-personal{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:url(http://wiki.nw2online.com/skins/monobook/head.png?2017-05-14T14:15:00Z);background-position:0 0;background-position:top left;background-repeat:no-repeat; height:29px;line-height:1.5em;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;padding-top:3px;white-space:nowrap;width:100%;position:fixed;top:0px;z-index:5}#p-personal h5{display:none}#p-personal .portlet,#p-personal .pBody{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat;border-bottom-color:-moz-use-text-color;border-bottom-style:none;border-bottom-width:medium;border-left-color-ltr-source:physical;border-left-color-rtl-source:physical;border-left-color-value:-moz-use-text-color;border-left-style-ltr-source:physical;border-left-style-rtl-source:physical;border-left-style-value:none;border-left-width-ltr-source:physical;border-left-width-rtl-source:physical;border-left-width-value:medium;border-right-color-ltr-source:physical;border-right-color-rtl-source:physical;border-right-color-value:-moz-use-text-color;border-right-style-ltr-source:physical;border-right-style-rtl-source:physical;border-right-style-value:none;border-right-width-ltr-source:physical;border-right-width-rtl-source:physical;border-right-width-value:medium;border-top-color:-moz-use-text-color;border-top-style:none;border-top-width:medium;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;overflow-x:visible;overflow-y:visible;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;z-index:0}#p-personal ul{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat; color:#2F6FAB;cursor:default;line-height:1.4em;list-style-image:none;list-style-position:outside;list-style-type:none;margin-bottom:0;margin-left:0;margin-right:0;margin-top:-6px;padding-bottom:0;padding-left:3em;padding-right:2em;padding-top:0;text-align:right;z-index:0}#p-personal li{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:rgba(0,0,0,0.6);background-image:none;background-position:0 0;background-repeat:repeat; color:#2F6FAB;float:right;display:inline-block;line-height:1.2em;margin-left:0;padding-bottom:0;padding-left:10px;padding-right:10px;padding-top:0;z-index:0}#p-personal li a{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat;color:#C1B6A4;padding-bottom:0.2em;text-decoration:underline}#p-personal li a:hover{padding-bottom:0.2em;text-decoration:none}#p-personal li.active a:hover{background-color:transparent}li#pt-userpage,li#pt-anonuserpage,li#pt-login{-moz-background-clip:border;-moz-background-origin:padding;-moz-background-size:auto auto;background-attachment:scroll;background-color:transparent;background-image:url(http://wiki.nw2online.com/skins/monobook/user.gif?2017-05-14T14:15:00Z);background-position:left top;background-repeat:no-repeat;padding-left:20px;text-transform:none}#p-personal ul{text-transform:lowercase}#p-personal li.active{font-weight:bold} #p-cactions{background:url(http://wiki.nw2online.com/skins/monobook/content_head.png?2017-05-14T14:15:00Z) no-repeat scroll 15px bottom transparent;border-collapse:collapse;color:#C1B6A4;font-size:95%;left:13.5em;line-height:1.1em;list-style:none outside none;overflow:visible;padding-left:1em;position:fixed;top:22px;white-space:nowrap;width:987px;height:125px;margin-left:-74px;z-index:5; }#p-cactions div.animation{width:70px;height:94px;position:absolute}#p-cactions div.animation.left{top:2px;left:17px;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/scroll_left.png?2017-05-14T14:15:00Z)}#p-cactions div.animation.right{top:2px;right:2px;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/scroll_right.png?2017-05-14T14:15:00Z)}#p-cactions ul{height:20px; }#p-cactions li{background:none repeat scroll 0 0 transparent;border-color:#030302 #030302 -moz-use-text-color;border-style:solid solid none;border-width:1px 1px medium;display:inline;margin:0 0.3em 0 0;overflow:visible;padding:0 0 0.1em}#p-cactions li.selected{border-color:#C1B6A4;font-weight:bold;padding:0 0 0.2em}#p-cactions li a{background-color:#2E2E2C;border:medium none;color:#C1B6A4;margin:0;padding:0 0.8em 0.3em;position:relative;text-decoration:none;z-index:1}#p-cactions li.selected a{background-color:#40403E;padding:0 1em 0.2em !important;z-index:3}#p-cactions .new a{color:#BA0000}#p-cactions li a:hover{background-color:#535249;text-decoration:none;z-index:3}#p-cactions h5{display:none}#p-cactions li.istalk{margin-right:0}#p-cactions li.istalk a{padding-right:0.5em}#p-cactions #ca-addsection a{padding-left:0.4em;padding-right:0.4em}li#ca-talk{margin-right:1.6em}li#ca-watch,li#ca-unwatch,li#ca-varlang-0,li#ca-print{margin-left:1.6em}#p-cactions .pBody{margin-top:25px;margin-left:80px;width:838px;background:none repeat scroll 0 0 transparent;border:0 none;border-collapse:inherit;color:inherit;font-size:1em;padding:0}#p-cactions .hiddenStructure{display:none}#p-cactions li a{text-transform:lowercase}#p-lang{position:relative;z-index:3} #t-ispermalink,#t-iscite{color:#999} #footer{background:url(http://wiki.nw2online.com/skins/monobook/footer.png?2017-05-19T15:31:40Z) no-repeat scroll 0 0;font-size:90%; height:44px;margin-top:65px; text-align:center;position:relative;z-index:10;visibility:hidden}#footer li{display:inline;margin-bottom:0;margin-left:1.5em;margin-right:1.3em;margin-top:0}#footer li a{margin-left:0px;color:#C1B6A4;text-decoration:none}#f-poweredbyico,#f-copyrightico{margin-bottom:0;margin-left:8px;margin-right:8px;margin-top:0;position:relative;top:-2px}#f-poweredbyico{float:right;height:1%}#f-copyrightico{float:left;height:1%;left:10px;top:7px}#preftoc{clear:both;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;width:100%}#preftoc li{background-color:#5D0505;color:#C1B6A4}#preftoc li{border-bottom-color:#97100D;border-bottom-style:solid;border-bottom-width:1px;border-left-color-ltr-source:physical;border-left-color-rtl-source:physical;border-left-color-value:#97100D;border-left-style-ltr-source:physical;border-left-style-rtl-source:physical;border-left-style-value:solid;border-left-width-ltr-source:physical;border-left-width-rtl-source:physical;border-left-width-value:1px;border-right-color-ltr-source:physical;border-right-color-rtl-source:physical;border-right-color-value:#716F64;border-right-style-ltr-source:physical;border-right-style-rtl-source:physical;border-right-style-value:solid;border-right-width-ltr-source:physical;border-right-width-rtl-source:physical;border-right-width-value:1px;border-top-color:#97100D;border-top-style:solid;border-top-width:1px;float:left;list-style-image:none;list-style-type:none;margin-bottom:1px;margin-left:2px;margin-right:-2px;margin-top:1px;padding-bottom:3px;padding-left:0;padding-right:0;padding-top:2px;position:relative;white-space:nowrap;z-index:3}#preftoc li.selected{background-color:#97100D;border-bottom-color:#000000;border-bottom-style:solid;border-bottom-width:1px;border-left-color-ltr-source:physical;border-left-color-rtl-source:physical;border-left-color-value:#000000;border-left-style-ltr-source:physical;border-left-style-rtl-source:physical;border-left-style-value:solid;border-left-width-ltr-source:physical;border-left-width-rtl-source:physical;border-left-width-value:1px;border-right-color-ltr-source:physical;border-right-color-rtl-source:physical;border-right-color-value:#000000;border-right-style-ltr-source:physical;border-right-style-rtl-source:physical;border-right-style-value:solid;border-right-width-ltr-source:physical;border-right-width-rtl-source:physical;border-right-width-value:1px;border-top-color:#000000;border-top-style:solid;border-top-width:1px;cursor:default;font-weight:bold;margin-bottom:1px;margin-left:2px;margin-right:-2px;margin-top:1px;padding-bottom:3px;padding-left:0;padding-right:0;padding-top:2px;top:1px}#preftoc > li.selected{top:0}#preftoc a,#preftoc a:active{color:#C1B6A4;display:block;padding-bottom:0;padding-left:0.7em;padding-right:0.7em;padding-top:0;position:relative;text-decoration:none}#preftoc li.selected a{cursor:default;text-decoration:none}#prefcontrol{clear:both;padding-top:2em}#preferences{background-color:#C1B6A4;border-bottom-color:#97100D;border-bottom-style:solid;border-bottom-width:1px;border-left-color-ltr-source:physical;border-left-color-rtl-source:physical;border-left-color-value:#97100D;border-left-style-ltr-source:physical;border-left-style-rtl-source:physical;border-left-style-value:solid;border-left-width-ltr-source:physical;border-left-width-rtl-source:physical;border-left-width-value:1px;border-right-color-ltr-source:physical;border-right-color-rtl-source:physical;border-right-color-value:#97100D;border-right-style-ltr-source:physical;border-right-style-rtl-source:physical;border-right-style-value:solid;border-right-width-ltr-source:physical;border-right-width-rtl-source:physical;border-right-width-value:1px;border-top-color:#97100D;border-top-style:solid;border-top-width:1px;clear:both;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;padding-bottom:1.5em;padding-left:1.5em;padding-right:1.5em;padding-top:1.5em}.prefsection{border-bottom-color:-moz-use-text-color;border-bottom-style:none;border-bottom-width:medium;border-left-color-ltr-source:physical;border-left-color-rtl-source:physical;border-left-color-value:-moz-use-text-color;border-left-style-ltr-source:physical;border-left-style-rtl-source:physical;border-left-style-value:none;border-left-width-ltr-source:physical;border-left-width-rtl-source:physical;border-left-width-value:medium;border-right-color-ltr-source:physical;border-right-color-rtl-source:physical;border-right-color-value:-moz-use-text-color;border-right-style-ltr-source:physical;border-right-style-rtl-source:physical;border-right-style-value:none;border-right-width-ltr-source:physical;border-right-width-rtl-source:physical;border-right-width-value:medium;border-top-color:-moz-use-text-color;border-top-style:none;border-top-width:medium;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0}.prefsection fieldset{border-bottom-color:#AAAAAA;border-bottom-style:solid;border-bottom-width:1px;border-left-color-ltr-source:physical;border-left-color-rtl-source:physical;border-left-color-value:#AAAAAA;border-left-style-ltr-source:physical;border-left-style-rtl-source:physical;border-left-style-value:solid;border-left-width-ltr-source:physical;border-left-width-rtl-source:physical;border-left-width-value:1px;border-right-color-ltr-source:physical;border-right-color-rtl-source:physical;border-right-color-value:#AAAAAA;border-right-style-ltr-source:physical;border-right-style-rtl-source:physical;border-right-style-value:solid;border-right-width-ltr-source:physical;border-right-width-rtl-source:physical;border-right-width-value:1px;border-top-color:#AAAAAA;border-top-style:solid;border-top-width:1px;float:left;margin-right:2em}.prefsection legend{font-weight:bold}.prefsection table,.prefsection legend{background-color:transparent}.mainLegend{display:none}div.prefsectiontip{font-size:x-small;padding:.2em 2em;color:#666}.btnSavePrefs{font-weight:bold;padding-left:.3em;padding-right:.3em}.preferences-login{clear:both;margin-bottom:1.5em}.prefcache{font-size:90%;margin-top:2em}div#userloginForm form,div#userlogin form#userlogin2{margin:0 3em 1em 0;border:1px solid #aaa;clear:both;padding:1.5em 2em;background-color:#CC6600;float:left}.rtl div#userloginForm form,.rtl div#userlogin form#userlogin2{float:right}div#userloginForm table,div#userlogin form#userlogin2 table{background-color:#CC6600}div#userloginForm h2,div#userlogin form#userlogin2 h2{padding-top:0}div#userlogin .captcha,div#userloginForm .captcha{border:1px solid #bbb;padding:1.5em 2em;background-color:#C1B6A4}#loginend,#signupend{clear:both}#userloginprompt,#languagelinks{font-size:85%}#login-sectiontip{font-size:85%;line-height:1.2;padding-top:2em}#userlogin .loginText,#userlogin .loginPassword{width:12em}#userloginlink a,#wpLoginattempt,#wpCreateaccount{font-weight:bold}.mw-plusminus-null{color:#000000 !important}.mw-plusminus-pos{color:#006600 !important}.mw-plusminus-neg{color:#990000 !important}  * > html #p-cactions li{border:none}* > html #p-cactions li a{border:1px solid #aaa;border-bottom:none}* > html #p-cactions li.selected a{border-color:#fabd23} * > html #f-poweredbyico,* > html #f-copyrightico{width:88px}* > html #bodyContent,* > html #bodyContent pre{overflow-x:auto;width:100%;padding-bottom:25px}  * html #footer{margin-top:0}* html #column-content{display:inline;margin-bottom:0}* html div.editsection{font-size:smaller}#pagehistory li.selected{position:relative} * > html #column-content{float:none}* > html #column-one{position:absolute;left:0;top:0}* > html #footer{margin-left:13.2em}.redirectText{font-size:150%;margin:5px}.printfooter{display:none}.not-patrolled{background-color:#ffa}div.patrollink{clear:both;font-size:75%;text-align:right}span.newpage,span.minor,span.bot{font-weight:bold}span.unpatrolled{font-weight:bold;color:red}.sharedUploadNotice{font-style:italic}span.updatedmarker{color:black;background-color:#0f0}table.gallery{background-color:transparent;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;border-left-color-ltr-source:physical;border-left-color-rtl-source:physical;border-left-color-value:#CCCCCC;border-left-style-ltr-source:physical;border-left-style-rtl-source:physical;border-left-style-value:solid;border-left-width-ltr-source:physical;border-left-width-rtl-source:physical;border-left-width-value:1px;border-right-color-ltr-source:physical;border-right-color-rtl-source:physical;border-right-color-value:#CCCCCC;border-right-style-ltr-source:physical;border-right-style-rtl-source:physical;border-right-style-value:solid;border-right-width-ltr-source:physical;border-right-width-rtl-source:physical;border-right-width-value:1px;border-top-color:#CCCCCC;border-top-style:solid;border-top-width:1px;margin-bottom:2px;margin-left:2px;margin-right:2px;margin-top:2px;padding-bottom:2px;padding-left:2px;padding-right:2px;padding-top:2px}table.gallery tr{vertical-align:top}table.gallery td{background-color:transparent;border-bottom-color:white;border-bottom-style:solid;border-bottom-width:2px;border-left-color-ltr-source:physical;border-left-color-rtl-source:physical;border-left-color-value:white;border-left-style-ltr-source:physical;border-left-style-rtl-source:physical;border-left-style-value:solid;border-left-width-ltr-source:physical;border-left-width-rtl-source:physical;border-left-width-value:2px;border-right-color-ltr-source:physical;border-right-color-rtl-source:physical;border-right-color-value:white;border-right-style-ltr-source:physical;border-right-style-rtl-source:physical;border-right-style-value:solid;border-right-width-ltr-source:physical;border-right-width-rtl-source:physical;border-right-width-value:2px;border-top-color:white;border-top-style:solid;border-top-width:2px;vertical-align:top}table.gallery td.galleryheader{font-weight:bold;text-align:center}table.gallery caption{font-weight:bold}div.gallerybox{margin-bottom:2px;margin-left:2px;margin-right:2px;margin-top:2px}div.gallerybox div.thumb{border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;border-left-color-ltr-source:physical;border-left-color-rtl-source:physical;border-left-color-value:#CCCCCC;border-left-style-ltr-source:physical;border-left-style-rtl-source:physical;border-left-style-value:solid;border-left-width-ltr-source:physical;border-left-width-rtl-source:physical;border-left-width-value:1px;border-right-color-ltr-source:physical;border-right-color-rtl-source:physical;border-right-color-value:#CCCCCC;border-right-style-ltr-source:physical;border-right-style-rtl-source:physical;border-right-style-value:solid;border-right-width-ltr-source:physical;border-right-width-rtl-source:physical;border-right-width-value:1px;border-top-color:#CCCCCC;border-top-style:solid;border-top-width:1px;margin-bottom:2px;margin-left:2px;margin-right:2px;margin-top:2px;text-align:center}div.gallerytext{font-size:94%;overflow-x:hidden;overflow-y:hidden;padding-bottom:2px;padding-left:4px;padding-right:4px;padding-top:2px}span.comment{font-style:italic}span.changedby{font-size:95%}.previewnote{border-bottom-color:#AAAAAA;border-bottom-style:solid;border-bottom-width:1px;color:#CC0000;margin-bottom:1em;padding-bottom:1em;text-indent:3em}.previewnote p{margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0}.editExternally{background-color:#FFFFFF;border-bottom-color:gray;border-bottom-style:solid;border-bottom-width:1px;border-left-color-ltr-source:physical;border-left-color-rtl-source:physical;border-left-color-value:gray;border-left-style-ltr-source:physical;border-left-style-rtl-source:physical;border-left-style-value:solid;border-left-width-ltr-source:physical;border-left-width-rtl-source:physical;border-left-width-value:1px;border-right-color-ltr-source:physical;border-right-color-rtl-source:physical;border-right-color-value:gray;border-right-style-ltr-source:physical;border-right-style-rtl-source:physical;border-right-style-value:solid;border-right-width-ltr-source:physical;border-right-width-rtl-source:physical;border-right-width-value:1px;border-top-color:gray;border-top-style:solid;border-top-width:1px;float:left;font-size:small;margin-top:0.5em;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px;text-align:center}.editExternallyHelp{color:gray;font-style:italic}.toggle{margin-left:2em;text-indent:-2em}table.mw_metadata{font-size:0.8em;margin-bottom:0.5em;margin-left:0.5em;width:300px}table.mw_metadata caption{font-weight:bold}table.mw_metadata th{font-weight:normal}table.mw_metadata td{padding-bottom:0.1em;padding-left:0.1em;padding-right:0.1em;padding-top:0.1em}table.mw_metadata{border-bottom-color:-moz-use-text-color;border-bottom-style:none;border-bottom-width:medium;border-collapse:collapse;border-left-color-ltr-source:physical;border-left-color-rtl-source:physical;border-left-color-value:-moz-use-text-color;border-left-style-ltr-source:physical;border-left-style-rtl-source:physical;border-left-style-value:none;border-left-width-ltr-source:physical;border-left-width-rtl-source:physical;border-left-width-value:medium;border-right-color-ltr-source:physical;border-right-color-rtl-source:physical;border-right-color-value:-moz-use-text-color;border-right-style-ltr-source:physical;border-right-style-rtl-source:physical;border-right-style-value:none;border-right-width-ltr-source:physical;border-right-width-rtl-source:physical;border-right-width-value:medium;border-top-color:-moz-use-text-color;border-top-style:none;border-top-width:medium}table.mw_metadata td,table.mw_metadata th{border-bottom-color:#AAAAAA;border-bottom-style:solid;border-bottom-width:1px;border-left-color-ltr-source:physical;border-left-color-rtl-source:physical;border-left-color-value:#AAAAAA;border-left-style-ltr-source:physical;border-left-style-rtl-source:physical;border-left-style-value:solid;border-left-width-ltr-source:physical;border-left-width-rtl-source:physical;border-left-width-value:1px;border-right-color-ltr-source:physical;border-right-color-rtl-source:physical;border-right-color-value:#AAAAAA;border-right-style-ltr-source:physical;border-right-style-rtl-source:physical;border-right-style-value:solid;border-right-width-ltr-source:physical;border-right-width-rtl-source:physical;border-right-width-value:1px;border-top-color:#AAAAAA;border-top-style:solid;border-top-width:1px;padding-left:0.1em;padding-right:0.1em;text-align:center}table.mw_metadata th{background-color:transparent}table.mw_metadata td{background-color:transparent}table.collapsed tr.collapsable{display:none} ul#filetoc{text-align:center;border:1px solid #aaaaaa;background-color:#CC6600;padding:5px;font-size:95%;margin-bottom:0.5em;margin-left:0;margin-right:0}#filetoc li{display:none;list-style-type:none;padding-right:2em}.diff{background-color:#C1B6A4 !important}.diff-otitle{background-color:#C1B6A4 !important}.diff-ntitle{background-color:#C1B6A4 !important}.diff-marker{background-color:transparent !important}.diff-deletedline{background-color:#B54200 !important}.diff-addedline{background-color:#117100 !important}.diff-context{background-color:transparent !important}input#wpSummary{width:80%} input#wpSave,input#wpDiff{margin-right:0.33em}#wpSave{font-weight:bold} table.revisionform_default{border:1px solid #000000}table.revisionform_focus{border:1px solid #000000;background-color:#00BBFF}tr.revision_tr_default{background-color:#EEEEEE}tr.revision_tr_first{background-color:#DDDDDD}p.revision_saved{color:green;font-weight:bold}#mw_trackbacks{border:solid 1px #bbbbff;background-color:#eeeeff;padding:0.2em} #allmessagestable th{background-color:#b2b2ff}#allmessagestable tr.orig{background-color:#ffe2e2}#allmessagestable tr.new{background-color:#e2ffe2}#allmessagestable tr.def{background-color:#f0f0ff} div.noarticletext{border:1px solid #ccc;background:#fff;padding:.2em 1em;color:#000}div#searchTargetContainer{left:10px;top:10px;width:90%;background:#C1B6A4}div#searchTarget{padding:3px;margin:5px;background:#F0F0F0;border:solid 1px blue}div#searchTarget ul li{list-style:none}div#searchTarget ul li:before{color:orange;content:'\\00BB \\0020'}div#searchTargetHide{float:right;border:solid 1px black;background:#DCDCDC;padding:2px}#powersearch p{margin-top:0px}div.multipageimagenavbox{border:solid 1px silver;padding:4px;margin:1em;background:#f0f0f0}div.multipageimagenavbox div.thumb{border:none;margin-left:2em;margin-right:2em}div.multipageimagenavbox hr{margin:6px}table.multipageimage td{text-align:center} table#sv-ext,table#sv-hooks,table#sv-software{margin:1em;padding:0em}#sv-ext td,#sv-hooks td,#sv-software td,#sv-ext th,#sv-hooks th,#sv-software th{border:1px solid #A0A0A0;padding:0 0.15em 0 0.15em}#sv-ext th,#sv-hooks th,#sv-software th{background-color:#F0F0F0;color:black;padding:0 0.15em 0 0.15em}tr.sv-space{height:0.8em;border:none}tr.sv-space td{display:none} .TablePager{min-width:80%}.TablePager_nav a{text-decoration:none}.TablePager{border-collapse:collapse}.TablePager,.TablePager td,.TablePager th{border:1px solid #aaaaaa;padding:0 0.15em 0 0.15em}.TablePager th{background-color:#eeeeff }.TablePager td{background-color:#ffffff }.TablePager tr:hover td{background-color:#eeeeff }.imagelist td,.imagelist th{white-space:nowrap }.imagelist .TablePager_col_links{background-color:#eeeeff }.imagelist .TablePager_col_img_description{white-space:normal }.imagelist th.TablePager_sort{background-color:#ccccff }.templatesUsed{margin-top:1.5em}.mw-summary-preview{margin:0.1em 0} div.mw-lag-warn-normal,div.mw-lag-warn-high{padding:3px;text-align:center;margin:3px auto}div.mw-lag-warn-normal{border:1px solid #FFCC66;background-color:#FFFFCC}div.mw-lag-warn-high{font-weight:bold;border:2px solid #FF0033;background-color:#FFCCCC}.MediaTransformError{background-color:#ccc;padding:0.1em}.MediaTransformError td{text-align:center;vertical-align:middle;font-size:90%} div#mw-search-interwiki-caption{text-align:center;font-weight:bold;font-size:95%}.mw-search-interwiki-project{font-size:97%;text-align:left;padding-left:0.2em;padding-right:0.15em;padding-bottom:0.2em;padding-top:0.15em;background:#cae8ff} .os-suggest{font-size:127%}.menu_questek{width:254px;height:60px;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/questek.png?2017-05-14T14:15:00Z) }.menu_altalanos{width:254px;height:60px;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/altalanos.png?2017-05-14T14:15:00Z) }.menu_kasztok{width:254px;height:60px;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/kasztok.png?2017-05-14T14:15:00Z) }.menu_eventek{width:254px;height:60px;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/eventek.png?2017-05-14T14:15:00Z) }.menu_terkepek{width:254px;height:60px;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/terkepek.png?2017-05-14T14:15:00Z) }.menu_hatasok{width:254px;height:60px;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/hatasok.png?2017-05-14T14:15:00Z) }.menu_1_kattintas{width:254px;height:60px;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/1_kattintas.png?2017-05-14T14:15:00Z) }.menu_item-shop{width:254px;height:60px;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/item-shop.png?2017-05-14T14:15:00Z) }.menu_aukcios_haz{width:254px;height:60px;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/aukcios_haz.png?2017-05-14T14:15:00Z) }.menu_runok{width:254px;height:60px;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/runok.png?2017-05-14T14:15:00Z) }.menu_petek{width:254px;height:60px;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/petek.png?2017-05-14T14:15:00Z) }#n-mainpage a{color:transparent;width:118px;height:34px;display:inline-block;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/kezdolap_BASE.png?2017-05-14T14:15:00Z) }#n-mainpage a:hover{color:transparent;width:118px;height:34px;display:inline-block;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/kezdolap_OVER.png?2017-05-14T14:15:00Z) }#n-next_homepage a{color:transparent;width:118px;height:34px;display:inline-block;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/honlap_BASE.png?2017-05-14T14:15:00Z) }#n-next_homepage a:hover{color:transparent;width:118px;height:34px;display:inline-block;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/honlap_OVER.png?2017-05-14T14:15:00Z) }#n-next_forum a{color:transparent;width:118px;height:34px;display:inline-block;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/forum_BASE.png?2017-05-14T14:15:00Z) }#n-next_forum a:hover{color:transparent;width:118px;height:34px;display:inline-block;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/forum_OVER.png?2017-05-14T14:15:00Z) }#n-next_facebook a{color:transparent;width:118px;height:34px;display:inline-block;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/facebook_BASE.png?2017-05-14T14:15:00Z) }#n-next_facebook a:hover{color:transparent;width:118px;height:34px;display:inline-block;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/facebook_OVER.png?2017-05-14T14:15:00Z) }#n-wiki_sug a{color:transparent;width:118px;height:34px;display:inline-block;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/eszrevetel_BASE.png?2017-05-14T14:15:00Z) }#n-wiki_sug a:hover{color:transparent;width:118px;height:34px;display:inline-block;background-image:url(http://wiki.nw2online.com/skins/monobook/../newimages/eszrevetel_OVER.png?2017-05-14T14:15:00Z) }.character{ height:815px;height:75%;position:fixed;z-index:6;bottom:0px;left:980px;visibility:hidden}.character img{ height:70%}.menu_keret_bal{border-right:1px solid black;width:252px}.menu_keret_jobb{border-left:1px solid black}li#ca-history{visibility:hidden}}

/* cache key: next_wiki:resourceloader:filter:minify-css:4:ccc0577ce6307aa0594aaac26dc20bd5 */

  h1,h2,h3,h4,h6 {
        color: black;
        background: none;
        font-weight: normal;
        margin: 0;
        color: #333332;
        padding-top: .5em;
        padding-bottom: .17em;
        border-bottom: 1px solid #aaa
    }

@media screen {
    #searchGoButton {
        background: url(http://wiki.nw2online.com/skins/monobook/menj_OVER.png?2017-05-14T14:15:00Z) no-repeat scroll 0 0 transparent;
        border-style: none;
        color: trasparent;
        cursor: pointer;
        display: inline-block;
        font-weight: normal;
        height: 20px;
        line-height: 12px !important;
        margin: 2px 0 0;
        padding: 0 0 4px;
        text-decoration: none;
        width: 60px
    }

    #searchGoButton:hover {
        background: url(http://wiki.nw2online.com/skins/monobook/menj_BASE.png?2017-05-14T14:15:00Z) no-repeat scroll 0 0 transparent;
        border-style: none;
        color: trasparent;
        cursor: pointer;
        display: inline-block;
        font-weight: normal;
        height: 20px;
        line-height: 12px !important;
        margin: 2px 0 0;
        padding: 0 0 4px;
        text-decoration: none;
        width: 60px
    }

    #searchInput {
        background: url(http://wiki.nw2online.com/skins/monobook/input-bg-4.png?2017-05-14T14:15:00Z) no-repeat scroll 0 0 transparent;
        border-style: none;
        color: #4A1E00;
        font: 11px/13px Arial,Helvetica,sans-serif;
        margin: 0 0 2px;
        padding: 2px 0 4px 4px;
        width: 117px
    }

    .portletNavKette {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: url(http://wiki.nw2online.com/skins/monobook/kapcsos-kozep.png?2017-05-14T14:15:00Z);
        background-position: center center;
        background-repeat: no-repeat;
        border-bottom-color: -moz-use-text-color;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: -moz-use-text-color;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-left-style-value: none;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-left-width-value: medium;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: -moz-use-text-color;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: none;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: medium;
        border-top-color: -moz-use-text-color;
        border-top-style: none;
        border-top-width: medium;
        float: none;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        min-height: 32px;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 157px
    }

    .portletNavKetteEnd {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: url(http://wiki.nw2online.com/skins/monobook/menualja.png?2017-05-14T14:15:00Z);
        background-position: center center;
        background-repeat: no-repeat;
        border-bottom-color: -moz-use-text-color;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: -moz-use-text-color;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-left-style-value: none;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-left-width-value: medium;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: -moz-use-text-color;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: none;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: medium;
        border-top-color: -moz-use-text-color;
        border-top-style: none;
        border-top-width: medium;
        float: none;
        min-height: 48px;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 157px
    }

    .feherlink1 A:link {
        background: #000000;
        color: #f0d9a2
    }

    .feherlink1 A:visited {
        background: #000000;
        color: #f0d9a2
    }

    .feherlink1 A:active {
        background: #000000;
        color: #f0d9a2
    }

    .feherlink1 A:hover {
        background: #000000;
        color: #f0d9a2
    }

    .portletNavBG {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: url(http://wiki.nw2online.com/skins/monobook/menucime.png?2017-05-14T14:15:00Z);
        background-position: 0 0;
        background-repeat: no-repeat;
        border-bottom-color: -moz-use-text-color;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: -moz-use-text-color;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-left-style-value: none;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-left-width-value: medium;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: -moz-use-text-color;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: none;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: medium;
        border-top-color: -moz-use-text-color;
        border-top-style: none;
        border-top-width: medium;
        float: none;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        min-height: 34px;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 157px
    }

    .portletNavTop {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: url(http://wiki.nw2online.com/skins/monobook/21teteje.jpg?2017-05-14T14:15:00Z);
        background-position: 0 0;
        background-repeat: no-repeat;
        border-bottom-color: -moz-use-text-color;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: -moz-use-text-color;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-left-style-value: none;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-left-width-value: medium;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: -moz-use-text-color;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: none;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: medium;
        border-top-color: -moz-use-text-color;
        border-top-style: none;
        border-top-width: medium;
        float: none;
        margin-bottom: 0;
        margin-left: 0.2em;
        margin-right: 0;
        margin-top: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 157px
    }

    .portletNavMiddle {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: url(http://wiki.nw2online.com/skins/monobook/22kozepe.jpg?2017-05-14T14:15:00Z);
        background-position: 0 0;
        background-repeat: repeat-y;
        border-bottom-color: -moz-use-text-color;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: -moz-use-text-color;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-left-style-value: none;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-left-width-value: medium;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: -moz-use-text-color;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: none;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: medium;
        border-top-color: -moz-use-text-color;
        border-top-style: none;
        border-top-width: medium;
        float: none;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 157px
    }

    .portletNavBtn {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: url(http://wiki.nw2online.com/skins/monobook/23alja.png?2017-05-14T14:15:00Z);
        background-position: 0 100%;
        background-repeat: no-repeat;
        max-height: 132px;
        min-height: 20px;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 157px
    }

    .portlet h4 {
        font-size: 95%;
        font-weight: normal;
        white-space: nowrap
    }

    .portletNavBG h5 {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        border-bottom-color: #AAAAAA;
        border-bottom-style: solid;
        border-bottom-width: 0;
        color: #FEF6AA;
        padding-bottom: 0.17em;
        padding-top: 0.5em
    }

    .portletNavBG2 h5 {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        border-bottom-color: #AAAAAA;
        border-bottom-style: solid;
        border-bottom-width: 0;
        color: #FEF6AA;
        padding-bottom: 0.17em;
        padding-top: 0.5em
    }

    .portlet h5 {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        color: transparent;
        display: inline;
        font-size: 91%;
        font-weight: normal;
        height: 1em;
        padding-bottom: 0;
        padding-left: 0.5em;
        padding-right: 1em;
        padding-top: 0;
        text-transform: lowercase;
        white-space: nowrap
    }

    #bilder {
        left: 993px;
        overflow-x: visible;
        overflow-y: visible;
        position: absolute;
        top: 45px;
        z-index: 3
    }

    #info {
        left: 29px;
        overflow-x: invisible;
        overflow-y: invisible;
        position: absolute;
        top: 566px;
        z-index: 3
    }

    table {
        font-size: 100%;
        color: black;
    }

    fieldset table {
        background: none
    }

    a {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        color: #000000;
        text-decoration: underline
    }

    a:visited {
        color: #000000
    }

    a:active {
        color: #000000
    }

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

    a.stub {
        color: #808000
    }
    .portlet h6 {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: #FFAE2E;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        border-bottom-color: #2F6FAB;
        border-bottom-style: none;
        border-bottom-width: 1px;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: #2F6FAB;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-left-style-value: solid;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-left-width-value: 1px;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: #2F6FAB;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: solid;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: 1px;
        border-top-color: #2F6FAB;
        border-top-style: solid;
        border-top-width: 1px;
        display: block;
        font-size: 1em;
        font-weight: normal;
        height: 1.2em;
        padding-bottom: 0;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 0;
        text-transform: lowercase;
        white-space: nowrap
    }

    .portletNavMiddle ul {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 1px;
        margin-top: 6px;
        padding-bottom: 1px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }

    .portletNavMiddle ul li {
        color: #4A1E00;
        font-size: 11px;
        line-height: 14px;
        list-style-type: none;
        padding-bottom: 2px;
        padding-left: 9px;
        padding-right: 0;
        padding-top: 2px
    }

    .portletNavMiddle ul li.light {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: url("http://wiki.nw2online.com/img/shadow.gif");
        background-position: 0 0;
        background-repeat: no-repeat;
        padding-bottom: 3px;
        padding-left: 9px;
        padding-right: 0;
        padding-top: 3px
    }

    .portletNavMiddle ul li strong {
        color: #8D0404;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 2px;
        margin-top: 0
    }

    .portletNavMiddle ul li a {
        color: #4A1E00;
        margin-bottom: 0;
        margin-left: 6px;
        margin-right: 0;
        margin-top: 0;
        text-decoration: none
    }

    .portletNavMiddle ul li a.first {
        color: #943B00
    }

    .portletNavMiddle ul li a:hover {
        text-decoration: underline
    }

    .ftr a {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        background-attachment: scroll;
        background-color: transparent;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        color: #C1B6A4;
        text-decoration: underline
    }

    .ftr a:visited {
        color: #C1B6A4
    }

    .ftr a:active {
        color: #C1B6A4
    }

    .ftr a:hover {
        color: #C1B6A4;
        text-decoration: none
    }

    #column-content {
        float: right;
        margin-bottom: 0;
        margin-left: -12.8em;
        margin-right: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 100%
    }

    #content {
        bottom: 80px;
        margin-bottom: 5em;
        margin-left: 14em;
        margin-right: 0;
        margin-top: 2.8em;
        padding-bottom: 1em;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        position: relative;
        top: 25px;
        z-index: 5
    }

    #content div.foot {
        width: 987px;
        height: 137px;
        left: 0px;
        bottom: -106px;
        position: relative;
        background-image: url(http://wiki.nw2online.com/skins/monobook/content_foot.png?2017-05-14T14:15:00Z);
        margin-left: -89px;
        z-index: 5
    }

    #column-one {
        padding-top: 165px;
        padding-top: 47px
    }

    #content {
        background-image: url(http://wiki.nw2online.com/skins/monobook/content_body.png?2017-05-14T14:15:00Z);
        margin-top: 80px;
        margin-left: 178px;
        font-size: 11pt;
        color: black;
        line-height: 1.5em;
        width: 815px
    }

    body {
        -moz-background-clip: border;
        -moz-background-origin: padding;
        -moz-background-size: auto auto;
        -x-system-font: none;
        background-attachment: fixed;
        background-color: #000000;
        background-image: url(http://wiki.nw2online.com/skins/monobook/bg.jpg?2017-05-14T14:15:00Z);
        background-repeat: no-repeat;
        color: #C1B6A4;
        font-family: sans-serif;
        font-size: x-small;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: normal;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        overflow-x: hidden;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }

    #column-one div.sidebar_top {
        width: 186px;
        height: 1050px;
        margin: 0px 0px -300px -7px;
        background-image: url(http://wiki.nw2online.com/skins/monobook/curtain_body.png?2017-05-14T14:15:00Z);
        background-repeat: no-repeat;
        position: fixed;
        top: -10px;
        left: 0px;
        z-index: 3
    }

    #column-one div.sidebar_content {
        left: 0px;
        width: 175px;
        min-height: 0px;
        padding: 0px 0px 0px 0px;
        margin: 255px 0px 0px 8px;
        position: relative;
        z-index: 3
    }

    #column-one div.sidebar_content div.generated-sidebar {
        margin-top: -2px;
        z-index: 3
    }

    #column-one div.sidebar_content div.generated-sidebar h5 {
        display: none
    }

    #globalWrapper {
        font-size: 127%;
        width: 100%;
        margin: 0;
        padding: 0
    }

    .visualClear {
        clear: both
    }

 table.sortable th.headerSort {
        background-image: url(http://wiki.nw2online.com/skins/common/images/sort_both.gif?2017-05-14T14:15:00Z);
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 21px
    }

    table.sortable th.headerSortUp {
        background-image: url(http://wiki.nw2online.com/skins/common/images/sort_up.gif?2017-05-14T14:15:00Z)
    }

    table.sortable th.headerSortDown {
        background-image: url(http://wiki.nw2online.com/skins/common/images/sort_down.gif?2017-05-14T14:15:00Z)
    }

.mw-help-field-hint {
        display: none;
        margin-left: 2px;
        margin-bottom: -8px;
        padding: 0px 0px 0px 15px;
        background-image: url(http://wiki.nw2online.com/skins/common/images/help-question.gif?2017-05-14T14:15:00Z)!ie;
        background-position: left center;
        background-repeat: no-repeat;
        cursor: pointer;
        font-size: .8em;
        text-decoration: underline;
        color: #0645ad
    }

.mw-help-field-hint:hover {
        background-image: url(http://wiki.nw2online.com/skins/common/images/help-question-hover.gif?2017-05-14T14:15:00Z)!ie
    }

 .tipsy {
        padding: 5px 5px 10px;
        font-size: 12px;
        position: absolute;
        z-index: 100000;
        overflow: visible
    }

 .tipsy-arrow {
        position: absolute;
        background: url(http://wiki.nw2online.com/skins/common/images/tipsy-arrow.gif?2017-05-14T14:15:00Z) no-repeat top left;
        width: 13px;
        height: 13px
    }