/*
Titel        : Footer
Document     : stylesheet.footer.css
Last updated : 29-03-2008
*/
div.footer
{
	display       : block;

	width         : 952px;
	height        : 91px;
	
	position      : relative;
	top           : 0px;
	left          : 0px;
	
	padding       : 0px;
	margin        : 0px;
	margin-top    : 12px;
	margin-bottom : 12px;
}

div.footer-background1
{
	width    : 952px;
	height   : 91px;
	
	position : absolute;
	top      : 0px;
	left     : 0px;
	
	z-index  : 1;
}

div.footer-background2
{
	width    : 952px;
	height   : 91px;
	
	position : absolute;
	top      : 0px;
	left     : 0px;
	
	z-index  : 2;
}

div.footer-content
{
	width    : 952px;
	height   : 91px;
	
	position : absolute;
	top      : 0px;
	left     : 0px;

	z-index  : 3;
}

/*[S] ==== BACKGROUND#1 =========================================================*/
div.footer-background1-tlc
{
	width               : 5px;
	height              : 5px;

	position            : absolute;
	top                 : 0px;
	left                : 0px;
	
	background-image    : url('../graphics/general/block-corner-grey-top-left.gif');
	background-repeat   : no-repeat;
	background-position : top left;
	
	z-index             : 1;
}

div.footer-background1-tm
{
	width            : 942px;
	height           : 4px;
	
	position         : absolute;
	top              : 0px;
	left             : 5px;
	
	border-width     : 0px;
	border-style     : solid;
	border-color     : #eaeaea;
	border-top-width : 1px;
	
	font-size        : 0px;
	
	background-color : #ffffff;
	
	z-index          : 2;
}

div.footer-background1-trc
{
	width               : 5px;
	height              : 5px;

	position            : absolute;
	top                 : 0px;
	right               : 0px;
	
	background-image    : url('../graphics/general/block-corner-grey-top-right.gif');
	background-repeat   : no-repeat;
	background-position : top right;
	
	z-index             : 3;
}

div.footer-background1-ml
{
	width             : 5px;
	height            : 81px;
	
	position          : absolute;
	top               : 5px;
	left              : 0px;
	
	border-width      : 0px;
	border-style      : solid;
	border-color      : #eaeaea;
	border-left-width : 1px;
	
	background-color  : #ffffff;
	
	z-index           : 4;
}

div.footer-background1-m
{
	width            : 942px;
	height           : 81px;
	
	position         : absolute;
	top              : 5px;
	left             : 5px;
	
	background-color : #ffffff;
	
	z-index          : 5;
}

div.footer-background1-mr
{
	width              : 5px;
	height             : 81px;
	
	position           : absolute;
	top                : 5px;
	right              : 0px;
	
	border-width       : 0px;
	border-style       : solid;
	border-color       : #eaeaea;
	border-right-width : 1px;
	
	background-color   : #ffffff;
	
	z-index            : 6;
}

div.footer-background1-blc
{
	width               : 5px;
	height              : 5px;

	position            : absolute;
	bottom              : 0px;
	left                : 0px;
	
	background-image    : url('../graphics/general/block-corner-grey-bottom-left.gif');
	background-repeat   : no-repeat;
	background-position : bottom left;
	
	z-index             : 7;
}

div.footer-background1-bm
{
	width               : 942px;
	height              : 4px;
	
	position            : absolute;
	bottom              : 0px;
	left                : 5px;
	
	border-width        : 0px;
	border-style        : solid;
	border-color        : #eaeaea;
	border-bottom-width : 1px;
	
	font-size           : 0px;
	
	background-color    : #ffffff;
	
	z-index             : 8;
}

div.footer-background1-brc
{
	width               : 5px;
	height              : 5px;

	position            : absolute;
	bottom              : 0px;
	right               : 0px;
	
	background-image    : url('../graphics/general/block-corner-grey-bottom-right.gif');
	background-repeat   : no-repeat;
	background-position : bottom right;
	
	z-index             : 9;
}
/*[E] ==== BACKGROUND#1 =========================================================*/


/*[S] ==== BACKGROUND#2 =========================================================*/
div.footer-background2-tlc
{
	width               : 4px;
	height              : 4px;

	position            : absolute;
	top                 : 15px;
	left                : 15px;
	
	background-image    : url('../graphics/general/block-corner-red-top-left.gif');
	background-repeat   : no-repeat;
	background-position : top left;
	
	z-index             : 1;
}

