
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}



/****************************************************/
/*    1.  CSS-Modul: COLORS                         */
/****************************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}

.borderColorStrong {background-color: #003D5E;}
.borderColorMedium {background-color: #005380;}

.backgroundColorLight {background-color: #FDFDF5;}

.textColorStrong {background-color: #97342F;} /* red */
.textColorMedium {background-color: #DA9E46;} /* orange */
.textColorLight {background-color: #655D48;} /* brown */
.textColorMenu {background-color: #D6DA00;} /* green */
/****************************************************/
/*    2.  CSS-Modul: LAYOUT (PAGE REGIONS)          */
/****************************************************/

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

body#web {
  background:#fff url(http://reise.hit.at/instance/css/common/blue/main_BG.gif);
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}

/*-- wrapper for whole page region --*/
#pageregion {
  float:left;
  width:1073px;
  margin:0 auto;
  padding:0 0 50px 24px;
  border:0;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/rays_all.gif) top right no-repeat;
}

/* -- PAGEREGION TOP -------------------------------*/
#pageregionTop {
  float:left;
  width:100%;
  height:100%;
}
#Logo {
  position:absolute;
  top:53px;
  left:769px;
  width:207px;
  height:140px;
  border:0;
  margin:0;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/Logo_alpha.png) bottom right no-repeat;
  z-index:30;
}
* html #Logo {
  left:768px;
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://reise.hit.at/instance/css/common/blue/Logo_alpha.png", sizingMethod="image");
}
#LogoLink {
  position:absolute;
  top:53px;
  left:769px;
  width:207px;
  height:140px;
  z-index:50;
}
#LogoLink a, #LogoLink a:link, #LogoLink a:visited {
  display:block;
  width:207px;
  height:140px;
  text-decoration:none;
}
#LogoLink a:hover, #LogoLink a:active {
  display:block;
  width:207px;
  height:140px;
  text-decoration:none;
}
#urlaubLogo {
  position:absolute;
  top:0;
  left:860px;
  width:117px;
  height:31px;
  background:none;
  z-index:50;
}
#urlaubLogo a {
  text-decoration:none;
}
#bookmarking {
  position:absolute;
  top:100px;
  left:378px;
  width:132px;
  height:30px;
  padding:9px 0 0 7px;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/bookmark_BG.gif) no-repeat;
  z-index:50;
}
#printAndEmail {
  position:absolute;
  top:100px;
  left:520px;
  width:85px;
  height:30px;
  background:none;
  z-index:50;
}
#printAndEmail a.print, #printAndEmail a.link.print, #printAndEmail a:visited.print {
  float:left;
  width:27px;
  height:30px;
  padding:0 4px 0 0;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/icon_print.gif) no-repeat;
  text-decoration:none;
}
#printAndEmail a.hover.print, #printAndEmail a:active.print {
  text-decoration:none;
}
#printAndEmail a.email, #printAndEmail a.link.email, #printAndEmail a:visited.email {
  float:left;
  width:54px;
  height:30px;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/icon_email.gif) no-repeat;
  text-decoration:none;
}
#printAndEmail a.hover.email, #printAndEmail a:active.email {
  text-decoration:none;
}

/* -- PAGEREGION LEFT ------------------------------*/
#PRLeft {
  float:left;
  width:12px;
  padding:25px 0 0 33px;
  background:none;
}

/* --- STYLESWITCHER --- */
#pickColor {
  float:left;
  width:12px;
  height:70px;
  padding:0 0 113px 0;
  background:transparent url(http://reise.hit.at/instance/css/common/pick_color.gif) bottom left no-repeat;
}
#pickColor a, #pickColor a:link, #pickColor a:visited {
  display:block;
  width:12px;
  height:14px;
  background:none;
  text-decoration:none;
}
#pickColor a:hover, #pickColor a:active {
  text-decoration:none;
}

/* -- PAGEREGION BODY ------------------------------*/
#Content0 { 
  float:left;
  padding:0;
  background:none;
}

