/************************** firmeneintraege buchen ****************************/
/* sl ab hier */

/* seitenverhaeltnis anpassen */
body#seiten_id297 #text,
body#seiten_id536 #text,
body#seiten_id537 #text,
body#seiten_id538 #text,
body#seiten_id539 #text,
body#seiten_id540 #text { width: 655px; }
body#seiten_id297 #margi,
body#seiten_id536 #margi,
body#seiten_id537 #margi,
body#seiten_id538 #margi,
body#seiten_id539 #margi,
body#seiten_id540 #margi { width: 250px; }

#content #c7670, #content #c7707, #content #c8205 {
  padding: 0;
  border: none;
  background: inherit;
}

#content .firmenliste_schalten {
  background: url(5373fc109a916f20fb8aa8b62dccec7f8bebb147.gif)  repeat-x left top #00508C;
  border: 1px solid #00508C;
  color: #fff;
  font-weight: bold;
  padding: .5em 1em;
  display: table;
  height: 100%;
  box-shadow: 0 0 20px rgba(255,255,255,.2) inset;
}

#content .firmenliste_schalten h3 {
  text-shadow: 0 1px #004274;
  margin-top: 1em;
  margin-bottom: .5em;
}

#content .firmenliste_schalten p {
  text-shadow: 0 1px #004274;
  width: 47%;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  float: left;
  color: #90C2E5;
}

#content .firmenliste_schalten a {
  border: 1px solid #fff;
  padding: 0.8em 1em 0.6em;
  box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  margin: .6em 0 0;
  float: right;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8em;
  text-shadow: 0 1px 0 #fff;
  /* fuer IE */
  width: 6.5em; 
  text-align: center;
  
  background-color: #fff;
  background-image: linear-gradient(bottom, rgb(238,238,238) 29%, rgb(255,255,255) 65%);
  background-image: -o-linear-gradient(bottom, rgb(238,238,238) 29%, rgb(255,255,255) 65%);
  background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 29%, rgb(255,255,255) 65%);
  background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 29%, rgb(255,255,255) 65%);
  background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 29%, rgb(255,255,255) 65%);
  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.29, rgb(238,238,238)),
  	color-stop(0.65, rgb(255,255,255))
  );
}

#content .firmenliste_schalten a:hover, #content .firmenliste_schalten a:focus {
  box-shadow: 0 0 5px rgba(0,0,0,0.75);
  text-shadow: 0 -1px 0 #fff;
  text-decoration: underline;
  
  background-image: linear-gradient(bottom, rgb(255,255,255) 1%, rgb(238,238,238) 51%);
  background-image: -o-linear-gradient(bottom, rgb(255,255,255) 1%, rgb(238,238,238) 51%);
  background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 1%, rgb(238,238,238) 51%);
  background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 1%, rgb(238,238,238) 51%);
  background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 1%, rgb(238,238,238) 51%);
  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.01, rgb(255,255,255)),
  	color-stop(0.51, rgb(238,238,238))
  );
}


/* firmeneintraege suche */
#content .firmenliste_suche {
  border-bottom: 1px solid #fff;
  box-shadow: 0 -1px 0 #d8d8d8 inset, 0 1px 0 #fff inset;
  margin: 0 0 1.5em;
  padding: 2em 0 .2em .5em;
  
  background-image: linear-gradient(bottom, rgb(221,221,221) 0%, rgb(239,239,239) 100%);
  background-image: -o-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(239,239,239) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(239,239,239) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(239,239,239) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(239,239,239) 100%);
  background-image: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.1, rgb(221,221,221)),
  	color-stop(0.9, rgb(239,239,239))
  );
}

#content .firmenliste_suche form { position: relative; /* fuer suchbutton */ }

#content .firmenliste_suche input.suchfeld {
  width: 37em;
  width: 83%;
  border: 1px solid #d8d8d8;
  padding-bottom: .7em;
}
#content .firmenliste_suche input.button {
  margin-right: 1em;
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
}

#content .firmenliste_suche p {
  font-size: .7em;
  color: #666;
  display: block;
  font-family: Arial, sans-serif;
}

