body{
	background-color: #F2F2F2;
	font: 0.8em Myriad Pro, Arial, sans-serif;
	}
	
  	
 
  .startbutton{
	 font-size: 2em;	
	 margin-top:15px;
     color:red;
     background-color:white;	 
	 border: 3px outset gray;
	 border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	text-align:center;
	margin-left:45%;
	margin-right:45%;


	}
  header {
	
	 height:150px;
     }

 
 footer{
	text-align:left;
	font-size: 1.5em;
	color: white;
	margin-top:10em;
 }
 
 footer a {
	color: black;
	margin-left: 5%;
 }
 form {
    background-color:rgb(176,19,25);
    height: 80px;
    
      }



 .links{
	
	margin-top:100px;
	width: 602px;
	background-color:black;
	box-shadow: 10px 10px 5px grey;
	float:left;
	
 }

 .rechts{
	
    width: 40%;
    /*background-color: #ededf8;
	 //border: 1px outset black;
	*/
    margin-left: 630px;
    margin-top: 100px;
    height: 125px;
		}
  
  .werbung {
		color:red;
		text-align:center;
		width: 40%;
		margin-left: 30px;
		margin-top: 20px;
		height: 50px;
		font-size: 150%;
		border: 3px outset gray;
		
		background: #cedce7; /* Old browsers */
		background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #cedce7 0%,#596a72 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #cedce7 0%,#596a72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
			}
			
h2 {
	
	padding-left: 10%;
	padding-top: 10px;
	margin-bottom: 0;
	
}
.banner {
	border: 1px outset black;
	
}