/* --- HIT LIST --- */
.hitList {
  float:left;
  margin:0 6px 0 0;
  padding-bottom:6px;
}
/* needed for correct spacing between boxes in IE6 */
* html .hitList {
  margin:0;
  padding:0;
}
.hitListHeader {
  margin:0;
  padding:0;
}
.hitListHeader a, .hitListHeader a:link, .hitListHeader a:visited {
  display:block;
  width:100%;
  height:149px;
  padding:0;  
}
.musikbreit {
  width:600px;
  height:149px;
  background:#fff url(http://reise.hit.at/instance/css/common/blue/musik_header_breit.jpg) no-repeat;
}
.musik {
  width:297px;
  height:149px;
  background:#fff url(http://reise.hit.at/instance/css/common/blue/musik_header_schmal.jpg) no-repeat;
}
.preisbreit {
  width:600px;
  height:149px;
  background:#fff url(http://reise.hit.at/instance/css/common/blue/preis_header_breit.jpg) no-repeat;
}
.preis {
  width:297px;
  height:149px;
  background:#fff url(http://reise.hit.at/instance/css/common/blue/preis_header_schmal.jpg) no-repeat;
}
.reisebreit {
  width:600px;
  height:149px;
  background:#fff url(http://reise.hit.at/instance/css/common/blue/reise_header_breit.jpg) no-repeat;
}
.reise {
  width:297px;
  height:149px;
  background:#fff url(http://reise.hit.at/instance/css/common/blue/reise_header_schmal.jpg) no-repeat;
}
.hitListBody {
  padding:7px 0;
  border-left:5px solid #fff;
  border-right:5px solid #fff;
  background:#fff url(http://reise.hit.at/instance/css/common/blue/content_verlauf.gif) repeat-x;
}
.hitListBody ul {
  padding:0;
  list-style-type:none;
}
.hitListBody li {
  margin-bottom:7px;
  border:1px dotted #005380;
  min-height:80px;
  height:auto !important;
  height:80px;
}
.hitListBody a, .hitListBody a:link, .hitListBody a:visited {
  padding:3px;  
}
a.hitItem, a:link.hitItem, a:visited.hitItem {
  display:block;
  min-height:70px;
  height:auto !important;
  height:70px;
  padding:5px 5px 8px 80px;
}
/* needed for correct spacing between boxes in IE6 */
* html .hitListBody p {
  padding-right:0;
}
.hitListBottomschmal {
  height:9px;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/teaser_corners_bottom.gif) no-repeat;
}
.hitListBottombreit {
  height:9px;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/content_corners_bottom.gif) no-repeat;
}
.schmal {
  width:297px;
}
/* needed for correct spacing between boxes in IE6 */
* html .schmal {
  margin-right:8px;
}
.breit {
  width:600px;
}
/* needed for correct spacing between boxes in IE6 */
* html .breit {
  margin-right:5px;
}
.hit1 {
  background:transparent url(http://reise.hit.at/instance/css/common/01.gif) 35px 39px no-repeat;
}
.hit2 {
  background:transparent url(http://reise.hit.at/instance/css/common/02.gif) 35px 39px no-repeat;
}
.hit3 {
  background:transparent url(http://reise.hit.at/instance/css/common/03.gif) 35px 39px no-repeat;
}
.hit4 {
  background:transparent url(http://reise.hit.at/instance/css/common/04.gif) 35px 39px no-repeat;
}
.hit5 {
  background:transparent url(http://reise.hit.at/instance/css/common/05.gif) 35px 39px no-repeat;
}

/* --- BACK TO HITS LINK --- */
.hitInfoLong a.backToHits, .hitInfoLong a.backToHits:link, .hitInfoLong a.backToHits:visited {
  display:block;
  width:170px;
  height:21px;
  padding:5px 10px 5px 15px;
  border:0;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/back_to_hits.gif) 15px 5px no-repeat;
  text-decoration:none;
}
.hitInfoLong a.backToHits:hover, .hitInfoLong a.backToHits:active {
  display:block;
  width:170px;
  height:21px;
  padding:5px 10px 5px 15px;
  text-decoration:none;
}

/* --- TOP FIVE TITLE --- */
div.topFiveTitle {
  height:13px;
  margin-top:15px;
  padding:11px 0 15px 10px;
  border-top:1px dotted #003D5E;
  border-bottom:1px dotted #003D5E;
}
div.topFiveTitle ul {
   display:inline;
   margin:0;
   padding:0;
   list-item:none;
}
div.topFiveTitle li {
   display:inline;
   float:left;
   margin:0;
   padding:0;
   border:0; 
   min-height:20px;
   height:auto !important;
   height:20px;
}
div.topFiveTitle li.current  {
   font-weight:bold;
}
div.topFiveTitle li.pfeilFirstOn {
  width:13px;
  height:20px;
  padding:0 5px;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/pfeil_first.gif) 5px 1px no-repeat;
}
div.topFiveTitle li.pfeilFirstOff {
  width:13px;
  height:20px;
  padding:0 5px;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/pfeil_first_off.gif) 5px 1px no-repeat;
}
div.topFiveTitle li.pfeilLinksOn {
  width:13px;
  height:20px;
  padding:0 5px;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/pfeil_link.gif) 5px 1px no-repeat;
}
div.topFiveTitle li.pfeilLinksOff {
  width:13px;
  height:20px;
  padding:0 5px;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/pfeil_links_off.gif) 5px 1px no-repeat;
}
div.topFiveTitle li.pfeilRechtsOn {
  width:13px;
  height:20px;
  padding:0 5px;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/pfeil_rechts.gif) 5px 1px no-repeat;
}
div.topFiveTitle li.pfeilRechtsOff {
  width:13px;
  height:20px;
  padding:0 5px;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/pfeil_rechts_off.gif) 5px 1px no-repeat;
}
div.topFiveTitle li.pfeilLastOn {
  width:13px;
  height:20px;
  padding:0 5px;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/pfeil_last.gif) 5px 1px no-repeat;
}
div.topFiveTitle li.pfeilLastOff {
  width:13px;
  height:20px;
  padding:0 5px;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/pfeil_last_off.gif) 5px 1px no-repeat;
}

