/* =================================================================== */
/* template_ali/CSS/style_general.css                       */
/* $Revision: 1.13 $ $Date: 2005/01/31 04:00:23 $                                                   */
/* =================================================================== */

/* =================================================================== */
/* general colors                                                      */
/* =================================================================== */
/*
white:        #FFFFFF;
black:        #000000;
orange:       #F2CCA4;
ocean-light : #CAD9E0;
ocean-middle: #912045;
ocean:        #15516E;
ocean-dark:   #0C374C;
gray-light:   #969797;
winered:      #912045;
dunkelblau:  rgb(10, 80, 161);
hellblau:    rgb(128, 197, 221);
gray-light	 #969797; 
*/
/* =================================================================== */
/* general page                                                        */
/* =================================================================== */

html, body {
    background-color: white;
    color: black;	/*rgb(10, 80, 161);*/
    margin: 0px;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 100%;
    width: 100%;
}

#maintable, .max {
   width: 100%;
   height: 100%;
   margin: 0px;
}
.minheight{
   height: 1%;
}

.autowidth {
    width: auto;
}
#logo{
    border-style: none;
    border-width: 0px;
    display: block;
}

#mainLeftColumn {
    width: 210px;
    height: 100%;
    vertical-align: top;
}
img.borderless{
    border: none;
}
/* =================================================================== */
/* footer                                                              */
/* =================================================================== */
#footer {
    color: #969797; /* gray-light */
    font-size: 10px;
    padding: 1px;
    text-align: right;
	background : rgb(10, 80, 161);    
	border-top:1px solid white;
	border-bottom:1px solid rgb(128, 197, 221);
    padding-top: 1px;
    padding-bottom: 1px;	
}

#footer a {
    color: white;
   	text-decoration:none;
    padding-rigt: 3px;	        
}

