.pagecontent {margin: 10px 20px 10px 10px}
.pagecontent A {font-size: 8pt; color: #000099; font-family: Verdana, sans serif; text-decoration: none}
.pagecontent A:hover {color: #000099; border-bottom: #000099 1px dashed}
.headline_1 {font-weight: bold; font-size: 12pt; padding-bottom: 3px; margin: 10px 0px; width: 550px; color: #ff9900; border-bottom: #ffcc00 2px solid; font-family: Arial, Helvetica, Univers, sans serif}
.headline_2 {font-weight: bold; font-size: 8pt; margin: 8px 0px 0px; color: #000000}
.headline_3 {font-weight: normal; font-size: 8pt; margin: 8px 0px 0px; color: #ff9900; text-decoration: underline}
.content {font-size: 8pt; margin: 4px 0px 0px; color: #000000}
.content_center {font-size: 8pt; margin: 4px 0px 0px; color: #000000; text-align: center}
.content_divide {padding-right: 0px; border-top: #ffcc00 1px dashed; margin-top: 10px; padding-left: 0px; margin-bottom: 8px; padding-bottom: 0px; width: 550px; padding-top: 0px; height: 2px}
/* Ab hier eigenes Zeuch 							*/
/* Hauptklasse für Artikel							*/
.artikel {	margin		:	10px;	
			padding		:	0px;
			font-weight	: 	normal;
			font-family	:	tahoma;
			font-size	:	12px;
			text-align	:	justify;
		}

/*	Standard Absatz */
.artikel p {
	margin	:	3px 0px 13px 0px;
	padding	:	1px 1px 1px 5px;
	}

/* Hauptüberschrift */
.artikel h1 {
	font-size	:	16px;
	color		:	#0033cc;
	}

/* h2 fuer Kapitel-Ueberschrift */
.artikel h2 {
	line-height			:	20px;
	margin				:	0px 0px 3px 0px;
	padding				:	1px 0px 1px 5px;
	font-size			: 	14px;
	font-family			: 	'Tahoma';
	font-weight			: 	bold;
	letter-spacing		:	1px;
	border				:	1px solid #ABAFB5;
	overflow			:	hidden;
	color				:	#697071;
}

/* h3 fuer Abschnitt-Ueberschrift */
.artikel h3 {
	line-height			:	18px;
	margin				:	0px 0px 3px 0px;
	padding				:	1px 0px 1px 5px;
	font-size			: 	12px;
	font-family			: 	'Tahoma';
	font-weight			: 	bold;
	overflow			:	hidden;
	color				:	#339933;
}

.artikel p[align=right] img
{
border:5px solid red;
margin:5px;
float:right;
}



/* h6 f?r Quellenangaben */
.artikel h6 {
	clear		:	both;
	font-size	:	8px;
	font-weight	:	normal;
	padding		:	6px;
	margin		:	6px;
}


/*  FETTER text*/
.artikel strong {
	font-size	:	100%;
	font-weight	:	bold;
	}

/* Links */
.artikel a {
	font-weight		:	bold;
	}

.artikel a:link, .artikel a:visited, .artikel a:active {
	color			:	#339933;
	text-decoration	:	none;
}

.artikel a:hover {
	color			:	#339933;
	text-decoration	:	underline;
}

/* Tabelle*/
.artikel table{
	font-weight	: 	normal;
	font-family	:	tahoma;
	font-size	:	12px;
	text-align	:	justify;
	border		:	1px solid #ABAFB5;
	border-collapse: collapse;
} 

.artikel td {
	
	padding		:	2px 3px 4px 3px;
}

/* Allgemeine Bild Klasse */
.bild {
	text-align	:	center;
	font-size	:	10px;
	font-weight	:	normal;
}
/* ab an den rechten Rand */
 .rechts {
	float	:	right;
	padding	:	8px;
}

/* oder an den linken Rand */
.links {
	float	:	left;
	padding	:	8px;
}

/* oder schoen mittig */
.mitte {
	width		:	100%;
	text-align	:	center;
	padding		:	8px;
}	

.mitte img {
padding:4px;
border:1px solid red;
}

.bild strong {
	display				: block;
	background-color	: #C6FFB3;
	line-height			: 14px;
	margin-top			: 3px;
	margin-bottom		: 0px;
}

/* Box mit duennem Rahmen fuer Fakten Fakten Fakten*/
.infobox {
	border		:	1px solid #000; 
	padding		:	8px; 
	line-height	:	1em; 
	text-align	:	left; !important
}
.infobox ul{
	list-style-type:round;
}
.infobox li {
	margin-top:5px;
}
