/* Base Css file 'D:\internet\root\www\TourWebRhomberg\www\css\landing\splash.css' */
/* */
/* *//* elements */
/* */
body
{
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #e1dcc1;
  font-family: Verdana, sans-serif;
  font-size: 0.7em; /* 11px */
  text-align: center;
  color: #3f392d;
}
img
{
  border: 0;
}
a
{
  color: #000;
}
a:hover
{
  color: #0cf;
}
p
{
  margin: 0;
}
/* */
/* *//* classes */
/* */
a.linkMore
{
  line-height: 24px;
  background-image: url(../../img/landing/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 7px;
  font-weight: bold;
}
a.linkMore:hover
{
  background-image: url(../../img/landing/arrowHover.gif);
}
.container
{
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
/* *//* header */
.header
{
  margin-left: 2px;
  margin-right: 2px;
}
.header .title
{
  line-height: 53px;
  background-image: url(../../img/landing/headerTitleBg.gif);
  background-repeat: repeat-x;
  font-family: "Trebuchet MS";
  text-align: right;
  font-size: 145%; /* 16px */
  text-transform: uppercase;
  font-weight: bold; /*letter-spacing:0.1em;*/
  letter-spacing: 1px;
  padding-right: 20px;
}
/*
.header .title span {
	width:254px;
	text-align:center;
	display:block;
	margin-left:auto;
}
*/
.header .contImages
{
  height: 100%;
  overflow: hidden;
  border: 2px solid #fff;
  line-height: 1px;
}
.header .contImages div
{
  float: left;
}
.header .contImages div.logo
{
  border-left: 2px solid #fff;
}
.header .marge
{
  line-height: 40px;
  background-image: url(../../img/landing/headerMargeBg.gif);
  background-repeat: repeat-x;
}
/* *//* main */
.main
{
  font-size: 91%; /* 10px */
  margin-left: 1px;
  margin-right: 1px;
}
/* *//* category */
.category
{
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 2px;
  float: left;
  width: 254px;
  position: relative;
  behavior: url(css/hover.htc);
}
.category .overlay
{
  visibility: hidden;
  position: absolute;
  top: 56px;
  left: 0;
  background-color: #fff;
  width: 230px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 15px;
  padding-bottom: 12px;
}
.category .overlay p.introtxt
{
  height: 84px;
  overflow: hidden;
}

.category .underlay .pic
{
  line-height: 1px;
}
.category .underlay .pic img
{
  border: 2px solid #fff;
}
.category .underlay .txt
{
  height: 72px;
  background-image: url(../../img/landing/categoryBg.gif);
  background-repeat: repeat-x;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 15px;
}
.category:hover, .category.hover
{
  cursor: default;
}
.category:hover .overlay, .category.hover .overlay
{
  visibility: visible;
}
.category:hover .overlay p a.linkMore, .category.hover .overlay p a.linkMore
{
  background-image: url(../../img/landing/arrowHover.gif);
  color: #0cf;
}
/* *//* footer */
.footer
{
  clear: both;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 88px;
  color: #5f5543;
  text-align: center;
}
.footer a
{
  color: #5f5543;
}
.footer a:hover
{
  color: #62b8e1;
}
div.loggedOnText
{
	font-weight:bold;
	color:Red;
	margin-top: 40px;
	margin-right:20px;
}