
/* standards */
body {
  font: 10px verdana, sans-serif;
  /*background: #99CCFF;*/
  color: #000000;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  /*background: #FFFFFF url(/img/bubbles.jpg);*/
}

a:active, a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #FF6600;
  text-decoration: none;
}

a.akt:active, a.akt:link, a.akt:visited {
  color: #FF6600;
  text-decoration: none;
}

a.akt:hover {
  color: #FF6600;
  text-decoration: none;
}

h1, h1 a {
  font: 22px verdana, sans-serif;
  color: #FF6600;
  font-style: italic;
  font-weight: bold;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

h2, h2 a {
  font: 14px verdana, sans-serif;
  color: #000000;
  font-style: italic;
  font-weight: bold;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

form {
  margin:0px;
  display: inline;
}

input,textarea,select{
  font: 11px verdana, sans-serif;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #4F5D88;
  margin:2px;
}

input.blau {
  font: 11px verdana, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  background: #639EFF;
  border: 1px solid #639EFF;
  cursor: pointer;
}

input.orange {
  font: 11px verdana, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  background: #FF6600;
  border: 1px solid #FF6600;
  cursor: pointer;
}

input.gruen {
  font: 11px verdana, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  background: #7CC10E;
  border: 1px solid #7CC10E;
  cursor: pointer;
}

.top {
  background: url(/img/hotel_guenstig_logo.png) no-repeat;
  background-position: left bottom;
  height:150px;
  cursor:pointer;
}

.klein {
  font:9px verdana, arial, sans-serif;
}

.sklein {
  font:8px verdana, arial, sans-serif;
  vertical-align: super;
}

.rot {
  font-weight: bold;
  color: #FF6600;
}

.line_t {
  border-top: 1px solid #4F5D88;
}

.line_b {
  border-bottom: 1px solid #4F5D88;
}

.frame {
  background: #E1F6C0;
  border-top: 1px solid #4F5D88;
  border-left: 1px solid #4F5D88;
  border-right: 1px solid #4F5D88;
  border-bottom: 1px solid #4F5D88;
}

.banner {
  /*filter: alpha(opacity=60);
  -moz-opacity: 0.60;*/
  opacity: 0.60;
}

.map {
  background: #E1F6C0;
  border-top: 1px solid #4F5D88;
  border-left: 1px solid #4F5D88;
  border-right: 1px solid #4F5D88;
  border-bottom: 1px solid #4F5D88;
}

.list_on {
  background: #C7DEF5;
}

.list_off {
  background: #EFF3F7;
}

fieldset {
  border: 1px solid #4F5D88;
  background: #FFFFFF;
}

legend {
  font: 12px verdana, sans-serif;
  font-weight: bold;
}

.tag:hover {
  text-decoration: underline;
}

.tag0 {
  font-size: 10px;
  color: #7F7F7F !important;

}
.tag1 {
  font-size: 12px;
  color: #7F7F7F !important;
}


.tag2 {
  font-size: 14px;
  color: #5F5F5F !important;
}

.tag3 {
  font-size: 16px;
  color: #5F5F5F !important;
}

.tag4 {
  font-size: 17px;
  color: #3F3F3F !important;
}

.tag5 {
  font-size: 18px;
  color: #3F3F3F !important;
}

.tag6 {
  font-size: 19px;
  color: #1F1F1F !important;
}

.tag7 {
  font-size: 20px;
  color: #1F1F1F !important;
}

div.markerTooltip, div.markerDetail, div.markerDetailWin {
  font-size: 9px;
  color: black;
  background-color: white;
  white-space: nowrap;
  margin: 0px;
  padding: 2px 4px;
  border: 1px solid black;
  z-index: 1000;
  /*filter: alpha(opacity=80);
  -moz-opacity: 0.80;*/
}