/* --- layout styles for NN4 only ---------- */
/*/*/ /*/#content-sub-1 {
	float			: left;	
	width			: 190px;
	text-align		: left;
	padding-right	: 15px;
}

#content-sub-2 {	
	float			: right;	
	width			: 190px;
	text-align		: left;
	padding-left	: 15px;	
}

#content-main {
	width			: 100%;
	text-align		: justify;	
}

html, body {	
	background-color: #fff; 
	color			: #000;
	margin			: 0;	
	padding			: 0;
}

/* Der eigentliche Teaser (als Klasse!) ----- */

.teaser {
	width				: 180px;
/*
	background-color	: transparent;
*/
	border				: solid 1px #000000;
	margin				: 0 0 20px 0;
}

.t-head {
	font-family			: 'Trebuchet MS',sans-serif;
	background-color	: #EEE311;
	border 				: none;
	color				: #000000;
	padding				: 3px;
/*
	margin				: 0;
*/
	font-size			: 100%;
}

.t-txt {
	font-family			: Arial,sans-serif;
/*	color				: #000000;*/
/*
	background-color	: transparent;
*/
	padding				: 5px;
	line-height			: 150%;
	font-size			: 85%;
}

/* end N4 only */