div.topFiveTitle a, div.topFiveTitle a:link, div.topFiveTitle a:visited  {
  display:inline;
   margin:0;
   padding:5px;
   min-height:20px;
   height:auto !important;
   height:20px;
}
/* --- TOP TEASER TITLE --- */
.topTeaserTitle {
  height:13px;
  margin:5px 0 7px 0;
  padding:11px 0 15px 0;
  border-top:1px dotted #003D5E;
  border-bottom:1px dotted #003D5E;
}
div.topTeaserTitle ul {
   display:inline;
   margin:0;
   padding:0;
   list-item:none;
}
div.topTeaserTitle li {
   display:inline;
   float:left;
   margin:0;
   padding:0;
}
/* --- WEITERE HITS --- */
div.weitereHits {
  height:15px;
  margin:0;
  padding:0;
}
.weitereHits a, .weitereHits a:link, .weitereHits a:visited {
  min-height:15px;
  height:auto !important;
  height:15px;
  margin:0;
  padding:0 5px;
  text-align:right;
  color:#97342f;
  font-size:13px;
  font-weight:bold;
}
.weitereHits a:hover, .weitereHits a:active {
  color:#da9e46;
  font-size:13px;
  font-weight:bold;
}

/* --- HIT INFO LONG --- */
.hitInfoLong {
  width:590px;
}
.hitInfoLong a, .hitInfoLong a:link, .hitInfoLong a:visited {
   margin:0;
   padding:0;
}
.hitInfoLong span.heading1 {
  margin:0px 10px 5px 0;
  padding:0;
}
.hitInfoLong span.heading2 {
  margin:0px 5px 5px 15px;
  padding:0;
}
.hitInfoLong p {
  margin:0px 10px 5px 45px;
}
* html .hitInfoLong p {
  width:516px;
  margin:0;
  padding:5px 5px 5px 53px;
}
.hitInfoLong img {
  margin:5px 10px 5px 15px;
}

