

html 
	{
	margin: 0;
	padding: 0;
	}

body 
	{
	margin: 0;
	padding: 0;
	background: #fff;
	font: 13px Helmet, Freesans, sans-serif;
	}
a 
	{
	text-decoration: none;
	color: #000;
	outline: none; 
	}

img 
	{
	border: none;
	}


.mycourier
	{
	font-family: 'Courier New',monospace;
	}

#logo-printhead
	{
	display: none;
	}


input.input_text, textarea, select, input.fc-normal, textarea.fc-normal, select.fc-normal {
	margin: 0;
	padding: 3px;
	font-family: arial, sans-serif;
	font-size: 12px;
	border: 1px solid #828282;
	background: #FCFCFC;
	}

#pagewrap
	{

	}

.contentwidth
	{
	width:994px;
	margin:0 auto;	
	}

#header_wrapper
	{
	background:#fff;
	clear:both;
	border-top:1px solid #000;
	
	}

#header
	{
	
	
	}

#menubar_wrapper
	{
	background:#fff;
	clear:both;
	
	}

#submenu_l1_wrapper
	{
	background:#DFDFDF;
	font-family: 'Courier New',monospace;
	padding:9px 0 3px 0;
	border-top:1px solid #BFBFBF;
	
	}

#submenu_l2_wrapper
	{
	background:#CFCFCF;
	font-family: 'Courier New',monospace;
	padding:8px 0 5px 0;
	border-top:1px solid #BFBFBF;
	}


#header_logo
	{
	float: left;
	margin: 15px 0 10px 0px;
	}


#header_langselect {
	float: right;
	margin: 43px 0px 0px 0px;
	font-size: 11px;
	letter-spacing: 1px;
	color: #616161;
	margin-right: 10px;
	font-family: 'Courier New',monospace;
	}

#header_langselect select 
	{
	background-color: #000;
	border: 1px solid #d4d4d4;
	width: 120px;
	font-family: 'Courier New',monospace;
	color: #fff;
	}

.clearer
	{
	clear:both;
	}


#content_wrapper
	{
	background:#999999 url('/images/layout/bg_content.gif') repeat-x top left;
	padding: 30px 0 30px 0;
	border-top:2px solid #000;
	
	}

#contentarea
	{
	min-height:500px;
	
	}



div.nicecontent_outer
	{
	border-bottom:1px solid #868686;
	border-right:1px solid #868686;	
		
	}



div.nicecontent_inner
	{
	background-color: #b6b6b6;
	padding:10px 20px;
	border-bottom:1px solid #484848;
	border-right:1px solid #484848;
		
	}


div.piclay_left, td.piclay_left
	{
	
	}

div.piclay_right, td.piclay_right
	{
	color: #cccccc; 
	text-transform: uppercase; 
	vertical-align: top; 
	padding:20px 20px 10px 20px;
	background: #000 url('/images/layout/stripeback.gif');
	
	}


/* ####################################################################################################################
   BLOCK ELEMENTE
   #################################################################################################################### */

p
	{
	margin: 0 0 10px 0;
	}


h1
	{
	font-size:20px;
	font-weight:normal;
	margin: 0 0 15px 0;
	border-bottom:1px solid #FFCC00;
	text-transform:uppercase;
	}

.cufon-active h1 { /* for Cufon.replace('h1') */
	font-size: 35px;
}

h2
	{
	font-size:15px;
	font-weight:bold;
	margin: 15px 0 5px 0;
	border-bottom:1px solid #FFCC00;
	text-transform:uppercase;
	}


img.right-align {
	float: right;
	margin: 2px 0 5px 25px;
	padding: 0;
}

img.left-align {
	float: left;
	margin: 2px 25px 5px 0;
	padding: 0;
}




/* ####################################################################################################################
   HOMEPAGE / SLIDER
   #################################################################################################################### */

#homeslider-wrap
	{
	
	position: relative;
	
	border:2px solid #fff;
	}

