/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* color definition */
/* google map */
/* squeezbox filter */
.aussteller-stand-label {
  float: left;
  font-weight: bold; }

.aussteller-stand {
  margin-top: 1rem;
  font-size: 0.8rem;
  padding-top: 0.5rem; }

.node div.aussteller-branche {
  border-top: 1px #eee solid;
  margin-top: 0.8rem;
  font-size: 0.8rem; }

.aussteller-link {
  background: #3d5a7b;
  border-radius: 6px;
  padding: 0.4rem 0.5rem;
  text-align: center;
  width: 10rem;
  margin-top: 1rem;
  display: inline-block; }

.aussteller-link a {
  color: white; }

.node-type-aussteller .rechtespalte {
  background: white;
  text-align: center; }

/*# sourceMappingURL=aussteller.css.map */