﻿

/*    Formatierungen f�r den footer bereich  */
/*  Den footer fromatieren */





html body #footer {
    background-color: transparent;
    border-top: 1px dotted #A2A2A2;
    color: #666666;
    padding: 0px;
    padding-bottom: 15px;
    width: 906px;
    margin-top: 20px;
}

#footer #col3, footer #col3_content {
    border: 0px;
    text-align: center;
    color: Black;
    margin-top: 0px;
    /*background-color:#18344A;*/
}
#footer a, #footer a:visited, #footer a:hover, footer a:active {
	color: black;
	text-decoration:none;
}

#footer #col3 #col3_content {
    padding-top: 3px;
}
/* das footermenu ohne Aufz�hlungszeichen etc. */
#footermenu ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    float: none;
    margin: 0px;
    padding-top: 3px;
    padding-left: 0px;
    /*background-color:#18344A;*/
}
/* die einzelnene Menpunkte horizontal nebeneinander */
#footermenu ul li {
    display: inline;
    list-style-type: none;
    margin-left: -0px;
    color: #666666;
}

#footermenu ul li a, #footermenu.center ul li a {
    color: #242424;
    font-weight: normal;
}

#footermenu ul li a:hover {
    color: black;
    font-weight: normal;
    text-decoration: none;
}