#homeslider
	{
	margin: 0;
	width: 990px;
	height: 370px;
	list-style: none;
	
	}
	
#homeslider li
	{
	margin:0;
	}

.slidertext
	{
	background:transparent url('/images/slider/slidertext_background.png');
	border:3px solid #fff;
	padding:12px 20px;
	min-width:160px;
	position:absolute;
	font-size:15px;
	
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;	
	}

.slidertext.links
	{
	left:80px;
	}

.slidertext.rechts
	{
	right:80px;
	}

.slidertext.oben
	{
	top:40px;
	}

.slidertext.unten
	{
	bottom:40px;
	}


.slidertext h3
	{
	font-size:19px;
	font-weight:bold;
	color:#fff;
	margin:0 0 5px 0;
	text-shadow: #000 1px 1px 3px;
	}

.slidertext p
	{
	color:#000;
	margin:0 0 8px 0;
	font-weight:bold;
	}

a.slidertextlink
	{
	color:#000;
	margin:0;
	font-size:12px;
	display:block;
	text-align:right;
	font-weight:bold;
	text-decoration:underline;
	}

a.slidertextlink:hover
	{
	color:#fff;
	text-decoration:none;
	}


/* ####################################################################################################################
   HOMEPAGE / HOMEBOXES
   #################################################################################################################### */

#homebox-wrap
	{
	margin-top:30px;
	clear:both;
	}

#homeboxes
	{
	list-style: none; 
	margin: 0;
	padding:0;
	}
	
#homeboxes li
	{
	float: left; 
	margin:0 0 0 40px;
	border:2px solid #fff;
	}	

#homeboxes li.first
	{
	margin:0 0 0 0;
	}


div.homeboxtext
	{
	background:#000;
	border-top:1px solid #fff;
	padding:9px 7px 0 10px;
	height:26px;
	position:absolute;
	bottom:0px;
	width:283px;
	
	}

a.homeboxtextlink
	{
	margin:0;
	font-size:12px;
	float:right;
	font-weight:normal;	
	color:#fff;
	padding: 4px 0 0 0;
	text-decoration:underline;
	font-family:"Courier New", Courier, monospace;
	}

a.homeboxtextlink:hover
	{
	color:#ccc;
	text-decoration:none;
	}

	
a.homeboxboxlink
	{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:129px;
	}




div.homeboxtext h3, div.homeboxtext a.h3like
	{
	margin:0;
	font-size:17px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;	
	color:#fff;
	text-decoration:none;
	}

/* ####################################################################################################################
   NAV MAIN
   #################################################################################################################### */

#nav-main {
	
	margin:0;
	padding:0;
	
	width: 990px;
	
	height: 38px;
	font-weight: bold;
	color: #bababa;
	letter-spacing: 1px;
	list-style: none; 
	font-family:'Courier New',monospace;

}





#nav-main li {
	font-size: 17px;
	height: 40px;
	text-transform: uppercase;
	float: left;  
	position: relative; 
	cursor: pointer;
	letter-spacing: -0.01em;
	
	}


#nav-main a {
	float: left;
	display: block;
	margin: 0;
	padding: 10px 0 9px 28px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}



#nav-main a.mmp_shop
	{
	color:#FF7C31;
	font-size: 17px;
	font-weight: bolder;
	}


#nav-main li.first a
	{
	padding-left:0;
	}
	

#nav-main li.current a, #nav-main li.current:hover, #nav-main li.current:hover { 
	color: #000;
}

#nav-main a:hover, #nav-main li:hover a, #nav-main li.current a  
	{
	text-decoration: underline;
	}

/* ----    2. LEVEL    ---------------------------------------------------------------------------------------------------------- */

#nav-main ul {


	position: absolute;
	z-index: 500;
	clear: both;
	top: 36px;
	left: 13px;
	width: 230px;
	height: auto;
	margin: 0;
	padding: 3px 0px 0px 5px;
	list-style: none;
	border: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
	
}

