﻿
/* LOGO */

#logo_shade
{
    width: 189px;
    height: 17px;
    background: url(../img/logo_shade.png) top center no-repeat;    
}

/* MENU */

#menu_shade_left
{
    width: 9px;
    height: 286px;
    background: url(../img/shadeleft_menu.png) left center no-repeat;
    float: left;
}

#menu_shade_right
{
    width: 9px;
    height: 286px;
    background: url(../img/shaderight_menu.png) right center no-repeat;
    float: left;
}

#menu_shade_bottom
{
    width: 189px;
    height: 9px;
    background: url(../img/menufootershade.png) bottom center no-repeat;
}

/* HEADER + FUNVLAK */

#header_shade,
#funvlak_shade
{
    width: 572px;
    height: 8px;
    margin-bottom: 14px;   
    background: url(../img/header_shade.png) bottom left repeat-x;
}

#funvlak_shade 
{
    margin-top:-4px;
    margin-left: 9px;    
}

#funvlak_shadeleft
{
    float:left;
    width: 20px;
    margin-left:-11px;
    margin-top:20px;
    height: 262px;
    background: url(../img/funvlaklinks.png) no-repeat bottom left;
}

#funvlak_shaderight
{
    float:left;
    width: 16px;
    margin-top:20px;
    height: 262px;
    background: url(../img/funvlakrechts.png) no-repeat bottom left;
}

/* CONTENT */

#content_shade
{
    width: 588px;
    height: 100%;
    background-image: url(../img/shade_main.png);
    background-repeat: repeat-y;    
}

/*
#content_shadeleft
{
    width: 9px;
    height: 100%;
    background: url(../img/shadeleft.png) repeat-y left;
    float: left;
}

#content_shaderight
{
    width: 9px;
    height: 100%;
    background: url(../img/shaderight.png) repeat-y left;
    float: left;
}
*/

/* MEDIA */

#media_shadeleft
{
    margin-left: -26px;
    width: 400px;
    height: 300px;
    padding-left: 26px;
    background: url(../img/itemshadow.png) no-repeat center left;
}

#media_shaderight
{
    width: 400px;
    height: 300px;
    padding-right: 26px;
    background: url(../img/itemshadow2.png) no-repeat center right;
}

#media_shadebottom
{
    width: 100%;
    height: 100%;
    background: url(../img/fotoshadow.png) bottom center no-repeat;
    padding-bottom: 8px;
}

