
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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: #758616;}
.borderColorMedium {background-color: #99A117;}

.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://www.hit.at/common/green/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://www.hit.at/common/green/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://www.hit.at/common/green/Logo_alpha.png) bottom right no-repeat;
  z-index:30;
}
* html #Logo {
  background:none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.hit.at/common/green/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://www.hit.at/common/green/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://www.hit.at/common/green/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://www.hit.at/common/green/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://www.hit.at/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;
}
#Content1 { 
  float:left;
  width:606px;
  background:none;
}


/* --- HIT LIST --- */

.hitList {
  float:left;
  padding-right:6px;
}
.hitList1 {
  float:left;
  width:600px;
  padding-right:6px;
}
/* needed for correct spacing between boxes in IE6 */
* html .hitList {
  margin:0;
  padding:0;
}
.hitListHeader {
}
.hitListHeader a, .hitListHeader a:link, .hitListHeader a:visited {
  display:block;
  width:100%;
  height:149px;
  padding:0;  
}
.musikschmal {
  width:297px;
  height:149px;
  background:#fff url(http://www.hit.at/common/green/musik_header_schmal.jpg) no-repeat;
}
.musik {
  width:297px;
  height:149px;
  background:#fff url(http://www.hit.at/common/green/musik_header_schmal.jpg) no-repeat;
}
.preisschmal {
  width:297px;
  height:149px;
  background:#fff url(http://www.hit.at/common/green/preis_header_schmal.jpg) no-repeat;
}
.preis {
  width:297px;
  height:149px;
  background:#fff url(http://www.hit.at/common/green/preis_header_schmal.jpg) no-repeat;
}
.reiseschmal {
  width:297px;
  height:149px;
  background:#fff url(http://www.hit.at/common/green/reise_header_schmal.jpg) no-repeat;
}
.reise {
  width:297px;
  height:149px;
  background:#fff url(http://www.hit.at/common/green/reise_header_schmal.jpg) no-repeat;
}
.hitListHeader1 {
  width:600px;
  height:149px;
  margin:0;
  padding:0;
  background:#fff url(http://www.hit.at/common/green/content_title_img.jpg) no-repeat;
}
.hitListBody {
  padding:7px 0;
  border-left:5px solid #fff;
  border-right:5px solid #fff;
  background:#fff url(http://www.hit.at/common/green/content_verlauf.gif) repeat-x;
}
.hitListBody1 {
  min-height:120px;
  height:auto !important;
  height:120px;
  padding:7px 0;
  border-left:5px solid #fff;
  border-right:5px solid #fff;
  background:#fff url(http://www.hit.at/common/green/content_verlauf.gif) repeat-x;

}
.hitListBody ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
.hitListBody li {
  margin-bottom:7px;
  border:1px dotted #99a117;
  min-height:80px;
  height:auto !important;
  height:80px;
}
.hitListBody a, .hitListBody a:link, .hitListBody a:visited {
  display:block;
  min-height:70px;
  height:auto !important;
  height:70px;
  padding:5px 5px 8px 80px;
}
.hitListBottom1 {
  height:9px;
  background:transparent url(http://www.hit.at/common/green/content_corners_bottom.gif) no-repeat;
}
.hitListBottomschmal {
  height:9px;
  background:transparent url(http://www.hit.at/common/green/teaser_corners_bottom.gif) no-repeat;
}
.hitListBottombreit {
  height:9px;
  background:transparent url(http://www.hit.at/common/green/content_corners_bottom.gif) no-repeat;
}
.schmal {
  width:297px;
}
/* needed for correct spacing between boxes in IE6 */
* html .schmal {
  margin-right:6px;
}
.breit {
  width:600px;
}
/* needed for correct spacing between boxes in IE6 */
* html .breit {
  margin-right:5px;
}
.hit1 {
  background:transparent url(http://www.hit.at/common/01.gif) 35px 39px no-repeat;
}
.hit2 {
  background:transparent url(http://www.hit.at/common/02.gif) 35px 39px no-repeat;
}
.hit3 {
  background:transparent url(http://www.hit.at/common/03.gif) 35px 39px no-repeat;
}
.hit4 {
  background:transparent url(http://www.hit.at/common/04.gif) 35px 39px no-repeat;
}
.hit5 {
  background:transparent url(http://www.hit.at/common/05.gif) 35px 39px no-repeat;
}

/* --- TOP FIVE TITLE --- */
div.topFiveTitle {
  height:13px;
  margin:15px 0;
  padding:11px 0 15px 0;
  border-top:1px dotted #758616;
  border-bottom:1px dotted #758616;
}
div.topFiveTitle ul {
   display:inline;
   margin:0;
   padding:0;
   list-item:none;
}
div.topFiveTitle li {
   display:inline;
   float:left;
   margin:0;
   padding:0;
}

/* --- TOP TEASER TITLE --- */
.topTeaserTitle {
  height:13px;
  margin:5px 0 7px 0;
  padding:11px 0 15px 0;
  border-top:1px dotted #758616;
  border-bottom:1px dotted #758616;
}
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:5px 5px 0;
  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;
}
/* -- PAGEREGION RIGHT -----------------------------*/
#layoutWrapper2_Right {	
  float:left;
  width:297px;
  padding:0;
  background:none;
}
#pageregionRight {
  float:left;
  width:297px;
  background:none;
}

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

/* -- PAGEREGION BOTTOM ----------------------------*/
#pageregionBottom {
  vertical-align:top;
  padding:5px 0 0 45px;
  font-size:11px;
}
/* --- TICKER --- */
.tickerWrapper {
  float:left;
  width:910px;
  padding-bottom:5px;
}
* html .tickerWrapper {
  float:left;
  width:903px;
}
.tickerHeader {
  float:left;
  width:903px;
  height:57px;
  margin:0;
  padding:0;
  background:#fff url(http://www.hit.at/common/green/ticker_headline.jpg) no-repeat;
}
.tickerContent {
  float:left;
  background:#fff;
}
.tickerBody {
  float:left;
  width:584px;
  margin:0;
  padding:10px 10px 0 5px;
  border-left:5px solid #fff;
  border-right:1px dashed #758616;
  background:#fff;
  overflow:visible;
}
.tickerBody ul {
  display:inline;
  float:left;
  margin:0;
  padding:0 10px;
  list-style-type:none;
}
.tickerBody li{
  display:inline;
  color:#655d48;
}
.tickerBody li.partnertitle {
  display:inline;
  color:#97342f;
}
.tickerBody h1 {
  padding:0 10px;
}
.tickerBody p {
  color:#97342f;
  padding:0 10px;
}
.tickerTeaser {
  float:left;
  width:278px;
  padding:10px 5px 0;
  border-left:5px solid #fff;
  border-right:5px solid #fff;
  background:#fff;
  overflow:visible;
}
.tickerTeaser h1 {
  padding-bottom:10px;
}
.tickerTeaser ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
.tickerTeaser li {
  margin-bottom:7px;
  border:1px dotted #99a117;
  min-height:80px;
  height:auto !important;
  height:80px;
}
.tickerTeaser a, .tickerTeaser a:link, .tickerTeaser a:visited {
  display:block;
  min-height:70px;
  height:auto !important;
  height:70px;
  padding:5px 5px 8px 80px;
}
.tickerBodyBottom {
  float:left;
  width:903px;
  height:9px;
  margin:0;
  padding:0;
  background:transparent url(http://www.hit.at/common/green/ticker_corners_bottom.gif) no-repeat;
}
/* --- COPYRIGHT --- */
#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://www.hit.at/common/green/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 -----------------------------------------*/
#Newsindex {
  padding-bottom:10px;
  margin:0;
}
#Newsindex a {
  padding:0;
  margin:0;
  color:#97342f;
}
#Newsindex a:hover, #Newsindex a:active {
  text-decoration:none;
  color:#da9e46;
}
#Newsindex p {
  padding:6px 10px;
  margin:0px;
  border-bottom:1px dotted #758616;
  color:#655d48;
}

/****************************************************/
/*    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://www.hit.at/common/green/Navigationsbild.gif) no-repeat;
}
#menu ul li {
  position:relative;
  float:left;
  background:transparent url(http://www.hit.at/common/green/menu_linie.gif) bottom repeat-x;
}
#menu ul li a, #menu ul li a:link, #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;
}
#menu ul li a.home {
}
#menu ul li a:hover, #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;
}

/* -- INDEX ----------------------------------------*/
.indexWrapper {
  float:left;
  width:600px;
  background:#fff;
}

.index {
  display:block;
  float:left;
  margin-top:15px;
}
.indexImage {
  float:left;
  width:70px;
  margin:5px 0 0 15px;
  cursor:pointer;
}
.indexText {
  float:left;
  width:410px;
  margin:5px 0 0 5px;
}
a.indexTitle, a:link.indexTitle, a:visited.indexTitle {
  padding:3px 0 7px 7px;
  color:#97342f;
  font-size:14px;
}
a:hover.indexTitle, a:active.indexTitle {
  color:#da9e46;
  font-size:14px;
}
.indexNavWrapper {
  display:block;
  float:left;
  width:500px;
  margin:15px 0 0 15px;
}
.indexNav {
  float:left;
  padding-top: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;
}
h1.title {
  padding-bottom:10px;
}
.heading1 {
  font-size:14px;
  line-height:16px;
  color:#97342f;
  margin-bottom:3px;
}
h2,.heading2 {
  padding-left:7px;
  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 {
  margin-left:20px;
  padding-left:15px;
  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 {
  width:180px;
}
div.ZMSLinkElement {
  background-color:transparent;
  padding:2px;
}
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(http://www.hit.at/common/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
  list-style-image:url(http://www.hit.at/common/external_link.gif);
}
li.LinkElementInternalClient {
  list-style-image:url(http://www.hit.at/common/external_link.gif);
}
li.LinkElementMailto {
  list-style-image:url(http://www.hit.at/common/mail_link.gif);
}

/****************************************************/
/*    7.  CSS-Modul: SPECIAL OBJECTS                */
/****************************************************/
/* -- KONTAKT FORMULAR -----------------------------*/
div#kontaktFormular {
  float:left;
  width:410px;
  margin:0;
  padding:10px 0 10px 20px;
  color:#655d48;
}
div#hitFormular h3 {
  margin:0;
  padding:0;
  color:#97342f;
}
div#kontaktFormular .leftSide {
  float:left;
  width:205px;
  margin:0 0 10px 0;
}
div#kontaktFormular .rightSide {
  float:left;
  width:205px;
  margin:0;
}
div#kontaktFormular .single {
  padding-top:47px;
}
div#kontaktFormular div {
  display:block;
  float:left;
  width:200px;
  padding:0;
  margin:0;
}
div#kontaktFormular label {
  float:left;
  width:180px;
  height:15px;
  margin:7px 0 0 0;
  color:#da9e46;
  font-size:13px;
}
div#kontaktFormular input {
  float:left;
  width:160px;
  height:14px;
  margin:2px 0px;
  border:1px solid #758616;
  padding:2px 5px;
  background:#fdfdf5;
  font-size:12px;
}
div#kontaktFormular select {
  float:left;
  width:140px;
  height:18px;
  margin:2px 0px;
  border:1px solid #758616;
  background:#fdfdf5;
}
div#kontaktFormular input.checkbox {
  width:14px;
  margin:10px 8px 0 8px;
  border:1px solid #758616;
}
div#kontaktFormular textarea {
  float:left;
  width:300px;
  margin:3px 0px;
  border:1px solid #758616;
  padding:2px;
  background:#fdfdf5;
  font-size:12px;
}
div#kontaktFormular input.btn {
  float:left;
  width:71px;
  height:21px;
  margin:3px 3px 10px 0px;
  border:1px solid #758616;
  padding:2px 0;
  background:#fdfdf5;
  font-size:11px;
  text-align:center;
  vertical-align:middle;
}
div#kontaktFormular .line {
  float:left;
  width:410px;
  height:5px;
  margin:20px 0px 10px 0px;
  background:transparent url(http://www.hit.at/common/green/dunkel_linie.gif) repeat-x;
}
div#kontaktDanke {
  float:left;
  width:370px;
  margin:10px 0;
  border-top:1px dotted #758616;
  border-bottom:1px dotted #758616;
  padding:15px;
  color: #da9e46;
  font-weight:bold;
}
div#kontaktFehler {
  float:left;
  width:370px;
  margin:10px 0;
  border-top:1px dotted #758616;
  border-bottom:1px dotted #758616;
  padding:15px;
  color:#97342f;
  font-weight:bold;
}

