/*----------------------------------------------------------------*/
/* CSS by K4SYSTEMS */
/*----------------------------------------------------------------*/

/* wichtige Farben
Rot: #cc0000
Grun: #62BD6E
*/

/*----------------------------------------------------------------*/
/* Allgemeines */
/*----------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  font-size: 82.5%;
  background: #F0EFEF;
  text-align: center;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select {
  font-family: Arial,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
  color: #333;
  text-align: left;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
}

img, a img {
  border: 0;
}

form {
  display: inline;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted;
}

p {
  line-height: 1.4em;
  margin: 0 0 1.0em 0;
}

a {
  color: #000;
}

a:visited {
  color: #777;
}

a:hover {
  color: #6AB111;
}

/*----------------------------------------------------------------*/
/* pseudoklassen */
/*----------------------------------------------------------------*/
.clear {
  clear: both;
}

.none {
  display: none;
}

.leftalign {
  float: left;
}

.rightalign {
  float: right;
}

.pfeil {
  background: transparent url('../bilder/skins/default/pfeil.gif') left center no-repeat;
  padding-left: 16px;
}

.zurueck {
  background: transparent url('../bilder/skins/default/zurueck.gif') left center no-repeat;
  padding-left: 16px;
}

.kml {
  background: transparent url('../bilder/skins/default/ico_kml.gif') left center no-repeat;
  padding-left: 18px;
}

.kml_big {
  background: transparent url('../bilder/skins/default/ico_kml_gross.gif') left top no-repeat;
  padding-left: 36px;
  padding-bottom: 20px;
}

.grau {
  color: #808080;
}

.route {
  padding: 3px 0 3px 19px;
  line-height: 1.7em;
  background: transparent url('../bilder/skins/default/icon_route.gif') left center no-Repeat;
}

.poi {
  padding: 3px 0 3px 19px;
  line-height: 1.7em;
  background: transparent url('../bilder/skins/default/icon_poi.gif') left center no-Repeat;
}

.neu {
  background: transparent url('../bilder/skins/default/ico_neu.gif') right center no-repeat;
  padding-right: 30px;
}


/*----------------------------------------------------------------*/
/* h1 und co */
/*----------------------------------------------------------------*/
h1 {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.0em;
}

h2 {
  font-size: 1.2em;
  color: #6AB111;
  font-weight: bold;
  margin-top: 2.0em;
  margin-bottom: 0.3em;
}

#spalte-1 h2 a {
  text-decoration: none;
  color: #6AB111;
}

h3 {
  color: #777;
  font-size: 1.2em;
  padding: 0;
  margin: 0;
  margin-top: 1.0em;
}

h4 {
  color: #777;
  font-size: 1.1em;
}

h5 {
  padding: 0;
  margin: 0;
  font-size: 1.0em;
}


/*----------------------------------------------------------------*/
/* bereiche */
/*----------------------------------------------------------------*/
#wrap, #footer {
  margin: 0 auto;
  padding: 0;
  width: 945px;
  text-align: left;
}

#wrap {
  height: 100%;
  background: #fff url('../bilder/skins/default/back_wrap_left.gif') left top repeat-Y;
  padding-left: 5px;
}

#wrapwrap {
  background: #fff url('../bilder/skins/default/back_wrap_right.gif') right top repeat-Y;
  padding: 0px 5px 0px 0px;
}

#header {
  background: transparent url('../bilder/skins/default/back_header.gif') left bottom repeat-X;
}

#header img {
  float: left;
  padding: 10px 152px 0px 33px;
  background: #fff url('../bilder/skins/default/back_logo.gif') right bottom no-repeat;
}


/*----------------------------------------------------------------*/
/* bereiche */
/*----------------------------------------------------------------*/
#smallnavi, #smallnavi li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#smallnavi {
  margin: 0px 21px 0px 0px;
}

#smallnavi li  {
  float: right;
  display: inline;
  padding-top: 6px;
  margin: 0px 5px 0px 5px;
}

#smallnavi li a {
  color: #1F6A00;
  text-decoration: none;
  font-size: 0.9em;
}