/* --- HIT PHOTOS --- */
#lupe {
  float:left;
  width:100px;
  height:40px;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/Lupe.gif) 15px 5px no-repeat;
}
.photoWrapper {
  float:left;
  width:70px;
  height:70px;
  margin-right:15px;
  margin-bottom:10px;
  background:transparent;
}
.hitPhotos {
  position:relative; 
  top:0;
  left:0;
  width:70px;
  height:70px;
  margin:0;
  padding:0;
  background-color:transparent;
  z-index:50;
}
.hitPhotos a img {
  margin:0;
  padding:0;
  border:0;
}

/* size and position the hoverable 'a' area */
.hitPhotos a.p1, .hitPhotos a.p1:link, .hitPhotos a.p1:visited {
  display:block;
  position:relative;
  width:70px;
  height:70px !important;
  text-decoration:none;
  background-color:transparent;
  top:0;
  left:0;
  border:0;
}

/* needed to make the large photos invisible when the page loads */
.hitPhotos a .large, .hitPhotos a:link .large, .hitPhotos a:visited .large {
  display:none;
  position:absolute;
  border:0;
  top:0;
  left:0;
  z-index:200;
}

/* for some reason the positioning is needed to allow the large image to show in IE6 */
.hitPhotos a.p1:hover, .hitPhotos a.p1:active {
  position:absolute;
  top:0;
  left:0;
  text-decoration:none;
  background-color:transparent;
  color:#000;
}

/* formats big img that you see - posistioned off of the positioning from the image below */
.hitPhotos a.p1:hover img.large, .hitPhotos a.p1:active img.large {
  display:block;
  position:absolute;
  top:-65px;
  left:100px;
  border:5px solid #ccc;
  background:#fff;
  z-index:200;
}

/* shows a big image as well, but you can't see it - needed in order to make the hovered image go away in IE6 */
.hitPhotos a.p1:hover span, .hitPhotos a.p1:active span {
  display:block;
  position:absolute;
  top:0px;
  left:0px;
  border:none;
  z-index:200;
}

/* --- LINK LIST --- */
.linkList {
  float:left;
  margin-right:6px;
}
/* needed for correct spacing between boxes in IE6 */
* html .linkList {
  margin:0;
}
.linkListHeader {
  float:left;
  margin:0;
  padding:0;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/content_corners_top.gif) top no-repeat;
}
.linkListBody {
  float:left;
  width:580px;
  padding:25px 10px 7px 10px;
  background:#fff url(http://reise.hit.at/instance/css/common/blue/typo_hitgoeson.gif) 7px 0px no-repeat;
}
.linkList img {
  display:block;
  margin-bottom:5px;
}
.linkListBottom {
  float:left;
  width:100%;
  padding:9px 0;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/content_corners_bottom.gif) bottom no-repeat;
}

/* -- PAGEREGION RIGHT -----------------------------*/
#pageregionRight {
  float:left;
  width:297px;
  background:none;
}
#layoutWrapper2_Right {	
  float:left;
  width:297px;
  padding:0;
  background:none;
}

/* (.hitList used for Teaser formatting as well) */

/* -- PAGEREGION BOTTOM ----------------------------*/
#pageregionBottom {
  vertical-align:top;
  padding:5px 0 0 45px;
  font-size:11px;
}
#pageelement_Copyright {
  float:left;
  color:#fff;
}
#pageelement_Copyright a {
  padding:0px;
  color:#fff;
}

/*-- FLOATING ---------------*/
.clearing {
  clear:both;
  height:0;
  border:0;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:0;
}
.floatRight {
  float:right;
}
.floatLeft {
  float:left;
}
img.imgNoborder {
  border:0px;
}


