body {
  background: #444;
  font-family: arial;
  font-size: 14px;
  color: #aaa;
}
a:link {
  color: #eee;
  font-size: 14px;
  font-family: arial;
  text-decoration: none;
}
a:visited {
  color: #eee;
  font-size: 14px;
  font-family: arial;
  text-decoration: none;
}
a:hover {
  color: #c52127;
  font-size: 14px;
  font-family: arial;
  text-decoration: underline;
}

img {
  border: 0px;
}

.smalltitle {
  color: #222;
  padding-top: 5px;
  font-size: 20px;
  letter-spacing: 4px;
}

.mytitle {
  color: #222;
  padding-top: 5px;
  font-size: 24px;
  letter-spacing: 2px;
}

a.footer:hover {
  font-size: 12px;
  font-family: arial;
  text-align: center;
  padding-top: 20px;
  padding-bottom; 20px;
}
.footer, a.footer, a.footer:visited {
  font-size: 12px;
  font-family: arial;
  text-align: center;
  padding-top: 20px;
  padding-bottom; 20px;
}
a.onglet, .onglet {
  font-size: 16px;
  color: #c52127;
  font-family: arial;
  text-align: center;
  padding-top: 20px;
  padding-bottom; 20px;
}

.myborder:hover {
  font-family:         arial; 
  font-size:           12px;
  color:               #c52127;
  background-color:    #aaa;
  font-weight:         normal;
  border-color:        #c52127;
  border-style:        solid;
  border-top-width:    1px; 
  border-right-width:  1px; 
  border-bottom-width: 1px; 
  border-left-width:   1px;
}

.myborder {
  font-family:         arial; 
  font-size:           12px;
  color:               #000000;
  background-color:    #555;
  font-weight:         normal;
  border-color:        #c52127;
  border-style:        solid;
  border-top-width:    1px; 
  border-right-width:  1px; 
  border-bottom-width: 1px; 
  border-left-width:   1px;
}

div#long_scroll {
  float: right;
  margin-right: 45px;
  margin-left: 50px;
  width: 500px;
  height: 350px;
  overflow: hidden;
  text-align: justify;
}

div#long_track {
  margin-right: 15px;
  float: right;
  width: 5px;
  height: 350px;
  background-color: #ccc;
}

div#long_pointer {
  float: right;
  width: 5px;
  height: 40px;
  background-color: #c52127;
  cursor: pointer;  
}

div#main {
  float: right;
}

div.image_display {
  float: right;
  top: 0;
}

div#main_legende {
  /*border: 1px solid #ccc;*/
  height: 400px;
}

div.legende {
  width: 400px;
  float: right;
}

div.ask_info {
  width: 300px;
}

div.ask_info form {
  display: inline;
  margin: 0;
  margin-left: -100px;
}
div.ask_info {
  float: right;
}

div#msg {
  position: absolute;
  top: 400px;
  margin-left: 50%;
}

