@charset "utf-8";
/* CSS Document */
*
{
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

body
{
	font-size:12px;
}

img
{
	border:0px black solid;
}

#gesamtcontainer
{
	margin: 10px auto 10px auto;	
	width:984px;
}

#container
{
	width:1000px;	
	float:left;
	border: 2px solid #5d963e;
	border-top: none;
	background-color:#e2f1da;
		background-image:url(bilder/navbg.png);
		background-repeat:no-repeat;
}

#banner
{
	padding:10px;
	width:984px;
	height:100px;
	background-image:url(bilder/banner.png);
}

#mittelteil
{
	
}

#navigation
{
	float:left;
	width:197px;
	padding-top:10px;


}

#inhalt
{
	float:left;
	width:783px;
	padding:10px 10px 0 10px;
	background-color:white;
	/*border-left: 2px solid #5d963e;*/
	min-height: 500px;
	
}


#bottom
{
	padding:10px;
	border-top: 2px solid #5d963e;
	text-align: center;
}

#warenkorbinfo
{
	margin-top:20px;
	float: left;
	padding:0;
	color:white;
	width:190px;
	overflow:hidden;
}

.formHeadline
{
		background-color: white;
		border:none;
		font-size:14px;
}

.clearer
{
	clear:both;
}

.transparenz
{
	background-image:url(bilder/transparenz.png);
	background-repeat:repeat;
}

.viertelContainer
{
	float: left;
	width:386px;
}




.produktbildContainer, .produktbildContainerHalb
{
	float:left;
	width: 135px;
	height: 102px;
	border: 1px solid #e9f2e5;
	margin-bottom: 10px;
	border-right: none;

}

.produktinfoContainer
{
	float:left;
}

.produktBeschreibung, .produktBeschreibungKurz, .produktBeschreibungHalb, .produktBeschreibungVorschau
{
	border: 1px solid #e9f2e5;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	width: 761px;
	margin-bottom: 10px;

}

.produktHeadline, .produktHeadlineKurz, .produktHeadlineHalb, .produktHeadlineVorschau
{
	float:left;
	background-color: #e9f2e5;
	height: 25px;
	padding: 5px 10px 0 10px; 
	width:733px;
	font-size:14px;
}

.produktHeadlineVorschau
{
	width: 552px;	
}

.produktBeschreibungKurz
{
	width:625px;
	height: 72px;
}

.produktHeadlineKurz
{
	width: 	597px;
}

.produktHeadlineHalb
{
	width:336px;	
}

.produktbildContainerHalb
{
	width: 180px;
	height: 135px;
}

.produktBeschreibungHalb
{
	width: 183px;	
	height: 135px;
	float:left;
}

.produktBeschreibungVorschau
{
	width: 580px;	
	height: 105px;
	float:left;
}


a:link 
{ 
	color:#981818; 
	text-decoration:none; 
}

a:visited 
{
	color:#981818; 
	text-decoration:none; 
}

a:focus 
{ 
	color:#5d963e; 
	text-decoration:none;
}

a:hover 
{ 
	color:#5d963e; 
	text-decoration:none; 
}

a:active 
{ 
	color:#f68a18; 
	text-decoration:none;
}

a.infobox:link 
{ 
	color:white; 
	text-decoration:none; 
}

a.infobox:visited  
{
	color:white; 
	text-decoration:none; 
}

a.infobox:focus
{ 
	color:#f68a18; 
	text-decoration:none;
}

a.infobox:hover  
{ 
	color:#f68a18; 
	text-decoration:none; 
}

a.infobox:active  
{ 
	color:#981818; 
	text-decoration:none;
}

a.navButtons:link img
{
	width: 175px;
			padding: 0 10px 0 10px;
}

a.navButtons:visited img
{
	width: 175px;
			padding: 0 10px 0 10px;
}

a.navButtons:focus img
{ 
		background-color:#FFF;
	width: 175px;
			padding: 0 10px 0 10px;
}

a.navButtons:hover img
{ 
		background-color:#FFF;
	width: 175px;
			padding: 0 10px 0 10px;
}

a.navButtons:active img
{ 
	background-color:#FFF;
	width: 175px;
		padding: 0 10px 0 10px;
}

#horizontaleLinks ul li
{
	list-style: none;
	display: inline;
	background-color: #e9f2e5;
	padding: 2px 5px;
}

#horizontaleLinks ul
{ 
	margin-left:0;
	padding-left:0;
}

