
/* =================================================================== */
/* general colors                                                      */
/* =================================================================== */
/*
white:        #FFFFFF;
black:        #000000;
orange:       #F2CCA4;
ocean-light : #CAD9E0;
ocean-middle: #912045;
ocean:        #15516E;
ocean-dark:   #0C374C;
gray-light:   #969797;
winered:      #912045;
*/
/* =================================================================== */
/* general page                                                        */
/* =================================================================== */

html, body {
    background-color: white;
    color: #58583E; /* dark-ocean */
    margin: 0px;
    font-family: Myriad Pro, Myriad, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
    width: 990px;
}

#maintable, .max {
   width: 100%;
   height: 100%;
   margin: 0px;
}
.menueheight{
   height: 184px;
   vertical-align:top;
}
.minheight{
   height: auto;
}
.maygrow{
   height: auto;
}
.autowidth {
    width: auto;
}
#logo{
    width: 259px;
    height: 186px;
    border-style: none;
    border-width: 0px;
    display: block;
}  

#changer{
    width: 16px;
    height: 24px;
    border-style: none;
    border-width: 0px;
}  

#project{
    width: 204px;
    height: 94px;
    border-style: none;
    border-width: 0px;
}   
 
#mainLeftColumn {
    width: 220px;
    margin-left:20px;
	margin-right:0px;
    height: 100%;
    vertical-align: top;
    background: #FFFFFF url(../IMAGES/white20px.gif) repeat-y;
}
img.borderless{
    border: none;
}
/* =================================================================== */
/* footer                                                              */
/* =================================================================== */
#footer {
    color: #969797; /* gray-light */
    background-color: #FFFFFF;    
    font-size: 10px;
    padding: 5px;
    text-align: right;
}
#footer th {
    font-size: 10px;
}

