* {
 margin : 0;
 padding : 0;
}
html {
 overflow-y: scroll;
}
body {
  background-color:#f2f2f2;
  font-family:'Arial', sans-serif;
  color: #000000;
  text-align:center;
  width:100%;
}
.divgesamt {
  width:660px;
  margin:100px auto;
  background-image: url(./grafics/rahmenindex.jpg);
  background-repeat: no-repeat;
  text-align:center;
  vertical-align:middle;
  height:340px;
  padding:30px;
  }
.divgesamtstoerung {
  width:660px;
  margin:100px auto;
  background-image: url(./grafics/rahmenindex600.jpg);
  background-repeat: no-repeat;
  text-align:center;
  vertical-align:middle;
  height:440px;
  padding:30px;
  }

.divblau {
  width:600px;
  background-color:#3b597f;
  color: #f2f2f2;
}
.divrechts, .divlinks {
  width:300px;
  font-size:1.1em;
  font-weight: bold;
  color: #f2f2f2;
  vertical-align:top;
  padding-top:10px;
}
.divlinks {
  padding-left:20px;
  text-align:left;
}
.divrechts {
  padding-right:20px;
  text-align:right;
}
.divunten {
  width:560px;
  font-weight: bold;
  color: #f2f2f2;
  padding:10px 20px;
  text-align:center;
}
 .schatten {
  color:#ffffff;
  font-size:1.1em;
  font-weight:bold;
  padding:20px 10px;
  text-shadow: #cc0000 2px 2px 2px;
}
a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  font-family: Arial;
  font-size: 14px;
  font-weight:normal;
  color:#f2f2f2;
}
a:hover {
  color: #ffe035;
}
a.button:link, a.button:visited, a.button:active, a.button:hover {
  text-decoration: none;
  font-family: Arial;
  font-size: 16px;
  font-weight:bold;
  color:#f2f2f2;
  padding:2px 0;
}
a.button:hover {
  color: #ffe035;
}
.tabmenu {
  width:560;
  margin:0 auto;
}
.tdmenu {
  color:#f2f2f2;
  font-size: 1em;
  font-weight:bold;
  text-align:center;
}