/**
 *  Stylesheet for subsite Omniplay
 *  ===============================================================
 *  $Revision: 1.1.2.32 $
 *  ===============================================================
 *
 *  global styleguide:
 *
 *  colors {
 *    white   : #fff;
 *    yellows : #fcb64a;
 *            : #fffae7;
 *            : #fdedcc;
 *            : #fddea7;
 *            : #fbc773;
 *    blue    : #3155a3;
 *    purples : #68659a;
 *            : #b1a8d3;
 *            : #d8d0f9;
 *  }
 *
 *  fonts {
 *    headers : Letter Gothic 12 Pitch BT Bold;
 *    menu    : Frutiger 57 Condensed;
 *    text    : Arial, Helvetica, sans-serif;
 *  }
 */


/**
 * GLOBAL HTML ELEMENTS
 *
 * default html elements, such as html, body, img, p, a.
 */

/* links */
a { color: #cd8c4d; text-decoration: none; }
a:hover { text-decoration: underline; color: #cd8c4d; }
a:focus, a:hover, a:active { outline: none; }

/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em 0; font-family: Arial, Helvetica, sans-serif; color: #68659a; }
h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1em; }


/* images */
img, a img { border: 0; }


/* paragraphs */
p { margin: .5em 0; }


/* lists and definition lists */
ul { }
    ul li {}

dl {}
    dl dt {}
    dl dd {}


/* tables */
table { font-size: 1em; vertical-align: top; border-collapse: collapse; }
    table thead { }
    table tbody { }

    table td, table th { text-align: left; }


/* form elements, labels & fieldsets */
form { margin: 0; }

input, select, textarea { border: 1px solid #fcb64a; padding: 2px; font: normal 1em Arial, Helvetica, sans-serif; color: #68659a; background-color: #fdedcc; }
    input:focus, textarea:focus { border-style: inset; }
    input.disabled { cursor: pointer; }

fieldset { border: 0; padding: 0; }
    fieldset legend { margin: 0; padding: 0; color: #68659a; }
    fieldset form { margin-left: 0 !important; }

label { cursor: default; }
    label:hover {}

iframe { min-height: 35em; border: 0; }

object, object:focus { outline: none; }

/**
 * BASIC PAGE LAYOUT
 *
 * describes the default page layout
 */
html, body { height: 100%; margin: 0; padding: 0; border: 0; background: url(/images/omniplay/b_body.gif) repeat-y left top #fffae7; }
body { font: normal .7em/1.6em Arial, Helvetica, sans-serif; color: #68659a; background: url(/images/omniplay/b_content.gif) no-repeat 0 143px; }
html>body { height: auto; min-height: 100%; }

#body { height: 100%; background: url(/images/omniplay/b_top.gif) left top repeat-x transparent; }
    #container { position: relative; width: 766px; height: 100%; min-height: 778px; }
        #content { position: relative; top: 180px; left: 135px; width: 631px; min-height: 600px; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
        .home #content { top: 158px; }

        #header { position: absolute; top: 0; left: 0; right: 0; height: 143px; width: 100%; }
            #header h1 { position: absolute; left: 0; top: 0; width: 140px; height: 113px; margin: 0; background: transparent url(/images/omniplay/l_omniplay.gif) no-repeat left top; z-index: 1; }
                #header h1 a { display: block; height: 100%; border: 0; padding-left: 0; background: none; }
                    #header h1 a:hover { text-decoration: none; }
                    #header h1 a span { visibility: hidden; }
            #header h2 { position: absolute; left: 113px; top: 34px; width: 658px; height: 78px; margin: 0; }
                #header h2 span { visibility: hidden; }

        #mainnav { position: absolute; top: 114px; left: 0; padding-left: 132px; width: 634px; height: 28px; text-align: right; background: #fdedcc url(/images/omniplay/mainnav.gif) no-repeat left top; }
            #mainnav ul { float: right; list-style-type: none; margin: 0; padding: 0; }
                #mainnav li { position: relative; float: left; height: 28px; margin-right: .5em; }
                    #mainnav li a { display: block; height: 100%; padding: 0 1em 0 0; background-color: transparent; background-position: left center; background-repeat: no-repeat; }
                        #mainnav li a span { visibility: hidden; }
                        #mainnav li a:hover { text-decoration: none; }
                    #mainnav li ul { display: none; position: absolute; right: 0; top: 100%; padding: .5em; opacity: .95; background-color: #d8d0f9; }
                        #mainnav li:hover ul { display: block; }
                        #mainnav li ul li { float: none; height: auto; }
                            #mainnav li ul li a { width: 150px; padding: 0 1em; text-align: left; color: #3658a5; }
                                #mainnav li ul li a:hover { text-decoration: none !important; background-color: #fffae7; }

        #breadcrumbs { position: absolute; top: 143px; left: 135px; height: 20px; }
            #breadcrumbs ul { list-style-type: none; margin: 0; padding: 0; }
            #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 8px; color: #68659a; background: url(/images/omniplay/i_crumb.gif) 0 .4em no-repeat transparent; }
                #breadcrumbs li a { border: 0; color: #68659a; padding-left: 0; background: none; }
                    #breadcrumbs li a:hover { color: #cd8c4d; }
                #breadcrumbs li#firstcrumb { padding-left: 0; background-image: none; }

        #globalnav { position: absolute; top: 0; right: 0; margin: 0; padding: 0; }
            #globalnav ul { margin: 0; padding: .5em 0 0 0; list-style-type: none; }
                #globalnav ul li { float: left; height: 14px; margin: 0 .5em; padding-left: 1em; border-left: 1px solid #68659a; }
                #globalnav ul li:first-child { border-left: 0px; }
                    #globalnav ul li a { display: block; background-repeat: no-repeat; background-position: left top; }
                        #globalnav ul li a:hover { text-decoration: none; }
                        #globalnav ul li a span { visibility: hidden; }

        #breadcrumbs h2, #globalnav h2 { display: none; }

        #quicknav { margin: 1em .5em; min-height: 100px; background: transparent url(/images/omniplay/bg_quicknav.gif) no-repeat right bottom; }
            #quicknav ul { margin: 0; padding: 0; list-style-type: none; }
                #quicknav ul li { margin-bottom: .8em; padding-left: 20px; background: transparent url(/images/omniplay/sun_large.gif) no-repeat top left; }
                    #quicknav ul li a { display: block; }
                        #quicknav ul li a:hover { text-decoration: none; }
                        #quicknav ul li a span { visibility: hidden; }

    #footer { }

/**
 * PAGE-SPECIFIC ELEMENTS
 *
 * Style specially for pages
 */

/* imgbox is a specially generated visual, linkbox is positioned the same way */
#contentcolumn { position: absolute; left: 125px; width: 248px; }
#pagevisual { position: relative; float: left; left: 0; width: 248px; padding-bottom: 1em; text-align: right; }
    #pagevisual img { display: block; }
    .left { left: 0 !important; }

/* pagetitle, positioned to the right of pagevisual */
#pagetitle { margin: 0 1em 1em 385px; background-position: left top; background-repeat: no-repeat; }
   #pagetitle span { visibility: hidden; }

/* contenttext is positioned right from pagevisual */
#contenttext { margin: 0 1em 0 385px; }
    #contenttext h1 { margin: 0; padding: 0; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
        #contenttext h1 span { visibility: hidden; }
    #contenttext h1.homepage { background-image: url(/images/omniplay/spelen_sport.gif); }

#pagebody { margin: 0 .5em; }
.vacancy p { margin: 0 0 .5em 0; padding: 0; }

.subheader { margin-bottom: 0; padding: 0; }

/* different on homepage */
.home #contenttext { margin: 0 0 1em 0; width: 481px; background-color: #fddea7; }
    .home #contenttext h1 { padding-bottom: 7px; background-color: #fbc773; background-position: 2em center; }

#banners { position: absolute; top: 0px; right: 0; }
    #banners div { margin: 0; padding: 0; width: 140px; }
    #banners div img { display: block; }
    #banners a { color: white; font-weight: normal; }
        #banners a, #banners a:hover { }
    #banners p { margin: 0; padding: .5em; background-color: #fddea7; }
        #banners p.more a { display: block; height: 100%; padding-left: 10px; color: #68659a; background: url(/images/omniplay/sun_over.gif) 0 5px no-repeat transparent; }
            #banners p.more a:hover { color: #cd8c4d; background-image: url(/images/omniplay/sun.gif); }

/* inline sections on the homepage */
.inline-sections { float: right; width: 140px; margin: 0; background-color: #fddea7; }
    .inline-sections dt { display: block; padding-bottom: 30px; background-color: #fbc773; }
        .inline-sections dt a { float: left; margin: 5px 5px 0 10px; padding: 0; background-repeat: no-repeat; background-position: left center; }
            .inline-sections dt a:hover { text-decoration: none; }
            .inline-sections dt a span { visibility: hidden; }
    .inline-sections dd { clear: both; margin: 0; }
        .inline-sections dd p { margin: 0 .5em 1em .5em; }
            .inline-sections dd p a { color: #68659a; background-image: url(/images/omniplay/sun_over.gif); }
                .inline-sections dd p a:hover { color: #cd8c4d; background-image: url(/images/omniplay/sun.gif); }

/* block: (news)blocks on the homepage */
.block { clear: both; margin-bottom: 2em; }
    .block h2 { margin: 0; padding: 0 1em .1em .3em; font-size: 1.2em; color: black; }
        .block h2 a { text-decoration: none; color: #68659a; }
    .block img { float: left; margin: 0 1em 1em .3em; }
    .block p { margin: 0 .5em .5em .3em; }

/* default and rich menu */
.menu_default { margin: 1.5em 0 0 0; padding: 0; list-style-type: none; }
    .menu_default li { margin-bottom: .2em; }
        .menu_default li a { font-weight: bold; color: #68659a; padding-left: 15px; background: url(/images/omniplay/sun.gif) left center no-repeat; }
            .menu_default li a:hover { color: #68659a; background-image: url(/images/omniplay/sun_over.gif); }

/* Default and rich lists */
ul.default, ul.rich, dl.group_rich ul { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.default li { margin-bottom: 1em; }
        ul.default li a { display: inline; padding-left: 15px; background: url(/images/omniplay/sun.gif) left center no-repeat; }
            ul.default li a:hover { color: #68659a; background-image: url(/images/omniplay/sun_over.gif); }
        ul.default p { margin-top: 0; margin-bottom: 0; }
        ul.default li .more { display: inline; font-weight: normal; }

ul.rich { margin-top: 2em; }
    ul.rich li, dl.group_rich ul li { min-height: 250px; border-top: 1px solid #fffae7; margin-bottom: 1em; }
    dl.group_rich, dl.group_rich dt, dl.group_rich dd { margin: 0; padding: 0; }
    dl.group_rich dt { height: 30px; background-position: left top; background-repeat: no-repeat; }
        dl.group_rich dt a { display: block; height: 100%; }
            dl.group_rich dt a:hover { text-decoration: none; }
            dl.group_rich dt a span { visibility: hidden; }

    .rich-list-title { margin: 0 1em 0 260px; padding: 0; height: 30px; background-position: left top; background-repeat: no-repeat; }
        .rich-list-title a { display: block; height: 100%; }
            .rich-list-title a:hover { text-decoration: none; }
        .rich-list-title span { visibility: hidden; }
    .rich-list-visual { float: left; width: 248px; }
    .rich-list-content { margin: 0 1em 1em 260px; text-align: justify; }
        .rich-list-content .more { clear: none; }

    li.vacancy-item .date { font-weight: bold; margin-bottom: -1.6em; }
    li.vacancy-item p { margin: 0 0 .1em 15px; padding: 0; }
    li.vacancy-item p.more { font-weight: bold; margin-left: 15px; }
        li.vacancy-item p.more a { padding: 0; background: none; }

/* default and rich group */
dl.group { clear: both; }
    dl.group dt { margin: 0; }
    dl.group dd { margin-left: 1em; }
        dl.group a { font-weight: bold; padding-left: 15px; background: url(/images/omniplay/sun.gif) left center no-repeat; }
            dl.group a:hover { color: #68659a; background-image: url(/images/omniplay/sun_over.gif); }

/* linkbox */
.linkbox_default, .linkbox_video { clear: both; margin: 1em 0; padding: 0; list-style-type: none; text-align: left; }
    .linkbox_default li { margin: 0; padding: 0 .6em; }
        .linkbox_default li:hover { background-color: transparent; }
        .linkbox_default li a, .linkbox_video li a { display: block; width: 100%; padding-left: 15px; background: url(/images/omniplay/sun.gif) 0 5px no-repeat; }
        .linkbox_video li a { background-position: 0% 96%; }
            .linkbox_default li a:hover, .linkbox_video li a:hover { color: #68659a; background-image: url(/images/omniplay/sun_over.gif); }
    .linkbox_video li { clear: both; margin: 0; height: 60px; }

        /* Problem: linkboxes should at least be high enough to display the entire thumbnail, for IE, setting the height is adequate. !IE doesn't auto-stretch the element. */
        /* Solution: set the height back to auto, and provide a min-height value. */
        .linkbox_video>li { height: auto; min-height: 60px; }

        .linkbox_video li a img { display: block; }

/* semicolumn, for providing a 2-column layout, to be used in conjunction with float-left/float-right */
.semicolumn { width: 49%; padding: 0; margin: 0 0 1em 0; }

/* imgbox, for displaying an image with description in a box */
.imgbox { float: left; width: 100px; margin: 0 1em 1em 0; }
    .imgbox img { float: none; display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Arial, Helvetica, sans-serif; background-color: #e2e3e7; }

/* basicform styles form elements, marked up in a definition list */
.basicform { width: 100%; text-align: left; }
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 95%; }

    /* IE displays border around radio buttons and checkboxes, which is ugly */
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; background-color: transparent; }

    .basicform dl dt { clear: left; width: 35%; float: left; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; }
    .errors { font-style: italic; color: red; }
    .header { margin: 1em 0; font-weight: bold; }

    /* style for double column checkbox/radio */
    .basicform dl dt.group-columns { clear: both; margin-top: .3em; border-bottom: 1px solid black; background-color: #fdedcc; }
    .basicform dl dd.group-columns { margin-bottom: .3em; width: 100% !important; background-color: #fdedcc; }
        .basicform dl .column { float: left; width: 49%; }

.extra_note { clear: both; color: #68659a; margin: 0; padding: 0; }

/* addresses */
.address { float: left; margin-bottom: 1em; width: 100%; }
.address dt, .address dd { float: left; padding: 0 0 .1em 0; color: #68659a; }
.address dt { clear: both; width: 25%; font-weight: bold; }
.address dd { width: 70%; margin: 0; }

/* search styles: form, info and results */
#resultsinfo { margin: 0; padding: 0; }
    #resultsinfo h2 { font-size: 1em; }
    #resultsinfo p { margin: 0; }
    #resultsinfo h2, #resultsinfo p { margin: 0; padding: .2em 1em .1em .3em; color: #68659a; }

#searchform { margin: 1em 0; padding-bottom: 1em; }
    #searchform label { font-weight: bold; }
    #searchform input { margin-right: 1em; }

#searchresults { margin: 0; padding: 0; }
    #searchresults dt { margin: 2em 0 .6em 0; }
        #searchresults dt a { color: #68659a; }
            #searchresults dt a:hover { color: #cd8c4d; }
    #searchresults dd { margin: .3em 0 0 1.4em; }
        #searchresults dd a { color: #cd8c4d; }

/* highlighting for search terms */
.highlight { font-weight: bold; }

/* forum and poll styles */
.forum, .topic, .pollarchive { width: 97%; margin: 0 0 2em 0; border: 1px solid #fffae7; }
    .forum thead th, .topic thead th, .pollarchive thead th { margin-bottom: .2em; color: #68659a; background-color: #fffae7; }
    .forum tbody th, .forum tbody td, .pollarchive tbody th, .pollarchive tbody td { border-right: 1px solid #fffae7; }
    .forum tr, .topic tr, .pollarchive tr { border-bottom: 1px solid #fffae7; }
    .forum td, .forum th, .topic td, .topic th, .pollarchive td, .pollarchive th { vertical-align: top; padding: .3em; }
    .forum img, .topic img { vertical-align: top; }
    .forum p, .pollarchive p { margin-top: 0; }
    .forum a, .pollarchive a { font-weight: bold; color: #f60; border-color: #f60; }

.post { }
    .post th { border-right: 1px solid #fffae7; }
.author { }

.postform { }
    .postform .basicform dt, .postform .basicform dd { float: none; width: auto; }
    .postform .basicform dt { font-weight: bold; margin-top: .5em; padding: .1em .3em; }
    .postform .basicform dd { margin: 0 0 1em 0; padding: 0; }
    .postform .basicform textarea  { width: 100%; }
    .postform .basicform input.submit { width: auto; }

/* odd, even and first for row coloring (zebra tables and distinctive first post) */
.odd { background-color: #fff; }
.even { background-color: #fffae7; }
.first { background-color: #fffae7; border: solid #fffae7; border-width: 0 1px; }
    .first .date { color: #aaa; }

/* special icons for announcements, sticky topics and locked topics */
td.announcement, td.sticky, td.locked, td.default { padding-left: 20px; background-position: 0 5px; background-repeat: no-repeat; }
    td.announcement { background-image: url(/images/i_announce.gif); }
    td.sticky { background-image: url(/images/i_sticky.gif); }
    td.locked { background-image: url(/images/i_locked.gif); }

.announcement { font-weight: bold; }
.locked, .locked a { color: #afafaf; border-color: #afafaf; background-color: #fffae7; }

/* search styles: form, info and results */
.pollresults { width: 100%; }
    .pollresults tr { }
    .pollresults td { text-align: right; }
        .pollresults td span { float: left; }

    .pollresults dt, .pollresults dd { margin: .3em 0 0 0; padding: 0; float: left; }
    .pollresults dt { clear: both; width: 20%; }
    .pollresults dd { width: 20%; }
    .pollresult { width: 55% !important; background-color: #fffae7; }
        .pollresult div { border: 2px solid #68659a; background-color: #fffae7; }

.pollresults, #pollform { margin-bottom: 2em; }

/* bannercolumn */
#bannercolumn { position: absolute; left: 626px; top: 142px; width: 140px; margin: 1em 0; padding: 0; }
    #bannercolumn a { border: 0; }
    #bannercolumn img { margin-bottom: 6em; }

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 1em 0; }
    ul.sitemap ul { margin: .3em 1em .5em 2em; padding: 0; }
    ul.sitemap, ul.sitemap ul { list-style: none inside ; }
        ul.sitemap li a { font-weight: bold; padding-left: 15px; background: url(/images/omniplay/sun.gif) 0 2px no-repeat; }
            ul.sitemap li a:hover { text-decoration: none; color: #68659a; background-image: url(/images/omniplay/sun_over.gif); }

/* chapters in documents */
#chapters { margin: 1em 0; padding: 0; list-style-type: none; }
    #chapters li { padding: .2em 0; }
        #chapters li a { font-weight: bold; padding-left: 15px; background: url(/images/omniplay/sun.gif) left center no-repeat; }
            #chapters li a:hover { color: #68659a; background-image: url(/images/omniplay/sun_over.gif); }

.chapter { margin: 2em 0 1em 0; }

/* navbox, for displaying next/previous/index links */
.navbox { margin-top: 2em; padding: .3em .2em; text-align: center; background-color: #fffae7; }
    .navbox a { border: 0; }

    /* previous, next, index and page links in navbox */
    .prev { float: left; }
    .next { float: right; }
    .index { }
    .page { margin: 0 .2em; }
        .page a { padding: 2px 6px; }

/* more: paragraph with a "read more" link */
.more { clear: both; margin: 1em 0; }
    .more a { padding: 0 0 0 15px; background: url(/images/omniplay/sun.gif) 0 4px no-repeat transparent; }
        .more a:hover { color: #68659a; background-image: url(/images/omniplay/sun_over.gif); }

.more-download { margin: 0 0 1em 0; }

/* date: date in messages */
.date { display: block; text-align: right; margin: 0; }

/* button: transforms a normal button to a styled button */
.button { width: auto !important; cursor: pointer; padding: 2px 15px 1px; font: bold .95em Arial, Helvetica, sans-serif; color: #68659a; }
    .button:active { border-style: inset; }
    .submit { }
a.button { border: 1px solid #fcb64a; padding: 3px 15px 2px; font: bold .95em Arial, Helvetica, sans-serif; background-color: #fdedcc; }
    a.button:hover { text-decoration: none; }

/* .feed: RSS-feed button placement */
.feed { position: absolute; top: 0; right: 0; border: 0 !important; margin-left: 1em; }
dt .feed { position: static; float: right !important; }
    .feed img { vertical-align: top; }

    /* header is wrapped in <span> when feed button is available */
    #content h1 { height: 1.5em; }

/**
 * GLOBAL CLASSES
 *
 * global classes are used for very common styles, such as floating, coloring or clearing. Often used in combination, such as: <a href="link.html" class="align-right no-border">link to the right without border</a>.
 */

/* positioning and visibility */
.clear-both     { clear: both; }
.clear-none     { clear: none !important; }
.float-left     { float: left; }
.float-right    { float: right; }
.inline         { display: inline; }
.block          { display: block; }
.nodisplay      { display: none; }
.show           { visibility: visible; }
.hide           { visibility: hidden; }
.align-left     { text-align: left; }
.align-right    { text-align: right; }
.fullwidth        { width: 100%; }

/* coloring and text decoration/transformation */
.no-border      { text-decoration: none; border: 0 !important; }
.no-spacing     { margin: 0; padding: 0; }
.back           { font-weight: bold; padding-left: 15px !important; background: url(/images/omniplay/sun.gif) center left no-repeat; }
.back:hover     { color: #68659a; background-image: url(/images/omniplay/sun_over.gif); }
.red            { color: #d61e00; }
.req            { color: #3155a3; background-color: #fdedcc; }
.err            { color: red; font-weight: bold; }
.notice         { background-color: #fdedcc; color: #3155a3; }
.white          { color: white; }
.chosen         { color: #3155a3; font-weight: bold; }
.strong         { font-weight: bold; }
.normal         { font-weight: normal; }