div.footer-background2-tm
{
	width            : 914px;
	height           : 4px;
	
	position         : absolute;
	top              : 15px;
	left             : 19px;
	
	border-width     : 0px;
	border-style     : solid;
	border-color     : #8bc463;
	border-top-width : 1px;
	
	font-size        : 0px;
	
	background-color : #ffffff;
	
	z-index          : 2;
}

div.footer-background2-trc
{
	width               : 4px;
	height              : 4px;

	position            : absolute;
	top                 : 15px;
	right               : 15px;
	
	background-image    : url('../graphics/general/block-corner-red-top-right.gif');
	background-repeat   : no-repeat;
	background-position : top right;
	
	z-index             : 3;
}

div.footer-background2-ml
{
	width             : 4px;
	height            : 53px;
	
	position          : absolute;
	top               : 19px;
	left              : 15px;
	
	border-width      : 0px;
	border-style      : solid;
	border-color      : #8bc463;
	border-left-width : 1px;
	
	background-color  : #ffffff;
	
	z-index           : 4;
}

div.footer-background2-m
{
	width            : 914px;
	height           : 53px;
	
	position         : absolute;
	top              : 19px;
	left             : 19px;
	
	background-color : #ffffff;
	
	z-index          : 5;
}

div.footer-background2-mr
{
	width              : 4px;
	height             : 53px;
	
	position           : absolute;
	top                : 19px;
	right              : 15px;
	
	border-width       : 0px;
	border-style       : solid;
	border-color       : #8bc463;
	border-right-width : 1px;
	
	background-color   : #ffffff;
	
	z-index            : 6;
}

div.footer-background2-blc
{
	width               : 4px;
	height              : 4px;

	position            : absolute;
	bottom              : 15px;
	left                : 15px;
	
	background-image    : url('../graphics/general/block-corner-red-bottom-left.gif');
	background-repeat   : no-repeat;
	background-position : bottom left;
	
	z-index             : 7;
}

div.footer-background2-bm
{
	width               : 914px;
	height              : 4px;
	
	position            : absolute;
	bottom              : 15px;
	left                : 19px;
	
	border-width        : 0px;
	border-style        : solid;
	border-color        : #8bc463;
	border-bottom-width : 1px;
	
	font-size           : 0px;
	
	background-color    : #ffffff;
	
	z-index             : 8;
}

div.footer-background2-brc
{
	width               : 4px;
	height              : 4px;

	position            : absolute;
	bottom              : 15px;
	right               : 15px;
	
	background-image    : url('../graphics/general/block-corner-red-bottom-right.gif');
	background-repeat   : no-repeat;
	background-position : bottom right;
	
	z-index             : 9;
}
/*[E] ==== BACKGROUND#2 =========================================================*/


/*[B] ==== CONTENT ==============================================================*/
div.footer-content-menu1
{
	width           : 952px;
	
	position        : absolute;
	top             : 25px;
	left            : 0px;
	
	color           : #8bc463;
	
	font-weight     : bold;
	font-size       : 10px;
	
	text-align      : center;
	text-decoration : none;	
	
	z-index         : 1;
}

div.footer-content-menu1 a
{
	color           : #8bc463;
	text-decoration : none;
}

div.footer-content-menu1 a:hover
{
	color           : #ff7800;
	text-decoration : none;
}

div.footer-content-menu2
{
	width           : 952px;
	
	position        : absolute;
	top             : 38px;
	left            : 0px;
	
	color           : #8bc463;
	
	font-weight     : bold;
	font-size       : 10px;
	
	text-align      : center;
	text-decoration : none;	
	
	z-index         : 2;
}

div.footer-content-menu2 a
{
	color           : #8bc463;
	text-decoration : none;
}

div.footer-content-menu2 a:hover
{
	color           : #ff7800;
	text-decoration : none;
}

div.footer-content-copyright
{
	width           : 952px;
	
	position        : absolute;
	bottom          : 25px;
	left            : 0px;
	
	color           : #000000;
	
	font-weight     : none;
	font-size       : 10px;
	
	text-align      : center;
	text-decoration : none;	
	
	z-index         : 3;
}

div.footer-content-logo
{
	width             : 171px;
	height            : 42px;
	
	position          : absolute;
	top               : 23px;
	right             : 28px;
	
	background-image  : url('../graphics/footer/legaldownload-logo.gif');
	background-repeat : no-repeat;
	
	z-index           : 4;
}

/*[E] ==== CONTENT ==============================================================*/