#smallnavi li a:hover, #smallnavi li.selected a {
  text-decoration: underline;
}


/*----------------------------------------------------------------*/
/* topnavi */
/*----------------------------------------------------------------*/
#topnavi, #topnavi li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#topnavi {
  float: right;
  width: 100%;
  display: block;
  background: transparent url('../bilder/skins/default/back_topnavi.gif') left top no-repeat;
}

#topnavi li {
  height: 38px;
  background: transparent url('../bilder/skins/default/back_topnavi_li.gif') right top no-repeat;
  display: inline;
  line-height: 38px;
  float: right;
}

#topnavi li a {
  padding: 0px 28px 0px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
}

#topnavi li a:hover, #topnavi li.selected a {
  text-decoration: underline;
}

#header .clear {
  margin: 0;
  height: 10px;
  overflow: hidden;
}



/*----------------------------------------------------------------*/
/* content */
/*----------------------------------------------------------------*/
#content {
  clear: both;
  padding: 2.0em 28px 0px 33px;
  font-size: 1.0em;
}

#spalte-0 {
  float: left;
  display: inline;
  width: 155px;
}

#spalte-2 {
  float: right;
  display: inline;
  width: 165px;
/*  background: #cc00cc;*/
/*  font-size: 0.9em*/
}

#spalte-1 {
  margin: 0px 200px 0px 200px;
}

#spalte-1 ul, #spalte-2 ul {
  margin-bottom: 1.0em;
}

#spalte-1 li, #spalte-2 li {
  padding-left: 16px;
/*  background: transparent url('../bilder/skins/default/dot_li_home.gif') left 0.3em no-repeat;*/
  background: transparent url('../bilder/skins/default/pfeil.gif') left 0.2em no-repeat;
  margin-bottom: 0.5em;
}

#spalte-2 li a, #spalte-2 li a:visited {
  color: #6AB111;
}

.unterpunkte {
/*  font-size: 1.1em;*/
  padding-bottom: 1.0em;
}

#to_top {
  clear: both;
  margin-top: 1.0em;
}

#to_top a {
  background: transparent url('../bilder/skins/default/to_top.gif') left center no-repeat;
  padding-left: 16px;
  font-size: 0.9em;
}

/*----------------------------------------------------------------*/
/* subnavi */
/*----------------------------------------------------------------*/
#subnavi, #subnavi li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#subnavi, #subnavi ul {
  border-top: 1px dotted #96A39A;
}

#subnavi li {
  border-bottom: 1px dotted #96A39A;
}

/*
#subnavi li.selected a {
  background: #68C173;
  color: #fff;
}
*/

#subnavi li a, #subnavi li.selected ul li a {
  text-decoration: none;
  padding: 0.3em 10px 0.3em 0px;
  display: block;
  width: 145px;
  color: #1F6B00;
  background: transparent url('../bilder/skins/default/dot_subnavi.gif') right 0.7em no-repeat; 
}

#subnavi li a:hover, #subnavi li.selected ul li a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------*/
/* sub subnavi */
/*----------------------------------------------------------------*/
#subnavi ul {
  margin-bottom: 0.5em;
}

#subnavi ul, #subnavi ul li {
  border: 0;
}

#subnavi ul li a, #subnavi li.selected ul li a {
  width: 133px;
  padding-left: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fff;
  font-size: 0.9em;
  background: transparent url('../bilder/skins/default/dot_subnavi.gif') left 0.4em no-repeat;
}

#subnavi li.selected ul li.selected a {
  text-decoration: underline;
}

#breadcrumb {
  color: #777;
  font-size: 0.8em;
  margin: 0px 0px 2.0em 0px;
}

#breadcrumb a {
  color: #777;
}


/*----------------------------------------------------------------*/
/* startseite */
/*----------------------------------------------------------------*/
#home-0 {
  border-right: 1px dotted #96A39A;
  width: 366px;
  padding: 0px 30px 0px 0px;
  display: inline;
  float: left;
}

#home-0 h1 {
  font-size: 1.8em;
}

#home-0 h1 a {
  color: #333;
  text-decoration: none;
}

#home-1 {
  float: right;
  display: inline;
  width: 450px;
}

