/* CSS Document 

	for Version-History in Column1

*/


#column1 h2 {/*622px  311  604 302  612  306*/
	font-size: 1em;
	color:black;
	float:left;
	margin:0 0 22px 0;
	padding-left:6px;
	border-top:1px solid #899;
	border-bottom: 1px dotted silver;
	width:300px; /*fix boxmodell*/
	width: 358px;
	background:#eee url(img/h2HG.gif) repeat-x;
}
#column1 h3 {
	font-size: 0.9em;
	color:#555;
	font-weight:normal;
	margin:0;
	padding-right:6px;
	width:300px; /*fix boxmodell*/
	width: 358px;
	border-top:1px solid #899;
	border-bottom:1px dotted silver;
	float:right;
	background:#eee url(img/h2HG.gif) repeat-x;
	text-align:right;
}


/* nur fuer Internet Explorer */
* html #column1 h2, #column1 h3 {
	/* Version 5.x 
	+10 vom padding und +1 von border*/
	width: 364px;
	/* Version 6+ */
	w\idth: 358px;
}



#column1 ul {/* diese linie für IE7 notwendig damit dieser das float von h2 h3 und cler von ul richtig rendert*/
	border-top:1px solid white;
	margin:0 0 40px 24px;
	padding:0 18px 0 0;
}
#column1 ul ul {
	clear:both;
	border-top:none;
	margin:0 0 9px 0;
	padding-left:3em;
}
#column1 ul li {/* clear muß in li auftauchen, denn in ul erzeugt IE7 einen falschen zusätzlichen zeilenvorschub */
	clear:both;
	list-style:none;
	font-weight:bold;
}
#column1 ul ul li {
	list-style:square;
	font-weight:normal;
	border:none;
}
#column1 ul ul li strong {
	color:#000;
}
#column1 p{clear:both;
	margin:0 0 40px 24px;
	padding:0 18px 0 0;}
