/* 												*/
/* 												*/
/* 												*/
/*  Stylesheet für News auf preisvergleich.org	*/
/* 												*/

/* Hauptklasse für News							*/
.news {	padding		:	0px;
		font-weight	: 	normal;
		font-family	:	tahoma;
		font-size	:	12px;
		text-align	:	justify;
}

/*	Standard Absatz */
.news p {
	margin:3px 0px 13px 0px;
	}

/* Hauptüberschrift */
.news h1 {
	font-size	:	1.5em;
	color		:	#E68A00;
	}

/* h2 für Überschrift */
.news h2 {
	line-height			:	18px;
	margin				:	0px 0px 3px 0px;
	padding				:	1px 0px 1px 5px;
	font-size			: 	11px;
	font-family			: 	'Tahoma';
	font-weight			: 	bold;
	border				:	1px solid #ABAFB5;
    background-image	:	url('/images/redesign/headline_grey_bg.gif');
	background-repeat	:	repeat-x;
	overflow			:	hidden;
	color				:	#697071;
}

/* h6 für Quellenangaben */
.news h6 {
	clear		:	both;
	font-size	:	0.8em;
	font-weight	:	normal;
	margin		:	6px;
}


/* orange horizontale Trennlinie */
.news hr {
	border		:	0px solid #000;	
	color		:	#E68A00;
	height		:	2px;
	width		:	80%;
	text-align	:	center;
}

/*  FETTER text*/
.news strong {
	font-size	:	100%;
	font-weight	:	bold;
	}

/* Links */
.news a {font-weight:bold;}
.news a:link, .news a:visited, .news a:active {
	color			:	#E68A00;
	text-decoration	:	none;
}
.news a:hover{
	color			:	#E68A00;
	text-decoration	:	underline;
}

/* Tabelle*/
.news table{
	font-weight	: 	normal;
	font-family	:	tahoma;
	font-size	:	12px;
	text-align	:	justify;
} 

/* Allgemeine Bild Klasse */
.bild {
	text-align	:	center;
	font-size	:	10px;
	font-weight	:	normal;
}
/* ab an den rechten Rand */
news .rechts {
	float	:	right;
	padding	:	8px;
}

/* oder an den linken Rand */
news .links {
	float	:	left;
	padding	:	8px;
}

/* oder schön mittig */
.mitte {
	width		:	100%;
	text-align	:	center;
	padding		:	8px;
}	

/* Box mit dünnem Rahmen für Fakten Fakten Fakten*/
.infobox {
	border		:	1px solid #000; 
	padding		:	8px; 
	line-height	:	1em; 
	text-align	:	left; !important
}
.infobox ul{
	list-style-type:square;
	
}
