/* ####################### */
/* rwTeaser.f_css_defaults */
/* ####################### */
.rwt {
  padding:5px;
  float:left;
  margin-left:10px;
  width:189px;
  height:168px;
  max-height:168px;
  background-color: white;
  color: #333;
  position:relative;
  border-radius: 4px;
-webkit-box-shadow: 3px 3px 15px 0px rgba(50,50,50,1);
-moz-box-shadow: 3px 3px 15px 0px rgba(50,50,50,1);
box-shadow: 3px 3px 15px 0px rgba(50,50,50,1);
  }
.rwtIntro { 
  margin-top:3px;
  font-weight:600;
  }
.rwtTitle { 
  margin-top:3px;
  font-size:22px;
  line-height:26px;
  margin-bottom:3px;
}
.rwtText {
  margin-top:3px;
  font-weight:600;
  line-height: 1.2em;
  }
.web .rwtLink {
  display:inline-block;
  position:absolute;
  bottom:5px;
  right:10px;
  }
.rwtLink a.next {  
  padding:0 5px;
  display:inline-block;
  width:14px;
  height:24px;
  text-decoration:none;
  border: 0!important;
  background-repeat: no-repeat;
  background-position: top right;
  background-color:transparent;
  background-image: url('/live/rw/common/images/next_2_sm.png');
  }
.rwtLink a.next:active,
.rwtLink a.next:hover {
  background-color:transparent!important;
  background-image: url('/live/rw/common/images/next_1_sm.png');    
}
.rwt.grau {
  background-color: #ede8d4;
  }
.rwt.grau .rwtIntro { 
  color:#c97e4d;
  font-weight:700;
  }
.rwt.grau .rwtTitle {
  color:#c97e4d;
  font-weight:600;
  }
.rwt.grau .rwtText { 
  color: #333;
  }  
  
.rwt.braun {
  background-color: #c97e4d;
  color:#ede8d4;  
  }
.rwt.braun .rwtIntro { 
  color: #ffcc00;
  }
.rwt.braun .rwtTitle {
  color: #ffcc00;
  text-decoration:underline;
  }
.rwt.braun .rwtText { 
  color: #4ddbff;
  }


.rwt.weiss {
  background-color: white;
  color:#666;  
}
.rwt.weiss .rwtIntro { 
  color: #333;
  font-weight:700;
  }
.rwt.weiss .rwtTitle {
  color: #ff6600; 
  font-style:italic;
  }
.rwt.weiss .rwtText { 
  color: #333;
  }
/* ########################### */
/* fancyGallery.f_css_defaults */
/* ########################### */
/* BO fancyGallery.f_css_defaults */

.fancyGallery {
  background-color:white;
  }

.galThumb {
  float:left;
  width: 150px;
  min-height: 140px;
  cursor:pointer;
  }
.galThumb a {
  display:block;
  float:left;
  margin:0 3px 3px 0; 
  width:33px;
  height:33px;
  overflow:hidden;
  text-align:center;
  background-color: #999;
  }
.galThumb a img { 
  padding:0!important;
  background:0 none!important;  
  height:33px;

  }
.galContent {
  padding: 0px!important;
  margin-left: 185px;
  margin-right: 20px;
  }
  
/* EO fancyGallery.f_css_defaults */

/* ############################### */
/* ZMSTeaserElement.f_css_defaults */
/* ############################### */

/* ######################## */
/* timeTable.f_css_defaults */
/* ######################## */
/* BO timeTable.f_css_defaults */


/* EO timeTable.f_css_defaults */
/* ###################### */
/* ZMSFile.f_css_defaults */
/* ###################### */

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 a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	text-decoration:none;
	}

/* ############################### */
/* ZMSLinkContainer.f_css_defaults */
/* ############################### */
div.ZMSLinkContainer {
	background-color: #eee;
}
/* ##################### */
/* ZMSLib.f_css_defaults */
/* ##################### */

/* ############################# */
/* ZMSLinkElement.f_css_defaults */
/* ############################# */
/* @see ZMSFile.f_css_defaults */
/* ######################### */
/* ZMSGraphic.f_css_defaults */
/* ######################### */

/*--------- .ZMSGraphic --------------*/
a.fancybox img {
	padding:1px 1px 21px 1px;
	background:transparent url(/misc_/zms/zoom.gif) bottom right no-repeat;
	background-color:transparent;
}
div.ZMSGraphic {
	background-color: transparent;
	margin: 1em 0;
}
.zmi div.ZMSGraphic {
	margin:0;
}
div.ZMSGraphic.left {
	text-align:left;
}
div.ZMSGraphic.right {
	text-align:right;
}
div.ZMSGraphic.center {
	text-align:center;
}
div.ZMSGraphic.floatleft {
	float:left;
	margin-right:2em;
}
div.ZMSGraphic.floatright {
	float:right;
	margin-left:2em;
}
div.ZMSGraphic .alignleft {
	margin-right:10px;
}
div.ZMSGraphic.center div.graphic {
	text-align:center;
	margin:0px auto;
}
div.graphic {
	max-width:100% !important;
}
div.graphic.alignleft {
	float:left;
	text-align:right;
}
div.graphic.alignright {
	float:right;
	text-align:right;
}
div.ZMSGraphic div.text {
	padding: 4px;
}
.ZMSGraphic .text {
	background-color:transparent;
	padding:.5em 1em 0em 1em;
	font-size:smaller;
	font-style:italic;
}
.ZMSGraphic .graphic {
	margin-bottom: 7px;
}
.ZMSGraphic.center div.graphic  {
	margin:0 auto
}
.ZMSGraphic.left .graphic.alignleft {
	float:left;
	margin-right:15px;
}
.ZMSGraphic.left .text,
.ZMSGraphic.right .graphic,
.ZMSGraphic.right .text {
	width: auto !important;
}
/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important;
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}
a.zoom img.zoom,
a.superzoom img.superzoom {
	width: 26px;
	height: 21px;
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
a.zoom img.zoom {
	background-image: url(/misc_/zms/zoom.gif);
}
a.superzoom img.superzoom {
	background-image: url(/misc_/zms/superzoom.gif);
}
/*--------- /.ZMSGraphic --------------*/

/* ################################# */
/* ZMSTeaserContainer.f_css_defaults */
/* ################################# */
