/* DOCUMENT INFORMATION ----------------------------------

TITLE:	common.css

-- CONTENTS ---------------------------------------------

[list contents of CSS document here for quick reference]

--------------------------------------------------------*


/* CORE -------------------------------------------------
Styles for main page structure
--------------------------------------------------------*/
body {
	text-align: 		left;
	margin-top:		12px;
	padding-top:		0px;
	font-size: 		100%;
	font-family:arial,helvetica,sanserif;
	color:			#444;
}
		
div#horizon {
	width: 			972px;
	min-width: 		972px;
	padding:		0px 0px 0px 0px;
	margin: 		0 auto;
}
		
div#container {
	position:		relative;
	width: 			972px;
	margin: 		0px 0px 0px 0px;
	padding: 		0px 0px 0px 0px;
	xbackground:		#fff;
}


/* -------------------------------------------------
Styles for top area
--------------------------------------------------------*/
div#header 
	{
	background:		#fff url(/fileadmin/images/spatula.gif) no-repeat;
	height:			110px;
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	position:		relative;
	}
	
#logo {
	position:		absolute;
	left:			755px;
	top:			24px;
	display:		block;
	margin:			0px;
	padding:		0px;
	border:			0px;
}
#logo img{
	border:			0px;
}





/* UTILITY CLASSES --------------------------------------
General utility classes for layout effects
--------------------------------------------------------*/	

.hide 
	{	
	display: 		none;
	}


/* ACCESSIBILITY TWEAKS ----------------------------------
Display accessible links to jump to nav/content
Only visible when styles are hidden or tab enabled
--------------------------------------------------------*/
.accessibility 
	{
	position: 		absolute; 
	left: 			-2000px; 
	font-size: 		1.4em;
	}

	





