/* footer */
address {
    clear: both;
	position:absolute;
	display:block;
	overflow:hidden;
	z-index:10;

    bottom: 0;
	left:0;
    height:30px;
    width: 100%;
	margin:0;
    text-align: center;
    color: #aaa;
    font-size: 0.9em;
    background: #fff url( ../images/balken.jpg) right repeat-y;
}

address a, address a:visited, address a:active {
    color: #aaa;
    font-weight: bold;
    text-decoration: none;
}

address a:hover {
    color: #7e0109;
}

address span:before {
    content: " | ";
}
address span:first-child:before {
    content: "";
}