#nav-main ul li {
	width: 156px;
	margin: 0;
	padding: 0px;
	height: 25px;

}

#nav-main ul a, #nav-main li:hover ul a {
	width: 200px;
	margin: 0;
	padding: 2px 5px;
	text-decoration: none;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #000;

}

#nav-main ul a:hover, #nav-main li:hover ul a:hover {
	text-decoration: underline;
	color: #000000;
}




/* ----    SHOW/HIDE MOUSE OVER MENUS    ----------------------------------------------------------------------------------------- */

#nav-main-wrapper ul ul 	{ display: none; }
#nav-main-wrapper li:hover ul 	{ display: block; }


/* ####################################################################################################################
   SUBMENU 
   #################################################################################################################### */



#nav-sub-div
	{
	width:990px;
	margin:0 auto;
	font-family: 'Courier New',monospace;
	clear:both;
	padding:1px 15px 1px 15px;
	
	}

#nav-sub
	{
	margin:0;
	padding:0;
	}

#nav-sub li
	{
	float:left;
	margin:0;
	padding:0;
	list-style: none;
	margin-right:30px;
	display:block;
	}

#nav-sub li.current
	{
	font-weight:bold;
	}

#nav-sub li a
	{
	display:block;
	text-decoration:none;
	padding:0px 0 3px 0;
	}


/* ####################################################################################################################
   FOOTER
   #################################################################################################################### */


#footer_wrapper
	{
	border-top:2px solid #000;
	padding:10px 0 60px 0;
	}

#footer {
	margin-top: 1px;
	padding-top: 10px;
	font-family:'Courier New',monospace;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	}

#footer ul 
	{
	list-style: none; 
	margin: 0 0 0 0; 
	padding: 0; 
	}

#footer ul li {
	margin-left: 20px;
	float:left;
	color: #333;
	font-size:12px;
 	letter-spacing: -1px;
	}
	

	
#footer ul li.socmediaicon {
	margin-left: 10px;
	}	

#footer ul li:first-child {
	margin-left: 0px;
	}	


#footer ul li a{
	color: #000;
	}





/* ####################################################################################################################
   NEWS UND DOWNLOADS
   #################################################################################################################### */

ul.downloads
	{
	margin:0;
	padding:0;
	}

ul.downloads li
	{
	list-style:0;
	display:block;
	width:210px;
	height:190px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border:1px solid #000;
	text-align:center;
	padding:10px;
	}
	
ul.downloads li:hover
	{
	
	border:1px solid #FFCC00;
	
	}	
	
ul.downloads li img
	{
	margin-bottom:5px;
	}	


span.newsdate {
	display: block;
	margin: 0 0 2px 0;
	padding: 0;
	color: #666;
	font-weight: bold;
}

/* ####################################################################################################################
   LINKS WITH SYMBOLS
   #################################################################################################################### */

a.iconlink, a.iconlink, a.link-pdf {
	margin: 0 5px 0 0;
	padding: 3px 0 3px 22px;
	background-repeat: no-repeat;
	background-position: left 2px;
}

a.edit		{ background-image: url(/images/admin_icons/icon_add.gif); }
a.copy		{ background-image: url(/images/admin_icons/icon_copy.gif); }
a.edit		{ background-image: url(/images/admin_icons/icon_edit.gif); }
a.delete	{ background-image: url(/images/admin_icons/icon_delete.gif); }
a.sortdown	{ background-image: url(/images/admin_icons/icon_sortdown.gif); }
a.sortup	{ background-image: url(/images/admin_icons/icon_sortup.gif); }

