/* 
Document   : footer
Created on : Dec 17, 2009, 3:33:53 PM
Author     : sebhin
Description:
Purpose of the stylesheet follows.
*/

#footer_container {
    position:fixed;
    bottom:0; left:0; right:0;
    text-align:center;
    margin:0;
    height:3em;
    z-index:3;
}

#footer {
    position: 				absolute;
    top:0; left:0; right:0; bottom:0;
    z-index:                3;
    bottom: 			0; /* wichtig */
    clear: 					both;
    background-color: 		        #e5e5e5;
    border-top: 			        1px dashed #039;
    text-align: 			        center;
    color: 					#039;
}

#footer p {
    font-size: 				0.8em;
    margin-left: 		        	195px;
    margin-top: 			        10px;
    line-height: 			        1em;
}

#footer  span.rechts {
    padding-left: 			        195px;
    display: 				block;
}

#footer li {
    list-style: 			        none;
    display: 				inline;
    font-size: 				.85em;
    padding-left: 			        5em;
}

#footer li a:link,
#footer li a:visited {
    color: 					#039;
    font-weight: 			        300;
    text-decoration: 		        none;
    display: 				inline;
}

#footer li a:hover,
#footer li a:focus,
#footer li a:active {
    color: 					#C00;
}