/* CSS Document */

#div2 {
    width: 100%;
    Height: 551px;
    padding: 20 px;
   background:#ffffff url(startseite_gayXpert.jpg) no-repeat scroll;
   background-position: 50% 50%;
  background-repeat: no-repeat;
}

.button {
color: rgb(255, 255, 255);
font-size: 18px;
padding: 10px;
text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: rgb(71, 165, 19);
background: -moz-linear-gradient(90deg, rgb(71, 165, 19) 30%, rgb(12, 144, 13) 70%);
background: -webkit-linear-gradient(90deg, rgb(71, 165, 19) 30%, rgb(12, 144, 13) 70%);
background: -o-linear-gradient(90deg, rgb(71, 165, 19) 30%, rgb(12, 144, 13) 70%);
background: -ms-linear-gradient(90deg, rgb(71, 165, 19) 30%, rgb(12, 144, 13) 70%);
background: linear-gradient(0deg, rgb(71, 165, 19) 30%, rgb(12, 144, 13) 70%);
-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);
}

.button2 {
color: rgb(230, 230, 230);
font-size: 18px;
padding: 10px;
text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: rgb(210, 20, 20);
background: -moz-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: -webkit-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: -o-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: -ms-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: linear-gradient(0deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);
};