/* firmeneintraege erweiterte suche */
.firmenliste_suche #extended .label {
  overflow: hidden;
  padding: 0 0 10px;
  width: 100%;
}
.firmenliste_suche #extended .label label {
  display: block;
  float: left;
  padding-top: .5em;
  width: 7em;
}
.firmenliste_suche #extended .label input { width: 20em; }

/* firmennavigation nach kategorien */
#content ul.firmennavi {
  border-bottom: 1px solid #fff;
  box-shadow: 0 -1px 0 #d8d8d8 inset, -10px 0 50px #efefef inset, 10px 0 50px #efefef inset, 0 -4px 2px #aaa inset;
  padding: .5em 0 .75em;
  margin-bottom: 0; /* 1.5em */
}

#content ul.firmennavi a { text-decoration: none;  }

#content ul.firmennavi li {
  color: #4A4A4A;
  display: block;
  font-size: 0.85em;
  height: 100%;
  padding: 1.5em 0.8em 0.9em;
  text-decoration: none;
  display: inline;
  background: #fff;
  font-family: Arial, sans-serif;
  margin: 0 .5em 0 0;
  border-bottom: 1px solid #fff;
}
#content ul.firmennavi li:hover, #content ul.firmennavi li:focus {
  background: #dedede;
  border-bottom: 1px solid #dedede;
  text-shadow: 0 1px 0 #ddd;
}

#content ul.firmennavi li.cur {
  background: #dedede;
  border-bottom: 1px solid #dedede;
  color: #4A4A4A;
  font-weight: bold;
}

#content ul.firmennavi li ul {
  display: none;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  border: 1px solid #FFFFFF;
  margin: .7em 0 0 5.1em;
  padding: .5em 1em;
  position: absolute;
}
#content ul.firmennavi li ul.country {
	margin-left: 11.5em;
}

#content ul.firmennavi li:hover ul, #content ul.firmennavi li:focus ul { display: block; }

#content ul.firmennavi li li {
  padding: 0;
  box-shadow: none;
  margin: 0;
  background: inherit;
  border-radius: none;
  display: block;
  font-family: Arial, sans-serif;
}
#content ul.firmennavi li li:hover, #content ul.firmennavi li li:focus {
  background: inherit;
  border-bottom: 1px solid #fff;
}

#content ul.firmennavi li li a { text-decoration: none; }
#content ul.firmennavi li li a:hover, #content ul.firmennavi li li a:focus { text-decoration: underline; }

/* firmennavi company nach abc */
ul.register {
  display: block;
  font-size: .75em;
  overflow: auto;
  margin-bottom: 1.5em !important;

  background-image: linear-gradient(top, rgb(221,221,221) 0%, rgb(239,239,239) 100%);
  background-image: -o-linear-gradient(top, rgb(221,221,221) 0%, rgb(239,239,239) 100%);
  background-image: -moz-linear-gradient(top, rgb(221,221,221) 0%, rgb(239,239,239) 100%);
  background-image: -webkit-linear-gradient(top, rgb(221,221,221) 0%, rgb(239,239,239) 100%);
  background-image: -ms-linear-gradient(top, rgb(221,221,221) 0%, rgb(239,239,239) 100%);
  background-image: -webkit-gradient(
  	linear,
  	left top,
  	left bottom,
  	color-stop(0.1, rgb(221,221,221)),
  	color-stop(0.9, rgb(239,239,239))
  );
}

ul.register li {
  background: #D8D8D8;
  border-left: 1px solid #fff;
  display: table-cell;
  float: left;
  font-family: Arial,sans-serif;
  margin: 0 1px 0 0 !important;
  padding: 2px 7px 0;
}

ul.register li a {
  display: block;
  height: 100%;
  width: 100%;
}

ul.register li.act, ul.register li:hover, ul.register li:focus { background: #fff; }


/* firmeneintraege liste - jf - 120605 */
#content .firmenliste { padding-top: .2em;} /* fuer tab-schatten */

#content .firmenliste h2 {
  background: none repeat scroll 0 0 #F8F8F8;
  box-shadow: 0 9px 5px #fff inset, 0 -2px 3px rgba(0, 0, 0, 0.15);
  display: inline-block;
  font-size: 1em;
  padding: 0.5em 1em;
  margin: 1.5em 0 0 1em;
  font-family: Arial, sans-serif;
}

