/* meta elements */
.clear{
	clear: both;
	font-size: 0px;
	height: 0;
	width: 0;
}
.hidden {
	padding: 0;
	margin: 0;
	display: none;
	visibility: hidden;
}
strong{
	font-weight: bold;
	color: #820e88;
}

h3.grey {
	font-size: 1.1em;
	color: #666666;
}
/* headline for page header*/
#header DIV.headline H1 {
	font-family: Times, Times New Roman, serif;
	font-size: 40px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

/* retailer search, results, details */

#onlineretailerlist {
	position: relative;
	line-height: 1.5em;
} 

.retailer {
	margin-bottom: 10px;
	line-height: 1.4em;
}
.retailer span.company,
.retailer span.lastname {
	font-weight: bold;
}
.retailer span.more {
	font-weight: bold;
	font-size: 1em;
}

#retailerdetails{
	position: absolute;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* Händler-Überschrift */
#retailerdetails div.header{
	font-family:Times,Times New Roman,serif;
	text-align: center;
	font-size: 2.5em;
	font-style: italic;
	color: #676367;
	margin: 50px auto 20px auto;
}
#retailerdetails div.marketing{
	margin: 0 auto 15px auto;
	padding: 0 20px;
	text-align: left;
	width: 600px;
}
/* Schriftfarbe für Öffnungszeiten */
#retailerdetails div.openinghours{
	margin: 0 auto 15px auto;
	font-size: 1.2em;
	color: #676367;
	width: 600px;
}
#retailerdetails div.images{
	margin: 0 auto 15px auto;
	width: 600px;
}
#retailerdetails div.images img{
	margin: 5px;
}
/* Hintergrundfläche für Kontaktdaten */
#retailerdetails div.contactbox{
	margin: 0 auto 15px auto;
	padding: 10px 20px;
	background-color: #cebccf;
	text-align: center;
	color: #820e88;
	width: 600px;
	font-weight: bold;
	font-size: 1.25em;
}
/* Schriftfarbe für Händlerlinks */
#retailerdetails div.contactbox a:link,
#retailerdetails div.contactbox a:hover,
#retailerdetails div.contactbox a:visited{
	color: #820e88;
}
.csc-textpic-image
{
	float: left;
	margin: 0px 5px 5px 0px;
}
.csc-textpic-lastcol
{
	clear: right;
}
p.captcha img{
	margin-left: 145px;
}