a.doc { background-image: url(/images/icons/icon_doc.gif); }
a.eps { background-image: url(/images/icons/icon_eps.gif); }
a.gif { background-image: url(/images/icons/icon_gif.gif); }
a.jpg { background-image: url(/images/icons/icon_jpg.gif); }
a.new { background-image: url(/images/icons/icon_new.gif); }
a.pdf, a.link-pdf { padding: 5px 0 5px 35px; background-image: url(/images/icons/icon_pdf.gif); background-position: left top; }
a.ppt { background-image: url(/images/icons/icon_ppt.gif); }
a.txt { background-image: url(/images/icons/icon_txt.gif); }
a.xls { background-image: url(/images/icons/icon_xls.gif); }
a.zip { background-image: url(/images/icons/icon_zip.gif); }
a.prospekt {padding: 8px 0 8px 35px; background-image: url(/images/icons/icon_prospekte.gif); }

a.totop { background-image: url(/images/icons/totop.gif); }

/* ####################################################################################################################
   TABLEISTE
   #################################################################################################################### */

div.tableiste {
	width: 100%;
	display: table;
	margin: 0 0 25px 0;
	padding: 0;
	font: normal 12px arial, sans-serif;
}

ul.tableiste {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 2px solid #52B5ED;
}

ul.tableiste li {
	float: left;
	height: 22px;
	margin: 0;
	padding: 0;
	background: url(/images/layout/nav-tab-li.gif) no-repeat left top;
	margin-right:5px;
}

ul.tableiste li.atablink {
	background: url(/images/layout/nav-tab-current-li.gif) no-repeat left top;
}

ul.tableiste a {
	float: left;
	display: block;
	height: 15px;
	margin: 0;
	padding: 4px 9px 3px 9px;
	color: #203E57;
	text-decoration: none;
	background: url(/images/layout/nav-tab-a.gif) no-repeat right top;
}

ul.tableiste a:hover {
	
}

ul.tableiste li.atablink a {
	font-weight: bold;
	color: #FFF;
	background: url(/images/layout/nav-tab-current-a.gif) no-repeat right top;
}

ul.tableiste li.atablink a:hover {
	
}

/* ####################################################################################################################
   RETOURE FORM
   #################################################################################################################### */

.retourform-info {
		line-height: 1.5;
}

table.retoureform-person {
		width: 988px;
		padding: 0 0 10px 0;
		margin: 10px 0 15px 0;
		background-color: #b2b2b2;
		-moz-box-shadow: 1px 1px 1px #222;
		-webkit-box-shadow: 1px 1px 1px #222;
		box-shadow: 1px 1px 1px #222;
}

.retoureform-person td{
		padding: 5px;
}

.retoureform-person th{
		background: #777;
		text-align: left;
		padding: 5px 0 5px 5px;
		font-weight: bold;
		font-size: 13px;
}

.retoureform-person .label{
		width: 150px;
		text-align: right;
		font-size: 11px;
		vertical-align: top;
}

.retoureform-person .info {
		font-size: 10px;
}

.retoureform .info {
		font-size: 10px;
}

.retoureform-person input {
	padding-left: 4px;
	font-size: 11px;
	height: 21px;
	border: 0px;
	-moz-box-shadow: 1px 1px 1px #888;
 -webkit-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
}

.retoureform-person input:focus {
	outline: none;
	outline:0;
 -webkit-box-shadow: 0 0 4px 2px rgba(255, 204, 0, 0.30);
 -moz-box-shadow: 0 0 4px 2px rgba(255, 204, 0, 0.30);
 box-shadow: 0 0 4px 2px rgba(255, 204, 0, 0.30);
}

.retoureform-button {
 background-color: #b2b2b2;
	width: 100px;
	border: 0px;
	padding: 5px;
	margin-right: 10px;
 -moz-box-shadow: 1px 1px 1px #222;
		-webkit-box-shadow: 1px 1px 1px #222;
		box-shadow: 1px 1px 1px #222;
	top: 2px;
	cursor: pointer;
}

.retoureform-person .input{
		vertical-align: top;
		width: 300px;
}

ol.retoureform {
		list-style-type:decimal;
		list-style-position:outside;
		margin: 10px 0 50px 20px;
		line-height: 1.5;
}

