* {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0;
}

html {
  height: 100%;
}

body {
  background: url('/images/background.png');
  font-family: "Hypatia Sans Pro", "Calibri", "Century Gothic", sans-serif;
  font-size: 11pt;
  color: #333;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #666;
  font-weight: normal;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 130%;
  text-align: center;
}

h2 {
  font-size: 115%;
}

#line_inserter {
  background: url('/images/background_line.jpg') top center repeat-x;
  height: 100%;
}

#main {
  margin: 0 auto;
  background: white;
  width: 756px;
  height: 100%;
  background: url('/images/content_background.png') center 125px repeat-y;
}

#header {
  vertical-align: bottom;
}

#content {
  background: url('/images/content_background.png') center top repeat-y;
  padding: 17px 38px 20px 164px;
}

p {
  text-align: justify;
  margin-bottom: 0.5em;
}

p.label, label {
  text-align: center;
}

img.framed, img.zoom_img, div.fade_container {
  border: 2px solid #666;
  padding: 1px;
  background: #fed;
  margin-bottom: 10px;
}

div.fade_container, img.fade {
  width: 550px;
  height: 340px;
}

div.fade_container {
  position: relative;
}

img.fade {
  position: absolute;
  left: 1px;
  top: 1px;
}

p.news {
  padding-top: 0.33em;
  clear: both;
  height: 120px;
}

p.news img {
  padding: 1px;
  border: 2px solid #666;
  float: left;
  margin-right: 25px;
  margin-top: -0.33em;
}

a {
  color: #d80;
  font-weight: bold;
  text-decoration: none;
}

div.slide_container {
  min-height: 7em;
}

p.news a, p.slide a {
  display: block;
  text-align: right;
  margin-top: 5px;
}

div.event {
  border: 1px solid #666;
  padding: 1em;
  margin-bottom: 1em;
  background: url('/images/aktionen_hintergrund.jpg');
}

div.event hr {
  clear: both;
  border: 0;
  border-top: 1px solid #aaa;
}

div.event div.time {
  clear: both;
  float: right;
  font-size: 115%;
  color: #666;
}

div.kollektion {
  margin: -8px -28px 0px -30px;
  padding: 0px 0px 0px 28px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  position: relative;
  min-height: 380px;
  background: url('/images/kollektion_hintergrund.png') left top repeat-y #eed;
  font-size: 0;
}

div.kollektion img {
  width: 90px;
  margin: 16px 16px 9px 0px;
  border: 2px solid #666;
  padding: 1px;
  background: #fed;
  cursor: pointer;
}

div.kollektion div.zoom {
  width: 556px;
  height: 364px;
  position: absolute;
  left: 28px;
  top: 0px;
  overflow: hidden;
}

div.kollektion div.zoom img {
  width: 550px;
  height: 340px;
}

h1#desc {
  padding: 0.2px;
  min-height: 2.4em;
}

input.text_field, textarea {
  width: 360px;
  border: 1px solid #777;
  padding: 5px;
}

div.form {
  margin: 2em;
  width: 375px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #777;
  background: url('/images/aktionen_hintergrund.jpg');
}