#home-1 ul, #home-1 li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#home-1 ul {
  margin-bottom: 2.0em;
}

#home-1 li {
  font-size: 1.5em;
  color: #6AB111;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#home-1 a.button, #spalte-1 a.button {
  margin-top: 1.0em;
  padding: 0.5em;
  color: #fff;
  background: #FF9900 url('../bilder/skins/default/back_button_big.gif') left top repeat-X;
  text-decoration: none;
  display: inline-block;
  float: left;
  border: 1px solid #FF9900;
  font-size: 1.1em;
}

#spalte-1 a.button {
  margin-top: 0;
  float: none;
}

#home-1 a.button:hover, #spalte-1 a.button:hover {
  background-position: left -40px;
  border: 1px solid #96A39A;
  text-decoration: underline;
}

#home-2 {
  clear: both;
}

#home-3, #home-4, #home-5 {
  display: inline;
  float: left;
  width: 267px;
}

#home-3, #home-4 {
  margin-right: 30px;
}

#home-2 li {
  padding-left: 16px;
  background: transparent url('../bilder/skins/default/pfeil.gif') left 0.2em no-repeat;
  margin-bottom: 0.5em;
}

#home-5 dt {
  margin-bottom: 1.0em;
}


/*----------------------------------------------------------------*/
/* footer */
/*----------------------------------------------------------------*/
#footer {
  clear: both;
  background: transparent url('../bilder/skins/default/back_footer.gif') left top repeat-X;
  width: 950px;
}

#footer-0 {
  background: transparent url('../bilder/skins/default/back_footer_left.gif') left top no-repeat;
  display: inline;
  float: left;
  width: 30%;
  text-align: left;
  font-size: 0.8em;
  color: #999;
  padding: 0.6em 0px 0px 38px;
}

#footer-1 {
  background: transparent url('../bilder/skins/default/back_footer_right.gif') right top no-repeat;
  display: inline;
  float: right;
  width: 50%;
  text-align: right;
  font-size: 0.8em;
  color: #999;
  padding: 0.6em 33px 0px 0px;
}

#footer a {
  text-decoration: none;
  color: #999;
  margin-left: 1.0em;
}

#footer a:hover {
  text-decoration: underline;
  color: #000;
}


/*----------------------------------------------------------------*/
/* defined lists */
/*----------------------------------------------------------------*/
dl.img_right dd {
  color: #777;
  font-size: 0.8em;
  text-align: center;
}

dl.img_right {
  float: right;
  margin: 0px 0px 20px 20px;
}

#startseite dl dd {
  text-align: left;
  color: #333;
  font-size: 1.0em;
}


/*----------------------------------------------------------------*/
/* screenshots */
/*----------------------------------------------------------------*/
.screenshots #spalte-1 img {
  border: 1px solid #dadada;
}


/*----------------------------------------------------------------*/
/* sonstiges */
/*----------------------------------------------------------------*/
table.produktvergleich {
  width: 100%;
  margin-bottom: 1.0em;
}

table.produktvergleich td {
  vertical-align: top;
  border-top: 1px solid #dadada;
  padding: 0.2em;
}

table.produktvergleich th {
  color: #333;
  padding: 0.2em;
  text-align: center;
  font-weight: normal;
  font-size: 1.0em;
}

table.produktvergleich td.janein {
  text-align: center;
}

/*----------------------------------------------------------------*/
/* kontaktformular */
/*----------------------------------------------------------------*/
p.cx_error {
  background-color: #FFFFD5;
  border: 1px solid #cc0000;
  padding: 0.6em;
  color: #cc0000;
}

span.cx_pflicht {
  color: #cc0000;
}

input.cx_pflicht, textarea.cx_pflicht {
  background-color: #FFFFD5;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.6em;
  text-align: left;
}

fieldset legend {
  color: #6AB111;
  letter-spacing: 0.1em;
}

fieldset table {
  width: 100%;
}

fieldset table td.spalte-1 {
  width: 20%;
  text-align: right;
  padding-right: 0.5em;
  padding-bottom: 0.3em;
}

