﻿/* Style Sheet */
/* Footer */

#footer {
    margin-top: -31px;
    float: left !important; /* fuer FF */
    float: clear; /* fuer IE */
    clear:both;
	height: 15px;
	width: 142px;

	z-index: -1;
	}

#Trennlinie_impressum {
	font-size: 1px;
	margin-left: 11px;
	margin-bottom: 5px;
	width: 120px;
	height: 6px;
	background-image: url("../grafiken/Trennlinie.gif");
	background-repeat: repeat-x;
	}
	
#Impressum {
	height: 20px;
	width: 772px;
	font-size: 1px;
	}

#Mail {
	height: 15px;
	width: 46px;
	}
	
#Link_Impressum {
	height: 15px;
	width: 85px;
	}

#Impressum ul {
	margin:0;
	padding:0;
	} 

#Impressum li {
	float:left;
	margin:0;
	padding:0;
	height: 15px;
	list-style:none;
	}
	
#Impressum a {
	display:block;
	padding:0px 0px;
	height: 15px;
	}

#Impressum A:link, #Impressum A:visited {
	background-position: 0px 0px;
   	background-repeat: no-repeat;
   	display: block;
   	}

#Impressum A:hover, #Impressum A:focus {
	background-position: 0px -25px;
   	background-repeat: no-repeat;
   	display: block;
   	text-decoration: none;
   	}
 	
#Impressum #Mail A:link, #Impressum #Mail A:visited {background-image: url("../grafiken/button_mail.gif");}
#Impressum #Link_Impressum A:link, #Impressum #Link_Impressum A:visited {background-image: url("../grafiken/button_impressum.gif");}

#Schatten_footer {
	background-image: url("../grafiken/rahmen_waagrecht_2.gif");
	background-repeat: repeat-x;
	height: 20px;
	width: 780px;
	background-color: #708090;
	}

#Schatten_footer_ecke_links {
	background-image: url("../grafiken/rahmen_ecke_aussen_links_2.gif");
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
	float: left;
	}
	
#Schatten_footer_ecke_rechts {
	background-image: url("../grafiken/rahmen_ecke_aussen_2.gif");
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
	float: right;
	}
	
#Copy {
	float: right;
	font-family: Arial, sans-serif;
	font-size: 10px;
   	text-align: right;
   	margin-top: 5px;
   	width: 386px;
   	background-color: #708090;
	}

#Update {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 10px;
   	text-align: left;
   	margin-left: -8px;
   	margin-top: 5px;
   	width: 386px;
   	background-color: #708090;
	}