﻿/* homepage specific styles, Base.Master/Home.aspx */
.homemenu {
    background-color: #f9f5ee;
}

.homemenu img {
    float: left;    
}

div.homeshadow {
    height: 14px;
}
img.homeshadow {
    width:900px;
    height: 14px;
    background-color: #f9f5ee;
}

.homecontent {
    color: #be9e55;    
}

.homecontent h1 {
    font-size: 24px;    
}

.homeInSiteMenu ul {
    margin: 0px; padding: 0px;
    position:relative;
    list-style-type:none;
}
.homeInSiteMenu ul li {
    margin-left: 0px;
    padding-bottom: 6px;
    /*border-bottom: solid 3px #be9e55;*/
    color: #be9e55;
    font-size: 16px;
    text-align:center;
}
.homeInSiteMenu li.size40 {
    width: 360px;
}
.homeInSiteMenu li.size20 {
    width: 179px;
}
/** innerContent => usercontent: */
div.innerContent {    
    width: 439px; /*540px;*/
    margin-left: 180px;    
    padding: 50px 0px;
    line-height: 18px;
    color: #002565;
}
.homeInSiteMenu div.tjaardacard {
    position:absolute;
    left:717px;
    display:inline;
    z-index:5000;
}
.homeInSiteMenu img.tjaardacard {
    position:absolute;
    z-index:5001;
    left: 100px;
    top: 15px;
    
}

.divImgOne 
{
    width: 179px; 
    height: 284px; 
    cursor: pointer;
}


#divHomepageCalendar {
    position:absolute; 
    left:738px; 
    top:501px;
}

div.editable { border: 1px dotted black; }


