
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #D4D7DE;
	font-family: Arial,Helvetica,Verdana;
	color: #000000;
	font-size: 10px;
}

#container 
	{
		width: 842px; /* the auto margins (in conjunction with a width) center the page */
		/*border: 1px solid #ffffff;*/
		text-align: left; /* this overrides the text-align: center on the body element. */
		background-color: #FFFFFF;
	} 

#mainContent 
	{
		background-color: #FFFFFF;
		width: 842px;
	} 
	

.content
{
background-color: #ffffff;
}
	

	
.productlink
	{
		font-size: 12px;
		margin-left:5px;
		
		float:left;
	}
.productlink a:hover 
	{
		color: #FFFFFF;
	}
.productlink a 
	{
		color: #171925;
		text-decoration: none;
	}
.location
	{
		font-size: 14px;
		font-weight:bold;
		color: #000000;
		margin-top:10px;
		margin-left:10px;
		margin-bottom:10px;
	}
.location a
	{
		font-size: 14px;
		color: #666666;
		text-decoration: underline;
	}
	
.marcas
	{
		font-size: 12px;
		color: #FFFFFF;
		text-align: right;
		margin-right:10px;
		margin-bottom:10px;
	}
.marcas a
	{
		font-size: 12px;
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	
.paging
	{
		font-size: 12px;
		color: #666666;
		
	}
.paging a
	{
		font-size: 12px;
		color: #000000;
		text-decoration: underline;
		
	}
	
.image {margin-left:10px;margin-right:10px;margin-bottom:10px;}

.image_news{margin-right:10px;}


.text_haendler_left
{font-size: 12px;
color: #000000;
vertical-align:top;
padding-bottom:10px;
text-align:right;}

.text_haendler_right
{font-size: 12px;font-style:italic;color: #666666;vertical-align:top;text-align:left;}
a.haendler_right:LINK
{
font-size: 12px;
color: #666666;
text-decoration: underline;

}
a.haendler_right:ACTIVE
{
font-size: 12px;
color: #666666;
text-decoration: underline;

}
a.haendler_right:VISITED
{
font-size: 12px;
color: #666666;
text-decoration: underline;

}


.haendler a{margin-left:10px;font-size: 11px;color: #000000;text-decoration: underline;}
.team {margin-left:10px;font-size: 11px;color: #000000;}

.team a{margin-left:10px;font-size: 11px;color: #000000;text-decoration: underline;}

.news td{font-size: 11px;color: #000000;}
.news p{font-size: 11px;color: #000000;}
.news img{font-size: 11px;color: #000000;}
.news h1{font-size: 14px;color: #666666;}
.news a{font-size: 11px;color: #666666;text-decoration: underline;}



.news_headlines{font-size: 10px;color: #FFFFFF;margin-left:10px}
.news_headlines h1{font-size: 14px;color: #FFFFFF;}
.news_headlines a{font-size: 10px;color: #FFFFFF;text-decoration: underline;}
	
	
.news_right{font-size: 11px;color: #000000;margin-left:10px;margin-right:10px;}
.news_right h1{font-size: 12px;color: #666666;}
.news_right a{font-size: 10px;color: #000000;text-decoration: underline;}


.newsletter_right h1{font-size: 12px;color: #000000;}

.product_new_right{font-size: 11px;color: #000000;margin-left:10px;margin-right:10px;}
.product_new_right h1{font-size: 12px;color: #000000;}
.product_new_right a{font-size: 10px;color: #000000;text-decoration: underline;}


.liste_produkte{font-size: 12px;color: #000000;}
.liste_produkte h1{font-size: 13px;color: #666666;}
.liste_produkte a{font-size: 12px;color: #666666;text-decoration: underline;}

.produkt{font-size: 12px;color: #000000;}
.produkt h1{font-size: 13px;color: #666666;}
.produkt a{font-size: 12px;color: #666666;text-decoration: underline;}



.product_prices td
	{
	font-size: 11px;
	color: #000000;
	
	
	}

.teamrider_left
	{
		font-size: 14px;
		color: #000000;
		text-decoration: underline;
		text-align:right;
		padding-bottom:10px;
		vertical-align:top;
	}
.teamrider_right
	{
		font-size: 14px;
		color: #666666;
		padding-bottom:10px;
		font-style:italic;
		vertical-align:top;
		
	}
	
.morefoto a {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #d4d7de;
	display: block;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	text-indent: 10px;
}

.morefoto a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

h3 {
	color: #333333;
	background-color: #d4d7de;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9ea3ad;
	border-bottom-color: #9ea3ad;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/bkg/h3bckg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-right: 10px;
}

h4 {
	font-size: 12px;
}

a {
	font-size: 12px;
	color: #013d8a;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #013d8a;
	padding: 0px;
}

img:hover {
	margin: 0px;
	padding: 0px;
}