/*
	de.idf.style
____________________________________________________________________________________________

	colors
	
	red		green	blue	grey
1	FDF9FB	F7FAF9	F7FAFC	F9F9F9
2	FCF4F8	F0F7F5	F3F7FA	F6F6F6
3	FDE7F3	DCF4ED	E4EDF3	EBEBEB
4	F9CCE6	C5EADF	C5DCEA	D7D7D7
5	E999C7	88AFA9	7199BD	979797
6	990066	003333	003366	4C4C4C	
7	89005C	002E2E	002E5C	444444

____________________________________________________________________________________________

	footer
____________________________________________________________________________________________
*/


div#footer
{
	position:			static; 
	float:				none;
	
	width:				880px;
	height:				100px;
	
	color:				#F9CCE6;
	font-size: 			11px;
	
	background-color: 	#E999C7;
}

div#footer a:link
{
	color:				#FDE7F3;
	font-weight:		normal;	
	font-style:			normal;
	text-decoration:	none;
}

div#footer a:visited
{
	color:				#F9CCE6;
	font-weight:		normal;	
	font-style:			normal;
	text-decoration:	none;
}

div#footer a:focus
{
	color:				#FFFFFF;
	font-weight:		normal;	
	font-style:			normal;
	text-decoration:	none;
}

div#footer a:hover
{
	color:				#FFFFFF;
	font-weight:		normal;	
	font-style:			normal;
	text-decoration:	none;
}

div#footer a:active
{
	color:				#FFFFFF;
	font-weight:		normal;	
	font-style:			normal;
}	


div#footer div#footer_menu
{
	float:				left;
	width:				200px;
}

div#footer div#footer_main
{
	float:				left;
	width:				430px;
}

div#footer div#footer_right
{
	float:				left;
	width:				250px;
}

div#footer .text_left
{
	margin:				0 0 0 5px;
	text-align:			left;
}

div#footer .text_center
{
	margin:				0 0 0 5px;
	text-align:			center;
}

div#footer .img
{
	margin:				0 0 0 5px;
	height:				45px;
}







