/* 												*/
/* 												*/
/* 												*/
/*  Stylesheet für Kaufberatertexte auf pv.org	*/
/* 												*/

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

/*	Standard Absatz */
.berater p {
	margin		:	3px 0px 13px 0px;
	text-align	:	justify;
	}

/* Hauptüberschrift */
h1 {
	font-size	: 	15px;
	color		:	#E68A00;
}

/* h2 für Überschrift */
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;
	}

/* h3 für Überschrift */
.berater h3 {
	clear			:	left;
	padding			:	0px;
	margin			:	10px 0px 0px 0px;
	font-size		:	13px;
	color			:	#E68A00;
	letter-spacing	:	0.1em;
	text-align		:	left;
}

/* h6 für Quellenangaben */
.berater h6 {
	font-size	:	10px;
	font-weight	:	normal;
	text-align	:	left;
}


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

/*  FETTER text*/
.berater strong {
	font-weight	:	bold;
	}

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

.berater a:hover{
	color			:	#A5D760;
	text-decoration	:	underline;
	}

/* Tabelle*/
.berater 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 */
.berater .rechts {
	float	:	right;
	padding	:	8px;
}

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

/* oder schön mittig */
.berater .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; 
}
.infobox ul{
	text-align		:	left;
	list-style-type	:	square;
}
