body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}

html, body, form
{
    width: 100%;
    height: 100%;
}

html
{
    background-image: url(images/bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    font-family: Georgia, Times, Serif;
    font-size: 10pt;
}

h1, h2, h3
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: #42003a;
}

h1
{
    font-size: 12pt;
}


h3
{
    color: #000;
}

a
{
    color: #42003a;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

#menu a, .BoxMenu a
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    font-weight: bold;
    color: #575757;
    text-decoration: none;
}

#header
{
    position: relative;
    background-image: url(images/header_bg.gif);
    background-repeat: repeat-x;        
    background-position: left 76px;
    width: 908px;
    height: 128px;
    margin: 0 auto;
}

    #logo
    {
        width: 129px;
        height: 84px;
        position: absolute;
        z-index: 1;
        margin-left: 38px;
    }
    
    #bollen
    {
        height: 76px;
        position: absolute;
        right: 0;
    }
    
        #bollen ul
        {
            width: 201px;
        }

            #bollen li
            {
                float: left;
                font-family: Arial, Helvetica, Sans-Serif;
                text-align: center;
            }

            #bollen li a
            {
                color: #fff;
                font-weight: bold;
                text-decoration: none;
            }
        
            #bollen li.MenuItemFirst
            {
                width: 85px;
                height: 38px;
                padding: 38px 0 0 6px;
                background-image: url(images/headerbutton_1.gif);
                font-size: 12pt;
            }

            #bollen li.MenuItemLast
            {
                width: 104px;
                height: 46px;
                padding: 30px 6px 0 0;
                background-image: url(images/headerbutton_2.gif);
                font-size: 14pt;
            }
    
    #menu
    {
        clear: left;
        height: 52px;
        padding-top: 76px;
        background-image: url(images/header_left.gif);
        background-position: left 76px;
        background-repeat: no-repeat;
    }
    
        #menu ul
        {
            height: 52px;
            background-image: url(images/header_right.gif);
            background-position: right top;
            background-repeat: no-repeat;
        }
        
            #menu li
            {
                float: left;
            }
            
                #menu li a
                {
                    display: block;
                    margin-top: 5px;
                    padding: 9px 27px 9px 27px;
                    border-left: solid 1px #949494;
                }
            
                #menu li.MenuItemFirst a
                {
                    border-left: none;
                }
                
                #menu li.MenuItemActive a, #menu li a:hover
                {
                    color: #000;
                }

                    #menu li a img
                    {
                        padding-right: 3px;
                    }

#stock 
{
    margin-bottom: 7px;
}


.Home #stock
{
    height: 40px;
    overflow: hidden;
}

.Stock
{
    display: block;
    margin: 0 auto;
}

#content
{
    width: 908px;
    margin: 0 auto;
}   

/* Boxes */

.BoxHeader { height: 16px; }
.BoxContent { padding: 0px 16px; }
.BoxContent.Space { padding-bottom: 12px; }
.BoxFooter { height: 22px; }

.SmallBox
{
    width: 232px;
    background-image: url(images/smallbox_bg.gif);
    background-repeat: repeat-y;
}

.SmallBoxColumn
{
    width: 232px;
    float: left;
}

.SmallBox .BoxHeader { background-image: url(images/smallbox_top.gif); }
.SmallBox .BoxFooter { background-image: url(images/smallbox_bottom.gif); }

.BigBox
{
    float: left;
    width: 676px;
    background-image: url(images/bigbox_bg.gif);
    background-repeat: repeat-y;
}

.BigBox .BoxHeader { background-image: url(images/bigbox_top.gif); }
.BigBox .BoxContent { padding: 0 31px 0 36px; }
.BigBox .BoxFooter  
{
    background-image: url(images/bigbox_bottom.gif); 
    height: 81px; 
    padding-top: 20px;
    padding-right: 10px;
    text-align: right;
    color: #888;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 7pt;
}

.BigBox .BoxFooter a
{
    color: #999;
}

.BoxMenu li
{
    padding: 12px 0;
    margin: 0 24px 0 16px;
    border-top: solid 1px #872c7c;
}

    .BoxMenu li a
    {
        display: block;
        color: #000;
        font-size: 8pt;
        background-image: url(images/link.gif);
        background-repeat: no-repeat;
        background-position: right center;
    }
    
    .BoxMenu li.MenuItemFirst
    {
        border-top: none;
        padding-top: 0;
    }

    .BoxMenu li.MenuItemLast
    {
        padding-bottom: 0;
    }
    
.smallStock
{
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    background-position: right top;
    background-repeat: no-repeat;
    border: solid 1px #888;
}

    .smallStockAtrium
    {
        background-image: url(_documents/website/stockfotos/atrium.jpg);
        width: 200px;
        height: 158px;
    }

.Clear
{
    clear: both;
}

/* CMS */

.ContentItemAppointment .DateTime
{
    float: left;
    margin-right: 1em;
    color: #42003a;
}

.ContentItemAppointment .Title
{
    font-weight: bold;
    color: #42003a;
}

.ContentItemAppointment .FormFieldLocationString *
{
    display: inline;
}

.SmallBox .ContentItemAppointment .DateTime
{
    float: none;
    margin-right: 0;
    color: #000;
}

.SmallBox .ContentGroupMenu
{
    display: none;
}