/* -- HIT ANMELDEN FORMULAR ------------------------*/
div#hitFormular {
  float:left;
  width:410px;
  margin:0;
  padding:10px 0 10px 20px;
  color:#655d48;
}
div#hitFormular h4 {
  margin:0;
  padding:0;
  color:#da9e46;
}

div#hitFormular div {
  display:block;
  float:left;
  width:400px;
  padding:0;
  margin:0;
}
div#hitFormular label {
  float:left;
  width:280px;
  height:15px;
  margin:20px 0 7px 0;
  color:#da9e46;
  font-size:13px;
}
div#hitFormular input {
  float:left;
  width:260px;
  height:14px;
  margin:2px 0px;
  border:1px solid #758616;
  padding:2px 5px;
  background:#fdfdf5;
  color:#655d48;
  font-size:12px;
}
div#hitFormular select {
  float:left;
  width:180px;
  height:18px;
  margin:2px 0px;
  border:1px solid #758616;
  background:#fdfdf5;
  color:#655d48;
}
div#hitFormular input.checkbox {
  width:13px;
  height:13px;
  margin:23px 8px 0 8px;
  border:none;
  padding:0;
  background:none;
}
div#hitFormular textarea {
  float:left;
  width:300px;
  margin:3px 0px;
  border:1px solid #758616;
  padding:2px;
  background:#fdfdf5;
  color:#655d48;
  font-size:12px;
}
div#hitFormular input.btn {
  float:left;
  width:71px;
  height:21px;
  margin:3px 3px 10px 0px;
  border:1px solid #758616;
  padding:2px 0;
  background:#fdfdf5;
  color:#655d48;
  font-size:11px;
  text-align:center;
  vertical-align:middle;
}
div#hitFormular .line {
  float:left;
  width:410px;
  height:5px;
  margin:20px 0px 10px 0px;
  background:transparent url(http://www.hit.at/common/green/dunkel_linie.gif) repeat-x;
}
div#hitDanke {
  float:left;
  width:370px;
  margin:10px 0;
  border-top:1px dotted #758616;
  border-bottom:1px dotted #758616;
  padding:15px;
  color: #da9e46;
  font-weight:bold;
}
div#hitFehler {
  float:left;
  width:370px;
  margin:10px 0;
  border-top:1px dotted #758616;
  border-bottom:1px dotted #758616;
  padding:15px;
  color:#97342f;
  font-weight:bold;
}

/****************************************************/
/*    8.  CSS-Modul: PRINT                          */
/****************************************************/
h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
  font-size:11px;
}
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;
} 

