#foot-background {
	width            : 100%;
	background-image : url(../images/foot/foot_background.png);
	background-repeat: repeat-x;
	background-color : #000000;
	min-width        : 1200px;
}

#foot-container {
	margin           : auto;
	width            : 1200px;
	overflow         : visible;
}

#foot-content {
	float            : left;
	display          : inline;
}

#foot-content a {
	color            : #ffffff;
	text-decoration  : underline;
}

/************************************************ begin teaser ***********************************/

#foot-container div.teaser {
	margin-top       : 305px;
	width            : 204px;
	float            : left;
	margin-left      : 18px;
	color            : #4B6172;
	font-size        : 12px;
	margin-right     : 25px;
	display          : inline;
}

#foot-container div.teaser a {
	color            : #4B6172;
}

#foot-container div.teaser div.box {
	width            : 202px;
	height           : 109px;
	border           : 1px solid #4B6172;
	margin-bottom    : 14px;
}

#foot-container div.teaser div.box div.textbox span.headerbox {
	font-size        : 13px;
	font-weight      : bold;
	margin-bottom    : 18px;
	display          : block;
}

#foot-container div.teaser div.box div.textbox {
	margin-top       : 10px;
	margin-left      : 12px;
}
/************************************************ end teaser ***********************************/

/*** footer **/
#foot-container div.footer {
	margin-left      : 249px;
	margin-top       : 100px;
	height           : 55px;
	font-size        : 10px;
	color            : #4B6172;
}

#foot-container div.footer ul li a {
	color            : #4B6172;
}