#content .firmenliste h2 a { text-decoration: none; }
#content .firmenliste h2 a:focus, #content .firmenliste h2 a:hover { text-decoration: underline; }

#content .firmenliste li {
  padding: 1em;
  background: url(70fbe7ee6b7a0c94e3a48ee5a51be01c5b627a58.gif)  repeat-x scroll left bottom #f8f8f8;
	list-style: none;
  margin: 0;
  border-bottom: 1px solid #fff;
  box-shadow: 0 -1px 0 #EEEEEE inset, 0 -10px 5px rgba(0,0,0,0.025) inset;
}
#content .firmenliste li:hover, #content ul.firmenliste li:focus { background: #ddd; }

/*
#content .firmenliste li.colored {
	background: #00508C;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.2) inset;
	border: 1px solid #00508C;
}
#content .firmenliste li.colored h3, #content .firmenliste li.colored p, #content .firmenliste li.colored a {
	color: #fff !important;
	text-shadow: 0 1px #004274 !important;
}*/


#content .firmenliste li div { margin-left: 5.5em; }

#content .firmenliste li img { float: left; }

#content .firmenliste li p {
  font-size: .8em;
  font-family: Arial, sans-serif;
  margin: 0;
}

#content .firmenliste li a {
  text-decoration: none;
  color: #252525;
}
#content .firmenliste li a:hover, #content .firmenliste li a:focus { text-decoration: underline; }

#content .firmenliste li strong {
  display: block;
  font-size: 1.2em;
}

#content .firmenliste li span.category {
  color: #666;
  display: block;
}

#content .firmenliste li span.tel {
  background: url(c0593dbdfdb6de090d9f8c3f587f904434c2a5f3.gif)  no-repeat left center;
  padding-left: 16px;
}
#content .firmenliste li span.web {
  background: url(2e61c8bed3f22124fa6a942ca02996acade89a6c.gif)  no-repeat left center;
  padding-left: 14px;
}

/* firmendetailansicht */
.firmendetail h2 { margin-top: 1.5em; }

.firmendetail .address, .firmendetail .address2, .firmendetail .address3 {
  background: #fff;
  border-bottom: 1px solid #D8D8D8;
  display: block;
  float: right;
  font-size: .8em;
  padding: 1em;
  width: 16em;
  margin: 0 0 1em 1em;
}

.firmendetail .address img.logo, .firmendetail .address2 img.logo {
  /* width: 100%; */
  max-width: 200px;
}

.firmendetail .address p, .firmendetail .address2 p, .firmendetail .address3 p,
.firmendetail .address2 li {
  font-family: Arial, sans-serif;
  line-height: 1.2em;
}

.firmendetail .address2 {
  float: left;
  width: 15em;
  margin: 0 1em 1em 0;
}

.firmendetail .address3 {
  float: none;
  margin: 0 0 1em;
}

.firmendetail .backlink { display: block; clear: both; }

.firmendetail .addresswrap {
  background: #fff;
  display: block;
  overflow: auto;
  margin: 0 0 1em;
  border-bottom: 1px solid #D8D8D8;
}
.firmendetail .addresswrap .address2 { border-bottom: none; margin-bottom: 0; }
.firmendetail .addresswrap .logo {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
  padding: 5em 1.5em; /* nur zum faken des beispieleintrages */
  margin-top: 0;
}

.firmendetail .categories a {
  padding: .2em .7em;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  xborder: 1px solid #d8d8d8;
  border-radius: .2em;
  margin-right: .5em;
  text-decoration: none;
  font-family: Arial;
  font-size: .8em;
  text-transform: uppercase;
}

/* tagcloud */
.tagcloud a {
  text-decoration: none;
  display: inline-table;
}
.tagcloud a:hover, .tagcloud a:focus { text-decoration: underline; }

.tagcloud a.size1 { font-size: 0.7em; }
.tagcloud a.size2 { font-size: 1em; }
.tagcloud a.size3 { font-size: 1.2em; }
.tagcloud a.size4 { font-size: 1.7em; }





body.layout_1 #margi{ display: none; }
body.layout_1 #text { width: 920px; }