﻿@charset "UTF-8";
/**
* CSS-Datei für alle Style-Definitionen für  Seitentemplates
*/

@media all
{
 /**
  * Template: Topnews - Shortnews & Rechte Spalte
  * (en) Repositioning content container
  * (de) Neupositionierung der Content Container
  *
  * |-------------------------------|
  * | Topnews                       |
  * |-------------------------------|
  * | Shortnews			| Ads       |
  * |					|           |
  * |	500px		      250px		|
  * |-------------------------------|
  */
	
.content_image_captionright
{
	padding:0px;
	margin-bottom:15px;
	width:100%;
	overflow:auto;
}	

.content_image_captionright p
{
	margin-top:0px;
	}

.content_image_captionright img
{
	  float:left;
		margin-right:5px;
		padding-right:5px;
		
}		


.news_datum
{ 
	 background-color: #444444;
	 color:#cccccc;
	 padding-left:3px;
	 padding-right:3px;
	 margin-right:3px;
  }
	

		

	
	
}