@charset "utf-8";
/*
 * CSS Document
 * Written by Ryan Yonzon
 * http://ryan.rawswift.com/
 */
 
html, body {
}

#mainbody1 {
	margin: auto; 
	text-align: left; 
	width: 980px; 
	padding: 0px; 
}


#nav_menu_wrap { /* this will ba used as a wrapper for the nav_menu so we can center it (nav_menu). especially for IE */
	width: 100%; 
	position: fixed; 
	border: solid 0px; 
	bottom: 0px;  
	padding-bottom:0px; 
	margin-bottom:0px;
	/*height: 240px; */
}
#nav_menu_wrapperx { /* this will ba used as a wrapper for the nav_menu so we can center it (nav_menu). especially for IE */
	position:fixed; /* relative from nav_menu_wrap */
	bottom:0;
	width:100%;
	text-align:center; 
	z-index: 999;
}
#nav_menu_wrapper { /* this will ba used as a wrapper for the nav_menu so we can center it (nav_menu). especially for IE */
/*	display:none; */

	margin:auto;
	text-align: left; 
	background-color: #E5E5E5; 
	border-right: solid 1px #B5B5B5; 
	border-left: solid 1px #B5B5B5; 
	border-top: solid 1px #B5B5B5; 
	border-bottom: solid 0px #B5B5B5; 
	height: 24px; 
	overflow:hidden;
	/*left: 0px; */
	width: 980px; 
	z-index: 1000;
	padding-bottom:0px; 
	margin-bottom:0px;

 
}


#nav_pfeil { /* this will ba used as a wrapper for the nav_menu so we can center it (nav_menu). especially for IE */
	background-repeat:no-repeat;
	height: 110px; 
	width: 900px; 
	z-index: 900;
	background-image:url(/images/basketarr.gif); 
	background-position:top right;
	margin: auto; 
}