fieldset table td.spalte-2 {
  width: 70%;
  text-align: left;
  padding-bottom: 0.3em;
}

input.default {
  width: 80%;
}

input.halb {
  width: 50%;
}

input.plz {
  width: 20%;
}

input.submit {
  text-align: center;
}

textarea.default {
  width: 95%;
}

td input, td select {
  margin-left: 5px;
}



/*----------------------------------------------------------------*/
/* rechte seite */
/*----------------------------------------------------------------*/
.box1, .box2, .box3 {
  padding-bottom: 12px;
  background: transparent url('../bilder/skins/default/back_spalte2_box1.gif') left bottom no-repeat;
  margin: 0px 0px 1.0em 0px;
}

.box1 h3, .box2 h3, .box3 h3 {
  margin-top: 0;
  font-size: 1.1em;
  color: #6AB111;
  border: 1px solid #dadada;
  border-width: 1px 1px 0px 1px;
  padding: 0.5em 0.5em 0px 0.5em;
  text-decoration: none;
}

.box1 p, .box2 p, .box3 p {
  border: 1px solid #dadada;
  border-width: 0px 1px 0px 1px;
  padding: 0.5em 0.5em 0px 0.5em;
  margin: 0;
}

.box1 h3 + p, .box2 h3 + p, .box3 h3 + p {
  padding-top: 0;
}

.box1 a, .box2 a, .box3 a {
  background: transparent url('../bilder/skins/default/pfeil.gif') left 0.2em no-repeat;
  padding-left: 16px;
}

.box1 h3 a, .box2 h3 a, .box3 h3 a {
  text-decoration: none;
  background: transparent;
  color: #6AB111;
  padding: 0;
  margin: 0;
}

.box3 a:hover {
  color: #fff;
}


/* box2 */
/* gruene box */
.box2 {
  background: #6AB111 url('../bilder/skins/default/back_spalte2_box2.gif') bottom left no-repeat;
}

.box2 p, .box2 h3, .box2 h3 a, .box2 a, .box2 h3 a:visited, .box2 a:visited {
  border-color: #6AB111;
  color: #fff;
}

.box2 a {
  background: transparent url('../bilder/skins/default/pfeil_gruen.gif') left 0.2em no-repeat;
}


/* box3 */
/* gruene box */
.box3 {
  background: #FFA113 url('../bilder/skins/default/back_spalte2_box3.gif') bottom left no-repeat;
}

.box3 p, .box3 h3, .box3 h3 a, .box3 a, .box3 h3 a:visited, .box3 a:visited {
  border-color: #FFA113;
  color: #fff;
}

.box3 a {
  background: transparent url('../bilder/skins/default/pfeil_orange.gif') left 0.2em no-repeat;
}

/* box1-3 */
/* kein background bei h3-link */
.box3 h3 a, .box1 h3 a, .box2 h3 a {
  background: transparent;
}

.hinweis_blank, #spalte-1 ul {
  background: transparent url('../bilder/skins/default/back_hinweis.gif') left top no-repeat;
  padding: 1.0em 0px 0px 1.0em;
}

.hinweis {
  background: transparent url('../bilder/skins/default/back_hinweis_dot.gif') left top no-repeat;
  padding: 1.0em 0px 0px 2.2em;
  color: #777;
}

div.hinweis_blank {
  margin-bottom: 1.0em;
}

form .hinweis_blank {
  padding-bottom: 1.0em;
}


/*----------------------------------------------------------------*/
/* rounded corners */
/*----------------------------------------------------------------*/
.box0 h1, .box0 h2, .box0 p {margin:0 10px; letter-spacing:1px;}
.box0 h2 { background: #dadada; border-left:1px solid #dadada; border-right:1px solid #dadada;margin:0;padding:0;color: #777;letter-spacing:0;padding: 0px 0.5em 0.2em 0.5em;font-size: 1.0em}
.box0 a { font-size: 0.9em;letter-spacing:0}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#dadada; border-left:1px solid #DADADA; border-right:1px solid #DADADA;}
.xb1 {margin:0 5px; background:#DADADA;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xbottom .xb2, .xbottom .xb3, .xbottom .xb4 {background:transparent;}

.xboxcontent {display:block; background:transparent; border:0 solid #DADADA; border-width:0 1px; padding: 0.5em;}



/*----------------------------------------------------------------*/
/* formulare */
/*----------------------------------------------------------------*/
form {
  display: inline;
}

input.button {
  text-align: center;
}


/*----------------------------------------------------------------*/
/* quicklogin */
/*----------------------------------------------------------------*/
#quicklogin p {
  margin: 0;
  padding: 0;
}

#quicklogin input.eingabe {
  width: 90%;
}

#quicklogin input.button {
  margin-top: 0.5em;
}



