/**
 *
 * Zentrales Stylesheet für Frontend
 *
 * @author LS <schweisthal@medienpark.net>
 * @version 2009-07-15
 *
 */

html {}

body {
  color: #464b4e;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 11px;
  line-height: 150%;
}

a {
  text-decoration: underline;
  color: #464b4e;
}

a:hover {
  color: #fb9200;
}

a img {
  border: none;
}

h1 {
  line-height: 120%;
}

div#wrapper {
  width: 750px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  margin: 50px auto 0px auto;
  padding: 20px;
  border: 1px solid #464b4e;
}

a img#logo {
  float: right;
}

label {
  display: block;
  width: 175px;
  float: left;
  clear: both;
}

a.shoplink {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #464b4e;
  text-decoration: none;
}

a.shoplink:hover {
  border: 1px solid #fb9200;
}
