@import "kopfzentrum.css";

#siteBody {
	width: 		955px;
	float:		left;
	text-align: left;
/*	background-image:url(bilder/hnopraxis_backgrnd.gif);*/
	background-repeat:repeat-y;

	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#columnHEADER1 {
	clear: left;
	float: left;
	width: 955px;
	height:128px;

	background-image: url(bilder/hnopraxis_header1.gif);
	background-repeat: no-repeat;
}
#columnNAVIGATION1 {
	clear: left;
	float: left;
	width: 955px;
	height: 30px;

	background-image: url(bilder/hnopraxis_navigation1.gif);
	background-repeat: no-repeat;
}
#columnHEADER2 {
	clear: left;
	float: left;
	width: 955px;
	height: 221px;

	background-image: url(bilder/hnopraxis_header2.jpg);
	background-repeat: no-repeat;
}
#columnNewsText #news_head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #ACBA00;
	
	display:	block;
}
#columnNewsText {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 34px;
	padding-right: 24px;
	line-height: 17px;
	color: #ACBA00;
}
#columnNewsText A:link, #columnNewsText A:visited{
	color: #ACBA00;
	border-bottom: 1px solid #ACBA00;
	text-decoration: none;
}
#columnNewsText A:hover{
	color:#666666;
	border-bottom: 1px solid #666666;
	text-decoration: none;
}
#columnContentText TABLE TH, TABLE.kleineTabelle TH {
	text-align:center;
	color:#ffffff;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color:#ACBA00;
	padding:5px;
}
#columnContentText TABLE TD, TABLE.kleineTabelle TD {
	color:#666666;
}
#columnNewsText UL {
	margin: 0px;
	padding:10px;
}
#columnNewsText LI{
	list-style:url(bilder/pfeil.gif);
	list-style-position: outside;
	margin:5px;
}
#columnContentText UL {
	margin: 0px;
	padding-left:10px;
}
#columnContentText LI{
	list-style:url(bilder/pfeil_grau.gif);
	list-style-position: outside;
	margin:7px;
	line-height:17px;
}

DIV#columnNewsText UL#news LI {
	margin-bottom: 15px;
}
DIV#columnNewsText UL#news LI SPAN.header {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;	
}
/*DIV#columnNewsText UL#news LI SPAN.teaser {}
DIV#columnNewsText UL#news LI SPAN.more A {
	border-bottom: 1px solid #ACBA00;
	text-decoration: none;
}