/*----------------------------------------------------------------*/
/* kunden */
/*----------------------------------------------------------------*/
dl.kunde {
  margin-bottom: 2.0em;
  height: 8.0em;
  overflow: hidden;
}

dl.kunde dt {
  float: right;
  display: inline;
  text-align: center;
  width: 180px;
}

dl.kunde dd {
  text-align: left;
  margin: 0px 180px 2.0em 0px;
}

img.kunde {
  padding: 1.0em;
}


/*----------------------------------------------------------------*/
/*--externe links--*/
/*----------------------------------------------------------------*/
#spalte-1 a[href^="http://"], #spalte-1 a[href^="https://"] {
  padding-left: 12px;
  background-image: url('../bilder/skins/default/ext_link.gif');
  background-repeat: no-repeat;
  background-position: left;
}

#spalte-1 .no_icon a, #spalte-1 #map1 a, #spalte-1 #map a, #spalte-1 #map2 a, #spalte-1 #map3 a, #spalte-1 #map4 a, #spalte-1 h2 a, #spalte-1 ul.suchergebnis li a {
  padding: 0;
  background: none;
}


/*----------------------------------------------------------------*/
/* projekte */
/*----------------------------------------------------------------*/
.seitennavi {
  text-align: center;
}

.seitennavi a {
  font-size: 0.8em;
  text-decoration: none;
  border: 1px solid #dadada;
  background: #eee;
  padding: 0.2em 0.5em 0.2em 0.5em;
  margin: 0.5em;
}

.seitennavi a:hover, .seitennavi a.selected {
  border: 1px solid #6AB111;
  background: #fff;
  color: #000;
}

#spalte-1 a.projekte {
  background: none;
  padding: 0;
}



/*----------------------------------------------------------------*/
/* google maps beispiele */
/*----------------------------------------------------------------*/
#map, #map1, #map2, #map3, #map4 {
  width: 475px;
  height: 300px;
  background: #ccc;
}

#route {
  margin-top: 1.0em;
}

#route p {
  padding-bottom: 1.0em;
}

#route a {
  color: #6AB111;
}

select.google_example {
  margin-bottom: 0.5em;
}


/*----------------------------------------------------------------*/
/* centix tour */
/*----------------------------------------------------------------*/
#spalte-1 ul.tour li {
  padding-bottom: 1.0em;
}

#spalte-1 ul.tour li a {
  font-size: 1.1em;
  color: #6AB111;
}






/*----------------------------------------------------------------*/
/* centix tour 2 */
/*----------------------------------------------------------------*/
.closed, .opened {
  margin-bottom: 1.0em;
  color: #fff;
  background: #FF9900 url('../bilder/skins/default/back_button_big.gif') left -40px repeat-X;
  border: 1px solid #96A39A;
  padding: 0.5em;
}

.closed {
  cursor: pointer;
}

.opened {
  background-position: left top;
  border: 1px solid #FF9900;
  padding: 0;
}

.closed h2, .opened h2 {
  font-size: 1.1em;
  color: #fff;
  margin: 0;
  padding: 0;
  background: transparent url('../bilder/skins/default/ico_plus.gif') left center no-repeat;
  padding-left: 1.5em;
  font-weight: normal;
  text-decoration: none;
}

.opened h2 {
  background: transparent url('../bilder/skins/default/ico_minus.gif') 0.5em center no-repeat;
  padding: 0.5em 0.5em 0.5em 2.0em;
  cursor: pointer;
}

.closed h2:hover, .opened h2:hover {
  text-decoration: underline;
}

