/* standard.css */

body {
   margin: 0px;
   background-color: #fff;
   background-image: url( ../gfx/hdbck.png );
   background-repeat: repeat-x;
}

h2 {
   font-size: 24px;
   margin-top: 0px;
   margin-bottom:5px;
   font-weight:normal;
}

a {
   color: #000;
}

.cont {
   font-size: 14px;
   background-color: #ffffff;
   width: 935px;
   height: 800px;
   padding: 0px;
   margin-top: -1px;
   margin-left: auto;
   margin-right: auto;
   background-image: url( ../gfx/kopf_normal.png );
   background-repeat: no-repeat;
  }

.einklinker {
   position: relative;
   left: 690px;
   top: -760px;
   width: 230px;
   height: 90px;
   border: none;
   cursor: pointer;
}

.einklinker2 {
   position: relative;
   left: 100px;
   top: -840px;
   width: 140px;
   height: 140px;
   border: none;
  /* cursor: pointer;*/
}