table.retoureform {
		width: 988px;
		padding: 0 0 10px 0px;
		margin: 10px 0 15px 0;
		background-color: #b2b2b2;
		-moz-box-shadow: 1px 1px 1px #222;
		-webkit-box-shadow: 1px 1px 1px #222;
		box-shadow: 1px 1px 1px #222;
}

.retoureform td{
		padding: 0 0 0 3px;

}

.retoureform th{
		background: #777;
		text-align: left;
		padding: 5px 0 5px 5px;
		font-weight: bold;
		font-size: 13px;

}

.retoureform .label{
		font-size: 11px;
		vertical-align: bottom;

}

.retoureform input {
	padding-left: 4px;
	font-size: 11px;
	height: 21px;
	border: 0px;
	-moz-box-shadow: 1px 1px 1px #888;
 -webkit-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
}

.retoureform input:focus {
	outline: none;
	outline:0;
 -webkit-box-shadow: 0 0 4px 2px rgba(255, 204, 0, 0.30);
 -moz-box-shadow: 0 0 4px 2px rgba(255, 204, 0, 0.30);
 box-shadow: 0 0 4px 2px rgba(255, 204, 0, 0.30);
}

.retoureform input[type="checkbox"]{
	position:absolute;
	left:0;
	top:-3px;
	width:auto;
	display:inline-block;
	}

.retoureform input:focus[type="checkbox"]{
 outline: none;
	outline:0;
 
}

label.checkbox {
	position:relative;
	top: 3px;
	padding-left:22px;
	line-height:16px;
	float: left;/* for Opera*/
}

.retoureform select{
		-webkit-appearance: button;
  -webkit-box-shadow: 1px 1px 1px #888;
  background-image: url(/images/layout/dropdown_arrow.gif);
  background-position: center right;
  background-repeat: no-repeat;
  border: 0px;
		width: 100px;
		height: 21px;
  font-size: 11px;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
		padding-left: 5px;
  white-space: nowrap;
	}
	
	.retoureform select:focus {
		outline: none;
 -webkit-box-shadow: 0 0 4px 2px rgba(255, 204, 0, 0.30);
 -moz-box-shadow: 0 0 4px 2px rgba(255, 204, 0, 0.30);
 box-shadow: 0 0 4px 2px rgba(255, 204, 0, 0.30);
	}
	
.retoureform textarea {
		margin-top: 3px;
		width: 963px;
		height: 100px;
		resize: none;
		-moz-box-shadow: 1px 1px 1px #888;
 -webkit-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
  border: solid 0px transparent;
	}
	
.retoureform textarea:focus {
	outline: none;
 -webkit-box-shadow: 0 0 4px 2px rgba(255, 204, 0, 0.30);
 -moz-box-shadow: 0 0 4px 2px rgba(255, 204, 0, 0.30);
 box-shadow: 0 0 4px 2px rgba(255, 204, 0, 0.30);
}


label.error {
	font-weight: normal;
	color: #cf0000;
	display:block;
	font-size: 11px;
	margin-top: 3px;
}

input.error {
		border: 1px solid red;
		-webkit-box-shadow: 0 0 4px 2px rgba(207, 0, 0, 0.30);
 -moz-box-shadow: 0 0 4px 2px rgba(207, 0, 0, 0.30);
 box-shadow: 0 0 4px 2px rgba(207, 0, 0, 0.30);
}

select.error {
		border: 1px solid red;
		-webkit-box-shadow: 0 0 4px 2px rgba(207, 0, 0, 0.30);
 -moz-box-shadow: 0 0 4px 2px rgba(207, 0, 0, 0.30);
 box-shadow: 0 0 4px 2px rgba(207, 0, 0, 0.30);
}


/* ####################################################################################################################
   ARTIKEL-LISTINGS UND DETAIL
   #################################################################################################################### */

ul.artlink_season, ul.artlink_gender, ul.artlink_kat, ul.artlink_spacer
	{
	display:inline-block;
	padding:0;
	margin:0;
	}
	
ul.artlink_season li,ul.artlink_gender li,ul.artlink_kat li, ul.artlink_spacer li
	{
	float:left;
	list-style: none;
	margin:0;
	padding:0;
	margin-right:20px;
	display:block;
	}	