/****************************************************/
/*    3.  CSS-Modul: LAYOUT (PAGE ELEMENTS)         */
/****************************************************/

/* -- SEARCH ---------------------------------------*/
.searchLabel, .searchLabel, .searchElement, .searchText {
	font-size: 10px !important; font-size: xx-small;
}

#SearchForm {
  float:left;
  width:300px;
  height:31px;
  margin-top:-33px;
  border:0;
  padding-left:57px;

}
#SearchForm form {
  height:31px;
  margin:0;
  border:0;
  padding:0;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/suche_all.gif) no-repeat;
}
#SearchForm input#search {
  width:153px;
  height:31px;
  margin-top:2px;
  margin-left:31px;
  padding:3px 0 0 2px;
  background:transparent;
  border:none;
  vertical-align:middle;
  font-size:11px;
}
#SearchForm input#btnSearch {
  width:80px;
  height:20px;
  margin-top:5px;
}

/* -- NEWS -----------------------------------------*/
#pageregionLeft #Newsindex {
  padding:0px 20px 0px 10px;
  margin:0;
}
#pageregionLeft #Newsindex h2 {
  padding:0;
  margin:0;
}
#pageregionLeft #Newsindex p {
  padding:0px;
  margin:0px 0px 10px 0px;
}

/****************************************************/
/*    4.  CSS-Modul: NAVIGATION                     */
/****************************************************/

/* -- CHANNEL MENU ---------------------------------*/
#menu {
  float:left;
  display:block;
  width:350px;
  height:135px;
  background:none;
}
#menu ul {
  width:400px;
  height:135px;
  margin-left:23px;
  padding-left:34px;
  list-style-type:none;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/Navigationsbild.gif) no-repeat;
}
#menu ul li {
  position:relative;
  float:left;
  background:transparent url(http://reise.hit.at/instance/css/common/blue/menu_linie.gif) bottom repeat-x;
}
#menu ul li a, div#menu ul li a:visited {
  display:block;
  width:254px;
  padding:2px 8px 3px 8px;
  color:#fff;
  text-decoration: none;
}
#menu a.current, #menu a:link.current, #menu a:visited.current {
  color:#d6da00;
}
div#menu ul li a:hover, div#menu ul li a:active {
  color:#d6da00;
}
#menu li a.menuStart {
  margin-top:3px;
  padding:0 8px 3px 8px;
}
#menu li.menuEnd {
  background:none;
  padding-bottom:0;
}
#menu li.menuEnd a {
  padding-bottom:5px;
}

/****************************************************/
/*    5.  CSS-Modul: TEXT                           */
/****************************************************/

/* -- STANDARD -------------------------------------*/
#Headline h1 {
  margin-top:0;
}
h1, h3, h5, .heading1, .heading3, .heading5 {
  font-weight:bold;
  color:#97342f;
}
h2,  h4, .heading2, .heading4 {
  font-weight:bold;
  color:#da9e46;
}
.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
  color:#655d48;
}
h1 {
  padding-left:7px;
  font-size:14px;
  line-height:16px;
  color:#97342f;
}
.heading1 {
  font-size:14px;
  line-height:16px;
  color:#97342f;
  margin-bottom:3px;
}
.heading1 a, .heading1 a:link, .heading1 a:visited {
  font-size:14px;
  line-height:16px;
  color:#97342f;
  margin-bottom:3px;
}
h2,.heading2 {
  font-size:14px;
  line-height:16px;
  color:#da9e46;
}
h3,.heading3 {
  font-size:14px;
  line-height:16px;
  margin-bottom:0px;
}
h4,.heading4 {
  font-size:12px;
  line-height:14px;
}
h5,.heading5 {
  font-weight:normal;
  font-size:11px;
  line-height:12px;
  color:#97342f;
}
p {
  padding:5px 7px;
  line-height:15px;
}
ol {
  line-height:15px;
}
ul {
  line-height:15px;
  list-style-type:square;
}
a:link, a:visited {
  color:#655d48;
  text-decoration:none;
}
a:hover, a:active {
  text-decoration:none;
  color:#da9e46;
}

