* {
	margin: 0;
	padding: 0;
}

body 
{
	color: #333;
 	font-size: 62.5%; 
 	padding-bottom: 40px;
	font-family: "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial, Geneva, Helvetica, sans-serif;
}

html 
{
	background: #cc0033;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}



/* ************************************************************************
HEADER
************************************************************************ */
#Header 
{ 
 	width: 100%; 
	overflow: hidden;
	background: #fff ; /* url(../images/shadow-top.jpg) repeat-x; */
	background-position: bottom;
}

#Header_Center
 { 
 	margin: 0 auto;
	padding: 20px 0 10px 0;
 	width: 990px; 
}

#Logo
{
	float: left;
	margin: 0;
	padding: 0;
	margin: 5px 0 0 0;
}

#Logo img
{
	border: 0;
}



/* ************************************************************************
MENUE ERSTE EBENE
************************************************************************ */
#Navigation 
{
	margin: 60px 0 10px 0;
	overflow: hidden;
	float: left;
	width: 750px;
}

	ul#Menu1
	{ 
		float: left;
		margin: 0 0 0 7px;
	}
	
		ul#Menu1 li 
		{ 
	 		list-style: none; 
			margin: 0; 
			padding: 0;
			float: left;
			display: block;
			background: transparent;
		}
		
  			ul#Menu1 li a 
			{ 
				float: left;
				text-decoration: none;
				display: block; 
				font-size: 1.4em; 
				padding: 0 15px 0 15px;
				color: #333;
			}
			
			ul#Menu1 li a:hover 
			{ 
				background: url(../images/Menu1-hover.png) no-repeat;
				color: #810924;
				cursor: pointer;
			}

			
				ul#Menu1 li a.current,
				ul#Menu1 li a.section,
				ul#Menu1 li a.section:hover,
				ul#Menu1 li a.current:hover 
				{ 
					float: left;
					margin: 0;
					padding: 0 15px 0 15px;
					background: url(../images/Menu1-active.png) no-repeat;
					color: #000;
				}



/* ************************************************************************
SPRACHAUSWAHL
************************************************************************ */
ul#LanguageSelect 
{
	margin: 0;
	overflow: hidden;
	float: right;
}

		ul#LanguageSelect li 
		{ 
	 		list-style: none; 
			margin: 0; 
			padding: 0;
			float: left;
			display: block;
			background: transparent;
		}
		
  			ul#LanguageSelect li a 
			{ 
				float: left;
				text-decoration: none;
				display: block; 
				font-size: 1.4em; 
				padding: 0 15px 0 15px;
				color: #fff;
			}
			
			ul#LanguageSelect li a:hover 
			{ 
				color: #ffc5d3;
				cursor: pointer;
				background: url(../images/Menu2-hover.png) no-repeat;
			}

			
			
/* ************************************************************************
MENUE ZWEITE EBENE
************************************************************************ */
#Navigation2
{
	width: 990px;
	margin: auto;
	padding: 10px 0 15px 0;
	overflow: hidden;
	background: url(../images/Navigation2BG.png) bottom no-repeat;
}

	ul#Menu2
	{ 
		float: left;
		margin: 0 0 0 7px;
	}
	
		ul#Menu2 li 
		{ 
	 		list-style: none; 
			margin: 0; 
			padding: 0;
			float: left;
			display: block;
			background: transparent;
		}
		
  			ul#Menu2 li a 
			{ 
				float: left;
				text-decoration: none;
				display: block; 
				font-size: 1.4em; 
				padding: 0 15px 0 15px;
				color: #fff;
			}
			
			ul#Menu2 li a:hover 
			{ 
				background: url(../images/Menu2-hover.png) no-repeat;
				color: #ffc5d3;
				cursor: pointer;
			}

			
				ul#Menu2 li a.current,
				ul#Menu2 li a.section,
				ul#Menu2 li a.section:hover,
				ul#Menu2 li a.current:hover 
				{ 
					float: left;
					margin: 0;
					padding: 0 15px 0 15px;
					background: url(../images/Menu2-hover.png) no-repeat;
					color: #ffc5d3;
				}

				
				
/* ************************************************************************
INHALT
************************************************************************ */
#BgContainer 
{
	float: left;
	width: 100%;  
	margin: 0;
	padding: 0;
	background: #cc0033 url(../images/BgContainerBG.png) repeat-x;
}

#Container 
{
	padding: 0 0 40px 0;
	width: 990px;  
	margin: 0 auto; 
	overflow: auto;
	overflow-x: hidden;
	background: #cc0033 url(../images/ContainerBG.png) repeat-y;
	clear: both;
}

#ContainerLeft
{
	float: left;
	margin: 0;
	padding: 0 0 0 40px;
	background: url(../images/ContainerLeft.png) no-repeat;
	width: 950px;
}

#ContainerRight
{
	float: left;
	margin: 0;
	padding: 40px 40px 0 0;
	background: url(../images/ContainerRight.png) top right no-repeat;
	width: 910px;
}

#Content 
{
	float: left;
	width: 600px;
	margin: 0 ;
	padding: 0;
	text-align: left;
}

	
/* ************************************************************************
SITEMENUE
************************************************************************ */	
#SiteMenue
{
	margin: 0;
	padding: 0;
	width: 260px;
	float: right;
}

	.SiteMenueItem
	{
		margin: 0 0 20px 0;
		padding: 0;
		width: 259px;
		float: right;
	}
	
	.SiteMenueItemContent
	{
		margin: 0 20px 0 20px;
	}

ul.SitemenuMenu1
{ 
	clear: both;
	float: left;
	list-style: none;
	display: block;
	width: 100%;
	margin: 15px 0 25px 15px;
}

	ul.SitemenuMenu1 li 
	{ 
		margin: 3px 0 0 0;
		padding: 0 15px 0 15px;
		float: left;
		display: block;
		background: url(../images/Menu1-hover.png) no-repeat;
		width: 100%;
	}

    	ul.SitemenuMenu1 li a 
		{
			margin: 0 0 0 0;
			text-decoration: none;
            color: #333;
			font-size: 1.4em; 			
      	}

      	ul.SitemenuMenu1 li a:hover,
      	ul.SitemenuMenu1 li a.current:hover 
		{
        	color: #810924;
			cursor: pointer;
            text-decoration: none;
      	}
		
	  	ul.SitemenuMenu1 li a.current 
		{
	  		color: #000;
			font-weight: 700;
	  	}
		
      	ul.SitemenuMenu1 li a.section,
      	ul.SitemenuMenu1 li a.section:hover 
		{
            background: #810924;
            font-weight: 700;
      	}
		
		

ul.SitemenuMenu2
{ 
	clear: both;
	float: left;
	list-style: none;
	display: block;
	width: 100%;
	margin: 5px 0 5px 0;
}

	ul.SitemenuMenu2 li 
	{ 
		margin: 3px 0 0 0;
		padding: 0 15px 0 15px;
		float: left;
		display: block;
		background: url(../images/Menu1-hover.png) no-repeat;
		width: 100%;
	}

    	ul.SitemenuMenu2 li a 
		{
			margin: 0 0 0 0;
			text-decoration: none;
            color: #333;
      	}

      	ul.SitemenuMenu2 li a:hover,
      	ul.SitemenuMenu2 li a.current:hover 
		{
        	color: #810924;
			cursor: pointer;
            text-decoration: none;
      	}
		
	  	ul.SitemenuMenu2 li a.current 
		{
	  		color: #1c5024;
			font-weight: 700;
	  	}
		
      	ul.SitemenuMenu2 li a.section,
      	ul.SitemenuMenu2 li a.section:hover 
		{
            background: #810924;
            font-weight: 700;
      	}
	



/* ************************************************************************
FOOTER
************************************************************************ */
#Footer 
{ 
	margin: 0;
	padding: 0;
 	clear: both;  
	width: 100%; 
	background: #cc0033 url(../images/Footer.png) no-repeat top center; 
	float: left;
}

#Footer_Center
{ 
	margin: 0 auto;
 	clear: both;  
	width: 990px; 
	background: transparent; 
}

.FooterLine
{ 
	margin: 0;
	padding: 0 0 20px 0;
	width: 100%;
	background: transparent;
	clear: both;
	float: left;
}

.FooterLine:first-child
{ 
	padding: 40px 0 20px 0;
}

  	.FooterLine p 
	{ 
		color: #fff;
		font-size: 12px;
	}

	.FooterLine a 
	{ 
	   	color: #fff; 
		text-decoration: underline;
	}
	
	.FooterLine a:hover 
	{
		color: #fff;
		text-decoration: underline;
	}
	
	.FooterItem
	{ 
		margin: 10px 0 0 0;
		padding: 0 20px 0 20px;
		background: transparent;
		height: 100%;
		float: left;
	}
	
	  	.FooterItem p 
		{ 
			color: #fff;
			font-size: 12px;
		}

	ul.FooterSitemap
	{
		list-style: none;
	}
		
		a.FooterSitemap1
		{
			font-size: 14px; 
			color: #ffc5d3;
			font-weight: 300;
			line-height: 2.2em;
			text-decoration: none;
		}
		
		a.FooterSitemap2
		{
			background: transparent url(../images/FooterSitemap2.png) no-repeat center left;
			font-size: 12px; 
			color: #fff; 
			padding: 0 0 0 15px;
			font-weight: 300;
			line-height: 15px;
			text-decoration: none;
		}
		
		a.FooterSitemap2:hover
		{
			background: transparent url(../images/FooterSitemap2-hover.png) no-repeat center left;
			color: #ffc5d3; 
		}
		
		a.FooterSitemap3
		{
			background: transparent url(../images/FooterSitemap3.png) no-repeat center left; 
			font-size: 12px; 
			color: #fff; 
			padding: 0 0 0 30px;
			font-weight: 300;
			line-height: 15px;
			text-decoration: none;
		}
		
		a.FooterSitemap3:hover
		{
			background: transparent url(../images/FooterSitemap3-hover.png) no-repeat center left;
			color: #ffc5d3; 
		}
			

/* ************************************************************************
*
*	SPEZIELLE SEITEN CSS
*
************************************************************************ */
/* ************************************************************************
 PAGE:	ProduktListe
************************************************************************ */
.Product
{
	float: left;
	clear: both;
	margin: 10px 0 20px 0;
	padding: 10px;
	width: 100%;
}

.ProductImage
{
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
}

.ProductDetails
{
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}


/* ************************************************************************
 PAGE:	ProduktSeite
************************************************************************ */
#Produkt-Gallery
{
	float: left;
	width: 400px;
	margin: 20px 0 0 50px;
}

#Product-Descripion
{
	float: left;
	margin: 20px 0 0 0;
	width: 400px;
}

	#Product-Descripion .Product-Details-Header
	{
		float: left;
		clear: left;
		margin: 0;
		padding: 0;
		width: 100%;
	}

		#Product-Descripion table
		{
			border: 0;
		}
	
		#Product-Descripion table td
		{
			border: 0;
			margin: 0;
			padding: 5px 5px 5px 0;
			vertical-align: top;
		}

		#Product-Descripion td.Product-Details-right
		{
			font-weight: bold;
			color: #890a27;
			padding: 5px 5px 5px 15px;
		
		}