a.artlink_season
	{
	
	}

a.artlink_season.active
	{
	font-weight:bold;
	}


a.artlink_gender
	{
	
	}

a.artlink_gender.active
	{
	font-weight:bold;
	}


a.artlink_kat
	{
	
	}

a.artlink_kat.active
	{
	font-weight:bold;
	}


a.art_detlink_pic
	{
	display:block;
	}

a.art_detlink_pic img
	{
	border:1px solid #000;
	}

a.art_detlink_pic:hover img
	{
	border:1px solid #FFCC00;
	
	-moz-box-shadow:    0px 0px 5px 0px #000;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow:         0px 0px 5px 0px #000;	
	
	}


table.art_list
	{
	
	}

table.art_list td
	{
	width:190px;
	text-align:center;
	vertical-align:top;
	padding-bottom:20px;
	}
span.art_name
	{
	font-family: 'Courier New',monospace;
	font-weight:bold;
	}

span.art_artno
	{
	font-family: 'Courier New',monospace;
	font-size:11px;
	}

.magnifyarea { /* CSS to add shadow to magnified image. Optional */
	box-shadow: 5px 5px 7px #818181;
	-webkit-box-shadow: 5px 5px 7px #818181;
	-moz-box-shadow: 5px 5px 7px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
	}

ul.art_posscolors, ul.art_posspics
	{
	margin:0;
	padding:0;
	list-style: none;
	}

ul.art_posscolors li, ul.art_posspics li
	{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	border:1px solid #B6B6B6; 
	padding:5px;
	font-size:11px;
	vertical-align:bottom;
	}

ul.art_posscolors li:hover, ul.art_posspics li:hover
	{
	border:1px solid #ccc; 
	}
	
ul.art_posscolors li.active, ul.art_posscolors li.active:hover,ul.art_posspics li.active, ul.art_posspics li.active:hover
	{
	border:1px solid #FFCC00; 
	}


div.art_detail_left
	{
	float:left;
	width:410px;
	text-align:left;
	}
	
div.art_detail_left_pic
	{
	display:inline-block;
	border:1px solid #FFC600;
	margin-bottom:10px;
	}	
	
div.art_detail_right
	{
	float:right;
	width:520px;
	padding-left:45px;
	}	
	
div.art_sizedetails
	{
	display:inline;
	border:1px solid #333;
	padding: 1px 2px;
	margin:0 3px 0 0;
	}

table.art_details
	{
	
	}
	
td.art_details_left
	{
	padding:15px 10px 5px 1px;
	border-bottom:1px solid #8B8B8B;
	}
	

td.art_details_right
	{
	padding:15px 20px 5px 20px;
	border-bottom:1px solid #8B8B8B;	
	}
	
a.backlink
	{
	font-weight:bold;
	background: transparent url('/images/layout/bg_backlink.png') no-repeat left center;
	padding-left:15px;
	color:#212121;
	}

a.backlink:hover
	{
	color:#FFCC00;
	background: transparent url('/images/layout/bg_backlink_hover.png') no-repeat left center;
	}

a.art_buylink
	{
	float:right;
	text-decoraton:none;
	font-weight:bold;
	font-size:11px;
	border: 1px solid #000;
	padding: 2px 5px;
	background:#BAAA6D;
	}

a.art_buylink:hover
	{
	background:#FFCC00;
	}


	
/* ####################################################################################################################
   HÄNDLERSUCHE
   #################################################################################################################### */
	
#haendler_search {
	width: 320px;
	height: 100px;
	background-color: #b6b6b6;
	padding:20px 25px;
	min-width:200px;
 position: absolute;
	font-size:15px;
	-moz-box-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 1px #000;
}

#locationSelect {
	width: 320px;
	height: 294px;
	background-color: #b6b6b6;
	padding:20px 25px;
	min-width:200px;
 position: absolute;
	margin-top: 157px;
	-moz-box-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 1px #000;
 box-shadow: 1px 1px 1px #000;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;

}