code {
}

/* -- ZMS FORMAT (TEXT FORMATS) --------------------*/
p.caption {
  font-style:italic;
  padding-top:0px;
  margin-top:0px;
  color:#655d48;
}
p.emphasis {
  background-color:#fdfdf5;
  margin-left:20px;
  margin-right:30px;
  line-height:16px;
}
p.description {
  line-height:16px;
  font-weight:bold;
  color:#999;
}
p.creator  {
}
p.small {
  font-size:10px;
}
p.smalltext {
  font-size:10px !important; font-size: xx-small;
}

/****************************************************/
/*    6.  CSS-Modul: ZMS-DEFAULTS                   */
/****************************************************/

/* -- ZMS TABLES -----------------------------------*/
div.ZMSTable {
}
div.ZMSTable table tr th {
}
div.ZMSTable tr.even td {
}
div.ZMSTable tr.odd td {
}
table tr td  {
  font-size: 10px !important; font-size: xx-small;
}

/* -- ZMS GRAPHIC ----------------------------------*/
div.ZMSGraphic {
  background-color:transparent; 
}
a.zoom img.zoom {
  width:23px;
  height:21px;
  background:url(/misc_/zms/zoom.gif);
}

/* -- ZMS TEASER -----------------------------------*/
div#teaser {
  float:left;
  margin-right:6px;
  width:297px;
}
div.ZMSTeaserContainer {
  float:left;
  padding:0;
  margin:0;
}
div.ZMSTeaserElement {
  float:left;
  padding-bottom:6px;
}
* html div.ZMSTeaserElement {
  padding-bottom:1px;
}
div.ZMSTeaserElement img.title {
  border:none;
}
div.ZMSTeaserElement div.title {
  font-weight:bold;
  text-decoration:none;
  color:black;
  padding:4px 4px 2px 4px;
  display:block;
}
div.ZMSTeaserElement div.text {
  padding:0px 6px 6px 6px;
  line-height:1.3em;
}

/* -- ZMS LINK -------------------------------------*/
div#pageelement_Links {
  float:left;
  width:600px;
  margin-right:6px;
}
div.ZMSLinkElement {
  padding:7px 0;
  background:#fff url(http://reise.hit.at/instance/css/common/blue/content_corners_top.gif) no-repeat;
  overflow:visible;
}
div.ZMSLinkElement div.title {
  font-weight:bold;
  color:black;
  font-size:12px !important; font-size: small;
  margin:10px 0px 0px 0px;
}
div.ZMSLinkElement div.text {
}
div.ZMSLinkElement div.text ul {
  margin-top:5px;
  margin-left:-10px !important; margin-left: 20px ;
}
li.LinkElementExternal {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementInternalClient {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementMailto {
  list-style-image:url(common/mail_link.gif);
}

/****************************************************/
/*    7.  CSS-Modul: SPECIAL OBJECTS                */
/****************************************************/

/****************************************************/
/*    8.  CSS-Modul: PRINT                          */
/****************************************************/
span {
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
} 
h1.title {
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
p, li, blockquote {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}
a {
  font-size:11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}

/****************************************************/
/*    9.  ZMI Management Interface                  */
/****************************************************/
.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }

div.ZMSTable table th {
  background-color:#DDEFFC;
}
div.ZMSTable table td {
  background-color:#EEEEEE;
}
.zmiTableRowEven {
  background-color:#eee;
}
.zmiTableRowOdd {
  background-color:#ccc;
}
.form-submit {
  font-size:12px;
}
body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:15px;
  line-height:19px;
} 
body.zmi p, body.zmi li, body.zmi blockquote  {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:15px;
} 

