/****************************************************************************
 * Styles für die Kategorie 296 (Startseite)                                *
 ***********************************************************************!-> */

/* Grundeinstellungen **************************************************!-> */
body {
  margin: 0px;
  padding: 0px;
  background-color: #65CC33;
}
body, div, a {
  color: #FDFDFD;
  font-family: rotis,geneva,sans-serif;
}

/* DIV für Hintergrundbild *********************************************!-> */
div.main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 356px;
  height: 456px;
  margin-top: -228px;
  margin-left: -178px;
  background: url('pics/startseite.png') no-repeat;
}

/* DIV für Texte *******************************************************!-> */
div.text {
  position: absolute;
  font-weight: bold;
  font-size: 1.5em;
  white-space: nowrap;
}
#header {
  top: -50px;
  left: -100px;
}
#messen {
  top: 300px;
  right: 340px;
}
#magazine {
  top: 460px;
  left: 140px;
}
#more {
  top: 150px;
  left: 360px;
}
#abs {
  top: 460px;
  right: 170px;
}
#visi {
  top: 460px;
  left: 210px;
}

/* Verweise ************************************************************!-> */
a:link, a:visited {
  text-decoration: none;
}
a:active, a:focus, a:hover {
  text-decoration: underline;
}