@charset "utf-8";



/*----------  FOOTER  ------------*/

div#footer_container {
	width: 100%;
	height: 200px;
	padding: 0;
	clear: both;
	background-image: url(../../files/mainsite_bottom_background_01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
div#footer {
	width: 950px;
	height: 160px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../../files/bottom_trans_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
}
#footer .column {
	float: left;
	width: 560px;
	height: 120px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer .column_copyright {
	float: left;
	width: 540px;
	text-align: left;
	font-size: 10px;
	color: #CCC;
	padding-top: 10px;
}

#footer .column_holing_logo {
	float: right;
	width: 100px;
	height: 40px;
	margin-top: 4px;
	background-image: url(../../files/holding_logo.png);
	background-repeat: no-repeat;
}
#footer .column2 {
	float: left;
	width: 350px;
	height: 120px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer .column2 .mail{
	float: left;
	width: 154px;
	margin-left: 140px;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	margin-bottom: 8px;
	margin-top: 5px;
}
#footer .column2 .textfield{
	width: 250px;
	background-image: url(../../files/emaillist_button.png);
	background-repeat: no-repeat;
	height: 20px;
	margin-left: 100px;
	left: 150px;
	float: left;
}


ul.footermenu {
	float: left;
	list-style-type: none;
	padding: 0;
	clear: both;
	text-align: left;
	vertical-align: baseline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
ul.footermenu li {
	display:inline;
	padding-right: 8px;
	list-style-type: disc;
	color: #FFF;
}
ul.footermenu li a {
	text-decoration: none;
	font-size: 10px;
	color: #FFF;
}
