/*
	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

____________________________________________________________________________________________

	body
____________________________________________________________________________________________
*/


body 
{
	background-color: 	#FFFFFF;
	color: 				#000000; 
	
	font-size: 			12px;
	font-family: 		Helvetica,Arial,Verdana,sans-serif;
	margin: 			0; 
	padding: 			0;
	
	background-image: 	url("../images/layout/pmf-x-bg-g-cols.gif"); 
	background-repeat: 	repeat-y;  
}

/*
	div: cursor:help;	cursor:crosshair;
*/

div#page
{
	position:			static;
	width:				880px;
}

/*

cleaner
____________________________________________________________
*/

.cleaner
{
	clear:				both;
	height:				5px;
	width:				880px;
	
	background:			#FFFFFF;
}

.clear_left
{
	clear:				left;
}

.hide
{
	display: none;
}

.show
{
	display: block;
}

/*

general: headlines
____________________________________________________________
*/

h1
{
	color: 				#FFFFFF; 
	
	font-size: 			9px;
	font-family: 		Helvetica,Arial,Verdana,sans-serif;
	margin: 			0; 
	padding: 			0; 
}

/*

general: img
____________________________________________________________
*/

img
{
	border-width:		0px;
}

/*

general: links (same as .cm_block_fair)
____________________________________________________________
*/

a:link
{
	color:				#003333;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

a:visited
{
	color:				#002E2E;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

a:focus
{
	color:				#88AFA9;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

a:hover
{
	color:				#88AFA9;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}

a:active
{
	color:				#88AFA9;
	font-weight:		bolder;	
	font-style:			normal;
	text-decoration:	none;
}


