.contentBasic {
padding-top: 2px;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px;
	clear: both;
	background: transparent url(../cssgrfx/blank.gif) no-repeat center bottom;
	/*border: 1px solid #000000;*/
	color: #5B5973;
	}
.contentBasic p{
	/*border: 1px solid #000000;*/
	margin-top: 10px;
	color: #5B5973;
	}

.dateCreate, .dateUpdate{
	/*border: 1px solid #000000;*/
	display: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
#contentContainer h1 {
	display: block;
	margin-bottom: 0px;
	/*border: 1px solid #000000;*/
	clear: both;
	padding-bottom: 7px;
}

#contentContainer h2 {
	padding-bottom: 5px;
	margin-top: -4px;
}

#contentContainer p.image {
	/*border: 1px solid #000000;*/
	display: block;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;

}

#contentContainer .ContentBack  {
	/*border: 1px solid #000000;*/
	margin: 0px;
	padding: 3px;
	background: url(../cssgrfx/zurueck.gif) no-repeat center center;
	width:44px;
	height:9px;
	float: left;
}
#contentContainer .ContentNext  {
	/*border: 1px solid #000000;*/
	margin: 0px;
	padding: 3px;
	background: url(../cssgrfx/weiter.gif) no-repeat center center;
	width:44px;
	height:9px;
	float: right;
	clear: right;
}

#contentContainer .ContentBack span, .ContentNext span {
	visibility:hidden;
	white-space:nowrap;
	/*border: 1px solid #000000;*/
}

#contentContainer .ContentBack a, .ContentNext a {
	width:100%;
	height:9px;
	float:left;
	visibility:visible;
	text-indent:-9000px;
	overflow:hidden;
	margin-top:0px;
	margin-bottom:0px;
	/*border: 1px solid #000000;*/
}
#contentContainer ul {
	margin: 10px 0px 0px 0px;
	padding: 2px;
	list-style: url(none) none;
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
	display: block;
	}
#contentContainer li{
	margin-left: 20px;
	list-style-position: outside;
	list-style-image: url(../cssgrfx/bullet4.gif);
	list-style-type: disc;
	display: list-item;
	margin-bottom: 5px;
	color: #5B5973;
	}
