/*
*	2-column Template
*	
*	changes from:	06.07.2010
*	description:	--> resolve the problem of unusable links in Firefox
*			--> changes was caused by special stylesheet settings of extension psychjob
*			- div#col2 (right content) was set to highest z-index to lay over div#col3 (main content)
*			- links in right content of psychjob are laying over mainContent now
*			- works only for psychjob 
*/

#col3 {
	padding: 0 0 0 9px;
	margin: 0 0 0 0;
	postion: absolute;
}

#col2 {
	left: 785px;
	position: absolute;
	 z-index: 1;
}

.c585l, .c195l { float: left; }
.c585r, .c195r { float: right; margin-left: -5px; }

.c585l, .c585r { width: 585px; }
.c195l, .c195r { width: 195px; }
