@charset "utf-8";
/* CSS Document */

#footer_wrapper{
	position:relative;
	top:0px;
	left:0px;
	height:40px;
	width:1030px;

	text-align:left;
	margin:auto;
	padding:auto;
}

#footer_logo{
	position:absolute;
	top:2px;
	right:0px;
	z-index:50;
	float:left;
}
.systemfooter {
	position: absolute;
	top: -1px; 
	left: 0px;
	
	z-index: 40;

	height: 20px;
	width:900px;
	line-height:20px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-stretch:condensed;
}
*html .systemfooter{
	top:3px;
}

.systemfooter p{
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}

.systemfooter p a {
	text-decoration:none; 
	color:#FFFFFF; 
}
.systemfooter p a:active {
	text-decoration:none; 
	color:#FFFFFF; 
}
.systemfooter p a:visited {
	text-decoration:none; 
	color:#FFFFFF; 
}
.systemfooter p a:hover {
	text-decoration:underline; 
	color:#FFFFFF; 
}


.markenfooter {
	position: absolute;
	z-index: 40;
	/*background-color: #00144f;*/
	/*
	padding-top: 3px;
	padding-bottom: 3px;
	*/
	height: 20px;
	top: 20px; 
	left: 0px;
	width:900px;

	/*text-align: center;*/
	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	font-size:9px; 
	color:#FFFFFF;

}

.markenfooter p{
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}

.markenfooter a {
	text-decoration:none; 
	color:#FFFFFF; 
}
.markenfooter a:active {
	text-decoration:none; 
	color:#FFFFFF; 
}
.markenfooter a:visited {
	text-decoration:none; 
	color:#FFFFFF; 
}
.markenfooter a:hover {
	color:#FFFFFF; 
	text-decoration: underline;
}
