/* default styles for extension "tx_vverrorer_pi1" */
  .tx-vverrorer-pi1 H2 { margin-top: 0px; margin-bottom: 0px; }
/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
	
	/* Browser fixes: */
	
	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; height: 1%; }
/* default styles for extension "tx_vvreticker" */

.tx-vvreticker a {
 color: #000;
 text-decoration: none;
}

.vvreticker-news-block1,
.vvreticker-news-block2,
.vvreticker-vo-block1, 
.vvreticker-np-block1,
.vvreticker-vo-block2, 
.vvreticker-np-block2
{
	float: left;
	border: 2px #E4EBF5 solid;
	margin: 0 3px 10px 3px;
	voice-family:"\"}\"";
    voice-family:inherit;
	margin: 0 5px 10px 5px !important;
	margin: 0 4px 10px 4px;
}

.vvreticker-news-block2,
.vvreticker-vo-block2, 
.vvreticker-np-block2
{
	margin: 0 0 10px 0 !important;
	margin: 0 0 10px 0;	
}

.vvreticker-news-block1 .vvreticker-news-block1-inner,
.vvreticker-vo-block1 .vvreticker-vo-block1-inner,
.vvreticker-np-block1 .vvreticker-np-block1-inner
{
	width: 130px;
	height: 180px;
}

.vvreticker-vo-block1 .vvreticker-vo-block1-inner,
.vvreticker-np-block1 .vvreticker-np-block1-inner
{
	height: 140px;
}

.vvreticker-news-block2 .vvreticker-news-block2-inner,
.vvreticker-vo-block2 .vvreticker-vo-block2-inner,
.vvreticker-np-block2 .vvreticker-np-block2-inner
{
	width: 115px;
/*	height: 195px;*/
}

.vvreticker-vo-block2 .vvreticker-vo-block2-inner,
.vvreticker-np-block2 .vvreticker-np-block2-inner
{
/*	height: 155px;*/
}


.vvreticker-news-block1 .vvreticker-news-block1-inner .vv-reticker-newsblock-price,
.vvreticker-news-block2 .vvreticker-news-block2-inner .vv-reticker-newsblock-price
{
  text-align: center;
  background-color: #E4EBF5;
  margin: 0;
  padding: 0.5em 0;
}

.vvreticker-news-block1 .vvreticker-news-block1-inner .vv-reticker-newsblock-descr,
.vvreticker-news-block2 .vvreticker-news-block2-inner .vv-reticker-newsblock-descr
{
  height: 50px !important;  
  height: 59px;
  font-size: 90%;
  color: #666666;
  overflow: hidden;
  display: block;
}

.vvreticker-news-block2 .vvreticker-news-block2-inner .vv-reticker-newsblock-descr
{
/*  height: 65px !important;  
  height: 74px;*/
  height: auto !important;
}

.vvreticker-vo-block1 .vvreticker-vo-block1-inner .vv-reticker-vo-descr,
.vvreticker-np-block1 .vvreticker-np-block1-inner .vv-reticker-np-descr,
.vvreticker-vo-block2 .vvreticker-vo-block2-inner .vv-reticker-vo-descr,
.vvreticker-np-block2 .vvreticker-np-block2-inner .vv-reticker-np-descr
{
  font-size: 90%;
  padding: 0.5em;
  margin: 0;
  text-align: center;
  color: #666666;
  height: 53px;
  overflow: hidden;
  display: block;
}

.vvreticker-vo-block2 .vvreticker-vo-block2-inner .vv-reticker-vo-descr,
.vvreticker-np-block2 .vvreticker-np-block2-inner .vv-reticker-np-descr
{
  height: 68px;
  height: auto;
}

.tx-vvreticker a:hover h3,
.tx-vvreticker a:hover .vv-reticker-newsblock-descr,
.tx-vvreticker a:hover .vv-reticker-vo-descr,
.tx-vvreticker a:hover .vv-reticker-np-descr
{
  background-color: #E4EBF5;
}

.vvreticker-news-block1 .vvreticker-news-block1-inner p,
.vvreticker-news-block2 .vvreticker-news-block2-inner p
{
  padding: 0.5em;
  margin: 0;
}

.vvreticker-news-block1 .vvreticker-news-block1-inner h3,
.vvreticker-news-block2 .vvreticker-news-block2-inner h3
{
  font-size: 80%;
  text-align: center;
  margin: 0;
  padding: 0.5em 0 0 0;
  color: #1E2878;
}

#bodyText .vvreticker-news-header,
#rightColumn .vvreticker-news-header,
#bodyText .vvreticker-vo-header,
#bodyText .vvreticker-np-header,
#rightColumn .vvreticker-vo-header,
#rightColumn .vvreticker-np-header
{
  color: #d18728;
  font-weight: bold;
  margin: 0 0 1em 0.5em;
  clear: both;
}

