body {background-color:#FBE6CA;}

#HomeButton1{
margin-top:40px;
margin-left:35px;  
width:120px;
height:50px;
background:grey;
border-radius:10px;
box-shadow: 0px 5px 20px 5px rgba(0,0,0, .4);
}

#HomeButton2{
margin-top:-70px;
margin-left:30px;   
width:120px;
height:50px;
background:brown;
border-radius:10px;
}

#HomeButton2 h1{
text-align:center;
padding-top:12px;
font-size:18px;
color:white;
}

a:link { color: green; text-decoration:none }
a:visited {color:green; }  
a:hover { color: red; -ms-transition: color 1s; }

h1{color: brown;text-align:center;}
h2{color: brown; text-align:center;}
    
.a2 {font-size: 21px; color:blue;}

.rahmen1{
 margin:0 auto;
 border-width:12px;
 border-color:#FC0;
 border-style:ridge;
 padding:5px;
 box-shadow: 20px 20px 50px grey;
}

.textbox{
 width:1500px;
 margin-left:400px;
}

.hilfreicheLinks{
margin-left:200px
}

