/*************
** CONTENT **
*************/
    div#contentmain {
		width: 546px;
		float: left;
		/* to prevent ie6's double-margin-bug */
		display: inline;
		margin: 5px 0px 0px 3px;
	}
	
	div.news-latest-item {
		width: 546px; height:272px;
		cursor: hand;
		text-decoration: none;
		background: url(../images/newsteaser-bg.jpg) top left no-repeat;
	}
		div#contentmain a h2.news-latest-title {
			height: 100px;
			padding-top: 20px; padding-left: 10px;
			margin: 0px 70px 0px 0px;
			color: white;
			font-weight: bold;
			font-size: 22px;
			text-transform: uppercase;
		}
		div#contentmain span.news-latest-date {
			float: left;
			width: 40px;
			margin-left: 10px; margin-right: 10px;
			color: white;
			font-size: 12px;
			line-height: 23px;
		}
		div#contentmain p.news-latest-subheader {
			margin: 5px 10px;
			width: 360px;
			color: #D2D44E; /*#F1EBA4;*/
			/*text-align: justify;*/
			font-weight: bold; font-size: 13px;
			line-height: 22px;
		}
	
	div.news-list-container {
		margin-top: 15px; /*margin-right: 20px;*/
		/*border: 1px solid #F4F7FA;*/
	}
	
		div.news-list-item { 
			padding-left: 10px; 
			margin-bottom: 15px;
		}
		span.news-list-date { 
			float: left;
			color: #BBBBBB; 
			font-style: italic;
		}
		span.news-list-category { 
			/*display: none;*/
			width: 150px;
			margin-right: 10px;
			float: right;
			font-size: 11px;
			text-align: right; /*font-style: italic;*/
			color: #BBBBBB;
		}
		div#contentmain h1.news-list-header {
			display: none;
			margin-left: 10px; margin-right: 10px;
			/*padding: 7px;*/
			font-size: 14px;
			color: #333333;
			/*background: #E4F2FE;*/
			border-bottom: 1px dotted #CCCCCC;
		}
		div#contentmain h3.news-list-itemheader {
			margin-bottom: 3px;
			font-size: 13px;
			clear: both;
		}
			div#contentmain h3.news-list-itemheader a {
				color: #333333;
				text-decoration: none;
			}
		p.news-list-subheader {
			margin-right: 25px;
			font-size: 12px;
			color: #333333;
		}


	div#contentrgt {
		/*display: none;*/
		width: 250px;
		margin-top: 5px; margin-left: 5px;
		float: left;
		text-align: right;
	}
		div#contentrgt p.teaser-subscribe { margin-bottom: 5px; }
			/* to prevent unwanted margin-bottom in ff & opera */
			div#contentrgt p.teaser-subscribe img { display: block; }
		div#contentrgt p.teaser-newsletter { margin-bottom: 10px; }
		div#contentrgt p.teaser-webshop {
			margin-bottom: 10px; 
		}
