﻿/* 
---------------------------------------------------------
FOOTER DEF. - Definition af footer <div>
---------------------------------------------------------
*/

#footerBase
{
}

#footerBase H5, #footerBase h6
{
	margin: 0px;
	font-size: 10px;
	line-height: 11px;
	color: #666;
}

#footerBase H6 A:LINK, #footerBase H6 A:VISITED
{
	color: #CCCCCC;
	text-decoration:none;
}

#footerBase H6 A:HOVER A:VISITED
{
	color: #CCCCCC;
	text-decoration: underline;
	text-decoration:none;
}

#footerBase H5 A:LINK A:VISITED
{
	color: #CCCCCC;
	text-decoration:none;
}

#footerBaseContent
{
	padding: 10px 0px 10px 0px;
}

#footerBaseBottom
{
	padding: 12px;
}

#footerBaseBottom IMG
{
	vertical-align: middle;
	padding-bottom: 3px;
	margin: 0px 3px 0px 3px;
}

#footerBaseContent TD
{
	padding: 0px 15px 0px 15px;
}

