.teaser			{
			width: 420px;
			height: 140px;
			overflow: hidden;
			float: left;
			margin-left: 15px;
			margin-top: 15px;
			margin-right: 15px;
			/*text-align:justify;*/
			}
.teaserfocus {
		width: 420px;
		height: 600px;
		overflow:hidden;
		float:left;
		margin:15px;
		text-align:justify;}

.teaser a:link { text-decoration:none; color:#CC0000;}
.teaser a:visited { text-decoration:none; color:#CC0000; }
.teaser a:hover { text-decoration:none; color:#CC0000;}
.teaser a:active { text-decoration:none; color:#CC0000;}
.teaser a:focus { text-decoration:none; color:#CC0000;}
.image	 		{
			border-width:4px;
  			border-style:solid;
  			border-color:#ffffff;
			width:197px;
			height:131px;
			float: left;
			}
.ueberschrift		{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight: bold;
			float: left;
			margin-left: 10px;
			width: 200px;
			}
.ueberschriftfocus {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:16px;
			font-weight: bold;
			float: left;
			margin-left: 10px;
			}		
.text			{	
				width:180px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				float: left;
				margin: 10px;
				text-align:justify;
				}