.opened h3 {
  margin-top: 0;
  background: #eee url('../bilder/skins/default/ico_plus_norm.gif') 0.8em center no-repeat;
  padding: 0.5em 2.2em;
  font-weight: normal;
  text-decoration: underline;
  font-size: 1.0em;
  cursor: pointer;
  border-top: 1px solid #fff;
}

.opened div h3 {
  background: #fff url('../bilder/skins/default/ico_minus_norm.gif') 0.8em center no-repeat;
  font-weight: bold;
  text-decoration: none;
}

.opened div h3:hover {
  text-decoration: underline;
}

.opened .hinweis_blank {
  background-color: #fff;
  background-position: 2.2em top;
  padding: 1.0em 1.5em 0.1em 3.0em;
}

#spalte-1 .hinweis_blank ul {
  background: none;
}

.zuklappen {
  text-align: right;
  margin: 1.0em 0px 1.0em 0px;
}

.zuklappen a {
  font-size: 0.8em;
  background: transparent url('../bilder/skins/default/ico_minus_norm.gif') right center no-repeat;
  padding-right: 18px;
  color: #333;
}

a.btn_next {
  background: transparent url('../bilder/skins/default/btn_next.gif') right center no-repeat;
  padding: 1.0em 2.5em;
  color: #333;
  font-size: 1.1em;
}

a.btn_last {
  background: transparent url('../bilder/skins/default/btn_last.gif') left center no-repeat;
  padding: 1.0em 2.5em;
  color: #333;
  font-size: 1.1em;
}

a.btn_last:hover, a.btn_next:hover {
  color: #000;
}

p.tournavi {
  text-align: center;
  padding: 1.0em;
}


/*----------------------------------------------------------------*/
/* sitemap */
/*----------------------------------------------------------------*/
#spalte-1 ul.sitemap, #spalte-1 ul.sitemap li {
  list-style-type: none;
}

#spalte-1 ul.sitemap li {
  font-size: 1.1em;
}

#spalte-1 ul.sitemap li ul li {
  font-size: 1.0em;
}

#spalte-1 ul.sitemap li ul {
  background: none;
}


/*----------------------------------------------------------------*/
/* suche */
/*----------------------------------------------------------------*/
.formular_suche_btn {
  text-align: center;
}

.suche_like_text, .suche_like_text:visited {
  text-decoration: none;
  color: #333;
}

.suchergebnis li p {
  padding: 0;
  margin: 0;
}

#spalte-1 .suchergebnis li {
  margin-bottom: 1.5em;
}

.suchergebnis .suche_last_edit, .suchergebnis a.suche_a {
  font-size: 0.8em;
}

.suchtreffer {
  border-bottom: 1px dotted;
}


/*----------------------------------------------------------------*/
/* abfallwecker */
/*----------------------------------------------------------------*/
#abfallwecker {
  margin-right: 310px;
  margin-bottom: 1.5em;
}

#abfallwecker p {
  margin: 0;
  padding: 0;
}

#abfallwecker p#abfallwecker_footer a {
  background: transparent url('../bilder/skins/default/pfeil.gif') left center no-repeat;
  padding-left: 16px;
}

#abfallwecker .abfallwecker_termin {
  font-size: 0.9em;
}

.handy {
  display: inline;
  float: left;
  padding: 60px 33px 0px 31px;
  height: 186px;
  font-size: 0.9em;
  color: #6C6C6C;
  margin-right: 30px;
  width: 119px;
  background: transparent url('../bilder/skins/default/back_handy.gif') left top no-repeat;
}


/*----------------------------------------------------------------*/
/* image_zoom */
/*----------------------------------------------------------------*/
.image_zoom {
  float: right;
  margin-left: 0.5em;
  padding-bottom: 20px;
  background: #eee url('../bilder/layout/zoom.gif') left bottom no-repeat;
  cursor: pointer;
}

.image_zoom_zoom {
  display: block;
  padding-bottom: 20px;
  background: #eee url('../bilder/layout/zoom_out.gif') left bottom no-repeat;
  cursor: pointer;
  margin-bottom: 1.0em;
}
