html, body
{
font-family: Thaoma, Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 20px;
background: url(bilder/bg.jpg) no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
#gesamt
{
margin: auto;
width: 960px;
//opacity: 0.9;
}
.box
{
height: auto;
display: flex; 
justify-content:center;
}
.box1
{
float: left;
width: 260px;
height: 200px;
margin-top: 10px;
margin-left: 10px;
padding:10px;
color: #222;
text-align: center;
border: solid 1px #ccc; -webkit-box-shadow: #000 0 0 25px; -moz-box-shadow: #000 0 0 25px; box-shadow: #000 0 0 25px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #fff;
}
.box2
{
width: 350px;
height: auto;
margin: 30px 20px 0px 20px;
padding:15px;
text-align: left;
border: solid 1px #ccc; -webkit-box-shadow: #000 0 0 25px; -moz-box-shadow: #000 0 0 25px; box-shadow: #000 0 0 25px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #fff;
}
#fusszeile
{
clear: both;
margin-left: auto;
margin-right: auto;
width: 960px;
height: 70px;
color: #000000;
text-align: center;
padding:10px 0px 0px 0px;
background-color: #CDD5E6;
}
a.navi:link
{
font-family: Thaoma, Arial, Helvetica, sans-serif;
font-size: 18px;
text-decoration: none;
}
a.navi:visited
{
text-decoration:none;
color: #000000;
}
a.navi:hover
{
font-size: 18px;
color: #000000;
font-weight: bold;
text-decoration: none;
}
a.links:visited
{
text-decoration:none;
color: #999999;
}
a.links:link
{
font-family: Thaoma, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #1B50B8;
text-decoration: none;
}
a.links:hover
{
font-size: 16px;
color: #1B50B8;
font-weight: bold;
text-decoration: none;
}
.bilder
  {
  float:left;
  margin:10px;
  padding:10px;
  }
.bilderbox
 {
 float: left;
 width: 213px;
 padding: 1px;
 }  