body {
  background-color:#ADADAD;
  font-family:Arial,Sans Serif;
  font-size:0.8em;
  text-align:justify;
  padding:0;
  margin:0;
}
#busbestellung {
  color:#C0C0C0;
  width:100%;
  height:100px;
  overflow:hidden;
  background-color:#808080;
  margin:0;
  padding:0;
}
#busbestellung a, a:active, a:visited {
  color:#C0C0C0;
  text-decoration:none;
}
#busbestellung a:hover {
  color:#ffffff;
}
#titelbild {
  float:left;
}
#kontakt {
  float:right;
  font-size:1.5em;
  padding:5px;
  text-align:right;
  border-bottom:4px double #C0C0C0;
}
#busvermietung {
  float:left;
  width:400px;
}
#autobusvermietung {
  float:left;
  background-image:url(images/autobusvermietung.jpg);
  width:400px;
  height:300px;
}
#busunternehmen {
  float:left;
  width:400px;
  overflow:hidden;
}
.busvermieter {
  float:left;
  width:370px;
  margin:10px 0 0 0;
  padding:10px;
  background-color:#c0c0c0;
  border-top: 4px double #000000;
  font-size:0.8em;
}
.busvermieter h1 {
  font-size:1.2em;
  font-weight:bold;
}
#text {
  background-color:#d0d0d0;
  padding:10px;
  margin:10px 10px 10px 410px;
  text-align:justify;
}
#text h1 {
  font-size:1.3em;
}
#fussnote {
  margin-bottom:0px;
  padding:5px 0;
  font-size:1.4em;
  text-align:center;
  width:100%;
  height:50px;
  background-color:#808080;
}
#fussnote a, a:active, a:visited {
  color:#C0C0C0;
  text-decoration:none;
}
#fussnote a:hover {
  color:#ffffff;
}
.screenshot {
  border-top:1px solid;
  border-left:none;
  border-bottom:1px solid;
  border-right:1px solid;
}
a, a:active, a:visited {
  color:#0000A0;
  text-decoration:underline;
}
a:hover {
  color:#FF0000;
  text-decoration:underline;
}