#contentBoxes {
	width: 620px !important;
	font-size: 11px;
	clear: both;
	padding-bottom: 15px !important;
}

#contentBoxes h2, .infothek h2 {
	padding: 5px 15px;
	font-size: 11px;
}

.clear {
	clear: both;
}

.infothek .boxImage {
	float: left;
	margin: 0 10px 5px 0;
}

.infothek hr {
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #CDCABF;
	margin-bottom: 5px;
}


/*************************************
 * Accordion 1************************/
.accordion_toggle {
	display: block;
	height: 22px;
	background: #F9F5E9 url(../images/bulletoff.gif) no-repeat 10px center;
	padding-left: 25px;
	line-height: 22px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #333333;
	cursor: pointer;
	border-top: #8E8A78 1px solid;
}

h5.accordion_toggle:hover,
h5.accordion_toggle_active {
	background: #E8E3C5 url(../images/bulleton.gif) no-repeat 10px center;
}

.themensubnavi {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.themensubnavi li {
	padding: 0;
	margin: 0;
	width: 298px;
}

.themensubnavi li a {
	display: block;
	line-height: 22px;
	background: url(../images/bulletoff.gif) no-repeat 25px center;
	padding-left: 40px !important;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #000;
	cursor: pointer;
	border-top: 1px solid #CCCCCC;
}

.themensubnavi li a:hover {
	background: url(../images/bulleton.gif) no-repeat 25px center;
}

.accordion_content {
	background-color: #ffffff;
	color: #000;
	overflow: hidden;
	padding: 10px;
}

.accordion_content_content {
	background-color: #ffffff;
	color: #000;
	overflow: hidden;
	padding: 0;
}

.accordion_WImageContent {
	width: 185px;
	float: left;
}

.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.startContentBox, .infothek {
	border: 1px solid #8E8A78;
}

.startContentBox h2, .infothek h2 {
	color: #FFF;
	background: #3065A0;
}

#commentBox h2 {
	background: #E8ECF0;
	color: #152042;
	border-bottom: 1px solid #8F96A4;
	padding: 5px 15px !important;
}

.startContentBox {
	float: left;
	width: 298px;
	height: 252px;
	overflow: hidden;
}

.infothek {
	margin-top: 20px;
}

#downloadListBox li {
	padding-left: 20px;
}



