/*<![CDATA[*/
html,body {
  font-size: 90%; /* Resets 1em to 10px */
  font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
  font-style: italic;
  background-color: #FFF;
  color: #000;

  width: 100%;

  margin: auto;
  padding: 0px;

  scrollbar-shadow-color: #A7B1C1;
  scrollbar-3dlight-color: #A7B1C1;
  scrollbar-arrow-color: #F77B02;
  scrollbar-darkshadow-color: #A7B1C1;
  scrollbar-base-color: #A7B1C1;
  scrollbar-track-color: #A7B1C1;
  scrollbar-highlight-color: #A7B1C1;
  
  }

/* Links */
a:link, a:visited {
  color: #000;
  text-decoration: none;
  }

a:hover {
  color: #292E7E;
  text-decoration: underline;
  }

/* Zentrierung */
.all {
  position: absolute;
  width:453px;
  height:452px;
  margin-top: -325px;
  margin-left: -225px;
  top:50%;
  left:50%;
  
  background-image: url(../pics/logo.jpg);
  background-repeat: no-repeat;
  }


.content {
  position: absolute;
  top:190px;
  left:199px;

  height:200px;
  width:453px;

  padding:0px;

  font-size: 100%; /* Resets 1em to 10px */
  font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
  font-style: normal;
  background-color: #FFF;
  color: #000;
  }
  
.content .spezial {
  color: #292E7E;
  }  
/*]]>*/
