/*
 * stylesheet for Mekong River Cruises
 * global definitions
 * (c) www.wegewerk.com
 * created: 20080317 bms
 * lastmodified: 20080317 bms
 */

/* ##################################################### */
/* ###########     GLOBAL TAGDEFINITIONS       ######### */
/* ##################################################### */


*{
  padding: 0;
  margin: 0;
  border: 0;
}


body {
  font-size: 100.1%;
  font-family: verdana, arial, sans-serif;
  background: #ddd4ad;
}

/* links */
a, a:visited{
  text-decoration: none;
  color: #eb7619;
  font-weight: bold;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}


/* headlines */
h1 {
  margin: 0;
  padding: 15px 0 22px 0;
  color: #eb7619;
  font-size: 1.5em;
  font-family: georgia, times, serif;
}


h2 {
  margin: 0px 0 8px 0;
  color: #6b190b;
  padding: 0;
  font-size: 1em;
}

h3{
  margin: 0 0 2px 0;
  text-decoration: underline;
  padding: 0;
  font-size: 1em;
}

h4{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;
}

h5{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;
}

h6{
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 1em;
}


.content_object_hr {
  display: none;
}


.right{
  text-align: right;
}

.left{
  text-align: left;
}

.clear{
  clear: both;
}

.noheight{
  height: 0px;
  line-height: 0px;
  font-size: 0;
  display: block;
}

.bold{
  font-weight: bold
}

.normal{
  font-weight: normal;
}

.invisible{
  display: none;
}

.nobottom {
  font-size: 0;
}

.offscreen{
  position: absolute;
  left: -1000px;
}

a.offscreen:focus,
a.offscreen:hover,
a.offscreen:active{
  position:absolute;
  left: 20px;
  top: 20px;
  background-color: #fff;
  color: #000;
}