.locationselect_space{
		height: 15px\9;  //Only IE8 and below
}

#haendler_search h3
	{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	margin:0 0 8px 0;
	text-shadow: #000 1px 1px 3px;
	}

#haendler_search p
	{
	color:#000;
	margin:0 0 8px 0;
	font-weight:bold;
	}

#searchTextField {
	background: white url(/images/icons/search.png) right no-repeat;
	padding-right: 17px;
	padding-left: 4px;
	padding-top: 2px;
	font-size: 11px;
	height: 21px;
	border: 0px;
	-moz-box-shadow: 1px 1px 1px #888;
 -webkit-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
	margin: 0px 0px 10px 0px;
	width: 300px;
}

#searchTextField:focus {
	outline: none;
	outline:0;
 -webkit-box-shadow: 0 0 4px 2px rgba(255, 204, 0, 0.30);
 -moz-box-shadow: 0 0 4px 2px rgba(255, 204, 0, 0.30);
 box-shadow: 0 0 4px 2px rgba(255, 204, 0, 0.30);
}

#haendlerform-button {
 background-color: #FFCC00;
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
	width: 321px;
	height: 25px;
	border: 0px;
	padding: 5px;
 -moz-box-shadow: 1px 1px 1px #222;
	-webkit-box-shadow: 1px 1px 1px #222;
	box-shadow: 1px 1px 1px #222;
	top: 2px;
	cursor: pointer;
}

#map {
	width: 600px;
	height: 490px;
	float: right;
	margin-right: 3px;
	-moz-box-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 1px #000;
	xxdisplay: none;
	background: transparent url(/images/layout/dealermap_back.png);
	
}

.results {
	border: 1px dotted #999;

	padding: 10px 10px 20px 10px;
	margin-bottom: 10px;
	background-image: url(/images/layout/haendler_results_bg.png);
	cursor: pointer;

}

.results_active {
	border: 1px dotted #999;
	padding: 10px 10px 20px 10px;
	margin-bottom: 10px;
	cursor: pointer;
 background-image: url(/images/layout/haendler_results_bg_active.png);
	-moz-box-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px #999;
	box-shadow: 1px 1px 1px #999;
}

.results:hover {
	background-image: url(/images/layout/haendler_results_bg_hover.png);
	-moz-box-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px #999;
	box-shadow: 1px 1px 1px #999;
}

.distance {
	font-size: 11px;
	float: right;
}

.infowindow {
	padding: 25px;
	width: 400px;
}

.infowindow .route {
	font-size: 11px;
	float: right;
	border-top: 1px solid #ababab;
	width: 100%;
	text-align: right;
	padding-top: 5px;
}

.infowindow .dealer_name {
		font-size: 13px;
		border-bottom: 1px solid #ababab;
		text-transform: uppercase;
		font-weight: bold;
		width: 100%;
		float: left;
		padding-bottom: 3px;
}

.infowindow .ueberschrift {
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
}

.infowindow .oeffnungszeiten {
		float: left;
		vertical-align: top;
}

.infowindow .contact {
		width: 220px;
		float: left;
		vertical-align: top;
}





/* ####################################################################################################################
   TRANSLATELINKS
   #################################################################################################################### */

#translationlinks
	{
	margin-top:20px;
	border-top:2px solid #fff;
	color:#fff;
	}

#translationlinks li, #translationlinks a
	{
	color:#fff;
	}
	
	
/* ####################################################################################################################
   PRINT_STYLES
   #################################################################################################################### */
   
@media print
{

body, content_wrapper
	{
	background:#fff;
	}

#logo-printhead
	{
	display: block;
	margin-bottom:15px;
	}



/* ### DO NOT DISPLAY ############################################################## */

#header_wrapper, #menubar_wrapper, #footer_wrapper, .dontprint
	{
	display: none;
	}


	

	
} /* @media print */		