
/* style sheet metadata ****************************************** */
/*                                                                 */
/* project:	STYLEWORKS                                        */
/* website:      www.thestyleworks.de                              */
/* function:     bottom part of layout - screen only               */
/* author:       k. langenberg                                     */
/* date:         27-dec-2008                                       */
/* version:                                                        */
/*                                                                 */
/*                                                                 */

/* styles for bottom ********************************************* */


/* links */

#bottom p a {
    color: #3a6181;
    background: transparent;
    text-decoration: none;
    padding: 1px 4px;
    outline: none;
    }
#bottom p a:hover, #bottom p a:active {
    color: #fff;
    background: #4084bd;
    text-decoration: none;
    }
#bottom p span {
    border: 1px solid #3a6181;
    padding: 1px 0;
    }

#bottom td a:hover, #bottom td a:active {
    color: #006;
    background: transparent;
    text-decoration: none;
    }


 /* logos */

#bottom ul {
    background-color: transparent;
    list-style: none;
    padding: 0;
    border: none;
    margin: 30px 0 0;
    }
#bottom li {
    background-color: transparent;
    list-style: none;
    padding: 0;
    border: none;
    margin: 0;
    display: inline;
    }
#bottom ul li a {
    text-align: center;
    vertical-align: bottom;
    line-height: 3em;
    border: none;
    padding: 1px 6px;
    }
/*#bottom ul li a img {
    border:none;
    }*/


#bottom hr {
    margin: 1em 2em 1em 85px;
    border: 1px solid #eee;
    height: 1px;
    }