/* ####################### */
/* Navigation
/* ####################### */

#navigation
{
	width: 640px;
	margin: 53px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	#navigation li
	{
		float: left;
		display: inline;
		margin: 0px 0px 0px 18px;
		padding: 0px 0px 0px 0px;
		line-height: 11px;
	}
	
		#navigation li.first
		{
			background: none;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
	
		#navigation li.eshop
		{
			margin: 0px 0px 0px 17px;
		}

	
		#navigation li a
		{
			float: left;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			text-indent: -9999px;
			outline: none;
		}
		
			/* Minimum height for Firefox */
			#navigation li a {
			min-height: 11px; 
			height: auto;
			}
			/* Minimum height for IE */
			/*\*/
			* html #navigation li a {
			height: 11px;
			}
			/**/
			
			#navigation li.collections a
			{
				width: 78px;
				background: url(/menue_pic_lvl3/navigation/collections.gif) no-repeat center top;
			}
			
			#navigation li.world a
			{
				width: 191px;
				background: url(/menue_pic_lvl3/navigation/world.gif) no-repeat center top;
			}
			
			#navigation li.store a
			{
				width: 95px;
				background: url(/menue_pic_lvl3/navigation/store.gif) no-repeat center top;
			}
			#navigation li.news a
			{
				width: 35px;
				background: url(/menue_pic_lvl3/navigation/news.gif) no-repeat center top;
			}
			
			#navigation li.model a
			{
				width: 83px;
				background: url(/menue_pic_lvl3/navigation/model.gif) no-repeat center top;
			}
		
			#navigation li.eshop a
			{
				/*width: 46px;*/
				width: 64px;
				background: url(/menue_pic_lvl3/navigation/eshop.gif) no-repeat center top;
			}
			
			#navigation li a:hover
			{
				background-position: bottom;
			}


/* ####################### */
/* Gallery
/* ####################### */

#textbox
{
	padding: 45px 0px 0px 0px;
}

	#textbox img
	{
		margin: 0px 0px 10px 0px;
	}
	
	#textbox p
	{
		margin: 0px 0px 25px 0px;
	}

#gallery_thumbnails
{
	float: left;
	padding: 26px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

	#gallery_thumbnails a
	{
		float: left;
		border: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 14px 14px 0px;
	}
	
	#gallery_thumbnails #link2, #gallery_thumbnails #link4, #gallery_thumbnails #link6, #gallery_thumbnails #link8
	{
		margin: 0px 0px 14px 0px;
	}
	
		#gallery_thumbnails a img
		{
			float: left;
			border: none;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
		}

div.gallery_frontpage_right
{
	text-align: center;
	padding: 25px 0px 0px 0px;
}

	div.gallery_frontpage_right h2
	{
		font-size: 12px;
		text-transform: uppercase;
		margin: 0px 0px 10px 0px;
	}
	
		div.gallery_frontpage_right p
		{
			margin: 0px 0px 10px 0px;
		}
		
			div.gallery_frontpage_right a:hover
			{
				color: #FFFFFF;
				text-decoration: underline;
			}







