/* Style sheet © 2007, Nander Cirkel - www.nandercirkel.nl */

html
{
    overflow: auto;
    width: 100%;

    height:100%;
}

body 
{
    height:100%;

    margin: 0px;
    background-color: #cecece;
    background-image: url(_artwork/bg_character.gif);
    background-position: center top;
    background-repeat: no-repeat;
    /* center on page workaround */
    text-align: center;
}

form
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

body 
{
    /* font */
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    line-height: 200%;
}

h1
{
    padding: 0px;
    margin: 0px 0px 16px 0px;
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #000;
    font-size: 140%;
    font-weight: bold;
    line-height: normal;
}

h2
{
    padding: 0px;
    margin: 0px;
    color: #000;
    font-size: 110%;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
}

    h1 a, h2 a
    {
        text-decoration: none;
        color: #000;
    }

p
{
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

hr
{
    color: #C7E5E2;
    height: 1px;
}

ul
{
    margin: 0px;
    padding: 0px;
    padding-left: 2em;
    list-style-image: url(_artwork/bullet.gif);
}

a
{
    color: #c42021;
    font-weight: bold;
}

img
{
    border: none;
}

/* Shadows */

.ShadowContainer
{
}

    .ShadowContainer .ShadowBody
    {
        background-image: url(_artwork/shadowright.png);
        background-position: right top;
        background-repeat: repeat-y;
    }

        .ShadowContainer .ShadowImageTop
        {
            display: block;
            float: right;
            background-image: url(_artwork/shadowtop.png);
            width: 7px;
            height: 7px;
        }
        
        .ShadowContainer .ShadowContent
        {
            margin-right: 7px;
        }

    .ShadowContainer .ShadowImageBottom
    {
        display: block;
        position: absolute;
        background-image: url(_artwork/shadowbottom.png);
        width: 8px;
        height: 8px;
    }

    .ShadowContainer .ShadowFooter
    {
        background-image: url(_artwork/shadowfooter.png);
        background-position: right top;
        background-repeat: repeat-x;
        margin-left: 8px;
        height: 12px;
    }
    
        .ShadowContainer .ShadowFooter img
        {
            width: 1px;
            height: 1px;
        }

/* All pages */

.CharacterImage
{
    position: absolute;
    top: 0;
    width: 170px;
    height: 118px;
    background-image: url(_artwork/header/alfred.gif);
}

.Page
{
    width: 1000px;

    min-height: 100%;
    height: auto !important;
    height: 100%;

    /* center on page */
    margin: 0px auto 0px auto;
    /* center on page workaround */
    text-align: left;
}

    .PageHeader
    {
        text-align: center;
        height: 105px;
    }
    
        .Logo
        {
            margin-top: 20px;
        }

    .TopMenu .ShadowContent
    {
        border: solid 1px #6c6c6c;
        background-color: #fff;
        padding: 1px;
        height: 48px;
    }
    
        .TopMenu .MenuItem
        {
            float: left;
        }

        .TopMenu .MenuItem a
        {
            display: block;
            float: left;
        }

    .CharacterMenuSpacer
    {
        float: left;
        width: 50px;
        height: 527px;
        margin: 0;
        padding: 0;
    }
    
    #CharacterMenuDiv ul.Menu
    {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 50px;
        overflow: hidden;
    }

        #CharacterMenuDiv ul.Menu li
        {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        #CharacterMenuDiv ul.Menu li a
        {
            display: block;
            width: 60px;
            height: 39px;
            padding: 20px 50px 0 60px;
            text-decoration: none;
            font-size: 7pt;
            line-height: normal;
            color: #000;
            background-color: #fff9c6;
            background-repeat: no-repeat;
            background-position: 4px center;
            background-image: url(_artwork/sub/sub_alfred.gif);
            border-bottom: solid 1px #fff;
        }
        
            #CharacterMenuDiv ul.Menu li.MenuItemTitleStudios a
            {
                width: 140px;
                height: 25px;
                background-image: none;
                padding: 14px 0 0 4px;
                font-size: 7pt;
                text-transform: uppercase;
                background-color: #6d6d6d;
                color: #fff;
            }

            #CharacterMenuDiv ul.Menu li.MenuItemTitleHermanus a
            {
                background-image: url(_artwork/sub/sub_hermanus.gif);
                background-position: 13px center;
            }

            #CharacterMenuDiv ul.Menu li.MenuItemTitleJandeMan a
            {
                background-image: url(_artwork/sub/sub_jan.gif);
                background-position: 8px center;
            }

            #CharacterMenuDiv ul.Menu li.MenuItemTitleDodeDolfijn a
            {
                background-image: url(_artwork/sub/sub_do.gif);
                background-position: 8px center;
            }

            #CharacterMenuDiv ul.Menu li.MenuItemTitleDog a
            {
                background-image: url(_artwork/sub/sub_dog.gif);
                background-position: 1px center;
            }

            #CharacterMenuDiv ul.Menu li.MenuItemTitleRicodeRat a
            {
                background-image: url(_artwork/sub/sub_rico.gif);
            }

            #CharacterMenuDiv ul.Menu li.MenuItemTitleBenjaminIJBeer a
            {
                background-image: url(_artwork/sub/sub_beer.gif);
            }

            #CharacterMenuDiv ul.Menu li.MenuItemTitleElise a
            {
                background-image: url(_artwork/sub/sub_elise.gif);
                background-position: 7px center;
            }
            
    .PageContent
    {
        float: left;
        padding: 20px;
        width: 895px;
    }

        .PageContent ul.Menu
        {
            float: right;
            width: 170px;
            border: solid 1px #ccc;
            background-color: #f8f8f8;
            padding: 8px 20px;
            margin: 0 0 20px 20px;
        }

            .PageContent ul.Menu ul.Menu
            {
                float: none;
                width: auto;
                border: none;
                padding: 0 0 0 20px;
                margin: 0;
            }

    .Footer
    {
        text-align: right;
        font-size: 80%;
    }
    
        .Footer a
        {
            text-decoration: none;
            color: #000;
        }
        
        .Footer img
        {
            vertical-align: middle;
        }

.Content .ShadowContent
{
    border: solid 1px #a4a4a4;
    background-color: #fff;
}

.BlokMenu .ShadowContent
{
    border: solid 1px #a4a4a4;
    background-color: #fff;
    background-position: left top;
    background-repeat: repeat-y;
}

.BlokMenu2kolommen .ContentItemWebPage
{
    float: left;
    width: 363px;
    padding: 20px;
}

.BlokMenu3kolommen .ContentItemWebPage
{
    float: left;
    width: 229px;
    padding: 20px;
}

.BlokMenu4kolommen .ShadowContent
{
    background-image: url(_artwork/page4col.gif);
}

    .BlokMenu4kolommen .ContentItemWebPage
    {
        float: left;
        width: 161px;
        padding: 20px;
    }

.BlokMenu5kolommen .ContentItemWebPage
{
    float: left;
    width: 121px;
    padding: 20px;
}

/* Template: Homepage */

.HomepageContainer
{
    margin-top: 1em;
}

.HomePageMainArea
{
    margin-bottom: 1em;
}

    .HomePageMainArea .ShadowContent
    {
        padding: 0px;
    }

    .HomePageMainArea h1, .HomePageMainArea div
    {
        margin: 0px;
    }

.NewsHeaderBox .ShadowContent
{
    padding: 0px;
}

    .NewsHeaderBox .ShadowContent .ContentItem
    {
        padding: 10px 20px;
        border: solid 1px #fff;
    }

    .NewsHeaderBox h1, .NewsHeaderBox div
    {
        margin: 0px;
    }

    .NewsHeaderBox .ShadowContent a
    {
    }

    .NewsBox .ShadowContent
    {
        font-size: 90%;
        background-color: #fff5ea;
    }

    .NewsBox .ShadowContent .ContentItemText
    {
        margin: 0px;
    }
    
    .NewsBox .ContentItemNewsItem
    {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: solid 1px #ddd;
    }

/* Content */

.Content .MenuItem
{
    margin-bottom: 0.3em;
}

    .Content .MenuItem a
    {
        color: #000;
        text-decoration: none;
    }

        .Content .MenuItemActive a
        {
            color: #c42021;
        }

        .Content .MenuItem a:hover
        {
            color: #c42021;
        }

.ContentItemWebPage h2
{
    margin-bottom: 16px;
}

.ContentItemBox
{
    border: solid 1px #888;
    background-color: #fff;
}

    .ContentItemBox .ContentItem
    {
        margin: 0px !important;
        font-size: 80%;
        line-height: 160%;
    }

    .ContentItemBox .ContentItemContentGroup
    {
        font-size: 100%;
    }

        .ContentItemBox .ContentItem h2
        {
            font-size: 90%;
            margin: 0px;
        }
    .ContentItemBox .ContentItemSummaryWeblogItem
    {
        height: 250px;
        overflow: hidden;
    }

.ContentItemSummaryProduct
{
    float: left;
    width: 33%;
    height: 200px;
    text-align: center;
}

    .ProductDetails
    {
        margin-top: 2em;
        color: #666;
    }

.ContentItemVideoPlayer
{
    width: 450px;
}

    .ContentItemSummaryVideoPlayer
    {
        width: 205px;
        margin-right: 45px;
        height: 250px;
        float: left;
    }

.ContentButtonsTop
{
    display: none;
}

.RssLink
{
    color: #000;
    text-decoration: none;
    background-image: url(_artwork/feed.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    height: 14px;
}
    
/* Backgrounds */

.ContentScheidingslijnen .ShadowContent
{
    background-image: url(_artwork/page4col.gif);
    background-position: left top;
    background-repeat: repeat-y;
}

.ContentAlfred .ShadowContent
{
    background-image: url(_artwork/page_alfred.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

    .ContentAlfrednature .ShadowContent
    {
        background-image: url(_artwork/page_alfrednature.jpg);
        background-position: left 200px;
        background-repeat: no-repeat;
    }

.ContentBeer .ShadowContent
{
    background-image: url(_artwork/page_beer.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentColombine .ShadowContent
{
    background-image: url(_artwork/page_colombine.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentDo .ShadowContent
{
    background-image: url(_artwork/page_do.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentDog .ShadowContent
{
    background-image: url(_artwork/page_dog.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentElise .ShadowContent
{
    background-image: url(_artwork/page_elise.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentHarlekijn .ShadowContent
{
    background-image: url(_artwork/page_harlekijn.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentHermanus .ShadowContent
{
    background-image: url(_artwork/page_hermanus.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentJandeMan .ShadowContent
{
    background-image: url(_artwork/page_jan.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.ContentRico .ShadowContent
{
    background-image: url(_artwork/page_rico.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.TopMenu ul.Menu li a
{
    display: block;
    height: 34px;
    color: #000;
    background-color: #f7e27e;
    text-decoration: none;
    font-size: 11pt;
    padding: 14px 24px 0 24px;
}

.TopMenu ul.Menu li.MenuItemTitleJFA a,
.TopMenu ul.Menu li.MenuItemTitleHvVFoundation a,
.TopMenu ul.Menu li.MenuItemTitleWebcasting a
{
    background-color: #fff;
}


div.AlfredHome
{
    height: 688px;
    background-image: url(_artwork/ajk.jpg);
}

div.AlfredHome a
{
    color: #fff;
}

.ContentItemFormBase .FormTextBox
{
    width: 200px;
}

.TopMenu .MenuItemAddContainer
{
    display: none;
}

.ContentItemContentGroupGalleryImage { width: 580px; }

.ContentItemSummaryGalleryImage
{
    float:left;
    background-color:#fff;
    border:solid 1px #ccc;
    width:180px;
    margin-right:10px;
    height:160px;
    padding-top: 10px;
    line-height:160px;
    text-align:center;
}
.ContentItemSummaryGalleryImage img { vertical-align:middle; }

.ContentItemText { clear: left; }