body {
font-family: Verdana;
}

#Container {
margin: 20px auto;
padding: 20px 70px 40px 70px;
background-color: white; 
width: 900px;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 0px 0px 3px 3px #dddddd;
}

h1 {
font-size: 24px;
}

h2 {
font-size: 14px;
}

p , ul{
font-size: 12px;
line-height: 150%;
}

a{
color: #000;
text-decoration: none;
}

a:hover{
color: #ADCE36;
}

.rechts {
margin: 20px 20px 20px 600px;
display: block;
}

hr {
margin: 20px 0px;
border-top: 1px solid #b00;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
height: 1px;
}

#footer{
text-align: right;
font-size: 10px;
}
